* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
d7b9dae9
EB
12013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2
3 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4 * Makefile.in: Regenerate.
5
861ea9c8
L
62013-01-09 H.J. Lu <hongjiu.lu@intel.com>
7
8 * Makefile.def (configure-gcc): Depend on all-gmp.
9 (all-gcc): Remove dependency on all-gmp.
10 * Makefile.in: Regenerated.
11
ce82b126
JBG
122013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
13
14 * config.guss: Update from config repo.
15 * config.sub: Dito.
16
fd62a30d
JJ
172013-01-07 Jeff Johnston <jjohnstn@redhat.com>
18
19 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
20 exists and replace the new bfin license in its location.
21
0140d685
L
222013-01-07 H.J. Lu <hongjiu.lu@intel.com>
23
24 PR gas/14899
25 * Makefile.def (dependencies): Make all-binutils, all-gprof,
26 all-ld and all-gold depend on all-gas.
27 * Makefile.in: Regenerated.
28
c3d399e7
L
292012-12-29 Ben Elliston <bje@gnu.org>
30
31 * config.guess: Update to 2012-12-29 version.
32 * config.sub: Likewise.
33
9417cd2f
JBG
342012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
35
36 * Makefile.def (install-target-libgo): Depend on
37 install-target-libatomic. Merged from GCC repo.
38 * Makefile.in: Regenerate.
39
68dad382
JJ
402012-12-17 Jeff Johnston <jjohnstn@redhat.com>
41
42 * COPYING.LIBGLOSS: Add license for bfin libgloss.
43
2344b8da
TS
442012-12-16 Thomas Schwinge <thomas@codesourcery.com>
45
46 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
47 * configure: Regenerate.
48
5eb08693
L
492012-12-11 H.J. Lu <hongjiu.lu@intel.com>
50
51 * Makefile.def (target_modules): Add bootstrap=true and
52 raw_cxx=true to libsanitizer.
53 * configure.ac (bootstrap_target_libs): Add libsanitizer.
54 * Makefile.in: Regenerated.
55 * configure: Likewise.
56
53ab32d8
JBG
572012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
58
59 * config.sub: Merge from config repo.
60
d2489204
JBG
612012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
62
63 * configure.ac: Merge from GCC.
64 * Makefile.tpl: Dito.
65 * Makefile.in: Dito.
66 * configure: Dito.
67
c23b5043
JBG
682012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
69
70 * configure.ac (noconfigdirs): Merge from GCC.
71 * configure: Regenerate.
72
1dd1f7f6
JBG
732012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
74
75 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
76
2bda3143
L
772012-11-14 Roland McGrath <mcgrathr@google.com>
78
79 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
80 * configure: Regenerate.
81
5286fdef
L
822012-11-13 Richard Henderson <rth@redhat.com>
83
84 * configure.ac: Move libsanitizer logic to subdirectory.
85 * configure: Regenerate.
86
872012-11-13 Dodji Seketeli <dodji@redhat.com>
88
89 * configure.ac: Enable libsanitizer just on x86 linux for now.
90 * configure: Re-generate.
91
922012-11-13 David Edelsohn <dje.gcc@gmail.com>
93
94 * configure.ac: Merge libquadmath sections.
95 * configure: Regenerate.
96
972012-11-12 Wei Mi <wmi@google.com>
98
99 * configure.ac: Add libsanitizer to target_libraries.
100 * Makefile.def: Ditto.
101 * configure: Regenerate.
102 * Makefile.in: Regenerate.
103
f66a9a70
L
1042012-11-03 H.J. Lu <hongjiu.lu@intel.com>
105
106 * configure: Regenerated.
107
1082012-11-03 Robert Mason <rbmj@verizon.net>
109
110 * configure.ac: add --disable-libstdcxx configure option
111 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
112
6d94c122
CV
1132012-10-24 Corinna Vinschen <corinna@vinschen.de>
114
115 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
116 against Mingw64 w32api.
117 * configure: Regenerate.
118
a882be68
EB
1192012-10-23 Eric Botcazou <ebotcazou@adacore.com>
120
121 PR bootstrap/54820
122 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
123 * configure: Regenerate.
124
b3676d82
EB
1252012-10-22 Eric Botcazou <ebotcazou@adacore.com>
126
127 PR bootstrap/54820
128 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
129 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
130 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
131 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
132 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
133 * Makefile.in: Regenerate.
134 * configure.ac (have_static_libs): New variable and associated check.
135 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
136 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
137 * configure: Regenerate.
138
7b0e8ca5
MF
1392012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
140
141 * config.guess, config.sub: Include updated version from
142 config-patches. Adds microblaze little endian support.
143
8e71395b
L
1442012-09-28 Ian Lance Taylor <iant@google.com>
145
146 * Makefile.def: Make all-target-libgo depend on
147 all-target-libbacktrace.
148 * Makefile.in: Rebuild.
149
1502012-09-26 Ian Lance Taylor <iant@google.com>
151
152 * Makefile.def: Make all-gcc depend on all-libbacktrace.
153 * Makefile.in: Rebuild.
154
1552012-09-06 Diego Novillo <dnovillo@google.com>
156
157 * configure.ac: Bump minimum GMP version to 4.2.3.
158 * configure: Re-generate.
159
1602012-09-05 Georg-Johann Lay <avr@gjlay.de>
161
162 PR target/54461
163 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
164 target-libgloss if not configured --with-avrlibc=no.
165 * configure: Regenerate.
166
1672012-09-04 Jason Merrill <jason@redhat.com>
168
169 * configure.ac: Fix --enable-languages=all.
170
1712012-09-03 Richard Guenther <rguenther@suse.de>
172
173 PR bootstrap/54138
174 * configure.ac: Re-organize ISL / CLOOG checks to allow
175 disabling with either --without-isl or --without-cloog.
176 * configure: Regenerated.
177
1782012-09-03 Georg-Johann Lay <avr@gjlay.de>
179
180 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
181 * configure: Regenerate.
182
d09bbf00
SE
1832012-09-21 Steve Ellcey <sellcey@mips.com>
184
185 * configure.ac: Add mips*-mti-elf* target.
186 * configure: Regenerate.
187
2bf680c4
ILT
1882012-09-19 Ian Lance Taylor <iant@google.com>
189
190 * configure.ac (host_libs): Add libbacktrace.
191 (target_libraries): Add libbacktrace.
192 * Makefile.def (host_modules): Add libbacktrace.
193 (target_modules): Likewise.
194 * configure, Makefile.in: Rebuild.
195
5c0b3823
WL
1962012-09-15 Jiong Wang <jiwang@tilera.com>
197
198 * configure.ac (ENABLE_GOLD): support tilegx*
199 * configure: rebuild
200
1488e230
DE
2012012-09-14 David Edelsohn <dje.gcc@gmail.com>
202
203 PR target/38607
204 Merge upstream change.
205 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
206
207 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
208 Add libgomp*.o to compare_exclusions for AIX.
209 * configure: Regenerate.
210
df6795ce
L
2112012-08-26 H.J. Lu <hongjiu.lu@intel.com>
212
213 PR binutils/4970
214 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
215 and opcodes.
216 * Makefile.in: Regenerated.
217
7ec59b9e
L
2182012-08-14 Diego Novillo <dnovillo@google.com>
219
220 Merge from cxx-conversion branch.
221
222 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
223 POSTSTAGE1_CONFIGURE_FLAGS.
224 * Makefile.in: Regenerate.
225 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
226 Force C++ when bootstrapping.
227 * configure: Regenerate.
228
2292012-07-06 Richard Guenther <rguenther@suse.de>
230
231 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
232 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
233 --with-gmp=system.
234 * Makefile.in: Regenerated.
235 * configure: Likewise.
236
2372012-07-06 Richard Guenther <rguenther@suse.de>
238
239 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
240 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
241 supply V=1 as extra_make_flags.
242 * configure: Regenerated.
243 * Makefile.in: Likewise.
244
2452012-07-03 Richard Guenther <rguenther@suse.de>
246
247 * Makfile.def (isl): Remove not necessary extra_exports and
248 extra_make_flags.
249 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
250 * Makefile.in: Regenerated.
251
2522012-07-03 Richard Guenther <rguenther@suse.de>
253
254 * Makefile.def (cloog): Add V=1 to extra_make_flags.
255 * configure.ac: If either the ISL or the CLooG check failed
256 do not try to build in-tree versions.
257 * Makefile.in: Regenerated.
258 * configure: Regenerated.
259
2602012-07-02 Richard Guenther <rguenther@suse.de>
261 Michael Matz <matz@suse.de>
262 Tobias Grosser <tobias@grosser.es>
263 Sebastian Pop <sebpop@gmail.com>
264
265 * Makefile.def: Add ISL host module, remove PPL host module.
266 Adjust ClooG host module to use the proper ISL.
267 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
268 * configure.ac: Include config/isl.m4. Add ISL host library,
269 remove PPL. Remove PPL configury, add ISL configury, adjust
270 ClooG configury.
271 * Makefile.in: Regenerated.
272 * configure: Likewise.
273
2742012-07-02 Richard Guenther <rguenther@suse.de>
275
276 Merge from graphite branch
277 2011-07-21 Tobias Grosser <tobias@grosser.es>
278
279 * configure: Regenerated.
280 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
281 both cloog.org and legacy versions. The only supported version will
282 be CLooG with the isl backend.
283
284 2011-07-21 Tobias Grosser <tobias@grosser.es>
285
286 * configure: Regenerated.
287 * configure.ac: Require cloog isl 0.17.0
288
289 2011-07-21 Tobias Grosser <tobias@grosser.es>
290
291 * configure: Regenerated.
292 * config/cloog.m4: Do not define CLOOG_ORG
293
2942012-06-29 Steven Bosscher <steven@gcc.gnu.org>
295
296 * configure.ac: Skip C if explicitly selected.
297 * configure: Regenerate.
298
2992012-06-28 Christophe Lyon <christophe.lyon@st.com>
300
301 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
302 they contain -O2.
303 * configure: Regenerate.
304
3052012-06-20 Jason Merrill <jason@redhat.com>
306
307 * Makefile.tpl (check-target-libgomp-c++): New.
308 (check-target-libitm-c++): New.
309 * Makefile.def (c++): Add them.
310 * Makefile.in: Regenerate.
311
3122012-05-16 Olivier Hainque <hainque@adacore.com>
313
314 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
315 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
316 (install-no-fixedincludes): Adjust accordingly.
317 * Makefile.in: Regenerate.
318
3192012-05-09 Nick Clifton <nickc@redhat.com>
320 Paul Smith <psmith@gnu.org>
321
322 PR bootstrap/50461
323 * configure.ac (mpfr-dir): When using in-tree MPFR sources
324 allow for the fact that from release v3.1.0 of MPFR the source
325 files were moved into a src sub-directory.
326 * configure: Regenerate.
327
3282012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
329
330 * configure.ac: Bump minimum MPFR version to 2.4.0.
331 * configure: Regenerated.
332
3332012-05-01 Richard Henderson <rth@redhat.com>
334
335 * Makefile.def (libatomic): New target_module.
336 * configure.ac (target_libraries): Add libatomic.
337 (noconfigdirs): Check if libatomic is supported.
338 * Makefile.in, configure: Rebuild.
339
f87f9c61
L
3402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
341
342 Merge upstream change
343 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
344
3452011-11-21 Andreas Tobler <andreast@fgznet.ch>
346
347 * libtool.m4: Additional FreeBSD 10 fixes.
348
68f107fa
AO
3492012-06-28 Christophe Lyon <christophe.lyon@st.com>
350
351 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
352 they contain -O2.
353 * configure: Regenerate.
354
b9c361e0
JL
3552012-05-14 Catherine Moore <clm@codesourcery.com>
356
357 * NEWS: Mention PowerPC VLE port.
358
9eb322aa
MF
3592012-05-11 Mike Frysinger <vapier@gentoo.org>
360
361 * MAINTAINERS (config/): Move to intl/ section.
362 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
363
58b1dd21
NC
3642012-05-09 Nick Clifton <nickc@redhat.com>
365 Paul Smith <psmith@gnu.org>
366
367 PR bootstrap/50461
368 * configure.ac (mpfr-dir): When using in-tree MPFR sources
369 allow for the fact that from release v3.1.0 of MPFR the source
370 files were moved into a src sub-directory.
371 * configure: Regenerate.
372
2e702c99
RM
3732012-05-02 Roland McGrath <mcgrathr@google.com>
374
375 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
376 * configure: Regenerate.
377
d2213593
JB
3782012-04-25 Joel Brobecker <brobecker@adacore.com>
379
380 * config.sub: Update to 2012-04-18 version from official repo.
381
202e2356
NC
3822012-03-19 Tristan Gingold <gingold@adacore.com>
383
384 * configure.ac (ia64*-*-*vms*): Add support for ld.
385 * configure: Regenerate.
386
2479f722
RO
3872012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
388
389 * configure.ac (enable_libgomp): Remove *-*-irix6*.
390 (unsupported_languages): Remove mips-sgi-irix6.*.
391 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
392 (with_stabs): Remove.
393 * configure: Regenerate.
394
4e97d92b
RO
3952012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
396
397 * configure.ac (enable_libgomp): Remove *-*-osf*.
398 (with_stabs): Remove alpha*-*-osf*.
399 * configure: Regenerate.
400
f9ea6f98
JJ
4012012-03-09 Jeff Johnston <jjohnstn@redhat.com>
402
403 * COPYING.NEWLIB: Modify DJ Delorie license to include
404 modification rights in clause as permitted by DJ Delorie.
405 * COPYING.LIBGLOSS: Ditto.
406
48688b3e
JJ
4072012-03-09 Jeff Johnston <jjohnstn@redhat.com>
408
409 * COPYING.NEWLIB: Remove two unused licenses.
410
0945bbee
TG
4112012-03-05 Tristan Gingold <gingold@adacore.com>
412
413 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
414 * configure: Regenerate.
415
516be0c5
JJ
4162012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
417
418 * COPYING.NEWLIB: Add Adapteva notice.
419 * COPYING.LIBGLOSS: Add Adapteva notice.
420
64b986c0
EB
4212011-12-18 Eric Botcazou <ebotcazou@adacore.com>
422
423 * configure: Regenerate.
424
58cddc18
JJ
4252011-12-15 Jeff Johnston <jjohnstn@redhat.com>
426
427 * COPYING.LIBGLOSS: Add GPL with exception license.
428
b121d7d4
DD
4292011-11-09 Roland McGrath <mcgrathr@google.com>
430
431 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
432 * configure: Rebuild.
433 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
434 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
435 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
436 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
437 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
438 Add READELF.
439 * Makefile.in: Rebuild.
440
d32e2926
RH
4412011-11-08 Richard Henderson <rth@redhat.com>
442
443 * configure.ac: Test for libitm directory present first.
444
445 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
446
447 * configure.ac: Test libitm/configure.tgt to disable libitm.
448 * configure: Rebuild.
449
98dd765a
RO
4502011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
451
452 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
453 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
454 * Makefile.in: Regenerate.
455
99c513f6
DD
4562011-11-01 DJ Delorie <dj@redhat.com>
457
458 * configure.ac (rl78-*-*) New case.
459 * configure: Regenerate.
460
ff3ec4ee
DD
4612011-11-01 DJ Delorie <dj@redhat.com>
462
463 * config.sub: Update to version 2011-10-29 (added rl78)
464
c28a9f49
NC
4652011-10-27 Nick Clifton <nickc@redhat.com>
466
467 * config.sub: Import these changes from the config project:
468
469 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
470 Ben Elliston <bje@gnu.org>
471
472 * config.sub (epiphany): New.
473
474 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
475 Ben Elliston <bje@gnu.org>
476
9eb322aa 477 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
478
479 2011-08-23 Roland McGrath <mcgrathr@google.com>
480
481 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
482 64eb to be64.
483
484 2011-08-16 Roland McGrath <mcgrathr@google.com>
485
486 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
487 (nacl): Grok as alias for 32el-unknown-nacl.
488
860144e4
JB
4892011-08-19 Joel Brobecker <brobecker@adacore.com>
490
491 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
492
40ae9136
YQ
4932011-08-14 Yao Qi <yao@codesourcery.com>
494
495 Merge from gcc:
496
497 2011-08-14 Yao Qi <yao@codesourcery.com>
498 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
499 * configure: Regenerate.
500
ffdd6afc
ILT
5012011-07-26 Ian Lance Taylor <iant@google.com>
502
503 Merge from gcc:
504
505 2011-07-26 Ian Lance Taylor <iant@google.com>
506 * configure.ac: Set have_compiler based on whether gcc directory
507 exists, rather than on whether gcc is in configdirs.
508 * configure: Rebuild.
509
510 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
511 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
512 link directories.
513 * Makefile.in: Rebuild.
514
515 2011-07-20 Ian Lance Taylor <iant@google.com>
516 PR bootstrap/49787
517 * configure.ac: Move --enable-bootstrap handling earlier in file.
518 If --enable-bootstrap and either --enable-build-with-cxx or
519 --enable-build-poststage1-with-cxx, enable C++ automatically.
520 * configure: Rebuild.
521
522 2011-07-19 Ian Lance Taylor <iant@google.com>
523 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
524 make C++ a boot_language. Set and substitute
525 POSTSTAGE1_CONFIGURE_FLAGS.
526 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
527 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
528 * configure, Makefile.in: Rebuild.
529
530 2011-07-16 Jason Merrill <jason@redhat.com>
531 * Makefile.def (language=c++): Add check-c++0x and
532 check-target-libmudflap-c++.
533 * Makefile.tpl (check-target-libmudflap-c++): New.
534 * Makefile.in: Regenerate.
535
536 2011-07-16 Matthias Klose <doko@ubuntu.com>
537 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
538 * Makefile.def (target_modules/libjava): Pass
539 $(EXTRA_CONFIGARGS_LIBJAVA).
540 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
541 if not configured with --enable-static-libjava.
542 * Makefile.in: Regenerate.
543 * configure: Likewise.
544
545 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
546 PR regression/47836
547 PR bootstrap/23656
548 PR other/47733
549 PR bootstrap/49247
550 PR c/48825
551 * configure.ac (target_libraries): Remove target-libiberty.
552 Remove case-statement setting skipdirs=target-libiberty for
553 multiple targets. Remove checking target_configdirs and
554 removing target-libiberty but keeping target-libgcc if
555 otherwise empty.
556 * Makefile.def (target_modules): Don't add libiberty.
557 (dependencies): Remove all traces of target-libiberty.
558 * configure, Makefile.in: Regenerate.
559
9ccb86e7
JM
5602011-07-22 Jason Merrill <jason@redhat.com>
561
562 * Makefile.def (language=c++): Add check-c++0x and
563 check-target-libmudflap-c++.
564 * Makefile.tpl (check-target-libmudflap-c++): New.
565 * Makefile.in: Regenerate.
566
090bc50f
RO
5672011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
568
569 * configure: Regenerate.
570
cff32a7c
RO
5712011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
572
573 PR target/39150
574 * configure.ac (i[3456789]86-*-solaris2*): Also accept
575 x86_64-*-solaris2.1[0-9]*.
576 * configure: Regenerate.
577
eb4b2452
NC
5782011-06-13 Walter Lee <walt@tilera.com>
579
580 * configure.ac (tilepro-*-*) New case.
581 (tilegx-*-*): Likewise.
582 * configure: Regenerate.
583
3c0013bf
NC
5842011-06-06 Nick Clifton <nickc@redhat.com>
585
586 * config.sub: Sync from upstream.
587
91c1f14c
DK
5882011-05-08 Doug Kwan <dougkwan@google.com>
589
590 Merge from gcc:
591
592 2011-05-08 Doug Kwan <dougkwan@google.com>
593
594 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
595 * configure: Regenerated.
596 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
597 value from configure.
598 * Makefile.in: Regenerated.
599
c7e4b184
JM
6002011-05-05 Joseph Myers <joseph@codesourcery.com>
601
602 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
603 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
604 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
605 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
606 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
607 *-*-vxworks*): Disable newlib and libgloss in separate case
608 statement.
609 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
610 to separate case statement.
611 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
612 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
613 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
614 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
615 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
616 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
617 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
618 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
619 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
620 i[[3456789]]86-*-rdos*, m32r-*-*,
621 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
622 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
623 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
624 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
625 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
626 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
627 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
628 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
629 and libgloss in main case over targets. Remove most empty cases
630 in main case over targets.
631 * configure: Regenerate.
632
7152a690
JM
6332011-05-04 Joseph Myers <joseph@codesourcery.com>
634
635 * configure.ac: Remove code setting special library locations for
636 hppa*64*-*-hpux11*. Remove code setting compiler for
637 sparc-sun-solaris2*.
638 * configure: Regenerate.
639
ff46fb8f
JM
6402011-05-04 Joseph Myers <joseph@codesourcery.com>
641
642 * configure.ac: Separate libgloss_dir settings from general case
643 over targets.
644 * configure: Regenerate.
645
82ae827f
JM
6462011-04-28 Joseph Myers <joseph@codesourcery.com>
647
648 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
649 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
650 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
651 cases in libgcj-disabling case statement.
652 (hppa*64*-*-linux*): Set unsupported_languages instead of
653 disabling target-zlib.
654 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
655 to hppa*64*-*-hpux*.
656 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
657 hppa*-*-hpux*.
658 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
659 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
660 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
661 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
662 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
663 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
664 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
665 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
666 libgcj-disabling case statement.
667 * configure: Regenerate.
668
0827f9a6
JM
6692011-04-28 Joseph Myers <joseph@codesourcery.com>
670
671 * configure.ac: Disable Java for targets not supporting libffi.
672 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
673 Remove cases in Java-disabling statement.
674 (*arm-wince-pe): Change to arm-wince-pe.
675 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
676 cases in Java-disabling statement.
677 (bfin-*-*): Don't disable Java again.
678 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
679 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
680 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
681 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
682 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
683 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
684 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
685 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
686 Java-disabling statement.
687 (mmix-*-*): Don't disable Java again.
688 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
689 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
690 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
691 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
692 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
693 statement.
694 * configure: Regenerate.
695
899b04ef
JM
6962011-04-28 Joseph Myers <joseph@codesourcery.com>
697
698 Merge from GCC:
699
700 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
701
702 PR lto/48086
703 * configure.ac: Re-enable LTO on *-apple-darwin9*.
704 * configure: Regenerate.
705
9863d716
JM
7062011-04-28 Joseph Myers <joseph@codesourcery.com>
707
708 * configure.ac: Separate cases disabling Java and Java libraries
709 from general case over targets.
710 * configure: Regenerate.
711
a90ef4bf
JM
7122011-04-06 Joseph Myers <joseph@codesourcery.com>
713
714 * configure.ac (build_tools): Remove build-byacc.
715 (host_libs): Remove mmalloc.
716 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
717 autoconf automake libtool diff rcs fileutils shellutils time
718 textutils wdiff find uudecode hello tar gzip indent recode release
719 sed perl gawk findutils gettext zip.
720 (libgcj): Remove target-qthreads.
721 (target_tools): Remove target-examples target-gperf.
722 (YACC): Don't handle building byacc.
723 * configure: Regenerate.
724 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
725 dosutils, examples, fileutils, find, findutils, gawk, gettext,
726 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
727 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
728 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
729 handle building components.
730 * Makefile.in: Regenerate.
731
05a02268
RW
7322011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
733
734 * config.sub: Sync from upstream.
735
c5f5c3c2
JM
7362011-04-01 Joseph Myers <joseph@codesourcery.com>
737
738 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
739 (microblaze*): Don't disable libssp.
740 * configure: Regenerate.
741
f6c1938b
JM
7422011-04-01 Joseph Myers <joseph@codesourcery.com>
743
744 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
745 moveifchange.
746 * configure: Regenerate.
747 * Makefile.tpl: Use @SHELL@ not @config_shell@.
748 * Makefile.in: Regenerate.
749
1f111696
JM
7502011-04-01 Joseph Myers <joseph@codesourcery.com>
751
752 * configure.ac (*-*-sysv4*): Don't enable libgomp.
753 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
754 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
755 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
756 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
757 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
758 md_exec_prefix cases.
759 * configure: Regenerate.
760
065a5627
JM
7612011-04-01 Joseph Myers <joseph@codesourcery.com>
762
763 * configure.ac: Separate cases disabling target-libssp,
764 target-libiberty, target-libstdc++-v3 and Fortran from general
765 case over targets.
766 * configure: Regenerate.
767
b2f14e4a
JM
7682011-04-01 Joseph Myers <joseph@codesourcery.com>
769
770 * configure.ac (*-*-chorusos): Don't disable libgcj.
771 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
772 Remove case.
773 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
774 (arm-*-coff): Don't disable libgcj.
775 (arm*-*-linux-gnueabi): Remove useless assignment.
776 (arm-*-riscix*): Don't disable libgcj.
777 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
778 configuration.
779 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
780 (c54x*-*-*): Remove case.
781 (tic54x-*-*): Don't disable GCC or GCC libraries.
782 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
783 to *.
784 (d10v-*-*): Don't disable GCC libraries.
785 (d30v-*-*): Don't disable libgcj.
786 (h8500-*-*): Don't disable GCC libraries.
787 (i960-*-*): Don't disable libgcj.
788 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
789 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
790 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
791 libgcj.
792 (m68k-*-coff*): Remove case.
793 (mmix-*-*): Don't disable libgloss on host.
794 (mn10200-*-*, mn10300-*-*): Remove cases.
795 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
796 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
797 Don't disable libgcj.
798 (romp-*-*): Remove case.
799 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
800 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
801 case.
802 (v810-*-*): Don't disable GCC libraries.
803 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
804 (ip2k-*-*): Don't disable GCC libraries.
805 * configure: Regenerate.
806
6a608608
JM
8072011-03-28 Joseph Myers <joseph@codesourcery.com>
808
809 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
810 libffi on host.
811 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
812 on host.
813 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
814 * configure: Regenerate.
815
5b806d27
NC
8162011-03-26 John Marino <binutils@marino.st>
817
818 * configure.ac: Add support for *-*-dragonfly*
819 * configure: Regenerate.
820
0377a422
JM
8212011-03-25 Joseph Myers <joseph@codesourcery.com>
822
823 * configure.ac (native_only): Remove.
824 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
825 send-pr uudecode guile gnuserv on host.
826 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
827 send-pr rcs guile perl texinfo libtool on host.
828 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
829 automake send-pr rcs guile perl texinfo libtool on host.
830 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
831 (*-*-kaos*): Don't disable target-examples target-gperf on target.
832 (alpha*-dec-osf*): Don't disable fileutils on target.
833 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
834 texinfo send-pr expect dejagnu on target.
835 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
836 target-qthreads on target.
837 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
838 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
839 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
840 x86_64-*-mingw*): Don't disable expect on target.
841 (*-*-cygwin*): Don't disable target-gperf on target.
842 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
843 gnuserv on target.
844 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
845 target.
846 * configure: Regenerate.
847
2354b38b
JM
8482011-03-25 Joseph Myers <joseph@codesourcery.com>
849
850 * configure.ac (target_tools): Remove target-groff.
851 (native_only): Remove target-groff.
852 (hppa*64*-*-*): Don't disable byacc.
853 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
854 setting.
855 (*-*-kaos*): Don't skip target-librx and target-groff.
856 (*-*-netware*): Don't skip target-libmudflap.
857 (*-*-tpf*): Don't skip target-libmudflap.
858 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
859 directories on the host.
860 (ia64*-*-*vms*): Don't skip tix.
861 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
862 host.
863 * configure: Regenerate.
864
28d9b232
PB
8652011-03-24 Paolo Bonzini <pbonzini@redhat.com>
866
867 * configure.ac: Remove references to mt-mep, mt-netware,
868 mt-wince.
869 * Makefile.def: Add all-utils soft dependencies.
870 * Makefile.tpl: Remove GDB_NLM_DEPS.
871 * configure: Regenerate.
872 * Makefile.in: Regenerate.
873
dbbe5f95
PB
8742011-03-24 Paolo Bonzini <bonzini@gnu.org>
875
876 Sync from GCC:
877
878 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
879
880 * configure.ac: Do not include mh-x86omitfp.
881 * configure: Regenerate.
882
883 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
884
885 * configure.ac: Remove empty cases.
886 * configure: Regenerate.
887
888 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
889
890 * Makefile.def: Add dependency from termcap to gdb.
891 * Makefile.in: Regenerate.
892
893 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
894
895 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
896 * configure: Regenerate.
897 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
898 * Makefile.tpl: Likewise.
899 * Makefile.in: Regenerate.
900
901 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
902
903 * configure.ac: Remove all mentions of tentative_cc.
904 * configure: Regenerate.
905
906 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
907
908 PR lto/48086
909 * configure.ac: Re-enable LTO on *-apple-darwin9.
910 * configure: Regenerate.
911
3516a403
JM
9122011-03-24 Joseph Myers <joseph@codesourcery.com>
913
914 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
915 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
916 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
917 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
918 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
919 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
920 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
921 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
922 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
923 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
924 *-*-rhapsody*): Remove host cases.
925 * configure: Regenerate.
926
93cc359e
JM
9272011-03-24 Joseph Myers <joseph@codesourcery.com>
928
929 * configure.ac (ppc*-*-pe): Remove host case.
930 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
931 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
932 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
933 cases.
934 * configure: Regenerate.
935
29b2c556
JM
9362011-03-24 Joseph Myers <joseph@codesourcery.com>
937
938 * config.sub: Update to version 2011-03-23.
939
f0ff0f90
JM
9402011-03-22 Joseph Myers <joseph@codesourcery.com>
941
942 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
943 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
944 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
945 * configure: Regenerate.
946
782cb41f
JM
9472011-03-22 Joseph Myers <joseph@codesourcery.com>
948
949 * config-ml.in: Don't handle arc-*-elf*.
950 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
951 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
952 handle GCC libraries.
953 * configure: Regenerate.
954
0e8ad34f
RO
9552011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
956
957 PR bootstrap/48120:
958 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
959 Add -lstdc++ -lm to LIBS.
960 * configure: Regenerate.
961
5548b4ce
DE
9622011-03-18 David Edelsohn <dje.gcc@gmail.com>
963
964 * config.guess: Update to version 2011-02-02
965 * config.sub: Update to version 2011-02-24
2e702c99 966
86ed8cf6
SP
9672011-03-03 Sebastian Pop <sebastian.pop@amd.com>
968
9eb322aa
MF
969 * configure.ac: Adjust test of with_ppl.
970 * configure: Regenerated.
86ed8cf6 971
b123da99
SP
9722011-03-02 Sebastian Pop <sebastian.pop@amd.com>
973
974 * configure.ac: Add -lpwl to ppllibs.
975 * config/cloog.m4: Add -lisl to clooglibs.
976 * configure: Regenerated.
977
822ce8ee
RW
9782011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
979
980 Import from Libtool and gnulib:
981
982 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
983
984 Prepare for supporting FreeBSD 10.
985 * config.rpath: Remove handling of freebsd1* which soon would
986 match FreeBSD 10.0.
987
988 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
989
990 Remove support for FreeBSD 1.x.
991 * libtool.m4 (_LT_LINKER_SHLIBS)
992 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
993 soon would incorrectly match FreeBSD 10.0.
994
dcb5e506
RW
9952011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
996
997 PR binutils/12283
998 * MAINTAINERS (mkinstalldirs): Comes from Automake.
999 (move-if-change): Comes from gnulib.
1000 * move-if-change: Import version from gnulib.
1001
8d8eef9a
RW
10022011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1003
1004 Sync from GCC:
1005
1006 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1007
1008 PR lto/47225
1009 * Makefile.def (lto-plugin): Double dash for enable-shared.
1010 (configure-gcc): Depend on all-lto-plugin.
1011 * Makefile.in: Rebuilt.
1012
1013 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1014
1015 * configure.ac: Remove extra bracket.
1016 * configure: Regenerate.
1017
1018 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1019
1020 PR lto/47225
1021 * Makefile.def: Add dependency for install-gcc
1022 on install-lto-plugin.
1023 * Makfile.in: Regenerated
1024
1025 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1026
1027 * configure.ac: If with_ppl is no, move setting with_cloog=no
1028 after CLOOG_REQUESTED check.
1029 * configure: Regenerated.
1030
1031 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1032
1033 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1034 CLooG has been requested.
1035 * configure: Regenerated.
1036
1037 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1038
1039 * configure: Regenerated.
1040 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1041
1042 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1043
1044 * configure: Regenerated.
1045 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1046
1047 2011-01-07 Jan Hubicka <jh@suse.cz>
1048
1049 PR lto/47225
1050 * Makefile.in: Regenerate.
1051 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1052 configure.
1053
65b4571a
AO
10542011-01-31 Alexandre Oliva <aoliva@redhat.com>
1055
1056 PR libgcj/44341
1057 * configure.ac: Discard --with-* flags for host when configuring
1058 target libraries for cross build.
1059 * configure: Rebuilt.
1060
7837304f
AS
10612011-01-21 Andreas Schwab <schwab@redhat.com>
1062
1063 Sync from GCC:
1064
1065 2011-01-21 Andreas Schwab <schwab@redhat.com>
1066
1067 * configure.ac: Use AS_HELP_STRING throughout.
1068 * configure: Regenerate.
1069
1070 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1071
1072 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1073 * configure: Regenerate.
1074
115ef890
RW
10752010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1076
1077 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1078
92c9a463
JB
10792011-01-13 Joel Brobecker <brobecker@adacore.com>
1080
1081 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1082 for ia64-hpux.
1083 * configure: Regenerate.
1084
887ebfb4
RW
10852011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1086
1087 Sync from GCC:
1088 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1089
1090 * configure.ac: (picochip): Disable libiberty.
1091 * configure: Regenerate.
1092
04d2c2b2
JJ
10932010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1094
1095 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1096
33d23ee8
ILT
10972010-12-10 Ian Lance Taylor <iant@google.com>
1098
1099 PR bootstrap/46819
1100 * configure.ac: For --disable-libgcj clear libgcj_saved.
1101 * configure: Rebuild.
1102
89a1e9c3
PB
11032010-12-10 Tobias Burnus <burnus@net-b.de>
1104
1105 PR fortran/46540
1106 * configure.ac: Add --disable-libquadmath and
1107 --disable-libquadmath-support.
1108 * configure: Regenerate.
1109
ac7bcd26
TG
11102010-12-10 Tristan Gingold <gingold@adacore.com>
1111
1112 * src-release (ETC_SUPPORT): add gnu-oids.texi
1113
d357cef7
HPN
11142010-12-03 Hans-Peter Nilsson <hp@axis.com>
1115
1116 PR libffi/46792
1117 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1118 * configure: Regenerate.
1119
4f11b223
ILT
11202010-12-02 Ian Lance Taylor <iant@google.com>
1121
1122 * configure.ac: Always set default for poststage1_ldflags to
1123 -static-libstdc++ -static-libgcc.
1124
989abc33
JJ
11252010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1126
1127 * COPYING.NEWLIB: Add National Semiconductor notice.
1128
950386c6
AS
11292010-11-29 Andreas Schwab <schwab@redhat.com>
1130
1131 * configure.ac: Move comment to remove extra space in last argument
1132 of GCC_TARGET_TOOL.
1133
87cda2cf
AO
11342010-11-26 Alexandre Oliva <aoliva@redhat.com>
1135
7d509c83 1136 PR other/46026
87cda2cf
AO
1137 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1138 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1139 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1140 (BASE_FLAGS_TO_PASS): Use it.
1141 * configure: Rebuilt.
1142 * Makefile.in: Rebuilt.
1143
d3b50760
L
11442010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1145
1146 PR binutils/12258
1147 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1148 Properly check default linker.
1149 * configure: Regnerated.
1150
c7791212
NC
11512010-11-23 Matthias Klose <doko@ubuntu.com>
1152
1153 * configure.ac: For --enable-gold, handle value `default' instead of
1154 `both*'. New configure option --{en,dis}able-ld.
1155 * configure: Regenerate.
1156
9e1a94f4
ILT
11572010-11-20 Ian Lance Taylor <iant@google.com>
1158
1159 * configure.ac: Only disable a language library if no language needs
1160 it. Don't let --disable-libgcj uncondtionally disable libffi.
1161 * configure: Rebuild.
1162
ceca0218
PB
11632010-11-20 Paolo Bonzini <bonzini@gnu.org>
1164
1165 * configure: Regenerate.
1166
9b980aa1
RW
11672010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1168
1169 PR other/46202
1170 * configure.ac: Fix just-built in-tree STRIP name to be
1171 binutils/strip-new.
1172 * configure: Regenerate.
1173 * Makefile.def (install-strip-gcc, install-strip-binutils)
1174 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1175 (install-strip-sid): Mirror dependencies on non-strip variants
1176 of these targets on the respective -strip prerequisites.
1177 * Makefile.tpl (install-strip, install-strip-host)
1178 (install-strip-target): New targets.
1179 (install-strip-[+module+], install-strip-target-[+module+]):
1180 New targets.
1181 * Makefile.in: Regenerate.
1182
e552509b
ILT
11832010-11-19 Ian Lance Taylor <iant@google.com>
1184 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1185
1186 * configure.ac: Add target-libgo to target_libraries. Set
1187 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1188 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1189 (HOST_EXPORTS): Add GOC.
1190 (BASE_TARGET_EXPORTS): Add GOC.
1191 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1192 (GOCFLAGS_FOR_TARGET): New variable.
1193 (EXTRA_HOST_FLAGS): Add GOC.
1194 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1195 * Makefile.def (target_modules): Add libgo.
1196 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1197 (dependencies): Add dependency from configure-target-libgo to
1198 configure-target-libffi and all-target-libstdc++-v3. Add
1199 dependencies from all-target-libgo to all-target-libffi.
1200 (languages): Add go.
1201 * configure: Rebuild.
1202 * Makefile.in: Rebuild.
1203
12042010-11-19 Ian Lance Taylor <iant@google.com>
1205
1206 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1207 compiler/flag environment variables.
1208
12092010-11-18 Ian Lance Taylor <iant@google.com>
1210
1211 * configure.ac: Check for lang_requires_boot_languages in
1212 config-lang.in files.
1213 * configure: Rebuild.
1214
8c21d9c7
MF
12152010-11-17 Mike Frysinger <vapier@gentoo.org>
1216
1217 * .gitignore: New file.
1218
e552509b
ILT
12192010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1220 Tobias Burnus <burnus@net-b.de>
1221
1222 PR fortran/32049
1223 * Makefile.def: Add libquadmath; build it with language=fortran.
1224 * configure.ac: Add libquadmath.
1225 * Makefile.tpl: Handle multiple libs in check-[+language+].
1226 * Makefile.in: Regenerate.
1227 * configure: Regenerate.
1228
12292010-11-15 Andreas Schwab <schwab@redhat.com>
1230
1231 * configure.ac: Fix spelling in option names.
1232 * configure: Regenerated.
1233
12342010-11-13 Georg-Johann Lay <georgjohann@web.de>
1235
1236 PR bootstrap/39622
1237 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1238 * configure: Regenerated.
1239
12402010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1241
1242 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1243 define the cloog backend to use. Furthermore, only pass the ppllibs to
1244 the configure checks, if necessary.
1245 * configure: Regenerate.
1246
12472010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1248
1249 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1250 * configure: regenerate
1251
12522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1253
1254 * config/cloog.m4: Fix typo. verison -> version.
1255 * configure: Regenerate.
1256
12572010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1258
1259 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1260 * configure: Regenerate.
1261
12622010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1263
1264 * configure.ac: Support official CLooG.org versions.
1265 * configure: Regenerate.
1266 * config/cloog.m4: New.
1267
aa291e2d
ME
12682010-11-05 Michael Eager <eager@eagercon.com>
1269
1270 * COPYING.LIBGLOSS: Correct typo in microblaze.
1271 * COPYING.NEWLIB: Same.
1272
e552509b
ILT
12732010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1274
1275 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1276 * configure: Regenerate.
1277
74cea91b
DK
12782010-11-03 Ian Lance Taylor <iant@google.com>
1279 Dave Korn <dave.korn.cygwin@gmail.com>
1280
1281 PR lto/46273
1282 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1283 and on other supported platforms whenever LTO is enabled.
1284 * configure: Rebuild.
1285
6d0cd39e
AM
12862010-11-02 Alan Modra <amodra@gmail.com>
1287
1288 PR binutils/12110
1289 * configure.ac: Error when source path contains spaces.
1290 * configure: Regenerate.
1291
18a8530e
ILT
12922010-10-20 Ian Lance Taylor <iant@google.com>
1293
1294 * Makefile.def (target_modules): Set lib_path to src/.libs for
1295 libstdc++-v3 module.
1296 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1297 * Makefile.in: Rebuild.
1298
6ed3211e
JJ
12992010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1300 Joseph Myers <joseph@codesourcery.com>
1301
1302 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1303 notices.
1304 * COPYING.NEWLIB: Add Texas Instruments notice.
1305
a8eb3f0a
DK
13062010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1307
1308 * configure.ac (build_lto_plugin): New shell variable.
1309 (--enable-lto): Turn on by default for all non-ELF platforms that
1310 have had LTO support added so far. Set build_lto_plugin appropriately
1311 for both ELF and non-ELF.
1312 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1313 * configure: Regenerate.
1314
4074d5f2
RW
13152010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1316
1317 PR bootstrap/45326
1318 PR bootstrap/45174
1319 * configure.ac: Honor initial values of $build_configargs,
1320 $host_configargs, $target_configargs. Mark the precious, so
1321 environment settings get recorded.
1322 * configure: Regenerate.
1323
29821356
RW
13242010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1325
1326 Sync from GCC:
1327
1328 2010-09-30 Michael Eager <eager@eagercon.com>
1329
1330 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1331 * configure: Regenerate.
1332
1333 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1334
1335 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1336 targets and amend comment.
1337 * configure: Regenerate.
1338
1339 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1340
1341 * configure.ac: Enable LTO by default on Darwin.
1342 * configure: Regenerate.
1343
1344 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1345
1346 PR bootstrap/44455
1347 * configure.ac (extra_mpfr_configure_flags): Copy from
1348 extra_mpc_gmp_configure_flags.
1349 * configure: Re-generated.
1350
57eefe4d
RW
13512010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1352
1353 Sync from GCC:
1354
1355 PR bootstrap/45796
1356 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1357 Depend on all-build-libiberty.
1358 * Makefile.in: Regenerate.
1359
13602010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1361
1362 Sync from GCC:
1363
1364 PR bootstrap/44621
1365 * configure.ac: Fix unportable shell quoting.
1366 * configure: Regenerate.
1367
48bb73dd
RW
13682010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1369
1370 * configure.ac: Support all v850 targets.
1371 * configure: Regenerate.
1372
1d14850f
PB
13732010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1374
1375 PR target/44862
1376 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1377 Provide -B option to allow for link spec %s substitutions for
1378 libstdc++.a on darwin.
1379 * Makefile.in: Regenerate.
1380
7530c480
AO
13812010-06-10 Alexandre Oliva <aoliva@redhat.com>
1382
1383 * Makefile.def (configure-gcc): Depend on all-libelf.
1384 * Makefile.in: Rebuild.
1385
285d560d
RW
13862010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1387
1388 * config.sub, config.guess: Update from upstream sources.
1389
a009f2e7
RW
13902010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1391
1392 Sync from GCC:
1393
1394 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1395 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1396 * configure: Regenerated.
1397
1398 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1399 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1400 * configure: Regenerate.
1401
1402 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1403 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1404 * configure: Regenerate.
1405
1406 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1407 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1408 separately.
1409 * configure: Regenerate.
1410
1411 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1412 * configure: Regenerate after change to elf.m4.
1413
1414 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1415 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1416 * configure: Regenerated.
1417
1418 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1419 * configure.ac: Print "buggy but acceptable" when CLooG
1420 revision is less than 9.
1421 * configure: Regenerated.
1422
e49e5c92
DK
14232010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1424
1425 Merge from gcc:
1426
1427 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1428 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1429 * configure: Regenerate.
1430
1431 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1432 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1433 a platform that supports LTO.
1434 * configure: Regenerate.
1435
1436 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1437 PR lto/42776
1438 * configure.ac (--enable-lto): Refactor handling so libelf tests
1439 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1440 and allow LTO to be explicitly enabled on non-ELF platforms that
1441 are known to support it inside else-clause.
1442 * configure: Regenerate.
1443
e6de499b
NC
14442010-04-27 Roland McGrath <roland@redhat.com>
1445 H.J. Lu <hongjiu.lu@intel.com>
1446
1447 * configure.ac (--enable-gold): Support both, both/gold and
1448 both/bfd to add gold to configdirs without removing ld.
1449 * configure: Regenerated.
1450
1451 * Makefile.def: Add install-gold dependency to install-ld.
1452 * Makefile.in: Regenerated.
1453
d594eacc
TG
14542010-04-14 Tristan Gingold <gingold@adacore.com>
1455
1456 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1457 * configure: Regenerate.
1458
938d2b74
RW
14592010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1460
1461 Merge from gcc:
1462 PR bootstrap/43615
1463 PR bootstrap/43328
1464 Revert:
1465 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1466 * configure.ac: Do not pass --enable-multilib nor
1467 --disable-multilib in baseargs. Accept explicitly passed
1468 --enable_multilib.
1469 * configure: Regenerate.
1470
a9ef41a7
RW
14712010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1472
1473 PR bootstrap/43328
1474 * configure.ac: Do not pass --enable-multilib nor
1475 --disable-multilib in baseargs. Accept explicitly passed
1476 --enable_multilib.
1477 * configure: Regenerate.
1478
619a3713
JM
14792010-03-23 Joseph Myers <joseph@codesourcery.com>
1480
1481 * configure.ac (tic6x-*-*): New case.
1482 * configure: Regenerate.
1483
92f4e989
JM
14842010-03-23 Joseph Myers <joseph@codesourcery.com>
1485
1486 Merge from gcc:
1487 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1488 PR ada/42554
1489 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1490 * configure: Regenerate.
1491
c35a0556
JM
14922010-03-23 Joseph Myers <joseph@codesourcery.com>
1493
1494 * config.sub: Update to version 2010-03-22.
1495 * config.guess: Update to version 2009-12-30.
1496
18fa8f9c
JM
14972010-03-14 Joseph Myers <joseph@codesourcery.com>
1498
1499 Merge from gcc:
1500 2010-01-11 Richard Guenther <rguenther@suse.de>
1501 PR lto/41569
1502 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1503 * Makefile.in: Regenerated.
1504
ba98da75
RO
15052010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1506
1507 PR libstdc++/32499
1508 * configure.ac (RANLIB): Default to true.
1509 (STRIP): Likewise.
1510 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1511 * configure: Regenerate.
1512
3994761f
NC
15132010-02-17 Nick Clifton <nickc@redhat.com>
1514
1515 PR 11238
1516 * Makefile.tpl (local-distclean): Also remove config.cache files in
1517 sub-directories as there may not be Makefiles present in the
1518 sub-directories.
792cdb50
NC
1519 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1520 the config.cache files found by the find command.
1521
3994761f
NC
1522 * Makefile.in: Regenerate.
1523 * configure.ac: Revert previous delta.
1524 * configure: Regenerate.
1525
01a82011
NC
15262010-02-15 Nick Clifton <nickc@redhat.com>
1527
1528 PR 11238
1529 * configure.ac: Delete config.cache files in sub-directories when
1530 deleting Makefiles.
1531 * configure: Regenerate.
1532
143754cd
NC
15332010-02-15 Nick Clifton <nickc@redhat.com>
1534
1535 * configure.ac: Sync from gcc.
1536 * configure: Regenerate.
1537
a6b5846e
KG
15382010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1539
1540 Sync from gcc:
1541 * configure.ac: Add "recommended" version checks for GMP/MPC.
1542 Update recommended GMP/MPFR/MPC versions.
1543 * configure: Regenerate.
1544
2aa2364a
JR
15452010-01-25 Joern Rennecke <amylaar@spamcop.net>
1546
1547 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1548 * configure.ac (bootstrap_target_libs): Make inclusion of
1549 target-libgomp conditional on libgomb being in target_configdirs.
1550 * configure: Regenerate.
1551
d35e937f
JR
15522010-01-23 Joern Rennecke <amylaar@spamcop.net>
1553
1554 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1555 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1556 * configure: Regenerate.
1557
911e63d0
JR
15582010-01-22 Joern Rennecke <amylaar@spamcop.net>
1559
1560 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1561 * configure.ac (target_configdirs): Substitute.
1562 * Makefile.def: Bootstrap target module libgomp.
1563 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1564 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1565 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1566 * configure, Makefile.in: Regenerate.
1567
3725885a
RW
15682009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1569
1570 * libtool.m4: Sync from git Libtool.
1571 * ltmain.sh: Likewise.
1572 * ltoptions.m4: Likewise.
1573 * ltversion.m4: Likewise.
1574 * lt~obsolete.m4: Likewise.
1575
d5f2ee2e 15762010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1577 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1578
1579 PR bootstrap/42424
1580 * configure.ac: Include libtool m4 files.
9eb322aa 1581 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1582 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1583 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1584
d5f2ee2e
KG
1585 * configure: Regenerate.
1586
f2b2dd91
RW
15872010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1588
1589 PR bootstrap/41818
1590 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1591 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1592 * Makefile.in: Regenerate.
1593
06ca7962
BE
15942009-12-18 Ben Elliston <bje@au.ibm.com>
1595
1596 * config.sub, config.guess: Update from upstream sources.
1597
30a16d7b
JJ
15982009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1599
1600 * COPYING.NEWLIB: Update copyright date.
1601 * COPYING.LIBGLOSS: Ditto.
1602
d9b76ff9
KG
16032009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1604
1605 PR middle-end/30447
1606 PR middle-end/30789
1607 PR other/40302
1608
1609 * configure.ac: Require MPC.
1610 * configure: Regenerate.
1611
1612 * configure.ac: Update minimum MPC version to 0.8.
1613 * configure: Regenerate.
1614
e12dec02
PB
16152009-11-20 Paolo Bonzini <bonzini@gnu.org>
1616
1617 * config.guess: Sync with upstream and gcc.
1618 * config.sub: Sync with upstream and gcc.
1619
606a9ca0
AO
16202009-11-16 Alexandre Oliva <aoliva@redhat.com>
1621
1622 * Makefile.def: Restore host and target settings for gmp.
1623 * Makefile.in: Rebuild.
1624
1f53ca9a
AO
16252009-11-16 Alexandre Oliva <aoliva@redhat.com>
1626
1627 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1628 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1629 Fix portability of test of C++ as bootstrap language. Add
1630 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1631 * configure: Rebuild.
1632 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1633 and cloog. Fix in-tree ppl configuration. Introduce libelf
1634 in-tree building.
1635 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1636 (POSTSTAGE1_HOST_EXPORTS): Use it.
1637 (STAGE[+id+]_CXXFLAGS): New.
1638 (BASE_FLAGS_TO_PASS): Pass it down.
1639 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1640 extra_exports.
1641 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1642 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1643 extra_exports.
1644 * Makefile.in: Rebuild.
1645
16462009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1647
1648 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1649 paths for *-w64-mingw* and x86_64-*mingw*.
1650 * configure: Regenerated.
1651
16522009-10-30 Kai Tietz <kai.tietz@onevision.com>
1653
1654 * configure.ac: Disable target-winsup & co for
1655 x86_64-*-mingw* and *-w64-mingw* targets.
1656 * configure: Regenerated.
1657
16582009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1659
1660 * configure.ac (CLooG test): Use = with test.
1661 * configure: Regenerate.
1662
16632009-10-22 Richard Guenther <rguenther@suse.de>
1664
1665 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1666 cloog if the ppl version check failed. Move flags saving
1667 before setting in libelf check.
1668 * configure: Regenerate.
1669
16702009-10-21 Richard Guenther <rguenther@suse.de>
1671
1672 * configure.ac: Adjust the ppl and cloog configure to work as
1673 documented. Disable cloog if ppl was disabled. Omit the version
1674 checks if they were disabled.
1675 * configure: Re-generate.
1676
6811fb56
RW
16772009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1678
1679 * configure.ac: Add 'lto' to enable_languages, not
1680 new_enable_languages, and only if not already present.
1681 * configure: Regenerate.
1682
700d40ca
ILT
16832009-10-06 Ian Lance Taylor <iant@google.com>
1684
1685 * Makefile.def: check-gold depends upon all-gas.
1686 * Makefile.in: Rebuild.
1687
16882009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1689
1690 * Makefile.def: all-lto-plugin depends on all-libiberty.
1691 set bootstrap=true for lto-plugin.
1692 Add lto-plugin.
1693 * Makefile.in: Regenerate.
1694 * configure.ac (host_libs): Add lto-plugin.
1695 * configure: Regenerate.
1696
16972009-10-03 Diego Novillo <dnovillo@google.com>
1698
1699 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1700 (HOST_LIBELFLIBS): Define.
1701 (HOST_LIBELFINC): Define.
1702 * Makefile.in: Regenerate.
1703 * configure.ac: Add --enable-lto.
1704 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1705 If --enable-lto is used, add 'lto' to new_enable_languages.
1706 If --enable-lto is used and gold is enabled, add
1707 lto-plugin to configdirs.
1708 * configure: Regenerate.
1709
17102009-10-03 Simon Baldwin <simonb@google.com>
1711
1712 * configure.ac: If --with-system-zlib, suppress local zlib and
1713 pass --with-system-zlib to subdir configure scripts.
1714 * configure: Regenerate.
1715
17162009-10-01 Loren J. Rittle <ljrittle@acm.org>
1717 Paolo Bonzini <bonzini@gnu.org>
1718
1719 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1720 $(srcdir).
1721 * Makefile.in: Rebuilt.
1722
c8cb1b3e
PB
17232009-09-29 Paolo Bonzini <bonzini@gnu.org>
1724
1725 Sync from gcc:
1726 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1727
1728 * configure.ac: Update minimum MPC version to 0.7.
1729 * configure: Regenerate.
1730
30167e0a
NC
17312009-09-25 Nick Clifton <nickc@redhat.com>
1732
1733 * configure.ac: Pass any --cache-file=/dev/null option on to
1734 subconfigures.
1735 * configure: Regenerate.
1736
707a0b5c
NC
17372009-09-23 Nick Clifton <nickc@redhat.com>
1738
1739 * config.sub, config.guess: Update from upstream sources.
1740
700d40ca
ILT
17412009-09-22 Loren J. Rittle <ljrittle@acm.org>
1742
1743 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1744 * Makefile.in: Rebuilt.
1745
2fd0b40b
RW
17462009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1747
1748 PR bootstrap/32272
1749 * configure.ac: Error out if $srcdir isn't '.' but contains
1750 host-${host_noncanonical}.
1751 * configure: Regenerate.
1752
4385ad3c
RW
17532009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1754
16b1ad29
RW
1755 * configure.ac: If bootstrapping a combined tree with
1756 --enable-gold, require c++ in stage1_languages.
1757 * configure: Regenerate.
1758
f8dc745f
RW
1759 * configure.ac: Also add target_libs of stage1_languages to
1760 bootstrap_target_libs.
1761 * configure: Regenerate.
1762
4385ad3c
RW
1763 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1764 with --enable-languages not containing c++.
1765 * configure: Regenerate.
1766
df51e4e1
JZ
17672009-09-16 Jie Zhang <jie.zhang@analog.com>
1768
1769 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1770 * configure: Regenerate.
1771
06a51eac
RW
17722009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1773
1774 * configure.ac: Do not use $extrasub for replacing @if/@endif
1775 parts in Makefile; instead, use additional arguments to
1776 AC_CONFIG_COMMANDS to do the replacement manually, with several
1777 sed invocations, to avoid HP-UX sed command limits.
1778 * configure: Regenerate.
1779
96655cc4
AO
17802009-09-04 Alexandre Oliva <aoliva@redhat.com>
1781
1782 * configure.ac (with-build-config): Document. Handle without.
1783 Handle missing argument.
1784 * configure: Rebuilt.
1785
17862009-09-03 Alexandre Oliva <aoliva@redhat.com>
1787
1788 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1789 Default to bootstrap-debug only if compare-debug works.
1790 * configure: Rebuilt.
1791 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1792 * Makefile.in: Rebuilt.
1793
17942009-09-01 Alexandre Oliva <aoliva@redhat.com>
1795
1796 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1797 * Makefile.in: Rebuilt.
1798
8e957354
PB
17992009-09-02 Paolo Bonzini <bonzini@gnu.org>
1800
1801 * Makefile.tpl (AWK): Fix typo.
1802 * Makefile.in: Regenerate.
1803
18042009-09-02 Paolo Bonzini <bonzini@gnu.org>
1805
1806 * configure.ac: Detect awk and sed.
1807 * Makefile.def (flags_to_pass): Add AWK and SED.
1808 * Makefile.tpl (AWK, SED): New.
1809 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1810 * configure: Regenerate.
1811 * Makefile.in: Regenerate.
1812
fb792462
TG
18132009-09-01 Tristan Gingold <gingold@adacore.com>
1814
1815 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1816 Remove logical names.
1817
a69e7d0a
DK
18182009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1819
1820 * ltmain.sh (func_normal_abspath): New function.
1821 (func_relative_path): Likewise.
1822 (func_mode_help): Document new -bindir option for link mode.
1823 (func_mode_link): Add new -bindir option, and use it to place
1824 output DLL if specified.
1825
d444d2ba
RW
18262009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1827
1828 * configure.ac (AC_PREREQ): Bump to 2.64.
1829
13b7343a
RW
18302009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1831
af542c2e
RW
1832 * README-maintainer-mode: Point directly to upstream locations
1833 for autoconf, automake, libtool, gettext, instead of copies on
1834 sources.redhat.com. Document required versions.
1835 * configure.ac: Do not substitute datarootdir, htmldir,
1836 pdfdir, docdir. Do not process --with-datarootdir,
1837 --with-htmldir, --with-pdfdir, --with-docdir.
1838 * configure: Regenerate.
1839
81ecdfbb
RW
1840 * configure: Regenerate.
1841
13b7343a
RW
1842 * compile: Sync from Automake 1.11.
1843 * depcomp: Likewise.
1844 * install-sh: Likewise.
1845 * missing: Likewise.
1846 * mkinstalldirs: Likewise.
1847 * ylwrap: Likewise.
1848
c1102ce7
RW
18492009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1850
34a0f3cf
RW
1851 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1852 (baseargs): Add --disable-option-checking.
1853 * configure: Regenerate.
1854
c1102ce7
RW
1855 * Makefile.def (configure-target-libiberty): Depend on
1856 all-binutils and all-ld.
1857 (configure-target-newlib): Likewise.
1858 * Makefile.in: Regenerate.
1859
e8a5fa9c
RW
18602009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1861
1862 Sync with GCC, merge:
1863
1864 2009-07-31 Christian Bruel <christian.bruel@st.com>
1865
1866 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1867 * configure: Regenerate.
1868
1869 2009-07-06 Ian Lance Taylor <iant@google.com>
1870
1871 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1872 * configure: Rebuild.
1873
1874 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1875
1876 PR bootstrap/40338
1877 * configure.ac (comparestring): Create new variable.
1878 * Makefile.tpl (comparestring): Use to skip some comparisions.
1879 * configure: Regenerate.
1880 * Makefile.in: Regenerate.
1881
1882 2009-06-23 Ian Lance Taylor <iant@google.com>
1883
1884 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1885 boot_languages. Only bootstrap target libraries listed in
1886 target_libs for some boot language. Add --with-stage1-ldflags,
1887 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1888 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1889 if not building with C++.
1890 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1891 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1892 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1893 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1894 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1895 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1896 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1897 * configure, Makefile.in: Rebuild.
1898
1899 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1900
1901 * configure.ac: Detect MPC in default directory.
1902 * configure: Regenerate.
1903
1904 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1905
1906 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1907 to noconfdirs.
1908 * configure: Regenerate.
1909
1910 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1911
1912 * Makefile.def: Add MPC support and dependencies.
1913 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1914
1915 * Makefile.in, configure: Regenerate.
1916
1917 2009-05-24 Nicolas Roche <roche@adacore.com>
1918
1919 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1920 * Makefile.in: Regenerate.
1921
1922 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1923
1924 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1925 * configure: Regenerate.
1926
1927 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1928
1929 * configure.ac ($with_ppl): Default to no if not supplied.
1930 ($with_cloog): Likewise.
1931 configure: Regenerate.
1932
1933 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1934
1935 PR bootstrap/39739
1936 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1937 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1938
1939 * configure, Makefile.in: Regenerate.
1940
1941 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1942
1943 * configure.ac: Change copyright header to refer to version
1944 3 of the GNU General Public License and to point readers at the
1945 COPYING3 file and the FSF's license web page.
1946 * Makefile.def: Likewise.
1947 * Makefile.tpl: Likewise.
1948 * Makefile.in: Regenerate.
1949
1950 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1951
1952 * configure.ac: Restore match for darwin9 or later. Use double
1953 brackets since regeneration eats one pair.
1954 * configure: Regenerate.
1955
bf110216
CF
19562009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1957
1958 * MAINTAINERS: Perform some obvious fixups.
1959
2262bbf4
BE
19602009-08-17 Ben Elliston <bje@au.ibm.com>
1961
1962 * config.sub, config.guess: Update from upstream sources.
1963
25a07265
NC
19642009-08-06 Michael Eager <eager@eagercon.com>
1965
1966 * configure.ac: Add Microblaze target.
1967 * configure: Regenerate.
1968
85bd1942
TG
19692009-07-02 Tristan Gingold <gingold@adacore.com>
1970
1971 * configure.ac: Do not exclude gas for i386-*-darwin.
1972 Add a case for x86_64-*-darwin.
1973 * configure: Regenerate.
1974
f9806fa5
DE
19752009-06-26 Doug Evans <dje@sebabeach.org>
1976
1977 * Makefile.def (host_modules): Add cgen.
1978 * Makefile.in: Regenerate.
1979 * configure.ac (host_tools): Add cgen.
1980 * configure: Regenerate.
1981
6bfb4e30
JJ
19822009-06-17 Michael Eager <eager@eagercon.com>
1983
1984 * COPYING.LIBGLOSS: Add Xilinx license.
1985
8bcf2718
NC
19862009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1987
1988 * configure.ac: Define is_elf for QNX Neutrino targets.
1989 * configure: Regenerate.
1990
04ec0acb
RW
19912009-06-03 Jerome Guitton <guitton@adacore.com>
1992 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1993
9eb322aa
MF
1994 * Makefile.tpl (all): Avoid a trailing backslash.
1995 * Makefile.in: Regenerate.
04ec0acb 1996
7ee5dbeb
BE
19972009-06-03 Ben Elliston <bje@au.ibm.com>
1998
1999 * config.sub, config.guess: Update from upstream sources.
2000
fda13ee8
AO
20012009-06-02 Alexandre Oliva <aoliva@redhat.com>
2002
2003 * Makefile.tpl ([+compare-target+]): Compare all stage
2004 directories, rather than just gcc.
2005 * Makefile.in: Rebuilt.
2006
4a657b0d
DK
20072009-05-28 Doug Kwan <dougkwan@google.com>
2008
2009 * configure.ac: Support gold for target arm*-*-*.
2010 * configure: Regenerate.
2011
07fc31c9
AO
20122009-05-27 Alexandre Oliva <aoliva@redhat.com>
2013
2014 * Makefile.tpl (all): Avoid harmless warning in make all when
2015 gcc-bootstrap is enabled but stage_last does not exist.
2016 * Makefile.in: Rebuilt.
2017
8a7a39ab
TG
20182009-05-25 Tristan Gingold <gingold@adacore.com>
2019
2020 * setup.com: Complete the file with configuration and build.
2021
b5233201
AO
20222009-05-18 Alexandre Oliva <aoliva@redhat.com>
2023
2024 PR other/40159
2025 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2026 gcc-no-bootstrap are mutually exclusive.
2027 * Makefile.in: Rebuilt.
2028
7b6175f9
AO
20292009-05-18 Alexandre Oliva <aoliva@redhat.com>
2030
2031 PR other/40159
2032 * Makefile.tpl (all): Don't end with unconditional success.
2033 * Makefile.in: Rebuilt.
2034
1b05fbbd
AO
20352009-05-12 Alexandre Oliva <aoliva@redhat.com>
2036
2037 PR target/37137
2038 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2039 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2040 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2041 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2042 stage_configureflags, stage_cflags and stage_libcflags into
2043 explicit Makefile macros.
2044 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2045 GFORTRAN.
2046 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2047 CC. Set CC_FOR_BUILD from CC.
2048 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2049 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2050 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2051 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2052 and GFORTRAN.
2053 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2054 (_LIBCFLAGS): Renamed to _TFLAGS.
2055 (do-compare-debug, do-compare3-debug): Drop.
2056 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2057 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2058 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2059 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2060 (XGCC_FLAGS_FOR_TARGET): New.
2061 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2062 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2063 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2064 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2065 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2066 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2067 TFLAGS.
2068 (BUILD_CONFIG): Include if requested.
2069 (all): Set TFLAGS on bootstrap.
2070 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2071 (all-stageid-prefixmodule): Likewise.
2072 (do-clean, distclean-stageid): Set TFLAGS.
2073 (restrap): Fix whitespace.
2074 * Makefile.in: Rebuilt.
2075
dc17c78c
EB
20762009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2077
2078 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2079 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2080 * Makefile.in: Regenerate.
2081
14324cd7
EZ
20822009-04-24 Eli Zaretskii <eliz@gnu.org>
2083
2084 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2085 consistency with config.sub. (Update from upstream sources.)
2086
f8d5f06c
JM
20872009-04-21 Joseph Myers <joseph@codesourcery.com>
2088
2089 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2090
0000e2bf
BE
20912009-04-17 Ben Elliston <bje@au.ibm.com>
2092
2093 * config.sub, config.guess: Update from upstream sources.
2094
20135e4c
NC
20952009-04-15 Anthony Green <green@moxielogic.com>
2096
34adf976 2097 * configure.ac: Add moxie support.
20135e4c
NC
2098 * configure: Rebuilt.
2099
ef699244
L
21002009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2101
2102 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2103 * configure: Regenerate.
2104
10ad8ef3
L
21052009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2106
2107 PR gas/10039
2108 * configure.ac: Require texinfo 4.7.
2109 * configure: Regenerated.
2110
c50523ce
L
21112009-04-09 Steve Ellcey <sje@cup.hp.com>
2112
2113 * Makefil.def (languages): New entries.
2114 * Makefile.tpl (check-gcc-*): New generic target.
2115 * Makefile.in: Regenerate.
2116
47afba5f
EZ
21172009-03-27 Eli Zaretskii <eliz@gnu.org>
2118
2119 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2120 Windows builds of Sed.
2121
dc448a7b
TT
21222009-03-18 Tom Tromey <tromey@redhat.com>
2123
2124 * configure: Rebuild.
2125 * configure.ac (host_libs): Add libiconv.
2126 * Makefile.in: Rebuild.
2127 * Makefile.def (host_modules): Add libiconv.
2128 (configure-gdb, all-gdb): Depend on libiconv.
2129
24741ab2
JB
21302009-03-16 Tristan Gingold <gingold@adacore.com>
2131
2132 * configure.ac: Treat gdb as supported on x86_64-darwin.
2133 * configure: Regenerate.
2134
29383458
JM
21352009-03-16 Joseph Myers <joseph@codesourcery.com>
2136
2137 Merge from GCC:
2138
2139 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2140
2141 * configure.ac (--with-host-libstdcxx): New option.
2142 * configure: Regenerate.
2143
2144 2009-01-29 Robert Millan <rmh@aybabtu.com>
2145
2146 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2147 * configure: Regenerate.
2148
2149 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2150
2151 PR tree-optimization/38515
2152 * configure.ac (cloog-polylib): Removed.
2153 (with_ppl, with_cloog): Test for "no".
2154 * configure: Regenerated.
2155
58e24671
RW
21562009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2157
2158 Backport from git Libtool:
2159
2160 2009-01-19 Robert Millan <rmh@aybabtu.com>
2161 Support GNU/kOpenSolaris.
2162 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2163 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2164 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2165 GNU/kOpenSolaris.
2166
314b2e66
AS
21672009-02-05 Andreas Schwab <schwab@suse.de>
2168
2169 * Makefile.tpl (stage_last): Define $r and $s before using
2170 $(RECURSE_FLAGS_TO_PASS).
2171 * Makefile.in: Regenerate
2172
8b700390
JJ
21732009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2174
2175 * COPYING.NEWLIB: Add ARM license.
2176
66775d67
AM
21772009-01-16 Alan Modra <amodra@bigpond.net.au>
2178
2179 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2180 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2181 * Makefile.in: Regenerate.
2182
19e99079
NC
21832009-01-15 Douglas B Rupp <rupp@gnat.com>
2184
2185 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2186 * configure: Regenerate.
2187
22e8c8e0
RW
21882008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2189
2190 Backport link test fix from upstream Libtool:
2191
2192 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2193 Add cache variables to tests that require the linker to work.
2194 For shlibpath_overrides_runpath, this also changes the semantics
2195 to let the result from the C compiler take precedence.
2196 compiler take precedence.
2197
7d6d7764
BE
21982008-12-02 Ben Elliston <bje@au.ibm.com>
2199
2200 * config.sub, config.guess: Update from upstream sources.
2201
ea8af06e
JJ
22022008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2203
2204 * COPYING.NEWLIB: Updated.
2205 * COPYING.LIBGLOSS: Ditto.
2206
af0771d3
PB
22072008-12-16 Paolo Bonzini <bonzini@gnu.org>
2208
2209 Sync with GCC:
2210
2211 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2212
2213 * configure.ac (ppllibs): Add by default the lib flags.
2214 * configure: Regenerate.
2215
2216 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2217
314b2e66
AS
2218 * configure.ac: Add double brackets on darwin[912].
2219 * configure: Regenerate.
af0771d3
PB
2220
2221 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2222
314b2e66
AS
2223 * configure.ac: Expand to darwin10 and later.
2224 * configure: Regenerate.
af0771d3 2225
f7c83eac
AS
22262008-12-02 Andreas Schwab <schwab@suse.de>
2227
2228 * Makefile.def: configure-target-boehm-gc depends on
2229 all-target-libstdc++-v3.
2230 * Makefile.in: Regenerate.
2231
bc67ad83
BE
22322008-12-02 Ben Elliston <bje@au.ibm.com>
2233
2234 * config.sub, config.guess: Update from upstream sources.
2235
e28c595f
JM
22362008-11-27 Joseph Myers <joseph@codesourcery.com>
2237
2238 Merge from GCC:
2239
2240 2007-12-02 Matthias Klose <doko@ubuntu.com>
2241
2242 * config-ml.in: Remove 64bit configure tests.
2243
2244 2008-05-14 Rafael Espindola <espindola@google.com>
2245
2246 * config-ml.in: don't handle --enable-shared and --enable-static.
2247
2248 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2249 Tobias Grosser <grosser@fim.uni-passau.de>
2250 Jan Sjodin <jan.sjodin@amd.com>
2251 Harsha Jagasia <harsha.jagasia@amd.com>
2252 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2253 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2254 Adrien Eliche <aeliche@isty.uvsq.fr>
2255
2256 Merge from graphite branch.
2257 * configure: Regenerate.
2258 * Makefile.in: Regenerate.
2259 * configure.ac (host_libs): Add ppl and cloog.
2260 Add checks for PPL and CLooG.
2261 * Makefile.def (ppl, cloog): Added modules and dependences.
2262 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2263 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2264
2265 2008-09-03 Richard Guenther <rguenther@suse.de>
2266
2267 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2268 cloog test.
2269 * configure: Re-generate.
2270
2271 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2272
2273 * configure.ac (--with-cloog-polylib): New.
2274 (--disable-cloog-version-check): New.
2275 (--disable-ppl-version-check): New.
2276 * configure: Re-generate.
2277
2278 2008-09-05 Richard Guenther <rguenther@suse.de>
2279
2280 * configure.ac: Initialize clooglibs to -lcloog.
2281 * configure: Re-generate.
2282
2283 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2284
2285 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2286 recommended version to 2.3.2.
2287
2288 * configure: Regenerate.
2289
2290 2008-10-31 Ben Elliston <bje@au.ibm.com>
2291
2292 * configure.ac (spu-*-*): Remove special case.
2293 * configure: Regenerate.
2294
2295 Complete comment text from GCC version of:
2296
2297 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2298
2299 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2300 (GCC_SHLIB_SUBDIR): New.
2301 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2302 * configure: Regenerate.
2303 * Makefile.in: Regenerate.
2304
652dec25
TG
23052008-11-27 Tristan Gingold <gingold@adacore.com>
2306
2307 * configure.ac: Build gdb for i?86-*-darwin*
2308 * configure: Regenerated.
2309
7582fb4a
DJ
23102008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2311
2312 PR bootstrap/38014
2313 PR bootstrap/37923
2314
2315 Revert:
2316
2317 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2318
2319 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2320 * Makefile.in: Regenerated.
2321
2322 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2323
2324 PR gdb/921
2325 PR gdb/1646
2326 PR gdb/2175
2327 PR gdb/2176
2328
2329 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2330 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2331 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2332 (HOST_EXPORTS): Pass CPPFLAGS.
2333 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2334 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2335 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2336 * Makefile.in, configure: Regenerated.
2337 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2338 and CPPFLAGS_FOR_BUILD.
2339
faee1be2
UW
23402008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2341
2342 * configure.ac [spu-*-*]: Do not set skipdirs.
2343 * configure: Re-generate.
2344
b7c2dce4
DJ
23452008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2346
2347 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2348 * Makefile.in: Regenerated.
2349
bb52de30
DJ
23502008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2351
2352 PR gdb/921
2353 PR gdb/1646
2354 PR gdb/2175
2355 PR gdb/2176
2356
2357 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2358 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2359 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2360 (HOST_EXPORTS): Pass CPPFLAGS.
2361 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2362 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2363 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2364 * Makefile.in, configure: Regenerated.
2365 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2366 and CPPFLAGS_FOR_BUILD.
2367
b25062ae
SE
23682008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2369
2370 * libtool.m4: Update to libtool 2.2.6.
2371 * lt~obsolete.m4: Update to libtool 2.2.6.
2372 * ltmain.sh: Update to libtool 2.2.6.
2373 * ltsugar.m4: Update to libtool 2.2.6.
2374 * ltversion.m4: Update to libtool 2.2.6.
2375 * ltoptions.m4: Update to libtool 2.2.6.
2376 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2377
3bbd2f8f
AL
23782008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2379
2380 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2381 (GCC_SHLIB_SUBDIR): New.
2382 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2383 * configure: Regenerate.
2384 * Makefile.in: Regenerate.
2385
b29d32ce
TG
23862008-08-28 Tristan Gingold <gingold@adacore.com>
2387
2388 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2389 Enable bfd, binutils and opcodes.
2390 * configure: Regenerate.
2391
c325a203
DD
23922008-08-16 Nicolas Roche <roche@adacore.com>
2393
2394 * Makefile.tpl: Add BOOT_ADAFLAGS.
2395 * Makefile.in: Regenerate.
2396
e7c8859c
RS
23972008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2398
2399 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2400 * configure: Regenerate.
2401
da888c87
PB
24022008-07-30 Paolo Bonzini <bonzini@gnu.org>
2403
2404 Sync with gcc:
2405 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2406
f7c83eac
AS
2407 * configure.ac: Add makefile fragments for hpux.
2408 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2409 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2410 * configure: Regenerate.
2411 * Makefile.in: Regenerate.
da888c87
PB
2412
2413 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2414
f7c83eac
AS
2415 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2416 * Makefile.in: Regenerate.
2417 * configure: Regenerate.
da888c87 2418
944982cf
ILT
24192008-06-18 Ian Lance Taylor <iant@google.com>
2420
662c6704
ILT
2421 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2422
944982cf
ILT
2423 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2424
7a283e07
RW
24252008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2426
2427 * configure: Regenerate.
2428
5b553f7e
RW
24292008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2430
2431 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2432 "$@" is still intact with both Autoconf 2.59 and 2.62.
2433 * configure: Regenerate.
2434
675492f0
RW
24352008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2436
2437 * Makefile.tpl: Fix comment errors.
2438 * Makefile.in: Regenerate.
2439
b018a5d1
JB
24402008-06-13 Julian Brown <julian@codesourcery.com>
2441
2442 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2443 of libobjc for ARM EABI Linux.
2444 * configure: Regenerate.
2445
310213e8
DE
24462008-06-12 David S. Miller <davem@davemloft.net>
2447 David Edelsohn <edelsohn@gnu.org>
2448
2449 * configure.ac: Add powerpc*-*-* to gold supported targets.
2450 * configure: Regenerate.
2451
6641ce42
JM
24522008-06-08 Joseph Myers <joseph@codesourcery.com>
2453
2454 PR tree-optimization/36218
2455 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2456 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2457 (all prefix="build-"): Pass them to build-system sub-makes.
2458 * Makefile.in: Regenerate.
2459
03c2f9e6
DJ
24602008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2461
2462 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2463 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2464 mkdep, and compile. Update comments.
2465 (ETC_SUPPORT): Add ChangeLog and update comments.
2466
4538db8b
ILT
24672008-05-11 Ian Lance Taylor <iant@google.com>
2468
2469 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2470
266df637
PB
24712008-04-18 Paolo Bonzini <bonzini@gnu.org>
2472
2473 Sync with gcc:
2474 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2475
2476 PR bootstrap/35457
2477 * configure.ac: Include override.m4.
2478 * configure: Regenerate.
2479
2480 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2481
f7c83eac
AS
2482 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2483 * Makefile.in: Regenerate.
266df637
PB
2484
2485 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2486
f7c83eac
AS
2487 * configure.ac: Do not build libssp for the AVR.
2488 * configure: Regenerate.
266df637 2489
a86a761e
NC
24902008-04-18 Nick Clifton <nickc@redhat.com>
2491
2492 * MAINTAINERS: Replace reference to configure.in with reference to
2493 configure.ac.
2494
52310858
NC
24952008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2496
f7c83eac 2497 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2498 as nonconfigurable directories list.
f7c83eac 2499 * configure: Regenerate.
52310858 2500
f5314dd5
DM
25012008-04-14 David S. Miller <davem@davemloft.net>
2502
2503 * configure.ac: Add sparc*-*-* to gold supported targets.
2504 * configure: Regenerate.
2505
e2208220
BE
25062008-04-14 Ben Elliston <bje@au.ibm.com>
2507
2508 * config.sub, config.guess: Update from upstream sources.
2509
0bb6ea20
HPN
25102008-04-12 Hans-Peter Nilsson <hp@axis.com>
2511
2512 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2513 * Makefile.in: Regenerate.
2514
e5164e97
ILT
25152008-04-07 Ian Lance Taylor <iant@google.com>
2516
2517 * Makefile.def: check-gold depends upon all-binutils.
2518 * Makefile.in: Regenerate.
2519
e33b51a6
NC
25202008-04-04 Nick Clifton <nickc@redhat.com>
2521
2522 PR binutils/4334
2523 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2524 builds.
2525 * configure: Regenerate.
2526
fc5df3ab
NC
25272008-04-04 NightStrike <NightStrike@gmail.com>
2528
2529 PR other/35151
f7c83eac
AS
2530 * configure.ac: Combine rules for mingw32 and mingw64.
2531 * configure: Regenerate.
fc5df3ab 2532
c779bab8
PB
25332008-03-27 Paolo Bonzini <bonzini@gnu.org>
2534
2535 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2536 * Makefile.in: Regenerate.
2537
93f9b408
ILT
25382008-03-20 Ian Lance Taylor <iant@google.com>
2539
2540 * configure.ac: Add support for --enable-gold.
2541 * Makefile.def: Add gold as a directory like ld.
2542 * configure, Makefile.in: Regenerate.
2543
5746fb46
AK
25442008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2545
2546 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2547 (s390_cond_extensions): Reduced extensions to the compare related.
2548 (main): z10 cpu type option added.
2549 (expandConditionalJump): Renamed to ...
2550 (insertExpandedMnemonic): ... this.
2551
2552 * opcodes/s390-opc.c: Re-group the operand format makros.
2553 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2554 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2555 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2556 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2557 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2558 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2559 INSTR_SIL_RDU): New instruction formats added.
2560 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2561 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2562 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2563 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2564 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2565 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2566 masks added.
2567 (s390_opformats): New formats added "ris", "rrs", "sil".
2568 * opcodes/s390-opc.txt: Add the conditional jumps with the
2569 extensions removed from automatic expansion in s390-mkopc.c manually.
2570 (asi - trtre): Add new System z10 EC instructions.
2571 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2572
58c85be7
RW
25732008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2574
2575 * configure.ac: m4_include config/proginstall.m4.
2576 * configure: Regenerate.
2577
78124051
RW
25782008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2579
2580 Backport from upstream Libtool:
f7c83eac 2581
78124051 2582 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2583
78124051
RW
2584 Deal with Autoconf 2.62's semantic change in m4_append.
2585 * ltsugar.m4 (lt_append): Replace broken versions of
2586 m4_append.
2587 (lt_if_append_uniq): Don't require separator to be overquoted,
2588 and avoid broken m4_append.
2589 (lt_dict_add): Fix typo.
2590 * libtool.m4 (_LT_DECL): Don't overquote separator.
2591
018f1bea
DE
25922008-03-13 David Edelsohn <edelsohn@gnu.org>
2593
2594 * config.rpath: Add AIX 6 support.
2595
5c5f596d
PB
25962008-03-13 Paolo Bonzini <bonzini@gnu.org>
2597
2598 * Makefile.def (stageprofile). Remove -fprofile-generate
2599 from stage_libcflags.
2600 * Makefile.in: Regenerate.
2601
a1f93a5e
BE
26022008-03-13 Ben Elliston <bje@au.ibm.com>
2603
2604 * config.sub, config.guess: Update from upstream sources.
2605
98c3d905
AK
26062008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2607
2608 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2609 * s390-opc.txt (cmpsc): Duplicate entry removed.
2610 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2611 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2612 fier, cu42, cu41): Fix operand format.
2613
7f6ef0c0
PB
26142008-02-20 Paolo Bonzini <bonzini@gnu.org>
2615
f7c83eac
AS
2616 PR bootstrap/32009
2617 PR bootstrap/32161
2618
2619 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2620 * configure: Regenerate.
2621
2622 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2623 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2624 STAGE4_LIBCFLAGS): New.
2625 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2626 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2627 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2628 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2629 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2630 for target modules. Don't export LIBCFLAGS.
2631 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2632 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2633 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2634 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2635 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2636 * Makefile.in: Regenerate.
7f6ef0c0 2637
eaf19029
PB
26382008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2639
2640 PR libgcj/33085
2641 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2642 Do not use -DDLL_EXPORT. Backport from upstream.
2643
680c43e9
NC
26442008-02-14 Nick Clifton <nickc@redhat.com>
2645
2646 Import this patch from gcc:
2647 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2648
2649 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2650
c72b1d96
HPN
26512008-02-02 Hans-Peter Nilsson <hp@axis.com>
2652
2653 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2654 * configure: Regenerate.
2655
8b66833e
BW
26562008-01-31 Marc Gauthier <marc@tensilica.com>
2657
2658 * configure.ac (xtensa*-*-*): Recognize processor variants.
2659 * configure: Regenerate.
2660
9cc8ae67
PB
26612008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2662
f7c83eac
AS
2663 PR bootstrap/34922
2664 * configure.ac (PARSE_ARGS): Push suitable setting of
2665 ac_subdirs_all, for `./configure --help=recursive'.
2666 Handle `+' in generic toplevel directory disabling.
2667 * configure: Regenerate.
9cc8ae67 2668
19090595
BE
26692008-01-23 Ben Elliston <bje@au.ibm.com>
2670
2671 * config.sub, config.guess: Update from upstream sources.
2672
9f1e7fd3
BE
26732008-01-08 Ben Elliston <bje@au.ibm.com>
2674
2675 * config.sub, config.guess: Update from upstream sources.
2676
2f959d61
JJ
26772007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2678
2679 * COPYING.LIBGLOSS: Update default copyright.
2680
aa054b85
JJ
26812007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2682
2683 * COPYING.NEWLIB: Update default copyright.
2684
57c53b2b
RS
26852007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2686
2687 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2688 Change recommended MPFR from 2.2.1 > 2.3.0.
2689 * configure: Regenerate.
2690
fee14b60
RS
26912007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2692
2693 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2694 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2695 * Makefile.in: Regenerate.
2696
c9b68031
DD
26972007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2698
2699 * configure.ac: Enable libjava for x86_64-*-darwin9.
2700 * configure: Regenerate.
2701
ad25e7d5
BE
27022007-12-05 Ben Elliston <bje@au.ibm.com>
2703
2704 * config.sub, config.guess: Update from upstream sources.
2705
6ac84f65
PB
27062007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2707
f7c83eac
AS
2708 * config-ml.in: Robustify against white space in absolute file
2709 names.
6ac84f65 2710
f7c83eac
AS
2711 * config-ml.in (multi-clean): Substitute ${Makefile}.
2712 Remove superfluous ${Makefile} in list.
6ac84f65 2713
7b3200f9
DJ
27142007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2715
2716 * Makefile.def (dependencies): Make configure-gdb depend on
2717 all-intl.
2718 * Makefile.in: Regenerated.
2719
2c133ff9
JJ
27202007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2721
2722 * Makefile.def: To avoid problems running with parallel makes,
2723 build newlib before libgloss so that target specific header
2724 files are availble.
2725 * Makefile.in: Regenerate.
2726
5074315a
DJ
27272007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2728
2729 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2730 * Makefile.in: Regenerate.
2731
f5bc1778
DJ
27322007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2733
2734 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2735 * libdecnumber: New directory, imported from GCC.
2736
c66487f8
NC
27372007-10-08 Mike Frysinger <vapier@gentoo.org>
2738
2739 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2740 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2741 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2742 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2743 * configure: Regenerate.
2744
b5714970
PB
27452007-10-01 Paolo Bonzini <bonzini@gnu.org>
2746
2747 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2748 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2749 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2750 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2751 * configure.ac: Default them to host tools for $host = $build.
2752 Subst them.
2753
2754 * configure: Regenerate.
2755 * Makefile.in: Regenerate.
2756
f3b1e08e
RS
27572007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2758
2759 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2760 * configure: Regenerate.
2761
cff87f51
DD
27622007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2763
2764 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2765 libstdc++.
2766 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2767 * configure: Regenerate.
2768 * Makefile.in: Regenerate.
f7c83eac 2769
625a61cd
AS
27702007-09-17 Andreas Schwab <schwab@suse.de>
2771
2772 * configure.ac: Raise minimum makeinfo version to 4.6.
2773 * configure: Regenerate.
2774
83a3a68b
AM
27752007-09-15 Alan Modra <amodra@bigpond.net.au>
2776
2777 * configure.ac: Correct makeinfo version check.
2778 * configure: Regenerate.
2779
5bd8be13
RS
27802007-09-14 Richard Sandiford <richard@codesourcery.com>
2781
2782 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2783 to $skipdirs and only disable gprof for newlib. Use the normal
2784 mips*-elf* handling in other respects.
2785 * configure: Regnerate.
2786
5566c1fa
DD
27872007-09-12 David Daney <ddaney@avtrex.com>
2788
2789 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2790 enabling libgcj.
2791 * configure: Regenerate.
2792
27932007-09-12 Richard Guenther <rguenther@suse.de>
2794
2795 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2796 nor --disable-checking is provided also turn on yes and types
2797 checking for stage1.
2798 * configure: Re-generate.
2799
a18e2996 28002007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2801
2802 PR target/33281
2803 * configure.ac: Use config/mh-mingw on mingw.
2804 * configure: Regenerate.
84e7906e 2805
691bb5a1
DD
28062007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2807
2808 PR other/32154
2809 * configure.ac: For libgloss targets, point the linker to the linker
2810 script, startup code and simulator library.
2811 * configure: Regenerate.
2812
6d18b86b
AH
28132007-09-09 Andrew Haley <aph@redhat.com>
2814
2815 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2816 target-libjava.
6d18b86b 2817
f00a3165 28182007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2819
f00a3165 2820 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2821
2abc4e65
BE
28222007-08-21 Richard Guenther <rguenther@suse.de>
2823
2824 * configure.ac: Add types checking to stage1 checking flags.
2825 * configure: Regenerate.
2826
8a6ee3ab 28272007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2828 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2829
2830 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2831 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2832 * Makefile.in: Regenerate.
2833 * configure.ac (--with-debug-prefix-map): New.
2834 * configure: Regenerate.
2835
429acdec
RS
28362007-08-17 Richard Sandiford <richard@codesourcery.com>
2837 Nigel Stephens <nigel@mips.com>
2838
429acdec
RS
2839 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2840 as target_makefile_frag.
2841 * configure: Regenerate.
2842
8520c408
AO
28432007-08-16 Alexandre Oliva <aoliva@redhat.com>
2844
2845 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2846 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2847 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2848 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2849 (do-compare, do-compare3, do-compare-debug): New.
2850 ([+compare-target+]): Use them.
2851
28522007-08-16 Alexandre Oliva <aoliva@redhat.com>
2853
2854 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2855 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2856 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2857 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2858 (do-compare, do-compare3, do-compare-debug): New.
2859 ([+compare-target+]): Use them.
2860
2444379b
BE
28612007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2862 Ben Elliston <bje@au.ibm.com>
2863
2864 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2865 --silent if $silent.
2866 * configure: Regenerate.
2867
d6f99447
DJ
28682007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2869
2870 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2871
bd0aa315
NC
28722007-07-17 Nick Clifton <nickc@redhat.com>
2873
2874 * COPYING3: New file. Contains version 3 of the GNU General
2875 Public License.
2876 * COPYING3.LIB: New file. Contains version 3 of the GNU
2877 Lesser General Public License.
2878
0ebe98fb
BS
28792007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2880
2881 * configure.ac: Fix my previous change to really match GCC.
2882 * configure: Regenerate.
2883
521ec477
DD
28842007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2885
2886 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2887 * configure: Regenerate.
2888
28892007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2890
2891 * configure.ac: Add some missing m4 quotation.
2892 * configure: Regenerate.
2893
0c24b341
NC
28942007-07-09 Kai Tietz <kai.tietz@onevision.com>
2895
f7c83eac
AS
2896 * Makefile.def: Add windmc tool to build.
2897 * Makefile.tpl: Likewise.
2898 * configure.ac: Likewise.
2899 * Makefile.in: Regenerate.
2900 * configure: Regenerate.
0c24b341 2901
a09314d0
L
29022007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2903
2904 * lt~obsolete.m4: New. Import from 20070318 libtool.
2905
7c3e1d12
BS
29062007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2907
2908 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2909 uclinux and linux-uclibc targets.
2910 * configure: Regenerate.
2911
a5b3b4dd
DD
29122007-06-28 DJ Delorie <dj@redhat.com>
2913
2914 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2915 not building newlib.
2916 * configure: Regenerated.
f7c83eac 2917
184d813c
DJ
29182007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2919
2920 * src-release (DEVO_SUPPORT): Correct typos.
2921
31d99776
DJ
29222007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2923
2924 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2925 * Makefile.in: Regenerated.
2926
e00a73e3
PB
29272007-06-14 Paolo Bonzini <bonzini@gnu.org>
2928
f7c83eac
AS
2929 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2930 (distclean-stage[+id+]): Possibly delete stage_last.
2931 * Makefile.in: Regenerate.
e00a73e3 2932
98a1bbc5
BE
29332007-06-07 Ben Elliston <bje@au.ibm.com>
2934
2935 * config.sub, config.guess: Update from upstream sources.
2936
973601e1
BE
29372007-06-07 Ben Elliston <bje@au.ibm.com>
2938
2939 * Makefile.tpl: Fix spelling error.
2940 * Makefile.in: Regenerate.
2941
2038f525
PB
29422007-06-04 Paolo Bonzini <bonzini@gnu.org>
2943
2944 Sync with gcc:
2945 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2946
f7c83eac
AS
2947 PR bootstrap/29382
2948 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2949 * configure: Rebuilt.
2038f525 2950
f7c5c4b5
PB
29512007-06-01 Steve Ellcey <sje@cup.hp.com>
2952
12a64d4f
L
2953 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2954 lt_cv_sys_max_cmd_len.
f7c5c4b5 2955
7ad9660b
PB
29562007-05-31 Paolo Bonzini <bonzini@gnu.org>
2957
2958 * ltgcc.m4: Update from GCC.
2959
0e7ef45c
EC
29602007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2961
12a64d4f 2962 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2963
37ad9514
SE
29642007-05-24 Steve Ellcey <sje@cup.hp.com>
2965
2966 * ltmain.sh: Update from GCC.
2967 * libtool.m4: Update from GCC.
2968 * ltsugar.m4: New. Update from GCC.
2969 * ltversion.m4: New. Update from GCC.
2970 * ltoptions.m4: New. Update from GCC.
2971 * ltconfig: Remove.
2972 * ltcf-c.sh: Remove.
2973 * ltcf-cxx.sh: Remove.
2974 * ltcf-gcj.sh: Remove.
2975 * src-release: Update with new libtool file list.
2976
8ee82aff
PB
29772007-05-16 Paolo Bonzini <bonzini@gnu.org>
2978
2979 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2980 stage_cflags.
2981 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2982 Remove CFLAGS/LIBCFLAGS.
2983 (configure-stage[+id+]-[+prefix+][+module+],
2984 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2985 * Makefile.in: Regenerate.
2986
149cb58d
SE
29872007-04-14 Steve Ellcey <sje@cup.hp.com>
2988
2989 * config-ml.in: Update from GCC.
2990
91506736
DJ
29912007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2992
2993 * src-release (do-proto-toplev): Process the support directories before
2994 the tool directory.
2995
ffa8bd48
RS
29962007-03-21 Richard Sandiford <richard@codesourcery.com>
2997
2998 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2999 of glob. Quote arguments with single quotes too.
3000 * configure: Regenerate.
3001
a4fd3374
DD
30022007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3003
3004 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3005 * Makefile.in: Regenerate
3006
b8025f34
AS
30072007-03-07 Andreas Schwab <schwab@suse.de>
3008
3009 * configure: Regenerate.
3010
a3ca38d2
DD
30112007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3012
3013 * configure.ac: Add "--with-pdfdir" configure option,
3014 which defines pdfdir variable.
3015 * Makefile.def (target=fixincludes): Add install-pdf to
3016 missing targets.
3017 (recursive_targets): Add install-pdf target.
3018 (flags_to_pass): Add pdfdir.
3019 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3020 target.
3021 * configure: Regenerate
3022 * Makefile.in: Regenerate
3023
30242007-02-28 Eric Christopher <echristo@apple.com>
3025
3026 Revert:
3027 2006-12-07 Mike Stump <mrs@apple.com>
3028
3029 * Makefile.def (dependencies): Add dependency for
3030 install-target-libssp and install-target-libgomp on
3031 install-gcc.
3032 * Makefile.in: Regenerate.
3033
30342007-02-27 Matt Kraai <kraai@ftbfs.org>
3035
3036 * configure: Regenerate.
3037 * configure.ac: Move statements after variable declarations.
3038
a4708fba
JM
30392007-02-19 Joseph Myers <joseph@codesourcery.com>
3040
3041 * configure.ac: Adjust for loop syntax.
3042 * configure: Regenerate.
3043
9a819804
AO
30442007-02-18 Alexandre Oliva <aoliva@redhat.com>
3045
3046 * configure: Rebuilt.
3047
81ec575a
AO
30482007-02-18 Alexandre Oliva <aoliva@redhat.com>
3049
3050 * configure.ac: Drop multiple occurrences of --enable-languages,
3051 and fix its quoting.
3052 * configure: Rebuilt.
3053
92f01d61 30542007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3055 Nathan Sidwell <nathan@codesourcery.com>
3056 Vladimir Prus <vladimir@codesourcery.com
3057 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3058
3059 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3060 * configure: Regenerate.
3061
b1299c4e
DJ
30622007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3063
3064 * configure.ac (target_libraries): Move libgcc before libiberty.
3065 * configure: Regenerated.
3066
18f6b6ee
PB
30672007-02-13 Paolo Bonzini <bonzini@gnu.org>
3068
3069 * configure: Regenerate again?
3070
9c4e9f27
PB
30712007-02-13 Paolo Bonzini <bonzini@gnu.org>
3072
3073 * configure: Reapply PR30748 fix which was lost in the previous commit.
3074
24ff9987
DJ
30752007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3076 Paolo Bonzini <bonzini@gnu.org>
3077
3078 PR bootstrap/30753
3079 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3080 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3081 * configure: Regenerated.
3082
7df2cd5d
PB
30832007-02-10 Paolo Bonzini <bonzini@gnu.org>
3084
3085 * configure: Regenerate.
3086
b0aaa663
DJ
30872007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3088
3089 PR bootstrap/30748
3090 * configure.ac: Correct syntax for Solaris ksh.
3091 * configure: Regenerated.
3092
a0323144
PB
30932007-02-09 Paolo Bonzini <bonzini@gnu.org>
3094
3095 * Makefile.def: Sync with GCC.
3096 * Makefile.tpl: Sync with GCC.
3097 * Makefile.in: Regenerate.
3098 * configure: Regenerate.
3099
c6b750e1
DJ
31002007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3101
3102 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3103 noncanonical equivalents.
3104 * configure.in: Rename to...
3105 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3106 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3107 target_noncanonical. Use them. Rewrite removal of configure
3108 arguments for autoconf 2.59. Discard variable settings. Force
3109 program_transform_name for native tools.
3110
3111 * Makefile.in: Regenerated.
3112 * configure: Regenerated with autoconf 2.59.
3113
3114 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3115
f3cd89f4
JJ
31162007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3117
3118 * COPYING.LIBGLOSS: Reformat default Red Hat
3119 license to fit within 80 columns.
3120 * COPYING.NEWLIB: Ditto.
3121
4e206d7e
DB
31222007-02-05 Dave Brolley <brolley@redhat.com>
3123
3124 * Contribute the following changes:
3125 2006-11-28 DJ Delorie <dj@redhat.com>
3126
3127 * configure.in: Fix typo for mep's target_makefile_frag.
3128 * configure: Regenerated.
3129
3130 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3131
3132 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3133 * configure: Regenerate.
3134
3135 2001-09-19 DJ Delorie <dj@redhat.com>
3136
3137 * configure.in (target_makefile_frag): use mt-mep
3138
3139 2001-06-12 Don Howard <dhoward@redhat.com>
3140
3141 * configure.in: Remove gdb from MeP skip list.
3142
3143 2001-04-05 DJ Delorie <dj@redhat.com>
3144
3145 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3146
3147 2001-03-20 Ben Elliston <bje@redhat.com>
3148
3149 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3150
3151 2001-03-19 Ben Elliston <bje@redhat.com>
3152
3153 * config.sub (mep, mep-*): Add.
3154
b2edfdd2
AS
31552007-01-31 Andreas Schwab <schwab@suse.de>
3156
3157 * Makefile.tpl (LDFLAGS): Substitute it.
3158 * Makefile.in: Regenerate.
3159
ceb92e78
PB
31602007-01-11 Paolo Bonzini <bonzini@gnu.org>
3161
3162 * configure.in: Change == to = in test command.
f7c83eac 3163 * configure: Regenerate.
ceb92e78 3164
4b900473 31652007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3166 Nick Clifton <nickc@redhat.com>
3167 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3168
3169 * configure.in (build_configargs, host_configargs, target_configargs):
3170 Remove build/host/target parameters.
3171 (host_libs): Add gmp and mpfr.
3172 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3173 * Makefile.def (gmp, mpfr): New.
3174 (gcc): Remove target.
3175 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3176 target_os, target_vendor): New.
3177 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3178 * configure: Regenerate.
3179 * Makefile.in: Regenerate.
4b900473
PB
3180
31812007-01-11 Matt Fago <fago@earthlink.net>
3182
3183 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3184 to improve robustness of configure tests.
4b900473
PB
3185 * configure: Regenerate.
3186
80f6dcbc
NC
31872007-01-08 Kai Tietz <kai.tietz@onevision.com>
3188
3189 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3190 * configure: Regenerate.
80f6dcbc 3191
f86e35b8
NC
31922007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3193
3194 * Makefile.tpl (all-target): Correct @if conditional for target
3195 modules.
3196 * configure.in: Omit libiberty if building only target libgcc.
3197 * configure, Makefile.in: Regenerated.
3198
79fcd0ec
PB
31992007-01-04 Paolo Bonzini <bonzini@gnu.org>
3200
3201 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3202 * configure: Regenerate.
3203
6aa8ef82
DJ
32042007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3205
3206 * Makefile.def (target_modules): Add libgcc.
3207 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3208 * Makefile.tpl (clean-target-libgcc): Delete.
3209 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3210 on gcc even for bootstrapped modules. Rewrite handling of
3211 lang_env_dependencies to loop over target_modules.
3212 * configure.in (target_libraries): Add target-libgcc.
3213 * Makefile.in, configure: Regenerated.
3214
9b134994
PB
32152006-12-29 Paolo Bonzini <bonzini@gnu.org>
3216
3217 Sync with gcc:
3218 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3219
f7c83eac
AS
3220 * configure.in: Reorganize recognition of languages. Add
3221 --enable-stage1-languages. Show supported languages for the chosen
3222 target rather than all recognized languages.
3223 * configure: Regenerate.
9b134994
PB
3224
3225 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3226
f7c83eac
AS
3227 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3228 * Makefile.in: Regenerate.
9b134994
PB
3229
3230 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3231
f7c83eac
AS
3232 * configure.in: Warn that MPFR 2.2.0 is buggy.
3233 * configure: Regenerate.
9b134994 3234
8cf39b1b
ILT
32352006-12-27 Ian Lance Taylor <iant@google.com>
3236
3237 * configure.in: When removing Makefiles to force a reconfigure, also
3238 remove prev-DIR*/Makefile.
3239 * configure: Regenerate.
3240
ebff6cd5
KH
32412006-12-23 Kazu Hirata <kazu@codesourcery.com>
3242
3243 * config.bfd: Recognize fido.
3244
8a0d8a5c
PB
32452006-12-19 Paolo Bonzini <bonzini@gnu.org>
3246
3247 Sync with gcc:
3248
3249 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3250
3251 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3252 it only affects bootstrap and could be tested on "$host" as well.
3253 * configure: Regenerate.
3254 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3255
3256 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3257
3258 PR bootstrap/29544
3259 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3260 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3261 move here comment from Makefile.tpl.
3262 * Makefile.tpl: Move some definitions higher in the file.
3263 (STAGE1_CHECKING): New.
3264 * configure.in: Add --enable-stage1-checking.
3265 * configure: Regenerate.
3266 * Makefile.in: Regenerate.
3267
3268 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3269
3270 * configure.in: Update error message for missing GMP/MPFR.
3271
3272 * configure: Regenerate.
3273
3274 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3275
3276 * configure.in: Update MPFR version in error message.
3277
3278 * configure: Regenerate.
3279
3280 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3281
3282 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3283 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3284 --with-gmp-lib): New flags.
3285
3286 * configure: Regenerate.
3287
790c0838
AM
32882006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3289
3290 PR bootstrap/30134
3291 * configure.in: Correct x86 darwin support for libjava to powerpc
3292 and i?86 only.
3293 * configure: Regenerate.
3294
77d7106f
AM
32952006-12-11 Alan Modra <amodra@bigpond.net.au>
3296
3297 * configure.in: Handle spu makefile frag.
77d7106f
AM
3298 * Makefile.tpl (MAINT): Define
3299 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3300 * configure: Regenerate.
3301 * Makefile.in: Regenerate.
3302
0cfa5389
BE
33032006-12-11 Ben Elliston <bje@au.ibm.com>
3304
3305 * config.sub, config.guess: Update from upstream sources.
3306
2839fe5d
BE
33072006-12-11 Ben Elliston <bje@au.ibm.com>
3308
3309 * configure.in: Sync with GCC (spu-*-*).
3310 * configure: Sync with GCC.
3311
b897f5d4
MS
33122006-12-07 Mike Stump <mrs@apple.com>
3313
3314 * Makefile.def (dependencies): Add dependency for
3315 install-target-libssp and install-target-libgomp on
3316 install-gcc.
3317 * Makefile.in: Regenerate.
3318
9daf3993
PB
33192006-11-16 Paolo Bonzini <bonzini@gnu.org>
3320
3321 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3322 (unstage): Test for stage_last presence.
3323
3324 PR bootstrap/29802
3325 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3326 * Makefile.in: Regenerate.
3327
9dbaa842
DD
33282006-11-14 DJ Delorie <dj@redhat.com>
3329
3330 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3331 * Makefile.in: Sync with GCC.
3332 * configure.in: Sync with GCC (mpfr, gmp).
3333 * configure: Sync with GCC.
3334
b0cbce8d
JJ
33352006-11-08 Jie Zhang <jie.zhang@analog.com>
3336
3337 * configure.in: Remove target-libgloss from noconfigdirs for
3338 bfin-*-*.
3339 * configure: Regenerated.
3340
44330a94
JJ
33412006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3342
3343 * COPYING.NEWLIB: Add spu license.
7de05dd5 3344 * COPYING.LIBGLOSS: Ditto.
44330a94 3345
56a8fe78
DD
33462006-10-17 Brooks Moses <bmoses@stanford.edu>
3347
3348 * Makefile.def: Added pdf target handling.
3349 * Makefile.tpl: Added pdf target handling.
3350 * Makefile.in: Regenerated.
3351
fbb00ad0
JJ
33522006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3353
3354 * COPYING.NEWLIB: Updated.
3355 * COPYING.LIBGLOSS: Ditto.
3356
6b89cc21
DB
33572006-09-27 Dave Brolley <brolley@redhat.com>
3358
3359 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3360 $s instead of $r.
3361 * configure: Regenerated.
3362
17bcf627
BE
33632006-09-26 Ben Elliston <bje@au.ibm.com>
3364
3365 * config.sub, config.guess: Update from upstream sources.
3366
f3529cf1
TS
33672006-09-20 Thiemo Seufer <ths@mips.com>
3368
3369 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3370 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3371 * configure: Regenerate.
3372
45055374
CV
33732006-08-30 Corinna Vinschen <corinna@vinschen.de>
3374
3375 * configure.in: Never build newlib for a Mingw host.
3376 Never build newlib as Mingw target library.
3377 Test the existence of winsup/cygwin for building a Cygwin newlib,
3378 rather than just winsup.
3379 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3380 building a Mingw target.
3381 * configure: Regenerate.
3382
4be041b2 33832006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3384 Nigel Stephens <nigel@mips.com>
3385 David Ung <davidu@mips.com>
4be041b2
TS
3386
3387 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3388
1d89b610
PB
33892006-07-25 Paolo Bonzini <bonzini@gnu.org>
3390
3391 Sync from GCC:
3392 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3393
f7c83eac
AS
3394 PR bootstrap/18058
3395 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3396 if the bootstrap compiler is a GCC version that supports it.
3397 * configure: Regenerate.
1d89b610 3398
66a79c16
DJ
33992006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3400
3401 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3402 * configure: Regenerated.
3403
c1cb7e02
PB
34042006-07-18 Paolo Bonzini <bonzini@gnu.org>
3405
f7c83eac
AS
3406 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3407 for stages after the first.
c1cb7e02 3408
7206a0ee
JJ
34092006-07-17 Jakub Jelinek <jakub@redhat.com>
3410
3411 * Makefile.def: Add dependencies for configure-opcodes
3412 on configure-intl and all-opcodes on all-intl.
3413 * Makefile.in: Regenerated.
3414
6816f995
AO
34152006-07-04 Peter O'Gorman <peter@pogma.com>
3416
3417 * ltconfig: chmod 644 before ranlib during install.
3418
3d3adb43
PB
34192006-07-03 Paolo Bonzini <bonzini@gnu.org>
3420
1f3f1bbf 3421 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3422 * configure: Regenerate.
3423
64ce424c
PB
34242006-07-03 Paolo Bonzini <bonzini@gnu.org>
3425
3426 Sync from gcc:
3427
3428 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3429
3430 PR other/27063
3431 * configure.in: Test subdir_requires and give an appropriate
3432 error message.
3433 * configure: Regenerate.
3434
3435 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3436
3437 PR target/27540
3438 * configure.in: Only enable libgomp on IRIX 6.
3439 * configure: Regenerate.
3440
d42c4017
DA
34412006-06-20 David Ayers <d.ayers@inode.at>
3442
3443 PR bootstrap/28072
3444 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3445 whether target-libjava is being configured instead of whether the
3446 java front end is enabled.
3447 * configure: Regenerate.
0e7ef45c 3448
4962c51a
MS
34492006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3450
3451 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3452 to R_ARM_LDC_SB_G{0,1,2} respectively.
3453
caee866a
PB
34542006-06-15 Paolo Bonzini <bonzini@gnu.org>
3455
3456 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3457 too.
3458 * Makefile.in: Regenerate.
3459
363ef840
DA
34602006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3461
3462 Sync from gcc:
3463
3464 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3465 * configure.in: Don't enable libgomp on hpux10.
3466 * configure: Rebuilt.
3467
54d1c879
DA
34682006-06-13 David Ayers <d.ayers@inode.at>
3469
3470 Sync from gcc:
3471
3472 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3473
54d1c879
DA
3474 PR bootstrap/27963
3475 PR target/19970
0e7ef45c 3476 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3477 ${libgcj} is specified.
3478 * configure: Regenerate.
0e7ef45c 3479
a4d8b690
JJ
34802006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3481
3482 Sync from gcc:
3483
3484 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3485 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3486
3487 PR bootstrap/18033
3488 * config-ml.in: Eval option if surrounded by single quotes.
3489
4f0ef2d8
CD
34902006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3491
3492 Sync from gcc:
0e7ef45c 3493
4f0ef2d8 3494 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3495
4f0ef2d8
CD
3496 PR libobjc/13946
3497 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3498 * Makefile.in: Regenerate.
3499 * configure.in: Add --enable-objc-gc at toplevel and have it
3500 enable boehm-gc for Objective-C.
3501 Remove target-boehm-gc from libgcj.
3502 Add target-boehm-gc to target_libraries.
3503 Add target-boehm-gc to noconfigdirs where ${libgcj}
3504 is specified.
3505 Assert that boehm-gc is supported when requested for Objective-C.
3506 Only build boehm-gc if needed either for Java or Objective-C.
3507 * configure: Regenerate.
3508
3509 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3510
4f0ef2d8
CD
3511 PR 27674
3512 * Makefile.tpl (configure-[+prefix+][+module+],
3513 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3514 Remove rule to unstage bootstrapped modules.
3515 (stage_current): New.
3516 * Makefile.in: Regenerate.
3517
3518 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3519 Andreas Tobler <a.tobler@schweiz.ch>
3520
3521 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3522 * configure: Rebuilt.
3523
3524 Revert
3525 2006-01-31 Richard Guenther <rguenther@suse.de>
3526 Paolo Bonzini <bonzini@gnu.org>
3527
3528 * Makefile.def (target_modules): Add libgcc-math target module.
3529 * configure.in (target_libraries): Add libgcc-math target library.
3530 (--enable-libgcc-math): New configure switch.
3531 * Makefile.in: Re-generate.
3532 * configure: Re-generate.
3533
c17b816b
JJ
35342006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3535
3536 * config-ml.in: Alter CCASFLAGS to include special
3537 multilib options the same as is done for CFLAGS.
3538
20e95c23
DJ
35392006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3540
3541 * Makefile.def: Added dependencies from sim and gdb on intl, and
3542 added configure dependencies to everything with an all dependency
3543 on intl.
3544 * gettext.m4: Removed.
3545 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3546 (GDB_SUPPORT_DIRS): Add intl.
3547 * Makefile.in: Regenerated.
3548
4bd8ad80
DJ
35492006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3550
3551 * src-release (DEVO_SUPPORT): Add config.rpath.
3552
c380fdd8
PB
35532006-05-25 Paolo Bonzini <bonzini@gnu.org>
3554
3555 * Makefile.def (bfd, opcodes): Fix lib_path.
3556 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3557 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3558 * Makefile.in: Regenerate.
3559
701628f5
MS
35602006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3561
3562 * configure.in: Enable gprof for cross builds.
3563 * configure: Regenerate.
3564
25aae7f2
DJ
35652006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3566
3567 * src-release (MAKEINFOFLAGS): Define.
3568 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3569
ea3d1626
BE
35702006-05-14 Ben Elliston <bje@au.ibm.com>
3571
3572 * config.sub, config.guess: Update from upstream sources.
3573
49b9e644
BE
35742006-05-12 Ben Elliston <bje@au.ibm.com>
3575
3576 * config.sub, config.guess: Update from upstream sources.
3577
482dd2f6
DJ
35782006-05-04 Steve Ellcey <sje@cup.hp.com>
3579
3580 * blt, iwidgets, mmalloc: Remove directories.
3581
8b01a5c2
DD
35822006-05-01 DJ Delorie <dj@redhat.com>
3583
641a3af4 3584 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3585 * configure: Regenerate.
3586
a481dbb7
DD
35872006-04-18 DJ Delorie <dj@redhat.com>
3588
3589 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3590 reference libgloss so that libssp can be built in a combined
3591 tree.
3592 * configure: Regenerate.
3593
962c9e74
BE
35942006-04-10 Ben Elliston <bje@au.ibm.com>
3595
3596 * contrib: Remove directory.
3597
108a6f8e
CD
35982006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3599
3600 * Makefile.tpl: Add install-html target.
3601 * Makefile.def: Add install-html target.
3602 * Makefile.in: Regenerate.
3603 * configure.in: Add --with-datarootdir, --with-docdir,
3604 and --with-htmldir options.
3605 * configure: Regenerate.
3606
a4ef73e9
BE
36072006-03-31 Ben Elliston <bje@au.ibm.com>
3608
3609 PR binutils/1860
3610 * configure.in: Require makeinfo 4.4 or higher.
3611 * configure: Regenerate.
3612
b37df25a
PB
36132006-03-14 Paolo Bonzini <bonzini@gnu.org>
3614
3615 * Makefile.in: Regenerate.
3616
a6df5a19
PB
36172006-03-14 Paolo Bonzini <bonzini@gnu.org>
3618
3619 Sync with gcc:
3620 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3621
f7c83eac
AS
3622 * configure.in: Handle --disable-<component> generically.
3623 * configure: Regenerate.
a6df5a19
PB
3624
3625 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3626
f7c83eac
AS
3627 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3628 (TARGET_CONFIGDIRS): Remove.
3629 * configure.in: Remove AC_SUBST(target_configdirs).
3630 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3631
3632
65419985
L
36332006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3634
3635 PR libgcj/17311
3636 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3637
c52c6897
PB
36382006-02-20 Paolo Bonzini <bonzini@gnu.org>
3639
3640 PR bootstrap/25670
3641
3642 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3643
3644 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3645 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3646 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3647 BUILD_PREFIX, BUILD_PREFIX_1.
3648 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3649
3650 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3651 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3652
3653 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3654 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3655 of `cat stage_current`. Always provide the `r' and `s' variables.
3656 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3657 a single shell execution.
3658 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3659 bootstrapped modules, make the stage1 module if the build was not
3660 started yet, else build the current stage.
3661 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3662 (all-build, all-host, all-target, [+make_target+]-host,
3663 [+make_target+]-target): Do not use \-continued lines.
3664 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3665 (current_stage, restrap, stage_last): New.
3666
3667 * Makefile.in: Regenerate.
3668 * configure: Regenerate.
3669
b3ded179
PB
36702006-02-14 Paolo Bonzini <bonzini@gnu.org>
3671
3672 Sync from gcc:
3673
3674 2006-01-31 Richard Guenther <rguenther@suse.de>
3675 Paolo Bonzini <bonzini@gnu.org>
3676
f7c83eac
AS
3677 * Makefile.def (target_modules): Add libgcc-math target module.
3678 * configure.in (target_libraries): Add libgcc-math target library.
3679 (--enable-libgcc-math): New configure switch.
3680 * Makefile.in: Re-generate.
3681 * configure: Re-generate.
3682 * libgcc-math: New toplevel directory.
b3ded179
PB
3683
3684 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3685 Jakub Jelinek <jakub@redhat.com>
3686 Diego Novillo <dnovillo@redhat.com>
b3ded179 3687
f7c83eac
AS
3688 * libgomp: New directory.
3689 * Makefile.def: Add target_module libgomp.
3690 * Makefile.in: Regenerate.
3691 * configure.in (target_libraries): Add target-libgomp.
3692 * configure: Regenerate.
b3ded179 3693
3a35eeb3
PB
36942006-02-14 Paolo Bonzini <bonzini@gnu.org>
3695 Andreas Schwab <schwab@suse.de>
0e7ef45c 3696
3a35eeb3
PB
3697 * configure: Regenerate.
3698
2429c060
PB
36992006-01-16 Paolo Bonzini <bonzini@gnu.org>
3700
3701 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3702 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3703 the assembler, linker and binutils.
3704 * configure: Regenerate.
3705
ec49b2b8
NC
37062006-01-16 Nick Clifton <nickc@redhat.com>
3707
49b9e644 3708 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3709
44b2308f
AO
37102006-01-05 Alexandre Oliva <aoliva@redhat.com>
3711
3712 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3713 @ from continuation.
3714 * Makefile.in: Rebuilt.
3715
80911fe1
PB
37162006-01-04 Paolo Bonzini <bonzini@gnu.org>
3717
3718 Sync from gcc:
3719
3720 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3721
f7c83eac 3722 PR bootstrap/24252
80911fe1 3723
f7c83eac
AS
3724 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3725 * Makefile.tpl (OBJDUMP): New.
3726 (EXTRA_HOST_FLAGS): Add it.
3727 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3728
f7c83eac
AS
3729 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3730 to use symbolic links between directories. Avoid race conditions
3731 or make them harmless.
3732 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3733
f7c83eac
AS
3734 * Makefile.def (LEAN): Pass.
3735 * Makefile.tpl (LEAN): Define.
3736 (stage[+id+]-start): Accept that the previous directory does not
3737 exist, if the bootstrap is lean.
3738 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3739 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3740 configure substitution.
3741 ([+compare-target+]): Likewise.
3742 ([+bootstrap-target+]-lean): New.
3743 * configure.in: Remove lean bootstrap support from here.
80911fe1 3744
f7c83eac
AS
3745 * Makefile.in: Regenerate.
3746 * configure: Regenerate.
80911fe1
PB
3747
3748 2006-01-02 Andreas Schwab <schwab@suse.de>
3749
f7c83eac
AS
3750 * configure.in: When reconfiguring remove Makefile in
3751 all stage directories.
3752 * configure: Regenerate.
80911fe1 3753
b59bea8a
NC
37542005-12-27 Leif Ekblad <leif@rdos.net>
3755
3756 * configure.in: Add support for RDOS target.
3757 * configure: Regenerate.
3758
d7730bac
NC
37592005-12-27 Nick Clifton <nickc@redhat.com>
3760
3761 PR binutils/1990
3762 * libtool.m4: Synchronize with version in GCC sources.
3763
c02dabc3
PB
37642005-12-20 Paolo Bonzini <bonzini@gnu.org>
3765
f7c83eac 3766 Revert Ada-related part of the previous change.
c02dabc3 3767
f7c83eac
AS
3768 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3769 Do not pass.
3770 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3771 * Makefile.in: Regenerate.
3772 * configure.in: Do not include mt-ppc-aix target fragment.
3773 * configure: Regenerate.
c02dabc3 3774
f6d183c0
PB
37752005-12-19 Paolo Bonzini <bonzini@gnu.org>
3776
3777 * configure.in: Select appropriate fragments for PowerPC/AIX.
3778 * configure: Regenerate.
3779
3780 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3781 BOOT_CFLAGS, BOOT_LDFLAGS.
3782 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3783 BOOT_CFLAGS, BOOT_LDFLAGS.
3784 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3785 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3786 (stage): Fail if we cannot complete the work.
3787 * Makefile.in: Regenerate.
3788
f29759fc
JJ
37892005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3790
3791 * COPYING.NEWLIB: Update copyright year for default
3792 copyright.
3793
1f054001
PB
37942005-12-15 Paolo Bonzini <bonzini@gnu.org>
3795
3796 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3797 install-host-nogcc): Don't invoke $(stage) at the end.
3798 * Makefile.in: Regenerate.
3799
0aed8855
PB
38002005-12-14 Paolo Bonzini <bonzini@gnu.org>
3801
3802 * configure.in: Flip the top-level bootstrap switch.
3803 * configure: Regenerate.
3804
3805 Merge from gcc:
3806
3807 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3808
f7c83eac
AS
3809 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3810 $(stage) and $(unstage).
3811 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3812 (all): Remove stray semicolon.
3813 (local-distclean): Don't handle multilib.tmp and multilib.out.
3814 (install.all): Set $s for consistency.
3815 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3816 check_multilibs setting. Always make the install directory.
3817 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3818 Correct @if/@endif.
3819 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3820 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3821 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3822 (multilib.out): Remove.
3823 * Makefile.in: Regenerated.
0aed8855
PB
3824
38252005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3826
3827 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3828 * configure.in: Replace ms1 arch with mt.
3829 * configure: Rebuilt.
3830
38312005-12-05 Paolo Bonzini <bonzini@gnu.org>
3832
3833 Sync with gcc:
3834
4970f871
NS
38352005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3836
3837 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3838 * configure.in: Replace ms1 arch with mt.
3839 * configure: Rebuilt.
3840
be01d343
PB
38412005-12-05 Paolo Bonzini <bonzini@gnu.org>
3842
3843 Sync with gcc:
3844
3845 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3846
f7c83eac
AS
3847 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3848 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3849 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3850 Find in-tree tools if available.
3851 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3852 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3853 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3854 (COMPILER_*_FOR_TARGET): New.
3855 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3856 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3857 (CONFIGURED_*, USUAL_*): Remove.
3858 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3859 STRIP): Use autoconf substitutions.
3860 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3861 COMPILER_NM_FOR_TARGET): New.
3862 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3863
3864 (all): Make all-host and all-target in parallel.
3865 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3866 that $$r and $$s are set before invoking a recursive make.
3867 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3868 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3869
3870 2005-11-29 Ben Elliston <bje@au.ibm.com>
3871
f7c83eac
AS
3872 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3873 from the gcc build directory.
3874 * Makefile.in: Regenerate.
be01d343
PB
3875
3876 2005-11-29 Ben Elliston <bje@au.ibm.com>
3877
f7c83eac
AS
3878 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3879 depend on all-libdecnumber.
3880 * configure.in (host_libs): Include libdecnumber.
3881 * Makefile.in: Regenerate.
3882 * configure: Likewise.
be01d343
PB
3883
3884 2005-11-21 Kean Johnston <jkj@sco.com>
3885
f7c83eac 3886 * config.sub, config.guess: Sync from upstream sources.
be01d343 3887
907be67c
DJ
38882005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3889
3890 * Makefile.def: Remove gdb dependencies for gdbtk.
3891 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3892 (configure-gdb, install-gdb): New rules.
3893 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3894 * Makefile.in, configure: Regenerated.
3895
e360f423
PB
38962005-10-22 Paolo Bonzini <bonzini@gnu.org>
3897
3898 PR bootstrap/24297
3899 * Makefile.tpl (do-[+make-target+], do-check, install,
3900 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3901 are set before recursing.
3902 * Makefile.in: Regenerate.
3903
45d5eb0a
EB
39042005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3905
3906 PR bootstrap/18939
3907 * Makefile.def (gcc) <target>: Fix thinko.
3908 * Makefile.in: Regenerate.
3909
3cf3372e
BS
39102005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3911
3912 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3913 * configure: Regenerate.
3914
bd70a46f
KH
39152005-10-09 Kazu Hirata <kazu@codesourcery.com>
3916
3917 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3918 target-libffi, target-qthreads, target-libjava, and
3919 targetlibobjc.
3920 * configure: Regenerate.
3921
5ae72758
DJ
39222005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3923
3924 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3925 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3926 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3927 (USUAL_OBJDUMP_FOR_TARGET): New.
3928 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3929 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3930 * configure, Makefile.in: Regenerated.
5ae72758 3931
cc96343e
PB
39322005-10-05 Paolo Bonzini <bonzini@gnu.org>
3933
3934 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3935 before other host packages.
3936
f70224b5
PB
39372005-10-05 Paolo Bonzini <bonzini@gnu.org>
3938
3939 PR bootstrap/22340
3940
3941 * configure.in (default_target): Remove.
3942 * Makefile.tpl (all): Do not use prerequisites as subroutines
3943 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3944 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3945 use prerequisites as subroutines.
3946 (check-host, check-target): New.
3947 (bootstrap configure & all targets): Do not use stage*-start
3948 if the directory layout is already ok.
3949 (non-bootstrap configure & all targets): Prepend a $(unstage).
3950 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3951 (NOTPARALLEL): Remove.
3952 (unstage, stage variables): New variables.
3953 (unstage, stage targets): Simply expand to those variables.
3954
3955 * configure: Regenerate.
3956 * Makefile.in: Regenerate.
3957
c13c918a
JW
39582005-10-04 James E Wilson <wilson@specifix.com>
3959
3960 * Makefile.def (lang_env_dependencies): Add libmudflap.
3961 * Makefile.in: Regenerate.
3962
376a0e54
CM
39632005-10-03 Catherine Moore <clm@cm00re.com>
3964
3965 * configure.in (bfin-*-*): Support bfin.
3966 * configure: Regenerated.
3967
d320aacb
L
39682005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3969
3970 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3971 * configure: Regenerated.
3972
7e0f7140
GK
39732005-09-28 Geoffrey Keating <geoffk@apple.com>
3974
3975 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3976 (LIPO_FOR_TARGET): New.
3977 (CONFIGURED_LIPO_FOR_TARGET): New.
3978 (USUAL_LIPO_FOR_TARGET): New.
3979 (STRIP_FOR_TARGET): New.
3980 (CONFIGURED_STRIP_FOR_TARGET): New.
3981 (USUAL_STRIP_FOR_TARGET): New.
3982 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3983 STRIP_FOR_TARGET.
3984 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3985 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3986 * Makefile.in: Regenerate.
3987 * configure: Regenerate.
0e7ef45c 3988
096f7d00
DE
39892005-09-19 David Edelsohn <edelsohn@gnu.org>
3990
3991 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3992 (rs6000-*-aix*): Same.
3993 * configure: Regenerate.
3994
39952005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3996
3997 * configure.in: Recognize f95 in the --enable-languages option,
3998 and substitute it for fortran, issuing a warning.
3999 * configure: Regenerate.
4000
2016dfcc
BE
40012005-09-07 Ben Elliston <bje@au.ibm.com>
4002
4003 Import from Autoconf sources:
4004
4005 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4006 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4007 Elliston. Handle weird characters correctly.
4008
6dd2fda9
DD
40092005-08-30 Phil Edwards <phil@codesourcery.com>
4010
4011 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4012 * configure: Regenerated.
4013
e6db70d4
RE
40142005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4015
f7c83eac
AS
4016 * Makefile.def (libssp): Add to lang_env_dependencies.
4017 * Makefile.in: Regenerate.
e6db70d4 4018
e1e3d0f5
CG
40192005-08-17 Christian Groessler <chris@groessler.org>
4020
4021 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4022 * Makefile.in: Regenerate.
4023
05cbd757
PB
40242005-08-12 Paolo Bonzini <bonzini@gnu.org>
4025
4026 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4027 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4028 Look for alternate names of the target cc and c++
4029 * configure: Regenerate.
4030
55db4b87
PB
40312005-08-08 Paolo Bonzini <bonzini@gnu.org>
4032
4033 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4034 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4035 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4036 tools; remove code to manually set them.
4037 (Target tools): Look in the environment for them.
4038 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4039 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4040 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4041 build directory.
4042 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4043 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4044 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4045 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4046 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4047 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4048 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4049 * configure: Regenerate.
4050 * Makefile.in: Regenerate.
4051
414e5532
MM
40522005-07-27 Mark Mitchell <mark@codesourcery.com>
4053
4054 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4055 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4056 * Makefile.in: Regenerated.
4057
a19b6204
MM
40582005-07-26 Mark Mitchell <mark@codesourcery.com>
4059
4060 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4061 (CFLAGS_FOR_TARGET): Use it.
4062 (CXXFLAGS_FOR_TARGET): Likewise.
4063 * Makefile.in: Regenerated.
4064 * configure.in (--with-build-sysroot): New option.
4065 * configure: Regenerated.
4066
b73aa406
PB
40672005-07-24 Paolo Bonzini <bonzini@gnu.org>
4068
4069 * Makefile.tpl: Wrap install between unstage and stage
4070 * Makefile.in: Regenerate.
4071
6e4d0bcb
KC
40722005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4073
4074 * all files: Update FSF address.
4075
49f58d10
JB
40762005-07-14 Jim Blandy <jimb@redhat.com>
4077
4078 * configure.in: Add cases for Renesas m32c.
4079 * configure: Regenerated.
0e7ef45c 4080
1d9c9cd7
KC
40812005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4082
4083 * COPYING, compile, config-ml.in, config.guess,
4084 config.sub, install-sh, missing, mkinstalldirs,
4085 symlink-tree, ylwrap: Sync from upstream sources.
4086
1587117a
EC
40872005-07-13 Eric Christopher <echristo@redhat.com>
4088
4089 * configure.in: Add toplevel noconfigdir support for tpf.
4090 * configure: Regenerate.
4091
bb780410
DD
40922005-07-11 Jakub Jelinek <jakub@redhat.com>
4093
4094 * Makefile.def (target_modules): Add libssp.
4095 * configure.in (target_libraries): Add target-libssp.
4096 * configure: Rebuilt.
4097 * Makefile.in: Rebuilt.
4098
064d0a7c
PB
40992005-07-11 Paolo Bonzini <bonzini@gnu.org>
4100
4101 PR ada/22340
4102
4103 * Makefile.def: Sync with gcc.
4104 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4105 * Makefile.in: Regenerate.
4106
b2edd3b5
AS
41072005-07-07 Andreas Schwab <schwab@suse.de>
4108
4109 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4110 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4111 * Makefile.in: Regenerated.
4112
5f128533
KH
41132005-07-07 Kazu Hirata <kazu@codesourcery.com>
4114
4115 * configure.in: Add --enable-libssp and --disable-libssp.
4116 * configure: Regenerate with autoconf-2.13.
4117
4e3fc8e5
GK
41182005-07-06 Geoffrey Keating <geoffk@apple.com>
4119
4120 * configure.in: Don't build sim or rda when targetting darwin.
4121 * configure: Regenerate.
4122
c7357d6a
BE
41232005-07-04 Ben Elliston <bje@gnu.org>
4124
4125 * src-release (do-proto-toplev): Remove dejagnu bits.
4126 (DEJAGNU_SUPPORT_DIRS): Remove.
4127 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4128 (GDBD_SUPPORT_DIRS): Likewise.
4129 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4130 (INSIGHTD_SUPPORT_DIRS): Likewise.
4131 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4132
41332005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4134
4135 * setup.com (mpw): Remove unused directive.
4136
7d329e61
PB
41372005-06-22 Paolo Bonzini <bonzini@gnu.org>
4138
4139 * Makefile.def (stagefeedback): Come after profile.
4140 Define profiledbootstrap target.
4141 * Makefile.tpl (profiledbootstrap): Remove.
4142 (stageprofile-end): Zap stagefeedback.
4143 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4144 * Makefile.in: Regenerate.
4145
e5fbed21
DD
41462005-06-13 Zack Weinberg <zack@codesourcery.com>
4147
4148 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4149 In 'cpp' stanza, support '#line' as well as '# '.
4150
59f7ec45
HPN
41512005-06-07 Hans-Peter Nilsson <hp@axis.com>
4152
4153 * configure.in (unsupported_languages): New macro.
4154 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4155 non-ported target libraries in noconfigdirs.
4156 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4157 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4158 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4159 unsupported_languages.
4160 * configure: Regenerate.
4161
c10e9ba7
DD
41622005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4163
4164 * configure.in: Fix typo in handling of --with-mpfr-dir.
4165 * configure: Regenerate.
4166
20deb2b8
JB
41672005-06-02 Jim Blandy <jimb@redhat.com>
4168
4169 * config.sub: Add cases for the Renesas m32c. (This patch has been
4170 accepted into the master sources.)
4171
cdb9b172 41722005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4173 Michael Snyder <msnyder@redhat.com>
4174 Stan Cox <scox@redhat.com>
cdb9b172 4175
f7c83eac 4176 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4177
f7c83eac 4178 * configure: Regenerate.
cdb9b172 4179
1dc3053f
PB
41802005-05-25 Paolo Bonzini <bonzini@gnu.org>
4181
4182 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4183 (Dependencies): Consider target modules for bootstrap dependencies.
4184 Make target bootstrap modules depend on each stage's gcc.
4185 * Makefile.in: Regenerate.
4186
c60fe18b
PB
41872005-05-20 Paolo Bonzini <bonzini@gnu.org>
4188
4189 * Makefile.def (configure-gcc): Depend on binutils having been built.
4190 (all-gcc): No need to do it here.
4191 * Makefile.in: Regenerate.
4192
27258dd4
PB
41932005-05-19 Paul Brook <paul@codesourcery.com>
4194
0e7ef45c 4195 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4196 language cannot be built.
4197 * configure: Regenerate.
4198
42ecbf5e
DJ
41992005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4200
4201 * ylwrap: Import from Automake 1.9.5.
4202
ae380b45
MS
42032005-05-04 Mike Stump <mrs@apple.com>
4204
4205 * configure.in: Always pass --target to target configures as
4206 otherwise rebuilds that do --recheck will fail.
811d3af8 4207 * configure: Rebuilt.
ae380b45 4208
d545f33b
PB
42092005-05-04 Paolo Bonzini <bonzini@gnu.org>
4210
4211 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4212 STAGE_HOST_EXPORTS.
4213 (configure, all): Add bootstrap support.
4214 (Host modules, target modules): Pass post-stage1 flags and exports.
4215 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4216 * Makefile.in: Regenerate.
4217
2faa2958
PB
42182005-04-29 Paolo Bonzini <bonzini@gnu.org>
4219
4220 Sync from gcc:
4221
4222 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4223
f7c83eac 4224 * config.sub: Update from master copy.
2faa2958
PB
4225
4226 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4227
f7c83eac
AS
4228 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4229 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4230 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4231 "*-*-elf" and "*-*-linux*".
4232 * configure: Regenerate.
2faa2958 4233
a7254363
PB
42342005-04-06 Paolo Bonzini <bonzini@gnu.org>
4235
f7c83eac 4236 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4237 (TARGET_CONFIGARGS): Include --with-target-subdir.
4238 (configure, all): New macros. Use them throughout.
4239
a8637a7d
PB
42402005-04-05 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * Makefile.tpl: Sync with gcc.
4243 * Makefile.in: Regenerate.
4244
dd387d52
JR
42452005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4246
4247 * config/mh-mingw32: Delete.
4248 * configure.in: Don't use it.
4249 * configure: Regenerate.
4250
e90269c8
PB
42512005-03-31 Paolo Bonzini <bonzini@gnu.org>
4252
4253 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4254 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4255 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4256 (HOST_LIB_PATH): Generate from Makefile.def.
4257 (TARGET_LIB_PATH): Likewise.
4258 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4259 * Makefile.in: Regenerate.
4260 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4261 (RPATH_ENVVAR): Include Darwin case.
4262 * configure: Regenerate.
4263
9a237d9e
PB
42642005-03-25 Paolo Bonzini <bonzini@gnu.org>
4265
4266 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4267 * configure: Regenerate.
4268
479759c8
ZW
42692005-03-21 Zack Weinberg <zack@codesourcery.com>
4270
4271 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4272 gcc_version, and gcc_version_trigger from set of flags to pass.
4273 * Makefile.tpl: Remove definitions of above variables.
4274 (config.status): Remove dependency on $(gcc_version_trigger).
4275 * Makefile.in: Regenerate.
4276 * configure.in: Do not reference config/gcc-version.m4 nor
4277 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4278 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4279 * configure: Regenerate.
4280
4cfaf6d5
DD
42812005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4282 Andrew Pinski <pinskia@physics.uc.edu>
4283
4284 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4285 * Makefile.in: Regenerate.
4286
33a3fb7b
AO
42872005-03-01 Alexandre Oliva <aoliva@redhat.com>
4288
4289 PR libgcj/20160
4290 * ltmain.sh: Avoid creating archives with components that have
4291 duplicate basenames.
4292
2da12f12
PB
42932005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4294
479759c8
ZW
4295 PR bootstrap/20250
4296 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4297 instead of check.
4298 * Makefile.in: Regenerate.
2da12f12 4299
b00612cc
PB
43002005-02-28 Paolo Bonzini <bonzini@gnu.org>
4301
4302 Sync from gcc.
4303
4304 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4305
4306 PR bootstrap/17383
4307 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4308 * Makefile.tpl (HOST_SUBDIR): New substitution.
4309 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4310 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4311 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4312 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4313 (Host modules, Bootstrapped modules): Use it.
4314 (Build modules, Target modules): Do not create symlink trees,
4315 always configure out-of-srcdir.
4316 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4317 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4318 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4319 $(HOST_SUBDIR). Create a symlink for host_subdir.
4320
4321 * Makefile.in: Regenerate.
4322 * configure: Regenerate.
4323
4324 Merged from libada-gnattools-branch:
4325 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4326
4327 * Makefile.def: Add gnattools as a module, depending on target-libada.
4328 * Makefile.in: Regenerate.
4329 * configure.in: Include gnattools in host_tools; disable it if ada
4330 is disabled.
4331 * configure: Regenerate.
4332
c3e65f62
NC
43332005-02-23 Nick Clifton <nickc@redhat.com>
4334
4335 * configure: Regenerate.
4336
e4d180c2
NC
43372005-02-22 Paul Schlie <schlie@comcast.net>
4338
4339 * configure.in: Allow darwin targeted ports to build tk, itcl and
4340 libgui.
4341
e3c770b1
EB
43422005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4343
4344 PR libgcj/10353
4345 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4346 * configure: Regenerate.
4347
9c73618c
AC
43482005-02-08 Andrew Cagney <cagney@gnu.org>
4349
4350 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4351 gdb/ section. Update GDB's URL.
4352
c46f8c51
AC
43532005-01-31 Andrew Cagney <cagney@gnu.org>
4354
4355 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4356
c7e66c6d
HPN
43572005-01-29 Hans-Peter Nilsson <hp@axis.com>
4358
4359 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4360 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4361 target-libgloss when not *-*-elf and *-*-aout.
4362 * configure: Regenerate.
4363
a53bf506
AC
43642005-01-27 Andrew Cagney <cagney@gnu.org>
4365
4366 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4367
45181ed1
AC
43682005-01-24 Andrew Cagney <cagney@gnu.org>
4369
4370 * gettext.m4: Only fall back to ../intl/ when it's present.
4371
a1e0f4e4
KC
43722005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4373
4374 * install-sh, config.sub: Import from upstream.
4375
43762005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4377
4378 PR bootstrap/18222
4379 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4380 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4381 * Makefile.in: Regenerate.
4382
c50382e2
PB
43832005-01-03 Paolo Bonzini <bonzini@gnu.org>
4384
4385 Revert 2004-12-28 Makefile changes, a better fix will be
4386 applied to mainline and src after GCC 4.0 branches.
4387
11d07737
PB
43882004-12-28 Paolo Bonzini <bonzini@gnu.org>
4389
4390 PR bootstrap/17383
4391
4392 * Makefile.def (target_modules): Remove stage parameter,
4393 it is always true now.
4394 * Makefile.tpl (configure-build-[+module+],
4395 configure-target-[+module+]): Always build symlink tree
4396 for the directory and for include. BUILD_SUBDIR and
4397 TARGET_SUBDIR cannot be . anymore.
4398 * Makefile.in: Regenerate.
4399
dadfdbe2
DD
44002004-12-25 David Edelsohn <edelsohn@gnu.org>
4401
4402 Revert 2004-12-08 Makefile changes.
4403
dbf85af7
JR
44042004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4405
4406 * configure.in (sh64-*-*): Reenable gprof.
4407 * configure: Regenerate.
4408
6b8fea99
JB
44092004-12-09 Jim Blandy <jimb@redhat.com>
4410
4411 * MAINTAINERS: List 'depcomp' as part of automake.
4412
7341462c
DE
44132004-12-08 David Edelsohn <edelsohn@gnu.org>
4414
4415 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4416 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4417 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4418 * Makefile.in: Regenerate.
4419
21fde4dc
DD
44202004-12-07 Matt Kraai <kraai@ftbfs.org>
4421
4422 * Makefile.tpl: Generate normal dependencies if the LHS module is
4423 not bootstrapped.
4424 * Makefile.in: Regenerate.
4425
3da796a2
RS
44262004-12-03 Richard Sandiford <rsandifo@redhat.com>
4427
4428 * configure.in: Include config/gxx-include-dir.m4. Use
4429 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4430 * configure: Regenerate.
4431
73fb7068
RS
44322004-12-03 Richard Sandiford <rsandifo@redhat.com>
4433
4434 * config.if: Delete.
4435 * configure.in: Set libstdcxx_incdir directly.
4436 * configure: Regenerate.
4437 * MAINTAINERS: Remove mention of config.if.
4438 * src-release (DEVO_SUPPORT): Remove config.if.
4439
6c8e6ce9
EC
44402004-12-02 Eric Christopher <echristo@redhat.com>
4441
3b6098f8
EC
4442 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4443 of things to remove.
6c8e6ce9 4444 * Makefile.in: Regenerate.
479759c8 4445
b8658a2f
RS
44462004-12-02 Richard Sandiford <rsandifo@redhat.com>
4447
4448 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4449 * configure: Regenerate.
4450
afefada0
RS
44512004-12-02 Richard Sandiford <rsandifo@redhat.com>
4452
4453 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4454 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4455 * configure: Regenerate.
4456
5dcac624
DA
44572004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4458
4459 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4460 (hppa*64*-*-*): Delete incorrect comment.
4461 * configure: Rebuilt.
4462
57d1eb1a
DD
44632004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4464
4465 * install-sh, compile: Import from automake.
4466
44672004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4468
4469 * config.guess, config.sub: Import from savannnah.
4470
6d389afc
MS
44712004-11-12 Mike Stump <mrs@apple.com>
4472
4473 * Makefile.def: Add html support.
4474 * Makefile.tpl: Likewise.
4475 * Makefile.in: Regenerate.
4476
69e57115
GK
44772004-11-11 Geoffrey Keating <geoffk@apple.com>
4478
4479 PR 18423
4480 * configure.in: Remove all instances of build-fixincludes from
4481 noconfigdirs.
4482 (build_configargs): Supply --target to subdirectories.
4483 * configure: Regenerate.
4484
4485 * Makefile.def: Make gcc install depend on fixincludes install.
4486 * Makefile.in: Regenerate.
4487
ba719b26
HPN
44882004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4489
4490 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4491 target-libgfortran.
4492 * configure: Regenerate.
4493
c37653e7
DE
44942004-11-07 David Edelsohn <edelsohn@gnu.org>
4495
4496 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4497 like CC.
4498
1eefd493
PB
44992004-11-05 Paolo Bonzini <bonzini@gnu.org>
4500
4501 * Makefile.def (host fixincludes): Specify missing targets.
4502 * Makefile.in: Regenerate.
4503
02b1af09
L
45042004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4505
4506 PR other/17783
4507 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4508 * configure: Regenerated.
4509
7f266840
DJ
45102004-11-04 Daniel Jacobowitz <dan@debian.org>
4511
4512 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4513 * configure: Regenerated.
4514
47444073
AL
45152004-10-28 Eric B. Weddington <ericw@evcohs.com>
4516
4517 PR target/18151
4518 * configure.in (case ${target}): Do not build fixincludes for avr.
4519 * configure: Regenerated.
4520
caeba88f
AL
45212004-10-26 Paolo Bonzini <bonzini@gnu.org>
4522
4523 * configure.in (case ${target}): Do not build fixincludes
4524 on platforms where it is not used.
4525 * configure: Regenerated.
4526
0fdbe983
DJ
45272004-10-23 Daniel Jacobowitz <dan@debian.org>
4528
4529 * configure.in: Use an absolute path to install-sh.
4530 * configure: Regenerated.
4531
1c0f67c1
AC
45322004-10-19 Andrew Cagney <cagney@gnu.org>
4533
4534 * src-release (do-djunpack, do-md5sum): Install the generated file
4535 directly into the proto-toplev/ directory.
479759c8 4536
a9cfce9c
AC
45372004-10-19 Andrew Cagney <cagney@gnu.org>
4538
4539 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4540
ac0fa625
DD
45412004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4542
4543 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4544 * configure: Regenerate.
4545
d27cc32e
PB
45462004-10-06 Paolo Bonzini <bonzini@gnu.org>
4547
4548 Fix wrong conflict resolution in:
4549
4550 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4551
4552 * Makefile.in: Regenerate.
4553 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4554 in the recursive `make', instead of hardwiring `all'.
4555 (Autogenerated TARGET-* variables): New.
4556
1763908f
UW
45572004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4558
4559 Merged from GCC / libtool upstream:
4560 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4561 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4562 * ltcf-cxx.sh (tpf*): Likewise.
4563 * ltconfig (tpf*): Add TPF OS configuration support.
4564
0490e016
NC
45652004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4566
4567 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4568 * configure: Regenerate.
0490e016 4569
32be62b5
RS
45702004-09-24 Michael Roth <mroth@nessie.de>
4571
4572 * configure.in (--without-headers): Add missing double quotes.
4573 * configure: Regenerate.
4574
6048df60
DD
45752004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4576
4577 * ylwrap: Revert to previous version.
4578
315b3b02
L
45792004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4580
6048df60 4581 PR bootstrap/17369
315b3b02
L
4582 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4583 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4584 SET_GCC_LIB_PATH_CMD.
4585 (BASE_TARGET_EXPORTS): Likewise.
4586 * Makefile.in: Regenerated.
4587
4588 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4589 * configure: Regenerated.
4590
fe69863c
DD
45912004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4592
4593 * config.guess: New upstream version
4594 * compile, depcomp, install-sh, ylwrap: Likewise.
4595
45962004-09-19 Roger Sayle <roger@eyesopen.com>
4597
4598 * config/mh-x86omitfp: New host makefile fragment. Add
4599 -fomit-frame-pointer to the default BOOT_CFLAGS.
4600 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4601 * configure: Regenerate.
4602
46032004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4604
4605 PR target/11572
4606 * configure.in (*-*-darwin*): Renable libobjc.
4607 * configure: Regenerate.
4608
be75bbe1 46092004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4610
be75bbe1
DB
4611 * Makefile.def: Remove libbanshee.
4612 * Makefile.tpl: Ditto.
4613 * configure.in: Ditto.
4614 * Makefile.in: Regen.
4615 * configure: Ditto.
4616
1b882a91
PB
46172004-09-07 Paolo Bonzini <bonzini@gnu.org>
4618
4619 * missing: Import latest version from master repository.
4620
eb1352ed
NC
46212004-09-04 Nick Clifton <nickc@redhat.com>
4622
4623 * config.sub: Import latest version from master repository.
4624 * config.guess: Likewise.
4625 This includes these changes:
479759c8 4626
eb1352ed
NC
4627 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4628
4629 * config.sub: Handle crisv32, alias etraxfs.
4630 * config.guess (crisv32:Linux:*:*): Handle.
4631
4632 2004-08-13 Brad Smith <brad@comstyle.com>
4633
4634 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4635 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4636
4637 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4638
4639 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4640 assume the processor is a powerpc. This is because coreutils
4641 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4642 in this case, due to a MacOS X bug that causes
4643 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4644 to return a negative number.
4645 Problem reported by Petter Reinholdtsen in:
4646 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4647
4648 2004-07-19 Ben Elliston <bje@gnu.org>
4649
4650 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4651
4652 2004-06-24 Ben Elliston <bje@gnu.org>
4653
4654 * config.guess: Update copyright years.
4655 * config.sub: Likewise.
4656
4657 2004-06-22 Robert Millan <robertmh@gnu.org>
4658
4659 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4660 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4661
4662 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4663
4664 * config.guess (*:*VMS:*:*): New entry. Replaces
4665 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4666 manufacturer.
4667
4668 2004-06-22 Ben Elliston <bje@gnu.org>
4669
4670 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4671 * config.sub: Likewise.
4672
4673 2004-06-22 Ben Elliston <bje@gnu.org>
4674
4675 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4676 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4677
4678 2004-06-11 Ben Elliston <bje@gnu.org>
4679
4680 * config.guess (pegasos:OpenBSD:*:*): Remove.
4681
4682 2004-06-11 Ben Elliston <bje@gnu.org>
4683
4684 From Wouter Verhelst <wouter@grep.be>:
4685 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4686
4687 2004-06-11 Ben Elliston <bje@gnu.org>
4688
4689 * config.guess (luna88k:OpenBSD:*:*): New.
4690
4691 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4692
4693 * config.guess (m32r*:Linux:*:*): New case.
4694 * config.sub: Handle m32rle.
4695
4696 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4697
4698 From Jens Petersen <petersen@redhat.com>:
4699 * config.sub: Handle sparcv8.
4700
4701 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4702
4703 From Tom Smith <smith@cag.lkg.hp.com>:
4704 * config.guess: Version suffixes are equally significant on Tru64
4705 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4706 prefix of "P" (patched kernel).
4707
4708 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4709
4710 * config.sub: Add support for National Semiconductor CRX target.
4711
2a3124ca 47122004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4713
2a3124ca
RH
4714 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4715 *-*-netware, but add target-libmudflap.
4716 Consolidate *-*-netware targets (of which really only i?86 exists)
4717 into a single entry.
4718 * configure: Likewise.
4719
0df3d27f
PB
47202004-09-01 Paolo Bonzini <bonzini@gnu.org>
4721
4722 * Makefile.tpl (sorry): Remove.
4723 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4724 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4725 (do-clean): Clean per-stage directories too.
4726 (do-distclean): Run distclean-stage1 too.
4727 (.NOTPARALLEL): Enable during toplevel bootstrap.
4728 (stage[+id+]-bubble): Enable parallel execution during
4729 the recursive invocation.
4730 * Makefile.in: Regenerate.
4731
4732 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4733
4734 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4735
4736 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4737 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4738 * configure: regenerate
479759c8
ZW
4739 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4740 -mdynamic-no-pic
0df3d27f
PB
4741
47422004-08-31 Paolo Bonzini <bonzini@gnu.org>
4743
4744 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4745 include.
4746 * configure.in: Fix indentation.
4747 * configure: Regenerate.
4748
ee025550
PB
47492004-08-31 Paolo Bonzini <bonzini@gnu.org>
4750
4751 * Makefile.def (build_modules): Add fixincludes.
4752 (dependencies): Make gcc depend on fixincludes.
4753 * configure.in (build_tools): Add fixincludes.
4754 (build_configdirs): Always include build_libs.
4755 * Makefile.in: Regenerate.
4756 * configure: Regenerate.
4757
47582004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4759
4760 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4761 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4762 phony targets; do not generate timestamp files.
4763 (distclean-stageN): Remove references to their timestamp files.
4764 (restageN, touch-stageN): Remove.
4765 (stageN-bubble): Rewritten.
4766 (compare): Support lean bootstraps.
4767 * Makefile.in: Regenerate.
4768
4769 * configure.in: Only warn when bootstrapping but
4770 build != host or build != target. Support lean bootstraps.
4771 * configure: Regenerate.
4772
4773 Sync from gcc:
4774 2004-08-26 Phil Edwards <phil@codesourcery.com>
4775
4776 * configure.in: Give a better error message if GMP/MPFR are missing
4777 and a language needing them has been requested.
4778 * configure: Regenerated.
4779
4780 2004-08-25 Phil Edwards <phil@codesourcery.com>
4781
4782 * configure.in: Print a list of available language front-ends if
4783 a requested one is missing. Tidy stray tab characters.
4784 * configure: Regenerated.
4785
72b2455a
PB
47862004-08-17 Paolo Bonzini <bonzini@gnu.org>
4787
4788 * Makefile.in: Regenerate.
4789 * configure: Regenerate.
4790
4791 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4792 stage_*_flags.
4793 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4794 for bootstrapped modules if toplevel bootstrap is going.
4795 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4796 modules. Adjust for changes in Makefile.def. Enable several
4797 rules even in non-bootstrap mode, just to avoid peppering the
4798 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4799 (stage-[+prev+]-bubble): Remove.
4800
4801 * Makefile.def (Dependencies): Depend on all-build-bison,
4802 all-build-flex, all-build-byacc, all-build-texinfo, rather
4803 than the host variations.
4804 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4805 with BUILD_SUBDIR.
4806 (BISON): Update for recent Bisons.
4807 (YACC): Fix typo.
4808 (cross): Depend on all-build.
4809 (all): Do not depend on all-build.
4810 (prebootstrap): Remove.
4811 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4812 (Prebootstrap dependencies): Add them to the per-stage targets
4813 and to all-prebootstrap.
4814 * configure.in (build_configdirs): Always enable build_tools.
4815 (BUILD_DIR_PREFIX): Remove.
4816
4817 * Makefile.def (gcc): Add target variable.
4818 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4819 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4820 in the recursive `make', instead of hardwiring `all'.
4821 (Autogenerated TARGET-* variables): New.
4822
de0b4a87
JW
48232004-08-17 Robert Millan <robertmh@gnu.org>
4824
4825 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4826 (instead of FreeBSD).
4827 * configure: Regenerate.
4828
ad681c85
NN
48292004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4830
675c6968
NN
4831 * Makefile.def, configure.in, src-release: Remove useless, bogus
4832 references to tix.
4833 * Makefile.in, configure: Regenerate.
4834
ad681c85
NN
4835 * src-release: Stop distributing mmalloc with gdb (which doesn't
4836 use it).
4837 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4838 * Makefile.in: Regenerate.
4839
11b04d1f
DD
48402004-08-09 Mark Mitchell <mark@codesourcery.com>
4841
4842 * configure.in (arm*-*-eabi*): New target.
4843 * configure: Regenerate.
4844
f2420bea
NN
48452004-08-01 Robert Millan <robertmh@gnu.org>
4846
4847 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4848 libmudflap for all GNU-based systems (with Glibc).
4849 * configure: Regenerate.
4850
9e6ce191
PB
48512004-08-06 Paolo Bonzini <bonzini@gnu.org>
4852
4853 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4854 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4855 (Dependencies): New section.
4856 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4857 (configure-target-[+module+]): Depend on maybe-all-gcc
4858 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4859 (toplevel profiledbootstrap): Fix dependencies.
4860 * Makefile.in: Regenerate.
4861
df4a6958
MM
48622004-08-03 Mark Mitchell <mark@codesourcery.com>
4863
4864 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4865 target-libiberty to noconfigdirs.
4866
11b04d1f
DD
48672004-08-03 Paul Brook <paul@codesourcery.com>
4868
4869 * configure.in: Check for MPFR as well as GMP.
4870 * configure: Regenerate.
4871
b813574b
PB
48722004-08-03 Paolo Bonzini <bonzini@gnu.org>
4873
4874 * Makefile.def (host-modules): Add gcc.
4875 * Makefile.in: Regenerate.
4876 * Makefile.tpl (sorry): New rule.
4877 (configure-host, all-host, [+make_target+]-host, do-check,
4878 install-host): Do not add gcc as a special case.
4879 (host modules): Add a small special-casing for gcc. Export
4880 extra_make_flags through the environment.
4881 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4882 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4883 other recursive targets for gcc): Remove.
4884
4885 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4886 (stage, unstage): New rules.
4887 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4888 distclean-stage[+id+]): Use stage_current.
4889 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4890 the stage*-start rules.
4891
61edac0c
JW
48922004-07-19 Robert Millan <robertmh@gnu.org>
4893
4894 Synced from gcc:
4895
4896 2004-04-26 Robert Millan <robertmh@gnu.org>
4897
4898 Add patches from libtool CVS.
4899 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4900 * ltconfig: Likewise.
4901 * ltcf-c.sh: Likewise.
4902 * ltcf-cxx.sh: Likewise.
4903 * ltcf-gcj.sh: Likewise.
4904
3e707e94
PB
49052004-07-12 Paolo Bonzini <bonzini@gnu.org>
4906
4907 * configure.in: Add noconfigdirs for crx-*-*.
4908 * configure: Regenerate.
4909
49102004-07-12 Paolo Bonzini <bonzini@gnu.org>
4911
4912 Synced from gcc:
4913
4914 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4915
4916 * configure.in: Build libmudflap by default on FreeBSD.
4917 * configure: Regenerated.
4918
4919 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4920
4921 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4922 systems.
4923 * configure: Regenerated.
4924
4925 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4926
4927 PR target/16344
4928 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4929 feedback based compiler.
4930 * Makefile.in: Rebuilt.
4931
4932 2004-07-05 Phil Edwards <phil@codesourcery.com>
4933
4934 * configure.in: Do not prepend $srcdir to /dev/null in
4935 makefile fragments.
4936 * configure: Regenerate.
4937
a7ee7660
AO
49382004-07-08 Alexandre Oliva <aoliva@redhat.com>
4939
4940 * Makefile.def (host_modules): Set bootstrap=true for flex.
4941 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4942 * Makefile.in: Rebuilt.
4943
6a9cf61e
PB
49442004-07-01 Paolo Bonzini <bonzini@gnu.org>
4945
4946 * Makefile.def (build_modules): Add bison, byacc, flex,
4947 m4, texinfo.
4948 (flags_to_pass): Add FLEX.
4949 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4950 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4951 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4952 DEFAULT_MAKEINFO): Remove.
4953 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4954 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4955 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4956 objdir or else use configured tool.
4957 (all-build): New.
4958 (all): Depend on it.
4959 (Build module dependencies): Add.
4960 * Makefile.in: Regenerate.
4961 * configure.in: Better support for multiple build modules,
4962 matching what is done for host/target modules. Do not look
4963 for "plausible" locations of build tools if Canadian cross.
4964 Use autoconf's AC_PROG_CC to find a C compiler. Define
4965 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4966 * configure: Regenerate.
4967
95b6a1f2
PB
49682004-06-22 Paolo Bonzini <bonzini@gnu.org>
4969
4970 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4971 * Makefile.in: Regenerate.
4972
7ffa0b57
PB
49732004-06-22 Paolo Bonzini <bonzini@gnu.org>
4974
4975 * Makefile.tpl (configure-build-[+module+],
4976 configure-[+module+], configure-target-[+module+]): Pass
4977 [+extra_configure_args+].
4978 (all-build-[+module+], all-[+module+], check-[+module+],
4979 install-[+module+], [+make_target+]-[+module+],
4980 all-target-[+module+], check-target-[+module+],
4981 install-target-[+module+], [+make_target+]-target-[+module+]):
4982 Pass [+extra_make_args+].
4983 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4984 (GCC_HOST_EXPORTS): Remove.
4985 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4986 cross, check-gcc, check-gcc-c++, install-gcc,
4987 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4988 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4989 * Makefile.in: Regenerate.
4990
929ba6e7
CF
49912004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4992
4993 * configure.in: Check for srcdir/winsup rather than build directory
4994 winsup.
4995 * configure: Regenerate.
4996
b76d7de0
CV
49972004-06-17 Corinna Vinschen <vinschen@redhat.com>
4998
4999 * configure.in: Don't build Cygwin native newlib if winsup
5000 directory is missing. Emit warning instead.
5001 * configure: Regenerate.
5002
656fdd47
PB
50032004-06-09 Paolo Bonzini <bonzini@gnu.org>
5004
5005 * Makefile.tpl (touch-stage[+id+]): New.
5006 (restage[+prev+]): Depend on touch-stage[+id+].
5007
5008 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5009 Use it throughout.
5010
5011 * Makefile.def: Add profile and feedback bootstrap stages.
5012 Remove next field from bootstrap stages.
5013 * Makefile.tpl (LN, LN_S): Substitute.
5014 (stageN-start, stageN-end): Use double-colon rules, to
5015 provide a hook for additional setup commands.
5016 (distclean-stageN-gcc, restageN): Create dependencies from
5017 [+prev+], not from [+next+].
5018 (stageN-bubble): Add commands for successive stages from
5019 [+prev+], using double-colon rules.
5020 (all-stageN-gcc): Fix typo.
5021 (stagefeedback-start, profiledbootstrap): New.
5022 * Makefile.in: Regenerate.
5023 * configure.in: Call ACX_PROG_LN.
5024 * configure: Regenerate.
5025
498d4a71
CF
50262004-06-03 Paolo Bonzini <bonzini@gnu.org>
5027
5028 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5029 without gcc.
5030 * configure: Regenerate.
5031
377d8c42
PB
50322004-06-01 Paolo Bonzini <bonzini@gnu.org>
5033
5034 * Makefile.tpl: Fix typo.
5035 * Makefile.in: Regenerate.
5036
f5f8a794
PB
50372004-06-01 Paolo Bonzini <bonzini@gnu.org>
5038
5039 * configure.in: Remove new- prefix from toplevel
5040 bootstrap targets.
5041 * configure: Regenerate.
5042
f7a4c34f
PB
50432004-06-01 Paolo Bonzini <bonzini@gnu.org>
5044
5045 Merge this patch from the gcc tree:
5046
5047 2004-05-30 Andreas Jaeger <aj@suse.de>
5048 Jim Wilson <wilson@specifixinc.com>
5049
5050 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5051 like CC.
5052
319cab08
PB
50532004-06-01 Paolo Bonzini <bonzini@gnu.org>
5054
5055 * Makefile.tpl (all.normal): Rename to all.
5056 (all): Replace with a rule to pick the default
5057 target from configure.
5058 (all-gcc, configure-gcc): Use conditionals to
5059 do nothing when toplevel bootstrap is going on.
5060 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5061 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5062 * configure.in: Support --enable-bootstrap.
5063
5064 * Makefile.def: Remove new- prefix from toplevel
5065 bootstrap targets.
5066 * Makefile.tpl: Likewise.
5067
5068 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5069 target.
5070
5071 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5072 $(RECURSE_FLAGS) to recursive invocation of make.
5073
5074 * Makefile.in: Regenerate.
5075 * configure: Regenerate.
5076
88f64edc
DJ
50772004-05-27 Daniel Jacobowitz <dan@debian.org>
5078
5079 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5080 * configure: Regenerate.
5081
378fce5b
DD
50822004-05-25 Daniel Jacobowitz <drow@false.org>
5083
5084 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5085 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5086 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5087 targets.
5088 * Makefile.in: Regenerate.
5089
dfdffa2c
PB
50902005-05-24 Paolo Bonzini <bonzini@gnu.org>
5091
5092 * configure.in: Test the ability to symlink directories.
5093 * configure: Regenerate.
5094
5095 * Makefile.def (bootstrap-stage): New definitions.
5096 * Makefile.tpl (configure-stage1-gcc,
5097 configure-stage2-gcc, configure-stage3-gcc,
5098 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5099 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5100 new-restage3, compare): Autogenerate, see Makefile.in
5101 entry for behavioral changes.
5102 (distclean-stage1, new-stage1-start, new-stage1-end,
5103 new-stage1-bubble, distclean-stage2, new-stage2-start,
5104 new-stage2-end, new-stage2-bubble, distclean-stage3,
5105 new-stage3-start, new-stage3-end): New autogenerated targets.
5106 (objext, prebootstrap, BOOT_CFLAGS,
5107 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5108 targets.
5109
5110 * Makefile.in: Regenerate.
5111 (distclean-stage1, new-stage1-start, new-stage1-end,
5112 new-stage1-bubble, distclean-stage2, new-stage2-start,
5113 new-stage2-end, new-stage2-bubble, distclean-stage3,
5114 new-stage3-start, new-stage3-end): New targets.
5115 (all-stage1-gcc): Move prebootstrap dependency from here...
5116 (configure-stage1-gcc): ...to here.
5117 (new-bootstrap): Use bubble targets.
5118 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5119 Use per-stage distclean targets.
5120 (configure-stage1-gcc, configure-stage2-gcc,
5121 configure-stage3-gcc, all-stage1-gcc,
5122 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5123 Use new-stageN-start to prepare the tree.
5124
04cf1b77
PB
51252004-05-23 Paolo Bonzini <bonzini@gnu.org>
5126
5127 * Makefile.def (host_modules): add libcpp.
5128 * Makefile.tpl: Add dependencies on and for libcpp.
5129 * Makefile.in: Regenerate.
5130 * configure.in: Add libcpp host module.
5131 * configure: Regenerate.
5132
80b200a1
ZW
51332004-05-17 Zack Weinberg <zack@codesourcery.com>
5134
5135 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5136 of libf2c.
5137 * configure, Makefile.in: Regenerate.
5138
4b1cb4fe
DD
51392004-05-13 Diego Novillo <dnovillo@redhat.com>
5140
5141 Merge from tree-ssa-20020619-branch.
5142
5143 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5144 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5145 (HOST_GMPLIBS): Define.
5146 (HOST_GMPINC): Define.
5147 (TARGET_LIB_PATH): Add libmudflap.
5148 (GFORTRAN_FOR_TARGET): Define.
5149 (configure-build*): Export GFORTRAN.
5150 (configure-gcc): Export GMPLIBS and GMPINC.
5151 (all-gcc): Add maybe-all-libbanshee.
5152 (configure-target-libgfortran): Define.
5153 * Makefile.in: Regenerate.
5154 * configure.in (host_libs): Add libbanshee.
5155 (target_libraries): Add target-libmudflap and target-libgfortran.
5156 Add --with-libbanshee.
5157 Handle --disable-libmudflap.
5158 (*-*-freebsd*): Use with_gmp.
5159 Add $(libgcj) to noconfigdirs.
5160 * configure: Regenerate.
5161 * depcomp: New file.
5162 * MAINTAINERS: Add tree-ssa maintainers.
5163
51642004-04-28 Paolo Bonzini <bonzini@gnu.org>
5165
5166 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5167 * configure: Regenerate.
5168
b8908782
DD
51692004-04-27 Paolo Bonzini <bonzini@gnu.org>
5170
5171 Revert:
5172 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5173
5174 * Makefile.def (flags_to_pass): Remove *dir variables that
5175 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5176 as well as prefix and exec_prefix.
5177 * Makefile.in: Regenerate.
5178
51792004-04-26 Paolo Bonzini <bonzini@gnu.org>
5180
5181 * Makefile.def (host_modules): Mark with the bootstrap
5182 flag packages on which gcc depends.
5183 * Makefile.tpl (all-bootstrap): Use it.
5184 * Makefile.in: Regenerate.
5185
51862004-04-26 Paolo Bonzini <bonzini@gnu.org>
5187
5188 * Makefile.def (flags_to_pass): Remove *dir variables that
5189 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5190 as well as prefix and exec_prefix.
5191 * Makefile.in: Regenerate.
5192
51932004-04-26 Paolo Bonzini <bonzini@gnu.org>
5194
80b200a1
ZW
5195 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5196 * configure: Regenerate.
5197 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5198 * gcc/Makefile.tpl (compare): Use the result of the test.
5199 * gcc/Makefile.in: Regenerate.
b8908782
DD
5200
52012004-04-23 Paolo Bonzini <bonzini@gnu.org>
5202
5203 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5204 Always relocate gcc and prev-gcc to the original names, even
5205 if the build fails.
5206 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5207 New targets.
5208
0f260896
RO
52092004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5210
5211 * configure.in (mips*-*-irix5*): Enable ld.
5212 * configure: Regenerate.
5213
51860f05
JW
52142004-04-15 James E Wilson <wilson@specifixinc.com>
5215
5216 * Makefile.tpl (configure-[+module+], configure-gcc,
5217 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5218 Set and export LDFLAGS.
5219 * Makefile.in: Regenerate.
5220
54752a6b
NN
52212004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5222
5223 PR bootstrap/14871
5224 * Makefile.tpl: If we don't have built-in-tree target tools,
5225 use the ones found by configure rather than hacking around with
5226 program_transform_name.
5227 * configure.in: Give Makefile.tpl the information necessary
5228 to do that.
5229 * Makefile.in: Regenerate.
5230 * configure: Regenerate.
5231
52322004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5233
5234 PR bootstrap/14760
5235 * configure.in: When computing baseargs, strip *all* copies of
5236 offending options. Also, don't match/substitute the trailing space,
5237 so that this actually works when two similar options are separated by
5238 only one space.
5239 * configure: Regenerate.
5240
52412004-04-06 David Edelsohn <edelsohn@gnu.org>
5242
80b200a1
ZW
5243 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5244 (rs6000-*-aix*): Same.
5245 * configure: Regenerate.
54752a6b 5246
5e2b61fb
SS
52472004-03-25 Stan Shebs <shebs@apple.com>
5248
5249 Remove MPW support, no longer used.
5250 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5251 mpw-install: Remove files.
5252 * src-release (DEVO_SUPPORT): Remove names of removed files.
5253 * MAINTAINERS: Likewise.
5254
1a6f2dc7
NN
52552004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5256
a0049f1b
NN
5257 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5258 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5259 * Makefile.in: Regenerate.
5260
1a6f2dc7
NN
5261 * configure.in (top level bootstrap support): Rework --enable-werror
5262 to set @stage2_werror_flag@.
5263 * configure: Regenerate.
5264 * Makefile.tpl (top level bootstrap support): Pass
5265 @stage2_werror_flag@ down to configure in stages 2 and 3.
5266 * Makefile.in: Regenerate.
5267
920e3419
NN
52682004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5269
5270 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5271 for stages 2 and 3 as well as in make. As a consequence, remove
5272 OUTPUT_OPTION (now detected by configure) from the flags passed down
5273 to make.
5274 * Makefile.in: Regenerate.
5275
5276 * Makefile.tpl (new-bootstrap): Fix typo.
5277 * Makefile.in: Regenerate.
5278
4fa63067
NN
52792004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5280
5281 * Makefile.tpl: Rearrange by moving recursive_targets rules
5282 into their proper sections.
5283 * Makefile.tpl (top level bootstrap support): Move disabling
5284 of coverage flags from 'make' to 'configure'; improve comments.
5285 * Makefile.in: Regenerate.
5286
5287 * Makefile.tpl (experimental top level bootstrap) Move stage1
5288 language setting from all- target to configure- target; disable
5289 intermodule optimization in stage 1; prevent gratuitous rebuilds
5290 of stage 1.
5291 * Makefile.in: Regenerate.
5292 * configure.in: Comma-separate stage 1 language list for top
5293 level bootstrap.
5294 * configure: Regenerate.
5295
5296 * Makefile.tpl: Clean up experimental top level bootstrap support:
5297 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5298 prev-gcc in configure- targets as well as all- targets.
5299 * Makefile.in: Regenerate.
5300
fb8a10fd
NN
53012004-03-17 Paolo Bonzini <bonzini@gnu.org>
5302
5303 * configure.in: Remove symbolic link section.
5304 * configure: Regenerate.
5305 * Makefile.tpl (links): Remove.
5306 * Makefile.in: Regenerate.
5307
947f426e 53082004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5309 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5310
5311 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5312 Set with AC_CHECK_PROGS.
947f426e
NN
5313 * configure.in: Fix comment typo from last patch.
5314 * configure: Regenerate.
5315
1d39f329
NN
53162004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5317
5318 * Makefile.tpl: Introduce experimental top level bootstrap support.
5319 * Makefile.in: Regenerate.
5320 * configure.in: Introduce support for top level bootstrap.
5321 * configure: Regenerate.
5322
4b0ac75d 53232004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5324 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5325
5326 PR bootstrap/14522
5327 * configure.in: Cope with shells that do not support unquoted ^
5328 * configure: Regenerate.
5329
2e70b094 53302004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5331 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5332
5333 PR bootstrap/14522
5334 * configure.in: Cope with shell that do not support nesting
5335 quotes inside quoted backquote substitutions.
5336 * configure: Regenerate.
5337
53382004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5339
5340 PR bootstrap/14522
5341 * configure.in: Fix escaping of $.
5342 * configure: Regenerate.
5343
9e07f89d
NN
53442004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5345
5346 * configure: Regenerate.
5347
53482004-03-08 Paolo Bonzini <bonzini@gnu.org>
5349
5350 PR ada/14131
5351 Move language detection to the top level.
5352 * configure.in: Find default values for the tools as
5353 soon as possible. Disable ada if GNAT is not found.
5354 Emit error message about missing languages. Expand
5355 --enable-languages=all for the gcc subdirectory.
5356
1712ab83
RS
53572004-03-01 Richard Sandiford <rsandifo@redhat.com>
5358
5359 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5360 and disable libgcj.
5361 * configure: Regenerated.
5362
3dee29da
NN
53632004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5364
5365 PR bootstrap/7087
5366 * Makefile.tpl: Guard XFOO sed statements better.
5367 * Makefile.tpl: Add dependency for configure-target-libada.
5368 * Makefile.in: Regenerate (incidentally fixes broken
5369 commit when libada-branch was merged).
5370
0558264b
AC
53712004-02-28 Andrew Cagney <cagney@redhat.com>
5372
5373 * src-release (CVS_NAMES): Define.
5374 (do-tar, do-tar): Prune $(CVS_NAMES).
5375
c38f9803
AC
53762004-02-23 Andrew Cagney <cagney@redhat.com>
5377
5378 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5379 2004-02-19.09.
5380
55636792
NN
53812004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5382
5383 PR bootstrap/11932
5384 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5385
1e600082
AC
53862004-02-19 Andrew Cagney <cagney@redhat.com>
5387
5388 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5389 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5390
3769cd82
DD
53912004-02-11 David Edelsohn <edelsohn@gnu.org>
5392
5393 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5394 (rs6000-*-aix*): Same.
5395 * configure: Regenerate.
5396
a92834c8
DD
53972004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5398
5399 * configure.in (host): Add in missing $noconfigdirs to defines.
5400 * configure: Regenerate.
5401
a2592b1b
DD
54022004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5403 Nathanael Nerode <neroden@gcc.gnu.org>
5404
5405 PR ada/6637, PR ada/5911
80b200a1 5406 Merge with libada-branch:
a2592b1b
DD
5407 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5408 with appropriate dependencies. Add --enable-libada configure switch.
5409 * configure, Makefile.in: Regenerate.
5410
e31d1ea3
DD
54112004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5412
5413 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5414 * configure: Regenerate.
5415
db85f5c0
JJ
54162004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5417
5418 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5419
fc434214
DD
54202004-01-23 DJ Delorie <dj@redhat.com>
5421
5422 * Makefile.def (target_modules) [libiberty]: Don't stage.
5423 * Makefile.in: Rebuilt.
5424
ad445c2c 54252004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5426
ad445c2c
JJ
5427 * COPYING.NEWLIB: Update to include copyrights for new
5428 iconv code.
5429
72bbedde
AC
54302004-01-15 Andrew Cagney <cagney@redhat.com>
5431
5432 * src-release: Update copyright year.
5433 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5434 (NEWLIB_SUPPORT_DIRS): Delete macro.
5435 (newlib.tar.bz2): Delete rule.
5436
a6d6062d
DD
54372004-01-14 Loren J. Rittle <ljrittle@acm.org>
5438
5439 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5440 * Makefile.tpl (configure-target-[+module+]): Support stage.
5441 * Makefile.in: Rebuilt.
5442
f8b73030
MR
54432003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5444
5445 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5446 throughout.
5447
aff0e9df
NN
54482004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5449
bb5dca17
NN
5450 * configure.in: Use ./config.cache, not config.cache.
5451 * configure: Regenerate.
5452 * Makefile.tpl: Special-casing not needed for GCC any more.
5453 * Makefile.in: Regenerate.
5454
82252c06
NN
5455 * configure.in: Don't share a cache file for host dirs.
5456 * configure: Regenerate.
5457
aff0e9df
NN
5458 * config-ml.in: Don't mess with the cache file.
5459
95036d20
NN
54602004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5461
ac7b618e
NN
5462 * Makefile.tpl: Make GCC use a separate config.cache.
5463 * Makefile.in: Regenerate.
5464
95036d20
NN
5465 PR bootstrap/11932, PR bootstrap/11933
5466 (I don't know if it will fix either of them, but it relates
5467 to them.)
5468 * configure.in: Don't use shared config.cache for target
5469 directories.
5470 * configure: Regenerate.
5471
08c1856b
DD
54722003-12-31 Roger Sayle <roger@eyesopen.com>
5473
5474 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5475 * configure: Regenerated.
5476
c1968181 54772003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5478
9eb322aa
MF
5479 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5480 * configure: Regenerated.
c1968181 5481
10ecffb9
NN
54822003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5483
5484 Port change over from GCC:
5485 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5486 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5487 (configure-build-[+module+], configure-[+module+]): Likewise.
5488 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5489 * Makefile.in: Regenerate.
5490
f2ab5990
TF
54912003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5492
5493 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5494 * configure: Regenerate.
5495
41a7d11a
JJ
54962003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5497
80b200a1 5498 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5499 stdlib.
5500
d9441a1f
DD
55012003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5502
5503 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5504 * Makefile.in: Regenerate.
5505
3a48a978
DD
55062003-10-20 Phil Edwards <phil@codesourcery.com>
5507
5508 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5509 * configure: Regenerate.
5510
f0b24077
NN
55112003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5512
5513 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5514 HOST_FLAGS_TO_PASS.
5515 * Makefile.in: Regenerate.
5516
5fbad20a
DD
55172003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5518
5519 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5520 * configure: Rebuilt
5521 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5522 * Makefile.in: Rebuilt
5523
78be4155
L
55242003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5525
5526 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5527
051fcc7a
L
55282003-10-01 Phil Edwards <pme@gcc.gnu.org>
5529
5530 * config-ml.in: Use ac_configure_args directly instead of
5531 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5532 actually seen.
5533
55342003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5535
5536 * config-ml.in: Propagate INSTALL variables.
5537
f27d4f92
DJ
55382003-09-21 Daniel Jacobowitz <drow@mvista.com>
5539
5540 * configure.in: Pass a computed --program-transform-name
5541 to subconfigures.
5542 * configure: Regenerated.
5543
cae4d560
NN
55442003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5545
5546 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5547 * Makefile.in: Regenerate.
5548
5549 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5550 * Makefile.in: Regenerate.
5551
8ff944f6
DJ
55522003-09-17 Daniel Jacobowitz <drow@mvista.com>
5553
5554 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5555 quoting.
5556 * configure: Regenerated.
5557
d9a35680
MC
55582003-09-12 Michael Chastain <mec@shout.net>
5559
5560 Fix PR gdb/857.
5561 * src-release (do-proto-topleve): Remove junk files
5562 intl/config.cache, intl/config.status,
5563 intl/config.h, intl/stamp-h.
5564
710068b9
AC
55652003-09-14 Andrew Cagney <cagney@redhat.com>
5566
5567 * src-release (dejagnu.tar): New target.
5568 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5569 (do-djunpack): Use $(PACKAGE) for the package name.
5570
e1008165
DD
55712003-09-04 DJ Delorie <dj@redhat.com>
5572
5573 * configure: Regenerate.
5574
21998d12
NC
55752003-09-04 Robert Millan <robertmh@gnu.org>
5576
5577 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5578
ccca4bb3
DD
55792003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5580
5581 * configure.in: Ensure arguments to sed are properly spaced.
5582 * configure: Regenerate.
5583
ee949b5e
DJ
55842003-08-28 Daniel Jacobowitz <drow@mvista.com>
5585
5586 Merge from gcc:
5587 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5588 * install-sh: Update to newer upstream versions (associated with
5589 aclocal 1.7).
5590 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5591
75addda2
DJ
55922003-08-27 Daniel Jacobowitz <drow@mvista.com>
5593
5594 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5595 * configure: Regenerated.
5596
8d2877d8
NN
55972003-08-23 Phil Edwards <pme@gcc.gnu.org>
5598
5599 * configure.in: Use newline instead of semicolon when assuming
5600 shell arguments in a for loop.
5601 * configure: Regenerated.
5602
d2cc0e0d
GK
56032003-08-20 Geoffrey Keating <geoffk@apple.com>
5604
5605 PR 8180
5606 * configure.in: When testing with_libs and with_headers, treat
5607 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5608 * configure: Regenerate.
80b200a1 5609
d2cc0e0d
GK
5610 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5611 make, shell, etc.
5612 (baseargs): Likewise.
5613 * configure: Regenerate.
5614
04d1ab34
GK
56152003-08-19 Geoffrey Keating <geoffk@apple.com>
5616
5617 * configure.in: Disable libgcj for darwin not on powerpc.
5618 * configure: Rebuild.
5619
ca506da8
MC
56202003-08-15 Michael Chastain <mec@shout.net>
5621
5622 * src-release (do-proto-toplev): Remove junk files
5623 dejagnu/example/calc/config.status,
5624 dejagnu/example/calc/config.log.
5625
a4aa3f49
DD
56262003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5627
5628 * config-ml.in, symlink-tree: Add license.
5629
ede4fbe4
NN
56302003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5631
5632 Merge from gcc:
5633
5634 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5635 * Makefile.tpl (check, check-c++): Express dependencies using
5636 dependencies rather than commands.
5637 * Makefile.in: Regenerate.
5638
5639 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5640 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5641 * Makefile.in: Update.
5642
970f29af
AC
56432003-08-01 Andrew Cagney <cagney@redhat.com>
5644
5645 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5646 * configure: Ditto.
5647
b2884a0c
DD
56482003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5649
5650 * configure.in: Enable libgcj for darwin.
5651 * configure: Rebuild.
5652
c07f46a4
NN
56532003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5654
5655 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5656
9175bfc0
NN
56572003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5658
5659 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5660 creating target and build subdirs to build all parent dirs as needed.
5661 * Makefile.in: Rebuild.
5662 * configure.in: Don't build dirs explicitly here.
5663 * configure: Rebuild.
5664
b9abda6a
AO
56652003-07-22 Alexandre Oliva <aoliva@redhat.com>
5666
5667 * Makefile.tpl (all-make): Depend on intl.
5668 * Makefile.in: Rebuilt.
5669
eef8ffd4
NN
56702003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5671
5672 * config.if: Remove unused libc_interface determination.
5673
295efaf0
NN
56742003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5675
5676 * Makefile.in: Regenerate, correctly this time.
5677
e5c3f801
NN
56782003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5679
5680 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5681 unused INSTALL_PROGRAM_ARGS.
5682 * configure.in: Use AC_PROG_INSTALL.
5683 * Makefile.in: Regenerate.
5684 * configure: Regenerate.
5685
4a18bd6b
AO
56862003-07-10 Alexandre Oliva <aoliva@redhat.com>
5687
5688 * configure: Rebuilt.
5689 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5690 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5691 newlib nor libgloss.
5692 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5693 * configure.in (am33_2.0-*-linux*): Added.
5694
fbd1054d
BW
56952003-07-09 Bob Wilson <bob.wilson@acm.org>
5696
5697 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5698 * configure: Regenerate.
5699
b40e3958
L
57002003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5701
5702 * config-ml.in: Replace PWD with PWD_COMMAND.
5703 * Makefile.tpl: Likewise.
5704 * Makefile.in: Regenerated.
5705
4a5be7ba
NN
57062003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5707
5708 * configure.in: Clean up config-lang.in handling. Delete
5709 useless assignment to "subdirs".
5710 * configure: Regenerate.
5711
9c14acb8
NN
57122003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5713
5714 * configure.in: Rename 'target_libs' to 'target_libraries'.
5715 Remove useless reference to 'target_libs'.
5716 * configure: Regenerate.
5717
8f32e830
KS
57182003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5719
5720 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5721 * Makefile.in: Regenerate.
5722
12f0bd74
NN
57232003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5724
5725 * Makefile.def: Introduce flags_to_pass.
5726 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5727 * Makefile.in: Regenerate.
5728
b07c2aad
HPN
57292003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5730
5731 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5732 and target-libgloss.
5733 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5734 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5735 * configure: Regenerate.
b07c2aad 5736
56f25033
DD
57372003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5738
5739 * configure.in: Update testsuite_flags to new location.
5740 * configure. Regenerate.
80b200a1 5741
4ec9a3b2
NN
57422003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5743
5744 * Makefile.tpl: Remove BUILD_CC stuff.
5745 * Makefile.in: Regenerate.
5746
059083b1 57472003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5748
059083b1
L
5749 * config.guess: Update to 2003-06-12 version.
5750 * config.sub: Update to 2003-06-13 version.
5751
535b046a
TS
57522003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5753
5754 * MAINTAINERS: Add myself as MIPS co-maintainer.
5755
00c22daa 57562003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5757
00c22daa
L
5758 * config.guess: Update to 2003-06-06 version.
5759 * config.sub: Update to 2003-06-06 version.
5760
1047cb91
DD
57612003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5762
5763 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5764 * configure. Regenerate.
5765
123494c8
NN
57662003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5767
1047cb91
DD
5768 * configure.in: Disable serial configure by default.
5769 * configure: Regenerate.
5770 * Makefile.tpl: Abolish .NOTPARALLEL.
5771 * Makefile.in: Regenerate.
5772
7f121bbf
NN
5773 * Makefile.tpl: Replace {build,host,target}_canonical by
5774 {build,host,target}.
5775 * Makefile.in: Regenerate.
5776
123494c8
NN
5777 * Makefile.tpl: Fix stupid pasto.
5778 * Makefile.in: Regenerate.
5779
ec7e0995
NN
57802003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5781
5782 * Makefile.tpl: Remove bogus conditional.
5783 * Makefile.in: Regenerate.
5784
27b1cc72
NN
57852003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5786
2a4cbe27
NN
5787 * Makefile.tpl: Make 'recursive targets' using autogen rather
5788 than shell loop. Remove duplicate 'clean' targets and false
5789 comments.
5790 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5791 Add systematic method of specifying missing targets in subdirs.
5792 Add copyright boilerplate.
5793 * Makefile.in: Regenerate.
5794 * configure.in: Add 'recursive targets' to maybe list.
5795 * configure: Regenerate.
5796
27b1cc72
NN
5797 * Makefile.tpl: Rename [+target+] to [+make_target+].
5798 * Makefile.def: Rename 'target' to 'make_target'.
5799
01e51bd0
NC
58002003-05-30 Nick Clifton <nickc@redhat.com>
5801
5802 * README-maintainer-mode: Update URL for locating blessed config
5803 tools.
5804
2fd84b42
NC
58052003-05-29 Robert Millan <rmh@debian.org>
5806
5807 * ltconfig: Import this patch and modify for use with current
5808 version of ltconfig:
5809
5810 2003-05-21 Bruno Haible <bruno@clisp.org>
5811
5812 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5813 GNU/FreeBSD.
5814
8945c6bb
DD
58152003-05-28 DJ Delorie <dj@redhat.com>
5816
5817 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5818 * Makefile.in: Regenerate.
5819
2f9632a1
JJ
58202003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5821
80b200a1 5822 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5823
3a12db16 58242003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5825
3a12db16
DD
5826 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5827 newlib or libgloss.
5828 * Makefile.in: Regenerate.
5829
44482353
DD
58302003-05-21 DJ Delorie <dj@redhat.com>
5831
5832 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5833 * Makefile.in: Regenerate.
5834
fec2c52d
MR
58352003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5836
5837 * configure.in: Use curly braces in the definition of tooldir.
5838 * configure: Regenerate.
5839
16ae0395
NN
58402003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5841
5842 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5843 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5844 Factor out common code from autogen IF statements.
5845 * configure: Regenerate.
5846 * Makefile.in: Regenerate.
5847
ec11bdc6
DD
58482003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5849
5850 * configure.in: Accept i[3456789]86 for machine type.
5851 * configure: Regenerate.
5852
dd12c3a8
NN
58532003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5854
5855 * configure.in: Switch more things to use maybe dependencies.
5856 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5857 * configure: Regenerate.
5858 * Makefile.tpl: Switch more things to use maybe dependencies.
5859 * Makefile.in: Regenerate.
5860
cf662e21
AJ
58612003-05-16 Andreas Schwab <schwab@suse.de>
5862
5863 * Makefile.tpl (install-opcodes): Define.
5864 * Makefile.in: Rebuild.
5865
5481b376
AJ
58662003-05-13 Andreas Jaeger <aj@suse.de>
5867
5868 * config.guess: Update to 2003-05-09 version.
5869 * config.sub: Update to 2003-05-09 version.
5870
3959a22a
AJ
58712003-05-13 Michael Eager <eager@mvista.com>
5872
5873 * configure.in: Correct sed script so that options in quotes are not
5874 deleted.
5875 * configure: Rebuild.
5876
564b43e5
CV
58772003-05-12 Corinna Vinschen <corinna@vinschen.de>
5878
5879 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5880 and $$s/newlib/libc/sys/cygwin32 include paths.
5881 * configure: Ditto.
5882
bb947dc9
L
58832003-05-05 H.J. Lu <hjl@gnu.org>
5884
5885 * config-ml.in: Restored from gcc repository.
5886
77f7441a
CD
58872003-05-02 Chris Demetriou <cgd@broadcom.com>
5888
80b200a1
ZW
5889 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5890 * Makefile.in: Regenerate.
77f7441a 5891
a26d7085
DJ
58922003-04-27 Daniel Jacobowitz <drow@mvista.com>
5893
5894 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5895 and Makefile.def.
5896
e4c4d240
DJ
58972003-04-27 Daniel Jacobowitz <drow@mvista.com>
5898
5899 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5900 * Makefile.in: Regenerated.
5901
62a3fc85
DD
59022003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5903
5904 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5905 * Makefile.in: Regenerate.
5906
59072003-04-18 Jakub Jelinek <jakub@redhat.com>
5908
5909 * configure.in (powerpc64*-*-linux*): Remove.
5910 * configure: Rebuilt.
5911
5b474aa8
DD
59122003-04-17 Phil Edwards <pme@gcc.gnu.org>
5913
5914 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5915 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5916 and restrap.
5917 * Makefile.in: Regenerate.
5918
59192003-04-16 Richard Earnshaw <rearnsha@arm.com>
5920
5921 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5922 * configure: Regenerated.
5923
bc295afe
AO
59242003-04-11 Alexandre Oliva <aoliva@redhat.com>
5925
5926 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5927 * */configure: Rebuilt.
5928
3728fade
NN
59292003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5930
5931 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5932 * Makefile.in: Regenerate.
5933
ce5b542e
MC
59342003-03-14 Michael Chastain <mec@shout.net>
5935
5936 * Makefile.in: Regenerate with correct Makefile.def.
5937
3db0a37f
NN
59382003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5939
5940 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5941 Make macro.
5942 * Makefile.in: Regenerate.
5943 * configure.in: Clean up gxx_include_dir logic.
5944 * configure: Regenerate.
5945
34349c6e
DD
59462003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5947
5948 * configure.in (gxx_include_dir): Fix typo.
5949 * configure: Regenerated.
5950
686c28c9
AC
59512003-03-06 Andrew Cagney <cagney@redhat.com>
5952
5953 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5954
bba45b8b 59552003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5956
bba45b8b
NN
5957 * configure.in: Include $(build_tooldir)/sys-include in
5958 FLAGS_FOR_TARGET.
5959 * configure: Regenerated.
5960
2683747f
NN
59612003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5962
bba45b8b
NN
5963 * Makefile.tpl: Reindent.
5964 * Makefile.in: Regenerate.
5965 * configure.in: Reindent. Don't set unused variables.
5966 * configure: Regenerate.
5967
2683747f
NN
5968 * Makefile.tpl: Always pass down RANLIB.
5969 * Makefile.in: Regenerate.
5970
5971 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5972 * Makefile.in: Regenerate.
5973 * configure.in: Remove unused logic relating to --enable-shared
5974 and --enable-threads. Remove bogus comments. Remove redundant
5975 noconfigdirs.
5976 * configure: Regenerate.
5977
5978 * configure.in: Replace ${libstdcxx_version} by its value.
5979 Remove reference to mh-dgux.
5980 * configure: Regenerate.
5981
50212802
NN
59822003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5983
5984 * Makefile.tpl: Rearrange.
5985 * Makefile.in: Regenerate.
5986
a6be7fc6
NC
59872003-02-25 Nick Clifton <nickc@redhat.com>
5988
5989 * configure: Remove site-file supprot - it is obsolete.
5990
f8a495c8
NC
59912003-02-24 Uwe Stieber <uwe@wwws.de>
5992
5993 * configure.in: Add support for kaOS as cross build target system.
5994 * configure: Regenerated.
5995
3decd77d
DD
59962003-02-20 Sean McNeil <sean@blue.mcneil.com>
5997
5998 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5999 configure-target-* as some target builds may require additional
6000 flags for preprocessor tests.
6001 * Makefile.in: Regenerated.
6002
f4ff34a3
AO
60032003-02-19 Alexandre Oliva <aoliva@redhat.com>
6004
6005 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6006 * ltconfig: Handle it.
6007 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6008 auto-detecting it.
6009
b7e4a931
AO
60102003-02-19 Alexandre Oliva <aoliva@redhat.com>
6011
6012 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6013 it is used as argument to $CC.
6014 * ltcf-gcj.sh: Likewise.
6015
6b784d9f
AO
60162003-02-19 Alexandre Oliva <aoliva@redhat.com>
6017
6018 * configure.in: Introduce --enable-maintainer-mode.
6019 * configure: Rebuilt.
6020 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6021 for maintainer mode.
6022 * Makefile.in: Rebuilt.
6023
8bcd8a07
AC
60242003-02-19 Andrew Cagney <ac131313@redhat.com>
6025
6026 * configure: Regenerate using autoconf 2.13.
6027
ee3fd329
AM
60282003-02-19 Alan Modra <amodra@bigpond.net.au>
6029
6030 * config.guess: Import latest version.
6031 * config.sub: Import latest version.
6032
e9e45685
JM
60332003-02-18 Jason Merrill <jason@redhat.com>
6034
6035 * Makefile.tpl (check-c++): Allow parallelism.
6036
859789af
AC
60372003-02-17 Andrew Cagney <ac131313@redhat.com>
6038
6039 * configure: Regenerate using autoconf 000227.
6040
b3f16a9b
GK
60412003-02-15 Geoffrey Keating <geoffk@apple.com>
6042
6043 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6044 don't configure target-libobjc.
6045 * configure: Regenerate.
6046
72e60e02
DD
60472003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6048
6049 * Makefile.tpl (RANLIB): Define.
6050 * Makefile.in: Regenerate.
6051
91f0e695
KS
60522003-02-06 Keith R Seitz <keiths@redhat.com>
6053
6054 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6055 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6056 * Makefile.in: Regenerated.
6057 * configure.in: Remove all traces of snavigator, db, and grep.
6058 * configure: Regenerated.
6059
122bfa92
FCE
60602003-01-31 Frank Ch. Eigler <fche@redhat.com>
6061
6062 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6063 * Makefile.in: Regenerated.
6064
264095c3
AO
60652003-01-30 Alexandre Oliva <aoliva@redhat.com>
6066
6067 * config.if: Copy from GCC.
6068
a84dbcb3
AO
60692003-01-27 Phil Edwards <pme@gcc.gnu.org>
6070
6071 * configure.in: Revert 24Jan change.
6072 * configure: Regenerate.
6073
19618276
NN
60742003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6075
6076 * configure.in: Revert previous change.
6077 * configure: Regenerate.
6078
b7f27a92
NN
60792003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6080
6081 * configure.in: Make rda native-only.
6082 * configure: Regenerate.
6083
83326456
NN
60842003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6085
6086 * configure.in: Add missing \.
6087 * configure: Rebuilt.
6088
5e367fa5
JJ
60892003-01-17 Jakub Jelinek <jakub@redhat.com>
6090
6091 * configure.in (baseargs): Avoid using \| in sed regular
6092 expressions.
6093 * configure: Rebuilt.
6094
e01f337c
JJ
60952003-01-16 Jakub Jelinek <jakub@redhat.com>
6096
6097 * configure.in (baseargs): Remove all supported forms of
6098 --cache-file, --srcdir, --host, --build and --target options
6099 from argument lists.
6100 * configure: Rebuilt.
6101
aa236487
AO
61022003-01-15 Alexandre Oliva <aoliva@redhat.com>
6103
6104 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6105 * configure: Rebuilt.
6106
586c0873
NN
61072003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6108
6109 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6110 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6111 * Makefile.in: Regenerate.
6112 * configure: Regenerate.
6113
497f816e
DD
61142003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6115
6116 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6117 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6118 * Makefile.in: Regenerate.
6119
bfbe5519
AO
61202003-01-09 Alexandre Oliva <aoliva@redhat.com>
6121
6122 * configure.in: Remove Makefile in build, host and target modules
6123 unless configure was run with --no-recursion.
6124 * configure: Rebuilt.
6125
3f234ef5
CD
61262003-01-08 Chris Demetriou <cgd@broadcom.com>
6127
6128 * config.guess: Update to 2003-01-03 version.
6129 * config.sub: Update to 2003-01-03 version.
6130
a3982d48
CF
61312003-01-07 Christopher Faylor <cgf@redhat.com>
6132
6133 * configure: Regenerate with proper autoconf 2.13.
6134
75778ec4
CF
61352003-01-07 Christopher Faylor <cgf@redhat.com>
6136
80b200a1
ZW
6137 * configure.in: Add AC_PREREQ for consistency.
6138 * configure: Regenerate.
75778ec4 6139
c180f501
AC
61402003-01-06 Andrew Cagney <ac131313@redhat.com>
6141
6142 * configure.in (GDB_TK): Add tcl directories conditional on
6143 gdb/gdbtk directory being present.
6144 * configure: Regenerate.
5481b376 6145
46ca2cc2
DA
61462003-01-04 John David Anglin <dave.anglin@nrc.ca>
6147
6148 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6149 by gcc if LD is not defined and we are not doing a Canadian Cross.
6150 * configure: Rebuilt.
6151
53dd8dab
DJ
61522003-01-01 Daniel Jacobowitz <drow@mvista.com>
6153
6154 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6155
50ceb20c
TT
61562002-12-31 Tom Tromey <tromey@redhat.com>
6157
6158 * Makefile.in: Rebuilt.
6159 * Makefile.def (target_modules) [libffi]: Allow installation.
6160
e78b5cfe
AS
61612002-12-31 Andreas Schwab <schwab@suse.de>
6162
6163 * configure.in: Fix use of $program_transform_name.
6164 * configure: Regenerated.
6165
67448102
DJ
61662002-12-30 Daniel Jacobowitz <drow@mvista.com>
6167
6168 * configure.in (baseargs): Don't remove first configure argument.
6169 * configure: Regenerated.
6170
e6bfb94a
AO
61712002-12-29 Alexandre Oliva <aoliva@redhat.com>
6172
6173 * Makefile.tpl (local-distclean): Don't remove...
6174 (multilib.ts): ... this. Moved into...
6175 (multilib.out): ... this. Don't use sub-make.
6176 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6177 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6178 (configure-build-[+module+], configure-[+module+],
6179 configure-target-[+module+], configure-gcc): ... these. Test
6180 for Makefile existence. Drop config.status from dependencies.
6181 * Makefile.in: Rebuilt.
6182 * configure.in: Move gcc-version-trigger to the end of
6183 ac_configure_args. Add comments to maybedep.tmp and
6184 serdep.tmp. Introduce --disable-serial-configure. Remove
6185 nonopt from baseargs, matching and removing corresponding
6186 whitespace while at it.
6187 * configure: Rebuilt.
6188
8f0dfb36
AO
61892002-12-28 Alexandre Oliva <aoliva@redhat.com>
6190
6191 * configure.in (host_configargs): Replace reference to
6192 no-longer-defined buildopts with --build=${build_alias}.
6193 * configure: Rebuilt.
6194
43be203f
AO
61952002-12-28 Alexandre Oliva <aoliva@redhat.com>
6196
6197 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6198 program_transform_name to standard idiom.
6199 (AUTOGEN, AUTOCONF): Define.
6200 (Makefile.in): Use $(AUTOGEN).
6201 (Makefile): Depend on config.status, and use autoconf-style rule to
6202 build it. Move original commands to...
6203 (config.status): ... this new target.
6204 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6205 $(AUTOCONF).
6206 * Makefile.in: Rebuilt.
6207
a0da8069
NN
62082002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6209
d18f1c9f
NN
6210 * Makefile.tpl: Fix dramatic bustage due to change in
6211 program_transform_name.
6212 * Makefile.in: Regenerate.
6213
6214 * configure.in: Remove unnecessary PATH setting.
6215 * configure: Regnerate.
6216
6217 * configure.in: Don't default to unprefixed tools unless
6218 the native tools will work.
6219 * configure: Regenerate.
6220
a0da8069
NN
6221 * configure.in: Convert to autoconf script. Blow away lots
6222 of now-redundant Makefile fragments.
6223 * configure: Generate using Autoconf.
6224 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6225 * Makefile.in: Regenerate.
6226
c567df0a
NN
62272002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6228
5481b376 6229 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6230 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6231
5481b376 6232 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6233 where they belong.
2c7f9a32 6234
2dabcfb4
AS
62352002-12-24 Andreas Schwab <schwab@suse.de>
6236
6237 * Makefile.tpl (multilib.out): Fix missing space.
6238 * Makefile.in: Regenerate.
6239
1086bc09
NN
62402002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6241
6242 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6243 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6244 * Makefile.in: Regenerate.
6245 * configure.in: Remove unnecessary leftovers.
6246
1086bc09
NN
62472002-12-21 Geoffrey Keating <geoffk@apple.com>
6248
6249 * configure.in (extra_ranlibflags_for_target): New variable.
6250 (*-*-darwin): Add -c to ranlib commands.
6251 * configure (tooldir): Handle extra_ranlibflags_for_target.
6252
14e9ca95
JJ
62532002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6254
6255 * COPYING.NEWLIB: Updated.
6256 * COPYING.LIBGLOSS: Ditto.
6257
14c428fb
NN
62582002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6259
6260 * Makefile.tpl: Revert HJL's change.
6261 * Makefile.in: Regenerated.
6262 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6263 always.
6264
313b8244
AS
62652002-12-19 Andreas Schwab <schwab@suse.de>
6266
6267 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6268 * Makefile.in: Regenerate.
6269
efeae3db
L
62702002-12-18 H.J. Lu <hjl@gnu.org>
6271
6272 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6273 * Makefile.in: Regenerated.
6274
6275 * configure.in (build_prefix): New. Substitute.
6276
43d92c63
NN
62772002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6278
59da4fe6
NN
6279 * Makefile.tpl: Don't let real targets depend on phony targets.
6280 * Makefile.in: Regenerate.
6281
43d92c63
NN
6282 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6283 * Makefile.in: Regenerate.
6284
b72e6a2d
JM
62852002-12-16 Jason Merrill <jason@redhat.com>
6286
6287 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6288 previous 'make bootstrap'.
6289 * Makefile.in: Regenerate.
6290
95c72c44
HPN
62912002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6292
6293 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6294
7d695d07
JM
62952002-12-13 Jason Merrill <jason@redhat.com>
6296
6297 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6298 library tests.
6299 (check-c++): Just depend on it and check-target-libstdc++-v3.
6300 * Makefile.in: Regenerate.
6301
54103d1e
NN
63022002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6303
6304 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6305 * Makefile.in: Regenerate.
6306
4024f1e1
JJ
63072002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6308
80b200a1
ZW
6309 * COPYING.NEWLIB: Update list of alternate Regent of California
6310 licenses and discuss official revoking of advertising clause.
6311 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6312
7dda0df6
AO
63132002-12-12 Alexandre Oliva <aoliva@redhat.com>
6314
6315 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6316 * Makefile.in: Rebuilt.
6317
d03be79e 63182002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6319
929293f4
NN
6320 * configure: Fix bug put in by gremlins.
6321
d03be79e
NN
6322 * Makefile.tpl: Substitute more autoconfily.
6323 * configure: Substitute more autoconfily.
6324 * Makefile.in: Regenerate.
6325
63262002-12-08 Andrew Cagney <ac131313@redhat.com>
6327
6328 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6329 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6330
63312002-12-06 DJ Delorie <dj@redhat.com>
6332
6333 * Makefile.tpl: Change configure dependencies to not have real
6334 targets depend on phony targets.
b4a77b47 6335
db1ac78d
NN
63362002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6337
bcaf2395
NN
6338 * configure.in: Revert unintentional change.
6339
b4fa093e
NN
6340 * src-release: Configure host subdirs.
6341
db1ac78d
NN
6342 * Makefile.tpl: Change dependency for */multilib.out so that
6343 it works when gcc isn't in the tree.
6344
6345 * configure.in: Substitute more.
6346 * configure: Run subconfigures from the Makefile.
6347 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6348 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6349
15723a45
NN
63502002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6351
e2b9e2dc
NN
6352 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6353 and corresponding dependencies.
6354 * Makefile.in: Regenerate.
6355
2af579c4
NN
6356 * configure.in (host_tools): Order binutils, gas and ld for
6357 convenience in running the testsuites.
6358
a2cc058a
NN
6359 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6360 * Makefile.in: Regenerate.
6361 * configure.in: Introduce rules to serialize subconfigure runs.
6362
15723a45
NN
6363 * configure.in: Introduce BASE_CC_FOR_TARGET.
6364 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6365 Realize configure-build-* targets. Realize configure-target-* targets.
6366 * Makefile.in: Regenerate.
6367
ae831be5
NN
63682002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6369
6370 * configure: Move gcc_version_trigger stuff from here...
6371 * configure.in: ...to here.
6372
6373 * configure.in: Separate subconfigure options added by this file from
6374 options given by the user. Add machinery to put args for host
6375 subconfigures into the Makefile.
6376
6377 * Makefile.tpl: Remove 'vault' targets.
6378 * Makefile.tpl: Reorder and comment dependencies.
6379 * Makefile.in: Regenerate.
6380
bbf7c8ac
NN
63812002-11-28 Geoffrey Keating <geoffk@apple.com>
6382
6383 * configure.in: Move host-specific darwin noconfigdirs into
6384 the host-specific section.
6385
930314a4
NN
63862002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6387
52d7cdee
NN
6388 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6389 during replay.
6390 * Makefile.in: Regenerate.
6391
930314a4
NN
6392 (finishing slow-motion replay)
6393 * configure: Remove skip-this-dir support.
6394 * Makefile.tpl: Remove skip-this-dir support.
6395
6396 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6397 subdirectories.
6398 * Makefile.in: Regenerate.
6399
6400 * Makefile.tpl: Strip out useless setting of 'dir'.
6401 * Makefile.in: Regenerate.
5481b376 6402
930314a4
NN
64032002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6404
6405 (finishing slow-motion replay)
6406 * configure.in: Fix deeply stupid bug.
6407
6408 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6409 shell code in CXX_FOR_TARGET
6410 * Makefile.def: Introduce raw_cxx.
6411 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6412 RAW_CXX_FOR_TARGET.
6413 * Makefile.in: Regenerate.
6414
64152002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6416
6417 (finishing slow-motion replay)
6418 * Makefile.tpl: Remove unnecessary ifs.
6419 * Makefile.in: Regenerate.
6420
5481b376 6421 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6422 dependencies. Maybe-ize build-libiberty. Create dummy install
6423 targets for 'no_install' modules.
5481b376 6424 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6425 build_modules stuff to configure.in.
5481b376 6426 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6427 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6428 * Makefile.in: Regenerate.
6429
3866be5d
NN
64302002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6431
6432 (continuing slow-motion replay)
6433 * Makefile.tpl: Make all-target, install-target behave similarly
6434 to all, install (only hitting configured targets). Eliminate
6435 unused macro defintions.
6436
6437 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6438 build != host.
6439
6440 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6441
6442 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6443
5481b376 6444 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6445 configuring. Remove references to "dosrel".
6446 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6447 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6448 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6449 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6450 and redundant dependency; rearrange slightly.
6451 * Makefile.def: Add host-side libtermcap, utils.
6452
6453 * Makefile.in: Regenerate.
6454
e393202e
NN
64552002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6456
6457 (Continuing slow-motion replay)
6458 * Makefile.def: Add list of recursive targets to autogenerate.
6459 Add build_modules.
6460 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6461 targets. Autogenerate *-build-* targets.
6462 * Makefile.in: Regenerate.
6463
583d52d7
NN
64642002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6465
6466 (Continuing slow-motion replay)
6467 * configure: More autoconf-style substitutions.
6468 * Makefile.tpl: More autoconf-style substitutions.
6469 * Makefile.in: Regenerate.
6470
64712002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6472
6473 (Continuing slow-motion replay)
6474 * configure: Substitute more variables in a more autoconf-friendly
6475 way. Simplify slightly.
6476 * Makefile.tpl: Make more variables substitutable in an
6477 autoconf-friendly way.
6478 * Makefile.in: Regenerate.
6479
874e38b4
NN
64802002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6481
6482 (Continuing slow-motion replay)
6483 * configure.in (v810*): Remove special setting of tools.
6484
6485 * configure: Add support for extra required flags for ar or nm.
6486 * configure.in (aix4.3+): Use above support for target-specific
6487 issues, rather than using config/mt-aix43.
6488
852e5f18
NN
64892002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6490
6491 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6492 * configure: Remove 'removing', which doesn't work. Replace $subdir
6493 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6494 with $srcdir. Reformat indentation. Substitute some variables
6495 formerly hard-coded in the Makefile for build=host.
6496 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6497 * Makefile.def: Autogenerate more.
6498 * Makefile.in: Regenerate.
6499
c9a0d920
DD
65002002-11-13 Bruce Korb <bkorb@gnu.org>
6501
6502 * Makefile.tpl: syntactic cleanup
6503
dd2768ff
KB
65042002-11-04 Kevin Buettner <kevinb@redhat.com>
6505
6506 * Makefile.def (host_modules): Add rda.
6507 * Makefile.in: Regenerate.
6508 * configure.in (target_tool): Add target-rda to list.
6509
1aa8389d
DD
65102002-10-25 Phil Edwards <pme@gcc.gnu.org>
6511
6512 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6513 and restrap targets to this rule.
6514 * Makefile.in: Regenerate.
6515
28f46298
HPN
65162002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6517
6518 * configure.in (i[3456]86-*-linux*): Add check to disable
6519 ${libgcj} for glibc1.
6520
ff72e302
NC
65212002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6522
6523 * configure.in: Add tic4x target.
6524
8607b6c9
NN
65252002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6526
6527 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6528 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6529 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6530 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6531 * Makefile.in: Regenerate.
6532
f8f61f4a
NN
65332002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6534
c86f794b
NN
6535 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6536 * Makefile.in: Regenerate.
6537
a9590527
NN
6538 * Makefile.def: Remove order dependency comments.
6539 * Makefile.tpl: Add explicit install-install dependencies.
6540 * Makefile.in: Regenerate.
6541
8412ce72
NN
6542 * Makefile.tpl: Remove material now in src-release. (Finally!)
6543 * Makefile.in: Regenerate.
6544
8b9f37f1
NN
6545 * configure: Restore my original patch by syncing with gcc version.
6546
f8f61f4a
NN
6547 * Bring following over from gcc:
6548
65492002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6550
6551 * configure.in (s390*-*-linux*): Enable libgcj.
6552
403d9505
NN
65532002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6554
6555 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6556
95f6f383
AM
65572002-10-02 Alan Modra <amodra@bigpond.net.au>
6558
e4673b0a 6559 * configure: Move stray lines back to where they belong.
95f6f383 6560
748503c8
NN
65612002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6562
a581b5c3
NN
6563 * Makefile.tpl: Insert configure-target target, for src-release.
6564
c084f5b4
NN
6565 * configure: Finish reverting change which Andrew Cagney started
6566 reverting. Should fix bustage.
6567
7aa673ed 6568 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6569 * src-release: New file. Contains material for making net
6570 releases for gdb, binutils, et al., formerly in Makefile.in.
6571
82a9b2d9
NC
65722002-09-30 Nick Clifton <nickc@redhat.com>
6573
6574 * cpu: New top level directory. Intended to hold input files for
6575 CGEN which have FSF copyright assignment.
6576 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6577
c2463a00
AC
65782002-09-29 Andrew Cagney <ac131313@redhat.com>
6579
6580 Revert below (note that src does not contain Makefile.tpl):
6581 * Makefile.tpl: Make subsituted variables more autoconfy.
6582 * Makefile.in: Regenerate.
6583
f03b4789
NN
65842002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6585
c11e16a9
NN
6586 * configure: Revert accidentally applied changes.
6587
f03b4789
NN
6588 * Makefile.tpl: Make more autoconf-friendly.
6589 * Makefile.in: Regenerate.
6590 * configure: Make substitution more autoconf-like.
6591
65922002-09-28 Richard Earnshaw <rearnsha@arm.com>
6593
6594 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6595 single entry to handle all these.
6596 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6597 libjava on arm-*-elf.
6598
c0292023
GK
65992002-09-27 Geoffrey Keating <geoffk@apple.com>
6600
6601 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6602 things that depend on them.
6603
c66d951e
NN
66042002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6605
6606 * Makefile.tpl: Make subsituted variables more autoconfy.
6607 * Makefile.in: Regenerate.
6608 * configure: Make seds more autoconfy.
6609
907a7241 66102002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6611
6612 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6613 * Makefile.in: Regenerate.
6614 * configure.in: Rewrite sed statements to look autoconfy.
6615
907a7241
NN
6616 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6617 all-target-foo on configure-target-foo.
6618 * Makefile.def: Ditto.
6619 * Makefile.in: Rebuild.
6620
405ea7a0
NN
66212002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6622
6623 * Makefile.def: New file.
6624 * Makefile.tpl: New file.
6625 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6626
6627 * configure.in: Minor rearrangement. Simplify tests.
6628
bdc57bfd
JT
66292002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6630
6631 * configure.in (with_headers): Skip copy if value is "yes".
6632 (with_libs): Likewise.
6633
ae03d6e2
NN
66342002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6635
6636 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6637 * configure.in (sh*-*-pe*): Ditto.
6638 * configure.in (mips*-*-pe*): Ditto.
6639 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6640
6641 * configure.in: Rearrange.
6642
707960fe
NC
66432002-09-12 Nick Clifton <nickc@redhat.com>
6644
6645 * Import these changes from the config master repository:
6646
6647 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6648
6649 * config.sub: Add tic4x target.
6650
6651 2002-09-03 Ben Elliston <bje@redhat.com>
6652
6653 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6654 Reported by <Duncan_Stodart@insession.com>.
6655
36ea319f
JJ
66562002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6657
6658 * COPYING.NEWLIB: More updates.
6659
cf57480a
JJ
66602002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6661
6662 * COPYING.NEWLIB: Update.
6663
fd31a171
AC
66642002-08-23 Andrew Cagney <ac131313@redhat.com>
6665
23b632fc
AC
6666 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6667
fd31a171
AC
6668 * config.guess: Import version 2002-08-23.
6669 * config.sub: Import version 2002-08-22.
6670
a08bafb5
AO
66712002-08-20 Alexandre Oliva <aoliva@redhat.com>
6672
6673 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6674 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6675 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6676
17240c1f
NC
66772002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6678
6679 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6680
e70ad0c6
L
66812002-08-04 H.J. Lu (hjl@gnu.org)
6682
6683 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6684
574e6d11
DD
66852002-07-31 Alan Modra <amodra@bigpond.net.au>
6686
6687 * configure.in: Move generic linux case to end. Copy generic
6688 linux noconfigdirs to mips*-*-linux* entry and new
6689 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6690
611e7523
CD
66912002-07-19 Chris Demetriou <cgd@broadcom.com>
6692
6693 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6694 one instance of them which was missed to the list to update.
6695
51759676
CD
66962002-07-16 Chris Demetriou <cgd@broadcom.com>
6697
6698 * config.guess: Update to 2002-07-09 version.
6699 * config.sub: Update to 2002-07-03 version.
6700
7c1f909c
DD
67012002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6702
6703 * configure.in: Remove two redundant tests.
6704
d7cf5d30
DD
67052002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6706
6707 * configure.in (mips*-*-irix6*o32): Enable stabs.
6708
c74222f7
DD
67092002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6710
5b53c336
DD
6711 * configure.in: Don't build grez.
6712 * Makefile.in: Ditto.
6713
c74222f7
DD
6714 * Makefile.in: Remove references to bsp, cygmon, libstub.
6715 * configure.in: Ditto.
6716
6717 * configure.in: Remove leftover reference to gdbtest.
6718
edd1b227
DD
67192002-07-08 Phil Edwards <pme@gcc.gnu.org>
6720
6721 * configure.in (gxx_include_dir): Change to match versioned
6722 C++ headers if --enable-version-specific-runtime-libs is used.
6723
486186e3
AO
67242002-07-04 Steve Ellcey <sje@cup.hp.com>
6725
6726 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6727
ff0a3bf8
DD
67282002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6729
6730 * configure.in: Make --without-x work.
6731
1dfa8174
NC
67322002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6733
6734 * contrib: New directory. Created to contain a copy of the
5481b376 6735 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6736 the FSF GCC sources.
6737
07637366
DD
67382002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6739
b6f83f2a
DD
6740 * configure.in: Rearrange target Makefile fragment collection.
6741
07637366
DD
6742 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6743 cvs[src].
6744 * configure.in: Ditto.
6745
f48556b1
DD
67462002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6747
6748 * Makefile.in: Eliminate 'apache' targets.
6749 * configure.in: Eliminate 'apache' targets.
6750
6751 * configure.in: Eliminate redundant tests. Reorganize.
6752
6753 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6754
6755 * config-ml.in: Eliminate references to Cygnus configure.
6756
6757 * Makefile.in: Eliminate references to building emacs.
6758
67592002-07-01 Denis Chertykov <denisc@overta.ru>
6760
6761 * configure.in: Add support for ip2k.
6762
cdb9e2b8
BE
67632002-06-24 Ben Elliston <bje@redhat.com>
6764
6765 * configure.in (host_tools): Remove cgen.
6766
6767 * Makefile.in (all-cgen): Remove; runs from its source directory.
6768 (check-cgen, install-cgen, clean-cgen): Likewise.
6769 (all-opcodes): No not depend on all-cgen.
6770 (all-sim): Likewise.
6771
3558860c
DD
67722002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6773
6774 * configure.in: Fix AIX configury bug.
6775
e3b0c936
DD
67762002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6777
cdb9e2b8 6778 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6779
cdb9e2b8
BE
6780 * configure.in: Move definition of libstdcxx_flags right above
6781 usage, rather than way earlier.
8ee424c0 6782
c712250a
DD
6783 * configure.in: Pull definition of is_cross_compiler earlier.
6784
9ee1a75c
DD
6785 * configure.in: Rearrange a little.
6786
e3b0c936
DD
6787 * configure.in: Remove references to librx.
6788 * Makefile.in: Remove references to librx.
6789
b2bd228e
DD
67902002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6791
6792 * configure.in: Eliminate ${gasdir} variable.
6793
7cd52483
DB
67942002-06-18 Dave Brolley <brolley@redhat.com>
6795
6796 * configure.in: Add support for frv.
6797 * config.sub: Add support for frv.
6798
6c5e141a
DD
67992002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6800
6801 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6802
0d18b56d
JT
68032002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6804
6805 * configure.in (vax-*-netbsd*): Re-enable gas.
6806
fd8958d5
DD
68072002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6808
27f15fdd
DD
6809 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6810 BUILD_PREFIX_1, to correct nomenclature.
6811 * configure: Likewise.
6812
fd8958d5
DD
6813 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6814 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6815
0c2442b7
DD
68162002-05-31 Olaf Hering <olh@suse.de>
6817
6818 * config-ml.in: Propogate DESTDIR also.
6819
a3602181
JT
68202002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6821
6822 * configure.in (vax-*-netbsd*): Don't build gas for this
6823 platform.
6824
c95f53ae
MM
68252002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6826
6827 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6828 and libgcj for AVR.
6829
1d7c1053
NC
68302002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6831
6832 * config.sub: Add DLX target.
6833
4b37028f
JT
68342002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6835
6836 * config.guess: Update to 2002-05-22 version.
6837 * config.sub: Likewise.
6838
d5de0a84
NC
68392002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6840
6841 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6842 * config-ml.in: Likewise.
6843 * configure: Likewise.
6844 * configure.in: Likewise.
6845
c92a0210
DD
68462002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6847
115a77aa
DD
6848 * configure.in: Simplify makefile fragment collection.
6849
6850 * configure.in: Remove code to build emacs.
e99daf2b 6851
91e060aa
DD
6852 * configure.in : Remove --srcdir argument from targargs and buildargs
6853 (it's always overridden in the Makefile anyway). Rearrange a bit.
6854
6855 * configure: Move some logic to configure.in.
6856 * configure.in: Move some logic from configure.
c92a0210 6857
91217342
JJ
68582002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6859
6860 * COPYING.LIBGLOSS: New file.
6861
d3d8a9ee
NC
68622002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6863
6864 * Makefile.in: Honour DESTDIR.
6865
3a036cdc
AO
68662002-05-05 Alexandre Oliva <aoliva@redhat.com>
6867
6868 * configure.in (noconfigdirs): Don't disable libgcj on
6869 sparc64-*-solaris* and sparcv9-*-solaris*.
6870
6d095fe4
AO
68712002-05-03 Alexandre Oliva <aoliva@redhat.com>
6872
6873 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6874
dac55df9
TF
68752002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6876
6877 * configure.in (FLAGS_FOR_TARGET): Do not add
6878 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6879 on i[3456]86-*-linux*.
6880
a018e15b
TF
68812002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6882
6883 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6884
6885 * configure.in (noconfigdirs): Do not add target-newlib if
6886 target == i[3456]86-*-linux*, and host == target.
6887
5f284831
MM
68882002-04-29 Mark Mitchell <mark@codesourcery.com>
6889
6890 * config.guess: Updated to 2002-04-26's version.
6891 * config.sub: Updated to 2002-04-26's version.
6892
33babf59
DD
68932002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6894
bd5f7da2
DD
6895 * configure.in: delete reference to absent file
6896
a0c4f3a0
DD
6897 * configure.in: replace '[' with 'test'
6898
66f1ba4f
DD
6899 * configure.in: Eliminate references to gash.
6900 * Makefile.in: Eliminate references to gash.
6901
7c3ab50c
DD
6902 * configure.in: remove useless references to 'pic' makefile fragments.
6903
bbc025f5
DD
6904 * configure.in: (*-*-windows*) Finish removing.
6905
33babf59
DD
6906 * configure.in: Eliminate redundant test for libgui.
6907
d5ec694c
DD
69082002-04-26 Joel Sherrill <joel@OARcorp.com>
6909
6910 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6911 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6912
57a5346c
DD
69132002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6914
6915 * configure.in: remove references to dead files
6916
dbf93899
DD
69172002-04-18 Tom Tromey <tromey@redhat.com>
6918
6919 * configure.in: Disallow configuring libgcj when it is already
6920 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6921 Solaris 2.8 by default. For PR libgcj/6158.
6922
26eadf68
DD
69232002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6924
6925 * configure.in: Move default CC setting out of config/mh-* fragments
6926 directly into here.
6927
a0a2c6c6
DD
69282002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6929
6930 * configure.in: don't even try to configure or make a subdirectory
6931 if there's no configure script for it.
6932
9972f812
DD
69332002-04-15 Mark Mitchell <mark@codesourcery.com>
6934
6935 * MAINTAINERS: Remove chill maintainers.
6936 * Makefile.in (CHILLFLAGS): Remove.
6937 (CHILL_LIB): Remove.
6938 (TARGET_CONFIGDIRS): Remove libchill.
6939 (CHILL_FOR_TARGET): Remove.
6940 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6941 CHILL_LIB.
6942 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6943 (CHECK_TARGET_MODULES): Likewise.
6944 (INSTALL_TARGET_MODULES): Likewise.
6945 (CLEAN_TARGET_MODULES): Likewise.
6946 (configure-target-libchill): Remove.
6947 (all-target-libchill): Remove.
6948 * configure.in (target_libs): Remove target-libchill.
6949 Do not compute CHILL_FOR_TARGET.
6950 * libchill: Remove directory.
5481b376 6951
75205f78
DD
69522002-04-15 DJ Delorie <dj@redhat.com>
6953
6954 * Makefile.in, configure.in, configure: Sync with gcc, entries
6955 follow...
6956
69572002-04-08 Tom Tromey <tromey@redhat.com>
6958
6959 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6960 Fixes PR libgcj/6068.
6961
69622002-03-30 Krister Walfridsson <cato@df.lth.se>
6963
6964 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6965
69662002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6967
6968 * configure.in (alpha*-dec-osf*): Enable libgcj.
6969
69702002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6971
6972 Fix for: PR bootstrap/3591, target/5676
6973 * configure.in (mcore-pe): Disable the configuration of
6974 libstdc++-v3 since exceptions are not supported.
6975
69762002-03-20 Anthony Green <green@redhat.com>
6977
6978 * configure.in: Enable libgcj for xscale-elf target.
6979
69802002-02-28 Alexandre Oliva <aoliva@redhat.com>
6981
6982 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6983 libjava.
6984 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6985
69862002-02-22 Alexandre Oliva <aoliva@redhat.com>
6987
6988 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6989 libstdc++-v3 and libjava.
6990
69912002-02-11 Adam Megacz <adam@xwt.org>
6992
6993 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6994 boehm-gc
6995
69962002-02-09 Alexandre Oliva <aoliva@redhat.com>
6997
6998 * config.guess: Updated to 2002-01-30's version.
6999 * config.sub: Updated to 2002-02-01's version.
7000 Contribute sh64-elf.
7001 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7002 * configure.in: Added sh64-*-*.
7003
70042002-01-17 H.J. Lu <hjl@gnu.org>
7005
7006 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7007 (all-target-fastjar): Also depend on all-target-libiberty.
7008
7009Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7010
7011 * configure, configure.in: Use temp file for long sed commands.
7012
70132001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7014
7015 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7016 libf2c.
7017
70182001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7019
7020 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7021
70222001-10-11 Hans-Peter Nilsson <hp@axis.com>
7023
7024 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7025
70262001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7027
7028 * configure: Handle temporary files securely using mkdir.
7029
70302001-09-26 Will Cohen <wcohen@redhat.com>
7031
7032 * configure.in (*-*-linux*): Disable configuration of target-newlib
7033 and target-libgloss.
7034
70352001-09-26 Alexandre Oliva <aoliva@redhat.com>
7036
7037 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7038 RANLIB.
7039
70402001-08-11 Graham Stott <grahams@redhat.com>
7041
7042 * Makefile.in (check-c++): Add missing semicolon.
7043
70442001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7045
7046 * configure.in (sh-*-linux*): New.
7047
70482001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7049
7050 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7051 and libgcj on m68hc11/m68hc12.
7052
70532001-06-27 H.J. Lu (hjl@gnu.org)
7054
7055 * Makefile (CFLAGS_FOR_BUILD): New.
7056 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7057
70582001-06-01 Hans-Peter Nilsson <hp@axis.com>
7059
7060 * configure.in (libstdcxx_flags): Do not try to execute
7061 libstdc++-v3/testsuite_flags until it exists.
7062
70632001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7064
7065 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7066
70672001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7068
7069 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7070
7071Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7072
7073 * configure.in: Move *-chorusos target case to the proper switch.
7074 Disable libgcj.
7075
70762001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7077
7078 * Makefile.in (STAGE1_CFLAGS): Pass down.
7079
70802001-04-13 Alan Modra <amodra@one.net.au>
7081
7082 * config.guess: Add hppa64-linux support. Note for next import that
7083 this is already in the master file.
7084 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7085
70862001-03-22 Colin Howell <chowell@redhat.com>
7087
7088 * Makefile.in (DO_X): Do not backslash single-quotes in
7089 backquotes (two places).
7090
70912001-03-18 Laurynas Biveinis <lauras@softhome.net>
7092
7093 * Makefile.in (DO_X): Quote nested quotes.
7094
70952001-03-15 Laurynas Biveinis <lauras@softhome.net>
7096
7097 * Makefile.in (DO_X): Use double quotes for quoting
7098 "RANLIB=$${RANLIB}".
7099
71002001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7101
7102 * configure.in: Only use `lang_requires' for languages athat are
7103 actually enabled.
7104
71052001-03-07 Tom Tromey <tromey@redhat.com>
7106
7107 * configure.in: Allow config-lang.in to set `lang_requires' to list
7108 of other required languages.
7109
71102001-03-06 Laurynas Biveinis <lauras@softhome.net>
7111
7112 * Makefile.in: Remove RANLIB definition. Use RANLIB
7113 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7114 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7115
71162001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7117 Alexandre Oliva <aoliva@redhat.com>
7118
7119 * Makefile.in (check-c++): Use tabs, not spaces.
7120
71212001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7122
7123 * Makefile.in (check-c++): New rule.
7124
7125 * configure.in (target_libs): Remove libg++.
7126 (noconfigdirs): Remove libg++.
7127 (noconfigdirs): Same.
7128 (noconfigdirs): Same.
7129 (noconfigdirs): Same.
7130
7131 * config-ml.in: Remove libg++ references.
7132
7133 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7134 (ALL_TARGET_MODULES): Same.
7135 (configure-target-libg++): Remove.
7136 (all-target-libg++): Remove.
7137 (configure-target-libio): Remove.
7138 (all-target-libio): Remove.
7139 (check-target-libio): Remove.
7140 (.PHONY): Remove.
7141 (libg++.tar.bz2): Remove.
7142 (all-target-cygmon): Remove libio.
7143 (all-target-libstdc++): Remove.
7144 (configure-target-libstdc++): Remove.
7145 (TARGET_LIB_PATH): Remove libstdc++.
7146 (ALL_GCC_CXX): Remove libstdc++.
7147 (all-target-gperf): Correct.
7148
71492001-02-15 Anthony Green <green@redhat.com>
7150
7151 * configure: Introduce GCJ_FOR_TARGET.
7152 * configure.in: Ditto.
7153 * Makefile.in: Ditto.
7154
71552001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7156
7157 * configure.in: for *-chorusos, don't config target-newlib and
7158 target-libgloss.
7159
71602001-02-04 Mark Mitchell <mark@codesourcery.com>
7161
7162 Remove V2 C++ library.
7163 * configure.in: Remove --enable-libstdcxx_v3 support.
7164
71652001-01-27 Richard Henderson <rth@redhat.com>
7166
7167 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7168
71692001-01-26 Tom Tromey <tromey@redhat.com>
7170
7171 * configure.in: Allow libgcj to be built on Sparc Solaris.
7172
71732001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7174
7175 * configure.in: Enable libgcj on several additional platforms.
7176
71772001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7178
7179 * configure.in: Enable libgcj for linux targets.
7180
71812001-01-09 Mike Stump <mrs@wrs.com>
7182
7183 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7184 failures of subdirectories.
7185
71862001-01-02 Laurynas Biveinis <lauras@softhome.net>
7187
7188 * configure: handle DOS-style absolute paths.
7189
71902001-01-02 Laurynas Biveinis <lauras@softhome.net>
7191
7192 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7193
71942000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7195
7196 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7197 (libstdcxx_incdir): Pass down.
7198 * config.if: Remove expired bits for cxx_interface, add stub.
7199 (libstdcxx_incdir): Add variable for g++ include directory.
7200 * configure.in (gxx_include_dir): Use it.
7201
72022000-12-15 Andreas Jaeger <aj@suse.de>
7203
7204 * configure.in: Handle lang_dirs.
7205
72062000-12-13 Anthony Green <green@redhat.com>
7207
7208 * configure.in: Disable libgcj for any target not specifically
7209 listed. Disable libgcj for x86 and Alpha Linux until compatible
7210 with g++ abi.
7211
72122000-12-13 Mike Stump <mrs@wrs.com>
7213
7214 * Makefile.in (local-distclean): Also remove fastjar.
7215
72162000-12-10 Anthony Green <green@redhat.com>
7217
7218 * configure.in: Define libgcj. Disable libgcj target libraries for
7219 most targets.
7220
72212000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7222
7223 * configure.in (target_libs): Revert 2000-12-08 patch.
7224 (noconfigdirs): Added target-libjava.
7225
72262000-12-09 Laurynas Biveinis <lauras@softhome.net>
7227
7228 * Makefile.in: handle DOS-style absolute paths.
7229
72302000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7231
7232 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7233 libjava.
7234 * configure.in (target_libs): Removed `target-libjava'.
7235
72362000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7237
7238 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7239 (ALL_MODULES): Added fastjar.
7240 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7241 (all-target-libjava): all-fastjar replaces all-zip.
7242 (all-fastjar): Added.
7243 (configure-target-fastjar, all-target-fastjar): Likewise.
7244 * configure.in (host_tools): Added fastjar.
7245
72462000-12-07 Mike Stump <mrs@wrs.com>
7247
7248 * Makefile.in (local-distclean): Remove leftover built files.
7249
72502000-11-16 Fred Fish <fnf@be.com>
7251
7252 * configure.in (enable_libstdcxx_v3): Fix typo,
7253 libstd++ -> libstdc++.
7254
72552000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7256
7257 * configure: Provide the original toplevel configure arguments
7258 (including $0) to subprocesses in the environment rather than
7259 through gcc/configargs.h.
7260
72612000-11-12 Mark Mitchell <mark@codesourcery.com>
7262
7263 * configure: Turn on libstdc++ V3 by default.
7264
72652000-10-16 Michael Meissner <meissner@redhat.com>
7266
7267 * configure (gcc/configargs.h): Only create if there is a build GCC
7268 directory created.
7269
72702000-10-05 Phil Edwards <pme@gcc.gnu.org>
7271
7272 * configure: Save configure arguments to gcc/configargs.h.
7273
72742000-10-04 Andris Pavenis <pavenis@latnet.lv>
7275
7276 * Makefile.in (bootstrap): avoid recursion if subdir missing
7277 (cross): ditto
7278 (do-proto-toplev): ditto
7279
7280Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7281
7282 * configure.in: Do not build byacc for hppa64. Provide paths to the
7283 X11 libraries for hppa64.
7284
72852000-09-02 Anthony Green <green@cygnus.com>
7286
7287 * Makefile.in (all-gcc): Depend on all-zlib.
7288 (CLEAN_MODULES): Add clean-zlib.
7289 (ALL_MODULES): Add all-zlib.
7290 * configure.in (host_libs): Add zlib.
7291
72922000-08-25 Alexandre Oliva <aoliva@redhat.com>
7293
7294 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7295 $targargs to tell whether newlib is going to be built.
7296
7297 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7298 $$r/TARGET_SUBDIR/libio for _G_config.h.
7299
73002000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7301
7302 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7303
7304 * configure: Make enable_threads and enable_shared defaults
7305 explicit. Substitute enable_threads into generated Makefiles.
7306 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7307 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7308
73092000-08-02 Manfred Hollstein <manfredh@redhat.com>
7310
7311 * configure.in: Re-enable all references to libg++ and librx.
7312
ffb97b2f 73132002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7314
ffb97b2f
DD
7315 * configure.in: Add *-*-freebsd* configurations.
7316
bbf6e9e3
AC
73172002-04-07 Andrew Cagney <ac131313@redhat.com>
7318
7319 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7320 (do-tar, do-bz2): New rules.
7321 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7322 (gdb-tar): New rule.
7323 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7324 (insight_dejagnu.tar): New rule.
7325 (insight.tar): New rule.
7326 (gdb+dejagnu.tar): New rule.
7327 (gdb.tar): New rule.
7328
8f1579c0
AC
73292002-04-07 Andrew Cagney <ac131313@redhat.com>
7330
7331 * MAINTAINERS: Update dejagnu/
7332
ba3c59ab
AO
73332002-03-16 Alexandre Oliva <aoliva@redhat.com>
7334
7335 * ltmain.sh (relink_command): Fix typo in previous change.
7336
6243d5dd
AO
73372002-03-15 Alexandre Oliva <aoliva@redhat.com>
7338
7339 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7340 (relink_command): Added --tag flags.
7341 (mode=install): If relinking fails; error out.
7342
80413487
RH
73432002-03-12 Richard Henderson <rth@redhat.com>
7344
7345 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7346 .NOTPARALLEL tag.
7347 (do-check): Rename from check.
7348 (check): Allow parallel check.
7349
3daeddf6
RH
73502002-03-11 Richard Henderson <rth@redhat.com>
7351
7352 * Makefile.in (.NOTPARALLEL): Add fake tag.
7353
fad93c55
L
73542002-03-07 H.J. Lu (hjl@gnu.org)
7355
7356 * configure.in: Enable gprof for mips*-*-linux*.
7357
2e8357fc
AO
73582002-02-28 Alexandre Oliva <aoliva@redhat.com>
7359
7360 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7361 libjava.
7362 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7363
bd48e1a9
AC
73642002-02-24 Andrew Cagney <ac131313@redhat.com>
7365
7366 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7367
39121370
DJ
73682002-02-23 Daniel Jacobowitz <drow@mvista.com>
7369
7370 * config.guess: Import from master sources, rev 1.232.
7371 * config.sub: Import from master sources, rev 1.246.
7372
081ff160
AO
73732002-02-23 Alexandre Oliva <aoliva@redhat.com>
7374
7375 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7376 because its Makefile is there; test for the executable instead.
7377
20a5393b
AO
73782002-02-09 Alexandre Oliva <aoliva@redhat.com>
7379
7380 Contribute sh64-elf.
7381 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7382 * configure.in: Added sh64-*-*.
7383
38135629
JJ
73842002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7385
80413487
RH
7386 * COPYING.NEWLIB: Remove advertising clause from
7387 Berkeley and Red Hat licenses.
38135629 7388
48d19748
MD
73892002-02-01 Mo DeJong <supermo@bayarea.net>
7390
7391 * Makefile.in: Add all-tix to deps for all-snavigator
7392 so that tix is built when building snavigator.
7393
f6e1c110
BE
73942002-02-01 Ben Elliston <bje@redhat.com>
7395
7396 * config.guess: Import from master sources, rev 1.229.
7397 * config.sub: Import from master sources, rev 1.240.
7398
4867be41
DJ
73992002-01-27 Daniel Jacobowitz <drow@mvista.com>
7400
7401 From Steve Ellcey <sje@cup.hp.com>:
7402 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7403 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7404 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7405 IA64.
7406 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7407 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7408 soname_spec, sys_lib_search_path_spec): Ditto.
7409
e82380cc
JT
74102002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7411
7412 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7413 target-libiberty, and target-libgloss. Skip Java-related
7414 libraries if not supported for NetBSD on target CPU.
7415
1319fb9c
NC
74162002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7417
7418 * configure.in: Import StrongARM and XScale target_configdirs from
7419 FSF GCC version.
7420
b020f6ac
L
74212002-01-16 H.J. Lu (hjl@gnu.org)
7422
7423 * config.guess: Import from master sources, rev 1.225.
7424 * config.sub: Import from master sources, rev 1.238.
7425
7426 * MAINTAINERS: Updated notes on config.guess and config.sub.
7427
a0c1c920
NC
74282002-01-11 Steve Ellcey <sje@cup.hp.com>
7429
7430 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7431 ld and gdb are not supported.
7432
a9fa5e1f
JJ
74332002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7434
7435 * Change reference to Cygnus Solutions to be Red Hat.
7436
94077108
JJ
74372002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7438
7439 * COPYING.NEWLIB: Update generic copyright date.
7440
05ecd75c
MS
74412002-01-07 Mark Salter <msalter@redhat.com>
7442
7443 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7444 Allow target-libgloss to be built for arm, strongarm, and xscale.
7445
a106bb62
BE
74462002-01-03 Ben Elliston <bje@redhat.com>
7447
7448 * MAINTAINERS: Update URL for config.* scripts.
7449
0e254642
AM
74502001-12-18 Alan Modra <amodra@bigpond.net.au>
7451
7452 * config.sub: Import latest version.
7453 * config.guess: Likewise.
7454
0a0d0041
TF
74552001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7456
7457 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7458 options for i[3456]86-pc-linux* native builds.
7459
d932cae7
NC
74602001-12-05 Laurent Guerby <guerby@acm.org>
7461
7462 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7463 libiberty.
d932cae7
NC
7464
7465 Import this patch from gcc:
5481b376 7466
d932cae7
NC
7467 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7468
7469 * symlink-tree: handle DOS-style absolute paths.
7470
49b7683b
DD
74712001-11-28 DJ Delorie <dj@redhat.com>
7472 Zack Weinberg <zack@codesourcery.com>
7473
7474 When build != host, create libiberty for the build machine.
7475
7476 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7477 CONFIG_ARGUMENTS.
7478 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7479 New variables.
7480 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7481 and rules.
7482 (all.normal): Depend on ALL_BUILD_MODULES.
7483 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7484 (all-build-libiberty): Depend on configure-build-libiberty.
7485
7486 * configure: Calculate and substitute proper value for
7487 ALL_BUILD_MODULES.
7488 * configure.in: Create the build subdirectory.
7489 Calculate and substitute TARGET_CONFIGARGS (formerly
7490 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7491
26ef82f4
GK
74922001-11-26 Geoffrey Keating <geoffk@redhat.com>
7493
7494 * config.sub: Update to version 1.232 on subversion.
7495
43e64072
NC
74962001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7497
7498 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7499 files from .po files for a distribution.
7500
66f6c0d5
HPN
75012001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7502
7503 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7504
4a02fdb2
JH
75052001-11-13 Jeff Holcomb <jeffh@redhat.com>
7506
7507 Merged from net gcc:
7508 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7509 * ltcf-c.sh: Use $objext, not $ac_objext.
7510 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7511 * ltcf-cxx.sh: Add support for GNU.
7512 2001-07-22 Timothy Wall <twall@redhat.com>
7513 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7514 default settings if using GNU tools with that configuration.
7515 * ltcf-cxx.sh: Ditto.
7516 * ltcf-gcj.sh: Ditto.
7517 2001-07-21 Michael Chastain <chastain@redhat.com>
7518 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7519 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7520 * ltmain.sh: Mark as gcc-local.
7521
227b9953
JH
75222001-11-13 Jeff Holcomb <jeffh@redhat.com>
7523
7524 * Makefile.in (all-bison): Revert 2001-10-24.
7525 Don't depend on texinfo.
7526
cbbab8fb
JJ
75272001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7528
80413487 7529 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7530
922b2485
DD
75312001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7532
7533 * configure.in (--enable-languages): Be more permissive about
7534 syntax. Check for empty lists better. Warn about $LANGUAGES.
7535
f08fa01d
HPN
75362001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7537
7538 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7539
fee3da4e
JH
75402001-10-24 Jeff Holcomb <jeffh@redhat.com>
7541
7542 Makefile.in (all-bison): Don't depend on texinfo.
7543
73fb1ef9
AM
75442001-10-03 Alan Modra <amodra@bigpond.net.au>
7545
7546 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7547
373688ac
AO
75482001-09-29 Alexandre Oliva <aoliva@redhat.com>
7549
7550 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7551
9c07660b
HPN
75522001-09-28 Hans-Peter Nilsson <hp@axis.com>
7553
7554 * config.sub, config.guess: Import latest from subversions.
7555
3f152009
AO
75562001-09-21 Alexandre Oliva <aoliva@redhat.com>
7557
7558 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7559 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7560 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7561 avoid quotes nesting problems.
7562 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7563 (DO_X): Export only variables that are set.
7564
8f6a59e5
BE
75652001-09-19 Ben Elliston <bje@redhat.com>
7566
7567 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7568 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7569 semantics. Use the shell built-in "type" command instead.
7570
a1ec19fa
TS
75712001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7572
7573 * config.sub: Reverted the earlier change, this version is not the
7574 master file.
7575
4008bd9b
TS
75762001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7577
7578 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7579 Add support for mips64.
7580
dd1e52a4
JH
75812001-09-03 Jeff Holcomb <jeffh@redhat.com>
7582
7583 * configure.in: Enable libstdc++-v3 for h8300 targets.
7584
91549d1c
EC
75852001-08-30 Eric Christopher <echristo@redhat.com>
7586 Jason Eckhardt <jle@redhat.com>
7587
7588 * config.sub: Add support for mipsisa32.
7589
cf966cf9
EC
75902001-08-30 Eric Christopher <echristo@redhat.com>
7591
7592 * config.sub, config.guess: Import latest from subversions.
7593
82208dc5
AM
75942001-08-20 Alan Modra <amodra@bigpond.net.au>
7595
7596 * config.sub, config.guess: Import latest from subversions.
7597
4dca8403
DD
75982001-07-26 DJ Delorie <dj@redhat.com>
7599
7600 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7601
1107dce2
AM
76022001-06-19 Alan Modra <amodra@bigpond.net.au>
7603
7604 * Makefile.in: Revert 2001-06-17.
7605 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7606
e09a6604
L
76072001-06-17 H.J. Lu <hjl@gnu.org>
7608
7609 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7610 (gas+binutils.tar.bz2): Likewise.
7611 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7612
31a8b634
AC
7613Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7614
7615 * Makefile.in (VER): When present, extract the version number from
5481b376 7616 the file version.in.
31a8b634 7617
dc70af01
AO
76182001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7619
7620 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7621 gcc/xgcc is built, use -print-prog-name to find out the program
7622 name to use.
7623
839bbd8c
AO
76242001-06-04 Mark Mitchell <mark@codesourcery.com>
7625
7626 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7627 with_gcc]: Use `gcc -shared' to build a shared library.
7628
566e9a30
AO
76292001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7630
7631 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7632 archives.
7633
e877bb69
AO
76342001-05-28 Simon Patarin <simon.patarin@inria.fr>
7635
7636 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7637 libraries when using g++ with native linker.
7638
1605288b
AO
76392001-05-28 Alexandre Oliva <aoliva@redhat.com>
7640
7641 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7642
11a383ba
TR
76432001-05-24 Tom Rix <trix@redhat.com>
7644
7645 * configure.in : enable ld for aix
cf966cf9 7646
18611226
AO
76472001-05-22 Alexandre Oliva <aoliva@redhat.com>
7648
7649 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7650 [aix4*|aix5*]: Prepend blank.
7651
6be7c12c
AO
76522001-05-20 Alexandre Oliva <aoliva@redhat.com>
7653
7654 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7655 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7656 of subdir/configure scripts to use the new libtool.m4.
7657
4ed00bba
L
76582001-05-14 H.J. Lu <hjl@gnu.org>
7659
7660 * config.if (libc_interface): Set to -libc6.2- for cross
7661 compiling to Linux/glibc 2.2.
7662
b1af961c
AO
76632001-05-03 Alexandre Oliva <aoliva@redhat.com>
7664
7665 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7666 libgcj.
7667
5ec3e74e
AO
76682001-04-26 Alexandre Oliva <aoliva@redhat.com>
7669
7670 * configure.in (noconfigdirs): Don't reset it from scratch in the
7671 target case; only append to it.
7672
b3ed1d6b
AO
76732001-04-26 Alexandre Oliva <aoliva@redhat.com>
7674
7675 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7676 sparc-*-solaris2.8]: Disable ${libgcj}.
7677
96111c10
AO
76782001-04-25 Alexandre Oliva <aoliva@redhat.com>
7679
7680 * configure.in (libgcj_saved): Copy from $libgcj.
7681 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7682 --disable-libgcj.
7683
b5bf43f2
AO
76842001-04-20 Alexandre Oliva <aoliva@redhat.com>
7685
7686 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7687 1.641.2.228.
7688
8cc32590
AO
76892001-04-12 Alexandre Oliva <aoliva@redhat.com>
7690
7691 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7692 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7693
dec0cb0c
AO
76942001-04-01 Alexandre Oliva <aoliva@redhat.com>
7695
7696 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7697 New macros.
7698 (bootstrap, cross): Use RECURSE_FLAGS.
7699 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7700
6a9c3886
AO
77012001-03-27 Alexandre Oliva <aoliva@redhat.com>
7702
7703 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7704
d4fc7db8
NC
77052001-03-23 Nick Clifton <nickc@redhat.com>
7706
7707 * README-maintainer-mode: Add note about inability to use "make
7708 distclean" in maintainer mode.
7709
7389ff65
AO
77102001-03-22 Alexandre Oliva <aoliva@redhat.com>
7711
7712 Re-installed:
7713 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7714 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7715 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7716 * ltcf-cxx.sh: Likewise.
7717 * ltcf-gcj.sh: Likewise.
7718
b3e0dc8e
PB
77192001-03-22 Philip Blundell <philb@gnu.org>
7720
7721 * config.sub, config.guess: Import latest from subversions.
7722
469b781c
AO
77232001-03-22 Alexandre Oliva <aoliva@redhat.com>
7724
7725 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7726 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7727
b0dad762
MC
77282001-03-20 Michael Chastain <chastain@redhat.com>
7729
7730 * Makefile.in: all-m4 depends on all-texinfo.
7731
c559bb17
AO
77322001-03-08 Alexandre Oliva <aoliva@redhat.com>
7733
7734 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7735
fef4ae2e
JJ
77362001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7737
7738 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7739 longer valid.
7740
8d6dd99d
NC
77412001-02-16 Nick Clifton <nickc@redhat.com>
7742
7743 * configure.in (noconfigdirs): Allow configuration of texinfo
7744 for Cygwin hosts.
7745
a85d7ed0
NC
77462001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7747
7748 * config.guess: Add linux target for S/390.
7749 * config.sub: Likewise.
7750 * configure.in: Likewise.
7751
51221c5e
DD
77522001-02-06 Ben Elliston <bje@redhat.com>
7753
7754 * configure: Output host type to stdout, not stderr.
7755
9dec4c71
MS
77562001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7757
7758 * config.guess: Import from subversions.gnu.org (revision 1.181).
7759 * config.sub: Import from subversions.gnu.org (revision 1.199).
7760
9add9c04
AM
77612001-01-30 Alan Modra <alan@linuxcare.com.au>
7762
7763 * config.guess: Handle hppa64-linux systems.
7764
8679174d
MS
77652001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7766
7767 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7768 Don't unset, it's non-portable and no longer necessary, set to empty
7769 instead.
7770
02d01ed4
MS
77712001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7772
7773 * ltconfig: Shell portability fix for the tagname validity check.
7774
4cc5853d
MS
77752001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7776
7777 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7778
7487e485
AO
77792001-01-27 Alexandre Oliva <aoliva@redhat.com>
7780
7781 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7782 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7783
f332af52
AO
77842001-01-24 Alexandre Oliva <aoliva@redhat.com>
7785
7786 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7787 keep at least one of build_libtool_libs or build_old_libs set to
7788 yes.
7789
ef099754
AO
77902001-01-24 Alexandre Oliva <aoliva@redhat.com>
7791
7792 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7793 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7794
8341f2fc 77952000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7796
8341f2fc
AJ
7797 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7798
77992000-11-03 Philip Blundell <pb@futuretv.com>
7800
7801 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7802 files.
ebf0fa2e 7803
c320a39f
JJ
78042001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7805
7806 * COPYING.NEWLIB: Put into source repository.
7807
8817b92e
BE
78082001-01-15 Ben Elliston <bje@redhat.com>
7809
7810 * configure.in (host_tools): Add sid.
7811 Always configure cgen.
7812 * Makefile.in (all-sid): New target.
7813 (check-sid, clean-sid, install-sid): Likewise.
7814
35590697
AJ
78152001-01-07 Andreas Jaeger <aj@suse.de>
7816
80413487 7817 * config.sub, config.guess: Update from subversions.
35590697 7818
6ee6cea6
AO
78192000-12-12 Alexandre Oliva <aoliva@redhat.com>
7820
7821 * configure.in: Disable language-specific target libraries for
7822 languages that aren't enabled.
7823
077b8428
NC
78242000-11-24 Nick Clifton <nickc@redhat.com>
7825
7826 * configure.in (xscale-elf): Add target.
7827 (xscale-coff): Add target.
7828 (c4x, c5x, tic54x): Move after ARM targets.
7829
9e28a1ed
AO
78302000-11-23 Alexandre Oliva <aoliva@redhat.com>
7831
7832 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7833
be98a80a
ILT
78342000-11-20 Ian Lance Taylor <ian@zembu.com>
7835
7836 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7837
5cec67bf
AO
78382000-11-18 Alexandre Oliva <aoliva@redhat.com>
7839
7840 * Makefile.in: Merge with GCC and libgcj.
7841 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7842 configure-target-<library> when their configure scripts need the C
7843 or C++ library to have already been built to work properly.
7844 (do_proto_toplev): Set them to an empty string.
7845
d932cae7 78462000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7847
7848 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7849 (REALLY_SET_LIB_PATH): Use them.
7850
d932cae7 78512000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7852
7853 * config.sub: Add support for Sun Chorus
7854
8602ff0c
NC
78552000-11-02 Per Lundberg <plundis@chaosdev.org>
7856
7857 * config.sub: Add support for the *-storm-chaos OS.
7858
f9e0997d
NC
78592000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7860
80413487
RH
7861 * configure.in (noconfigdirs): Don't compile some
7862 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7863
d64552c5
AO
78642000-09-30 Alexandre Oliva <aoliva@redhat.com>
7865
7866 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7867 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7868 all affected `configure' scripts.
7869
97f60b31
AO
78702000-09-25 Alexandre Oliva <aoliva@redhat.com>
7871
7872 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7873 ltcf-c.sh.
7874
6e8dd58f
PB
78752000-09-12 Philip Blundell <philb@gnu.org>
7876
7877 * config.sub, config.guess: Update from subversions.
7878
103a2e99
AO
78792000-09-06 Alexandre Oliva <aoliva@redhat.com>
7880
51601921
AO
7881 * Makefile.in (all-zlib): Added dummy target.
7882
103a2e99
AO
7883 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7884 multi-language branch.
7885
2809b4b9
AO
78862000-09-05 Alexandre Oliva <aoliva@redhat.com>
7887
7888 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7889 (bootstrap*): Depend on all-bootstrap.
7890
7450026c
AO
78912000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7892
7893 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7894 crosses, but add gcc/include to the header search path for them.
7895
6cf86f7f
AO
78962000-08-31 Alexandre Oliva <aoliva@redhat.com>
7897
7898 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7899 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7900 * gettext.m4: New file, extracted from aclocal.m4.
7901
ce2ea6e3
AO
79022000-08-22 Alexandre Oliva <aoliva@redhat.com>
7903
7904 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7905 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7906 sub-configures.
7907
9765193e
DE
79082000-08-20 Doug Evans <dje@casey.transmeta.com>
7909
7910 * Makefile.in (ALL_MODULES): Add all-cgen.
7911 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7912 (all-cgen): New target.
7913 (all-opcodes,all-sim): Depend on all-cgen.
7914 * configure.in (host_tools): Add cgen.
7915 Only configure cgen if --enable-cgen-maint.
7916
d7b32520
AO
79172000-08-17 Alexandre Oliva <aoliva@redhat.com>
7918
7919 * config-ml.in (CC, CXX): Don't introduce a leading space.
7920
e52ef561
AO
79212000-08-16 Alexandre Oliva <aoliva@redhat.com>
7922
7923 * configure.in (libstdcxx_flags): Use
7924 libstdc++-v3/src/libstdc++.INC.
7925
88f9c2a0
AO
79262000-08-15 Alexandre Oliva <aoliva@redhat.com>
7927
7928 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7929
98fbe43f
JM
79302000-08-11 Jason Merrill <jason@redhat.com>
7931
7932 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7933 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7934 (FLAGS_FOR_TARGET): Not here.
7935 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7936
279ddab4
DD
79372000-08-07 DJ Delorie <dj@redhat.com>
7938
7939 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7940 "if we're also building gcc, and it's a gcc that will run on the
7941 build machine, we want to use its includes instead of the system's
7942 default includes".
7943
60523a83
AO
79442000-08-03 Alexandre Oliva <aoliva@redhat.com>
7945
24ffec7a
AO
7946 * configure.in (libstdcxx_flags): Don't use `"'.
7947
60523a83
AO
7948 * config-ml.in: Adjust multilib search paths to the
7949 appropriate multilib tree.
7950
daf644b5
AO
79512000-08-02 Alexandre Oliva <aoliva@redhat.com>
7952
7953 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7954 commas in $LANGUAGES.
7955
63266560
DD
79562000-08-01 Alexandre Oliva <aoliva@redhat.com>
7957
7958 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7959
79602000-07-31 Alexandre Oliva <aoliva@redhat.com>
7961
7962 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7963 CXX_FOR_TARGET for sed.
7964
79652000-07-30 Alexandre Oliva <aoliva@redhat.com>
7966
7967 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7968 Do not override if already set in the environment or in configure.
7969 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7970 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7971
9e449d3e
AO
79722000-07-27 Alexandre Oliva <aoliva@redhat.com>
7973
7974 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7975 (GCC_FOR_TARGET): Use it.
7976 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7977 * configure.in: ... here.
7978 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7979 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7980
8bbd92e0
AO
79812000-07-24 Alexandre Oliva <aoliva@redhat.com>
7982
fd1f87b2
AO
7983 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7984 (configure-target-libchill, configure-target-libobjc): Likewise.
7985
8bbd92e0
AO
7986 * configure.in: Use the same cache file for all target libs.
7987 * config-ml.in: But different cache files per multilib variant.
7988
25c6c112
JL
79892000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7990
7991 * configure (topsrcdir): Don't use dirname.
7992
ba73c63f
JM
79932000-07-20 Jason Merrill <jason@redhat.com>
7994
7995 * configure.in: Remove all references to libg++ and librx.
7996
7997 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7998
1af08294
HPN
79992000-07-20 Hans-Peter Nilsson <hp@axis.com>
8000
8001 * config.sub: Update to subversions version 2000-07-06.
8002
ba73c63f
JM
80032000-07-12 Andrew Haley <aph@cygnus.com>
8004
8005 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8006 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8007
80082000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8009
8010 * symlink-tree: Check number of arguments.
8011
d932cae7 80122000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8013
8014 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8015
ba73c63f
JM
80162000-07-05 Jim Wilson <wilson@cygnus.com>
8017
8018 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8019 search path for a g++ extracted from the build tree. This
8020 will allow link tests run by configure scripts in
8021 subdirectories to succeed.
8022
92ee2f86
UC
80232000-07-01 Koundinya K <kk@ddeorg.soft.net>
8024
80413487 8025 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8026
23f2f29f
CV
80272000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8028
8029 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8030 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8031
f04f5a67
TW
80322000-06-19 Timothy Wall <twall@cygnus.com>
8033
8034 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8035 * config.sub: Add tic54x target.
8036
11da68be
NC
80372000-06-07 Phillip Thomas <pthomas@suse.de>
8038
8039 * README-maintainer-mode: New file: Contains notes on using
8040 --enable-maintainer-mode with binutils.
8041
d932cae7 80422000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8043
8044 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8045
d932cae7 80462000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8047
8048 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8049 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8050
9442cea3
L
805120000-05-21 H.J. Lu (hjl@gnu.org)
8052
80413487
RH
8053 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8054 directory are used if they exist. Make sure
8055 $(build_tooldir)/include is searched for header files,
8056 $(build_tooldir)/lib/ for library files.
9442cea3 8057 (GCC_FOR_TARGET): Likewise.
80413487 8058 (CXX_FOR_TARGET): Likewise.
9442cea3 8059
d932cae7 80602000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8061
8062 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8063
d932cae7 80642000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8065
8066 * Makefile.in (configure-target-libiberty): Depend on
8067 configure-target-newlib.
8068
ba73c63f
JM
80692000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8070
8071 * configure.in, Makefile.in: Merge all libffi-related
8072 configury stuff from the libgcj tree.
8073
d932cae7 80742000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8075
8076 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8077 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8078
d932cae7 80792000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8080
8081 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8082 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8083 current version information. Add to proto-toplev directory.
b5a23627
AC
8084 (gdb-taz): Build do-djunpack.
8085
ba73c63f
JM
80862000-05-15 David Edelsohn <edelsohn@gnu.org>
8087
8088 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8089
7c86ed39
L
80902000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8091
8092 * ltmain.sh: Preserve in relink_command any environment
8093 variables that may affect the linker behavior.
8094
d932cae7 80952000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8096
8097 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8098
d932cae7 80992000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8100
8101 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8102
ed0a91a5
EZ
81032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8104
8105 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8106 with the version name.
ed0a91a5 8107
ba73c63f 81082000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8109
ba73c63f 8110 * config.if: Tweak.
6cafa39f 8111
ba73c63f 81122000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8113
ba73c63f 8114 * djunpack.bat: New file.
66156876 8115
d932cae7 81162000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8117
8118 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8119 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8120 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8121 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8122
ba73c63f
JM
81232000-04-16 Dave Pitts <dpitts@cozx.com>
8124
80413487
RH
8125 * config.sub (case $basic_machine): Change default for "ibm-*"
8126 to "openedition".
ba73c63f 8127
d932cae7 81282000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8129
8130 * Makefile.in (gdb-taz): New target. GDB specific archive.
8131 (do-md5sum): New target.
8132 (MD5PROG): Define.
8133 (PACKAGE): Default to TOOL.
8134 (VER): Default to a shell script.
8135 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8136 md5 checksum generation.
b35ece4e
AC
8137 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8138 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8139 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8140 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8141
d932cae7 81422000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8143
8144 * configure (warn_cflags): Delete.
8145
ba73c63f 81462000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8147 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8148
80413487
RH
8149 * configure.in (enable_libstdcxx_v3): Add.
8150 (target_libs): Add bits here to switch between libstdc++-v2 and
8151 libstdc++-v3.
8152 * config.if: And this file too.
8153 * Makefile.in: Add libstdc++-v3 targets.
35590697 8154
ba73c63f
JM
81552000-04-05 Michael Meissner <meissner@redhat.com>
8156
8157 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8158
d332c5ac
JM
81592000-03-29 Jason Merrill <jason@casey.cygnus.com>
8160
8161 * configure.in: -linux-gnu*, not -linux-gnu.
8162
d932cae7 81632000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8164
8165 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8166 (do-tar-bz2): Replace TOOL with PACKAGE.
8167 (gdb.tar.bz2): Remove GDBTK from GDB package.
8168 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8169 dejagnu.tar.bz2): New packages.
6dcbc97b 8170
96ce09a7
ILT
81712000-02-27 Andreas Jaeger <aj@suse.de>
8172
8173 * configure.in: Add entry for mips*-*-linux*, move catch all
8174 *-*-*linux* entry below this one.
8175
2031769e
ILT
81762000-02-27 Ian Lance Taylor <ian@zembu.com>
8177
8178 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8179
4bab746c
NC
81802000-02-24 Nick Clifton <nickc@cygnus.com>
8181
8182 * config.sub: Support an OS of "wince".
8183
d932cae7 81842000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8185
8186 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8187 version.
ada59422 8188
5b93d8bb
AM
81892000-02-23 Linas Vepstas <linas@linas.org>
8190
8191 * config.sub: Add support for Linux/IBM 370.
8192 * configure.in: Likewise.
8193
2fb651f6
NC
81942000-02-22 Nick Clifton <nickc@cygnus.com>
8195
8196 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8197
b8441c25
CF
81982000-02-20 Christopher Faylor <cgf@cygnus.com>
8199
8200 * config.guess: Guess "cygwin" rather than "cygwin32".
8201
d332c5ac
JM
82022000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8203
8204 * configure (gcc_version): When setting, narrow search to
8205 lines containing `version_string'.
8206
ba73c63f
JM
82072000-02-15 Denis Chertykov <denisc@overta.ru>
8208
8209 * config.sub: Add support for avr target.
8210
d932cae7 82112000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8212
8213 * config.sub: Add mmix-knuth-mmixware.
8214
82152000-01-27 Christopher Faylor <cgf@redhat.com>
8216
8217 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8218 structure stuff to -L library search.
8219 (CXX_FOR_TARGET): Ditto.
8220 (CROSS_CHECK_MODULES): Fix spelling mistake.
8221
82222000-01-24 Mark Mitchell <mark@codesourcery.com>
8223
8224 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8225 the C++ compiler.
8226
82272000-01-12 Richard Henderson <rth@cygnus.com>
8228
8229 * configure.in: Don't build some bits for beos.
8230
82312000-01-12 Joel Sherrill (joel@OARcorp.com)
8232
8233 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8234 as include files.
8235
91b2c84d
GK
82362000-01-06 Geoff Keating <geoffk@cygnus.com>
8237
8238 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8239 not mh-aix43.
8240
ba73c63f
JM
82411999-12-14 Richard Henderson <rth@cygnus.com>
8242
8243 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8244 * config.sub: Accept alphaev[78], alphaev8.
8245
82461999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8247
8248 * config.guess, config.sub: Update from autoconf.
8249
8250Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8251
8252 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8253 necessary libraries are missing.
8254
82551999-10-25 Andreas Schwab <schwab@suse.de>
8256
8257 * configure: Fix quoting inside arguments of eval.
8258
82591999-10-21 Nick Clifton <nickc@cygnus.com>
8260
8261 * config-ml.in: Allow suppression of some ARM multilibs.
8262
8263Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8264
8265 * config.guess: Add OS/390 match pattern.
8266 * config.sub: Add mvs, openedition targets.
8267 * configure.in (i370-ibm-opened*): New.
8268
ef14edc4
ILT
82691999-09-04 Steve Chamberlain <sac@pobox.com>
8270
8271 * config.sub: Add support for configuring for pj.
8272
afb478e8
NC
82731999-08-31 Nick Clifton <nickc@cygnus.com>
8274
fd6848f6 8275 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8276
ba73c63f 82771999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8278
8279 * configure.in: Do not configure or build ld for AIX
8280 platforms. ld is known to be broken on these platforms.
8281
ba73c63f
JM
8282Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8283
8284 * config-ml.in: Pass compiler flag corresponding to multidirs to
8285 subdir configures.
8286
c363de44
ILT
82871999-08-09 Ian Lance Taylor <ian@zembu.com>
8288
8289 * Makefile.in (LDFLAGS): Define.
8290
dc8bc5a6
ILT
82911999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8292
8293 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8294 noconfigdirs.
8295 (*-*-cygwin*): Likewise.
8296
6ca3858e
ILT
82971999-08-08 Ian Lance Taylor <ian@zembu.com>
8298
71141bb6
ILT
8299 * mkdep: New file.
8300 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8301 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8302
6ca3858e
ILT
8303 From Eli Zaretskii <eliz@is.elta.co.il>:
8304 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8305 long file name when using DJGPP on MS-DOS.
8306
ba73c63f
JM
8307Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8308
8309 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8310
2735a327
AM
83111999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8312
8313 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8314 dependency as this causes "make check" to globally "make all"
8315
ba73c63f
JM
8316Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8317
8318 * configure.in (target_libs): Added target-zlib.
8319 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8320 (CONFIGURE_TARGET_MODULES): Likewise.
8321 (CHECK_TARGET_MODULES): Likewise.
8322 (INSTALL_TARGET_MODULES): Likewise.
8323 (CLEAN_TARGET_MODULES): Likewise.
8324 (configure-target-zlib): New target.
8325 (all-target-zlib): Likewise.
8326 (all-target-libjava): Depend on all-target-zlib.
8327 (configure-target-libjava): Depend on configure-target-zlib.
8328
8329 * Makefile.in (configure-target-libjava): Depend on
8330 configure-target-newlib.
8331 (configure-target-boehm-gc): New target.
8332 (configure-target-qthreads): New target.
8333
80413487
RH
8334 * configure.in (target_libs): Added target-qthreads.
8335 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8336 (CONFIGURE_TARGET_MODULES): Likewise.
8337 (CHECK_TARGET_MODULES): Likewise.
8338 (INSTALL_TARGET_MODULES): Likewise.
8339 (CLEAN_TARGET_MODULES): Likewise.
8340 (all-target-qthreads): New target.
8341 (configure-target-libjava): Depend on configure-target-qthreads.
8342 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8343
8344 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8345 (CONFIGURE_TARGET_MODULES): Likewise.
8346 (CHECK_TARGET_MODULES): Likewise.
8347 (INSTALL_TARGET_MODULES): Likewise.
8348 (CLEAN_TARGET_MODULES): Likewise.
8349 (all-target-libjava): New target.
8350 (all-target-boehm-gc): Likewise.
8351 * configure.in (target_libs): Added libjava, boehm-gc.
8352
08d836d6
ILT
83531999-07-22 Ian Lance Taylor <ian@zembu.com>
8354
8355 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8356 configure.bat in SUPPORT_FILES.
8357 (gas+binutils.tar.bz2): Likewise.
8358
8359 * makeall.bat: Remove; obsolete.
8360
8f36e47c
ILT
83611999-07-21 Ian Lance Taylor <ian@zembu.com>
8362
8363 From Mark Elbrecht:
8364 * configure.bat: Remove; obsolete.
8365
56e82f25
ILT
83661999-07-11 Ian Lance Taylor <ian@zembu.com>
8367
8368 * configure: Add -W -Wall to the default CFLAGS when compiling with
8369 gcc.
8370
1001d816
JL
8371Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8372
8373 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8374
106117aa
MM
83751999-06-30 Mark Mitchell <mark@codesourcery.com>
8376
8377 * configure.in: Build ld on IRIX6.
8378
c376f4ed
ILT
83791999-06-12 Ian Lance Taylor <ian@zembu.com>
8380
8381 * Makefile.in: Change distribution targets to use bzip2 instead of
8382 gzip.
8383 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8384 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8385
306b7445
NC
83861999-06-04 Nick Clifton <nickc@cygnus.com>
8387
8388 * config.sub: Add mcore target.
8389
d932cae7 83901999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8391
8392 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8393
d932cae7 83941999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8395
8396 * config.guess (dummy): Changed to $dummy.
8397
6c3175b0
NC
83981999-05-24 Nick Clifton <nickc@cygnus.com>
8399
ba73c63f
JM
8400 * config.sub: Tidied up case statements.
8401
84021999-05-22 Ben Elliston <bje@cygnus.com>
8403
8404 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8405 <jiro@din.or.jp>.
8406
8407 * config.guess: Merge with FSF version. Future changes will be
8408 more accurately recorded in this ChangeLog.
8409 * config.sub: Likewise.
8410
d932cae7 84111999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8412
8413 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8414
252b5132
RH
84151999-04-30 Tom Tromey <tromey@cygnus.com>
8416
8417 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8418
84191999-04-23 Tom Tromey <tromey@cygnus.com>
8420
8421 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8422
84231999-04-20 Drew Moseley <dmoseley@cygnus.com>
8424
8425 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8426 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8427 Bad merge removed these two changes.
8428
ba73c63f 8429Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8430 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8431
8432 * config.guess (interix Alpha): Add.
8433
252b5132
RH
84341999-04-11 Richard Henderson <rth@cygnus.com>
8435
8436 * configure.in (i?86-*-beos*): Do config gperf; don't config
8437 gdb, newlib, or libgloss.
8438
d932cae7 84391999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8440
ba73c63f
JM
8441 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8442 link a trivial program with -mabi=64. If it fails, remove mabi=64
8443 from multidirs.
8444
d932cae7 84451999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8446
8447 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8448
252b5132
RH
84491999-04-08 Nick Clifton <nickc@cygnus.com>
8450
8451 * config.sub: Add support for mcore targets.
8452
84531999-04-07 Michael Meissner <meissner@cygnus.com>
8454
8455 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8456 not mt-ospace, in order to shut up assembler warning about using
8457 symbols that are named the same as registers.
8458
84591999-04-07 Drew Moseley <dmoseley@cygnus.com>
8460
8461 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8462 dependency list for all-target-cygmon.
8463
84641999-04-05 Doug Evans <devans@casey.cygnus.com>
8465
8466 * config-ml.in: Check $host, not $target, for selective multilibs.
8467 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8468 thumb interworking, and underscore prefix multilibs.
8469
84701999-04-04 Ian Lance Taylor <ian@zembu.com>
8471
8472 * missing: Update to version from current automake.
8473
8474Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8475
8476 * configure (gxx_include_dir): Removed.
8477
8478 * configure.in (gxx_include_dir): Handle it.
8479 * Makefile.in: Likewise.
8480
84811999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8482
8483 * config.sub (mips64vr4111,mips64vr4111el) Add.
8484
84851999-03-21 Ben Elliston <bje@cygnus.com>
8486
80413487 8487 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8488
8489Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8490
252b5132
RH
8491 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8492 config/mh-djgpp.
8493
8494Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8495
8496 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8497 all-target-newlib to dependency list for all-target-bsp.
8498
8499Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8500
8501 * config.sub: Add i386-uwin support.
8502 * config.guess: Likewise.
8503
8504Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8505
8506 * configure.in: cleanup, add mh-*pic handling for arm, special
8507 case powerpc*-*-aix*
8508
8509Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8510
8511 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8512 can be built.
8513
8514Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8515
8516 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8517 targets.
252b5132
RH
8518
85191999-03-02 Nick Clifton <nickc@cygnus.com>
8520
8521 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8522
d932cae7 85231999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8524
8525 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8526
85271999-02-24 Nick Clifton <nickc@cygnus.com>
8528
8529 * config.sub: Fix typo in arm recognition.
8530
d932cae7 85311999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8532
8533 * configure.in (noconfigdirs): Changed target_configdirs to
8534 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8535 rather than m68k-*-* since it is not known to work on
8536 m68k-aout. Ditto for arm-*-*oabi.
8537
d932cae7 85381999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8539
8540 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8541
85421999-02-19 Ben Elliston <bje@cygnus.com>
8543
8544 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8545 Smart and improved by Andrew Cagney.
8546
d932cae7 85471999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8548
8549 * config.guess: Recognize openbsd-*-hppa.
8550
d932cae7 85511999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8552
8553 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8554 only if it is not empty.
8555
85561999-02-17 Nick Clifton <nickc@cygnus.com>
8557
8558 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8559
fd6848f6 8560 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8561
8562 * config.sub: Modified to recognize uname's armv* syntax.
8563
85641999-02-17 Mark Salter <msalter@cygnus.com>
8565
8566 * configure.in: Added target-bsp for sparclite.
8567
d932cae7 85681999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8569
8570 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8571
85721999-02-08 Nick Clifton <nickc@cygnus.com>
8573
8574 * configure.in: Add support for strongarm port.
8575 * config.sub: Add support for strongarm target.
8576
d932cae7 85771999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8578
252b5132
RH
8579 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8580 the old name config/mh-cygwin32.
8581 Enable texinfo.
8582
d932cae7 85831999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8584
8585 * configure.in: Do build ld for ix86 Solaris.
8586
d932cae7 85871999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8588
8589 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8590 $AR_FOR_TARGET. Likewise for RANLIB.
8591
d932cae7 85921999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8593
80413487
RH
8594 * config.sub (oabi): Recognize.
8595 * configure.in (arm-*-oabi): Handle.
252b5132 8596
d932cae7 85971999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8598
8599 * config.guess: Improve detection of i686 on UnixWare 7.
8600
d932cae7 86011999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8602
8603 * config.guess: Add support for i386-pc-interix.
8604 * config.sub: Likewise.
8605 * configure.in: Likewise.
252b5132 8606
d932cae7 86071999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8608
8609 * Makefile.in: Remove unneeded all-target-libio from
8610 from all-target-winsup target since it is now unneeded.
8611 Add all-target-libtermcap in its place since it is now
8612 needed.
8613
d932cae7 86141998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8615
8616 * configure.in: makefile stub for cygwin target is probably
8617 unnecessary. Remove it for now.
252b5132 8618
d932cae7 86191998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8620
8621 * configure.in: libtermcap.a should be built when cygwin is the
8622 target as well as the host.
8623 * config.guess: Allow mixed case in cygwin uname output.
8624 * Makefile.in: Add libtermcap target.
252b5132 8625
d932cae7 86261998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8627
8628 * config.sub: Clean up handling of hppa2.0.
8629
d932cae7 86301998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8631
8632 * config.guess: Use C code to identify more HP machines.
8633
8634Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8635
8636 * config.sub: Handle hppa2.0.
8637
ba73c63f
JM
8638Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8639
8640 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8641 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8642
86431998-12-15 Mark Salter <msalter@cygnus.com>
8644
8645 * configure.in: Added target-bsp for several target architectures.
8646
8647 * Makefile.in: Added rules for bsp.
8648
252b5132
RH
8649Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8650
8651 * config.guess: Improve detection of hppa2.0 processors.
8652
8653Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8654
8655 * config.guess: Recognize FreeBSD using ELF automatically.
8656
86571998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8658
8659 * configure (skip-this-dir): Add handling for new shell script, which
8660 might be created by a sub-directory's configure to indicate, this particular
8661 directory is "unwanted".
8662 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8663
252b5132
RH
8664Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8665
8666 * ltconfig: import from libtool, after changing libtool to
8667 account for the cygwin name change.
8668
8669Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8670
8671 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8672 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8673
8674Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8675
8676 * configure.in: Add libtermcap to list of cygwin dependencies.
8677
d932cae7 86781998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8679
80413487
RH
8680 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8681 they include winsup/include when it's a cygwin target.
252b5132
RH
8682
86831998-11-12 Tom Tromey <tromey@cygnus.com>
8684
8685 * configure.in (host_tools): Added zip.
8686 * Makefile.in (all-target-libjava): Depend on all-zip.
8687 (all-zip): New target.
8688 (ALL_MODULES): Added all-zip.
8689 (NATIVE_CHECK_MODULES): Added check-zip.
8690 (INSTALL_MODULES): Added install-zip.
8691 (CLEAN_MODULES): Added clean-zip.
8692
d932cae7 86931998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8694
8695 * Makefile.in: lose "32" from comment about cygwin.
8696
d932cae7 86971998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8698
8699 * configure.in: Use -Os to build target libraries for the fr30.
8700
d932cae7 87011998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8702
8703 * config.sub: Add fr30.
8704
d932cae7 87051998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8706
80413487 8707 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8708 cygwin* instead of cygwin32*.
8709 * config.sub: Check cygwin* instead of cygwin32*.
8710
d932cae7 87111998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8712
8713 * config.guess: Match any version of Unixware7.
8714
252b5132
RH
87151998-10-20 Syd Polk <spolk@cygnus.com>
8716
8717 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8718 if desired.
8719
d932cae7 87201998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8721
8722 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8723 these if the appropriate directories and files to not exist.
8724
d932cae7 87251998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8726
8727 * Makefile.in (DEVO_SUPPORT): Add config.if.
8728
d932cae7 87291998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8730
8731 * configure: Add pattern to replace "build_tooldir"'s
8732 definition in the generated Makefile with "tooldir"'s
8733 actual value.
8734
252b5132
RH
8735Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8736
8737 * config.sub: Bring back lost sparcv9.
8738
ba73c63f
JM
8739 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8740
8741Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8742
8743 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8744 CC_FOR_TARGET and friends.
8745
8746Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8747
ba73c63f
JM
8748 * Makefile.in (build_tooldir): New variable, same as tooldir.
8749 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8750 -B$(build_tooldir)/bin/.
8751 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8752
252b5132
RH
8753Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8754
8755 * config.sub: Add support for i[34567]86-pc-udk.
8756 * configure.in: Likewise.
8757
8758Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8759
8760 * Makefile.in: add bzip2 package building bits for user
8761 tools module
8762 * configure.in: ditto
8763
ba73c63f
JM
8764Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8765
8766 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8767 (ALL_TARGET_MODULES): Add all-target-libobjc.
8768 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8769 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8770 (all-target-libchill): Add dependencies.
8771 * configure.in (target_libs): Add libchill.
35590697 8772
252b5132
RH
87731998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8774
ba73c63f 8775 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8776
8777Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8778
8779 * Makefile.in (all-automake): fix dependencies.
8780
8781Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8782
8783 * configure.in: Minor cleanups for building in the $(target_alias)
8784 subdir.
8785
87861998-09-22 Jim Wilson <wilson@cygnus.com>
8787
8788 * Makefile.in (bootstrap): Set r and s before make all. Use
8789 BASE_FLAGS_TO_PASS in make all.
8790 (cross): Likewise.
8791
87921998-09-20 Mark Mitchell <mark@markmitchell.com>
8793
8794 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8795
252b5132
RH
8796Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8797
8798 * config.sub: Fix typo in last change.
8799
88001998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8801
8802 * config.sub: Add support for C4x target.
8803 * configure.in: Likewise.
8804
88051998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8806
8807 * config.sub: Recognize sparcv9 just like sparc64.
8808
8809Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8810
8811 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8812
8813Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8814
8815 * config.guess: Correctly identify Pentium II sco boxes.
8816
8817 * config.guess: Fix "tr" code. From Weiwen Liu.
8818
8819Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8820
8821 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8822 stabs.
8823
8824Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8825
8826 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8827 (ALL_TARGET_MODULES): Add all-target-libchill.
8828 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8829 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8830 (all-target-libchill): Add dependencies.
8831 * configure.in (target_libs): Add libchill.
8832
8833Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8834
8835 * config.guess: Avoid assumptions about "tr" behaves when
8836 LANG is set to something other than English.
8837
8838Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8839
8840 * configure (gxx_include_dir): Changed to
8841 '${prefix}/include/g++'-${libstdcxx_interface}.
8842
8843 * config.if: New to determine the interfaces.
8844
8845Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8846
8847 * config.guess: Detect and handle MPE/IX.
8848 * config.sub: Deal with MPE/IX.
8849
8850Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8851
8852 * configure.in: Use mh-aix43.
8853
88541998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8855
8856 * configure: Fix --without/--disable cases for gxx-include-dir.
8857
8858Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8859
8860 * mdata-sh: Imported. Needed for automake support.
8861
8862Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8863
ba73c63f 8864 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8865 "chmod og=u `find . -print`".
8866
8867Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8868
ba73c63f 8869 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8870
8871Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8872
8873 * Makefile.in: Undo previous patch.
8874
8875Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8876
8877 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8878 to here ...
8879 (install-no-fixedincludes): and here
8880 (INSTALL_MODULES): ... from here.
8881
8882Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8883
8884 * config.sub: Merge with FSF.
8885
8886 * config.guess: Merge with FSF.
8887
8888Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8889
8890 * configure (extraconfigdirs): New variable.
8891 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8892 * Makefile.in (all): Move higher in file.
8893 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8894 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8895 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8896 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8897 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8898
88991998-07-23 Brendan Kehoe <brendan@cygnus.com>
8900
8901 * Makefile.in (all-target-libjava): Depend on all-gcc and
8902 all-target-newlib.
8903 (configure-target-libjava): Depend on $(ALL_GCC).
8904
8905Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8906
8907 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8908 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8909
8910Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8911
8912 * ylwrap: Change absolute path checks to check for DOS style path
8913 names.
8914
8915 * ylwrap: Don't use a full path name if the source file is in the
8916 same directory. From hjl@lucon.org (H.J. Lu).
8917
8918 * config-ml.in: Default to being verbose, to match Feb 18 change to
8919 configure.
8920
8921Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8922
8923 Brought over from egcs:
8924
8925 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8926
8927 * configure.in (target_subdir): Set to ${target_alias} instead
8928 of "libraries".
8929
8930 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8931
8932 * configure.in (target_subdir): Set to libraries if enable_multilib.
8933
8934Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8935
8936 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8937 multilibs, force reconfiguration the first time we create
8938 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8939
8940Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8941
8942 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8943 avoid confusion with --no-recursion.
8944
8945Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8946
8947 * configure.in: Win32 hosts shouldn't use install -x
8948 * install-sh: remove -x option, and special .exe-handling
8949 hack.
8950
8951Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8952
8953 * config.guess: Recognize i586-pc-beos.
8954 * configure.in: Don't build some bits for beos.
8955
8956Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8957
8958 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8959 CFLAGS default to -O2.
8960
8961 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8962 when using GNU ld.
8963
8964Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8965
8966 * ltmain.sh: Correct install when using a different shell.
8967
8968Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8969
8970 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8971
8972Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8973
8974 * makefile.vms: Update to build binutils/makefile.vms. Add install
8975 target.
8976
8977Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8978
8979 * ltconfig: Update to correct AIX handling.
8980
8981Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8982
8983 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8984
8985 * configure.in (target_subdir): Set to ${target_alias} instead
8986 of "libraries".
8987
89881998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8989
8990 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8991 (Makefile): Depend on $(gcc_version_trigger).
8992
8993 * configure (gcc_version): Change default initializer to empty
8994 string.
8995 (gcc_version_trigger): New variable; pass this variable down
8996 to subdir configures to enable them checking gcc's version
8997 themselves. Emit make macros for both gcc_version vars.
8998 (topsrcdir): Initialize reliably.
8999 (recursion line): Remove --with-gcc-version=${gcc_version}.
9000
90011998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9002
9003 * configure (enable_version_specific_runtime_libs): Implement new flag
9004 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9005 in $(libsubdir); emit definition in each generated Makefile.
9006 (gxx_include_dir): Initialize depending on
9007 $enable_version_specific_runtime_libs.
9008
90091998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9010
9011 * configure (gcc_version): Initialize properly depending on
9012 how and where configure is started.
9013 (recursion line): Pass a --with-gcc-version=${gcc_version}
9014 to configures in subdirs.
9015
9016Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9017
9018 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9019 cygmon
252b5132
RH
9020
9021Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9022
9023 * configure.in: Add cygmon and libstub support for mn10200.
9024
90251998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9026
9027 * configure (gcc_version): Add new variable describing the
9028 particular gcc version we're building.
9029 * Makefile.in (libsubdir): Add new macro for the directory
9030 in which the compiler finds executables, libraries, etc.
9031 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9032 and libsubdir.
9033
9034Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9035
ba73c63f
JM
9036 * Makefile.in (local-clean): Remove *.log.
9037 (warning.log): Built with warn_summary from build.log.
9038 (mail-report.log): Run test_summary.
9039 (mail-report-with-warnings.log): Run test_summary including
9040 warning.log in the report.
252b5132
RH
9041
9042Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9043
9044 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9045
9046Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9047
9048 * Makefile.in (grep): Grep no longer depends on libiberty.
9049
9050Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9051
9052 * Makefile.in: all-snavigator needs all-libgui.
9053
9054Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9055
9056 * configure.in: Add cygmon and libstub support for mn10300.
9057
9058Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9059
9060 * missing: Update to version from automake 1.3.
9061
9062 * ltmain.sh: On installation, don't get confused if the same name
9063 appears more than once in the list of library names.
9064
9065Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9066
9067 * config.sub: Accept m68060 and m5200 as CPU names.
9068
9069Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9070
9071 * configure: Use && rather than using -a in test, because odd
9072 strings can confuse test.
9073 * configure.in: Likewise.
9074
9075Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9076
9077 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9078
9079Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9080
9081 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9082 bootstrap4-lean): New targets.
9083
9084Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9085
9086 * mpw-* Delete. Not used.
252b5132
RH
9087
9088Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9089
9090 * COPYING.LIB: Update FSF address.
9091
9092Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9093
9094 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9095
9096 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9097 GAS_SUPPORT_DIRS.
9098
9099Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9100
9101 * ltconfig, ltmain.sh: Avoid producing a version number if
9102 -version-info was not used.
9103
9104Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9105
9106 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9107 building with newlib.
9108
91091998-04-30 Paul Eggert <eggert@twinsun.com>
9110
ba73c63f 9111 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9112 Solaris `make' causes it to continue to next definition.
252b5132 9113
afb8d725
JM
9114Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9115
9116 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9117 the right GUI libraries and files are installed along with GDB.
9118
252b5132
RH
9119Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9120
9121 * configure.in: Change alpha to alpha* in several places.
9122
9123Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9124
9125 * config.sub: Recognize sparc86x.
9126
9127Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9128
252b5132
RH
9129 * configure.in (--enable-target-optspace): Remove debug echo.
9130
9131Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9132
9133 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9134
9135Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9136
9137 * ltconfig: Update cygwin32 support.
9138
9139 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9140 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9141 (GDB_SUPPORT_DIRS): Likewise.
9142
9143Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9144
9145 * configure.in (target_makefile_frag): If --enable-target-optspace,
9146 use -Os to compile target libraries rather than -O2. Default to
9147 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9148 not used.
9149 * configure.in (target_cflags): Ditto for d30v.
9150
9151Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9152
9153 * Makefile.in (all-bfd): Depend on all-intl.
9154 (all-binutils): Likewise.
9155 (all-gas): Likewise.
9156 (all-gprof): Likewise.
9157 (all-ld): Likewise.
9158
252b5132
RH
91591998-04-19 Brendan Kehoe <brendan@cygnus.com>
9160
9161 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9162
9163Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9164
9165 * Makefile.in (all-bfd): Depend upon all-libiberty.
9166
9167 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9168
9169Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9170
9171 * Makefile.in: Add libstub.
9172
9173 * configure.in: Ditto. Build libstub for targets that have cygmon
9174 support.
9175
9176Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9177
9178 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9179
9180Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9181
9182 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9183 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9184
9185Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9186
9187 * configure: Define DEFAULT_M4 by searching PATH.
9188 * Makfile.in: Use DEFAULT_M4.
9189
9190Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9191
9192 * ltconfig: Add cygwin32 support.
9193
9194 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9195 to configure and build.
9196
9197Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9198
9199 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9200
9201Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9202
9203 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9204
9205Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9206
9207 * Makefile.in: add ash make rules
9208 * configure.in: add ash to native_only and host_tools lists
9209
9210Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9211
9212 * Makefile.in (all-gettext, all-intl): New targets.
9213 (ALL_MODULES): Added all-gettext, all-intl.
9214 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9215 (INSTALL_MODULES): Added install-gettext, install-intl.
9216 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9217
9218 * configure.in (host_tools): Added gettext.
9219 (native_only): Likewise.
9220 (noconfigdirs) [various cases]: Likewise.
9221 (host_libs): Added intl.
9222
afb8d725
JM
9223Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9224
9225 * configure: Do not disable building gdbtk for cygwin32 hosts.
9226
ba73c63f
JM
9227Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9228
9229 * configure.in: Add thumb-coff target.
9230 * config.sub: Add thumb-coff target.
9231
252b5132
RH
9232Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9233
9234 * Makefile.in: Revert yesterday's change.
9235 (all-target-winsup): all-target-librx stays out of here.
9236
9237Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9238
ba73c63f
JM
9239 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9240 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9241 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9242 Remove references to librx and libg++.
9243
9244Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9245
9246 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9247 recursive makes
9248
9249Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9250
9251 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9252 for newlib directory.
9253 (CXX_FOR_TARGET): Likewise.
9254
9255Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9256
9257 * ltconfig: Update after libtool/ltconfig.in change for
9258 hpux11.
9259
9260Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9261
9262 * ltconfig, ltmain.sh: Update to libtool 1.2.
9263
9264Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9265
9266 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9267 (install-gcc-cross): Instead, override LANGUAGES here.
9268
92691998-03-18 Dave Love <d.love@dl.ac.uk>
9270
9271 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9272 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9273
9274Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9275
9276 * configure.in: Add Thumb-pe target.
9277
9278Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9279
252b5132
RH
9280 * Makefile.in - changed sn targets to snavigator
9281 * configure.in - changed sn targets to snavigator
9282
9283Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9284
9285 * config-ml.in: After building symlink tree call make distclean
9286 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9287 to be the case for libiberty.
9288
9289Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9290
9291 * configure: When making link, also check the current
9292 directory. The configure scripts may create one.
9293
9294Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9295
9296 * config.sub: Accept alphapca56 and alphaev6 properly.
9297
9298Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9299
9300 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9301
252b5132
RH
9302Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9303
80413487 9304 * config.sub (sco5): Fix typo.
252b5132
RH
9305
9306Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9307
9308 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9309 install-itcl.
9310 (install-itcl): Remove dependency on install-tcl.
9311
9312Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9313
9314 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9315
252b5132
RH
9316Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9317
9318 * configure.in: Don't build libgui for a cygwin32 target when not on
9319 a cygwin32 host.
9320
9321Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9322
9323 * configure (redirect): Set to null, so default behavior of
9324 configure is now --verbose.
9325
93261998-02-16 Dave Love <d.love@dl.ac.uk>
9327
9328 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9329 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9330
9331Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9332
9333 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9334 this change to sync Makefile.in with its ChangeLog entries.
9335
9336Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9337
9338 * ltmain.sh (mkdir): Check that the directory doesn't exist
9339 before we exit with error, so that we don't get races during
9340 parallel builds.
9341
9342Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9343
9344 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9345
9346Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9347
9348 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9349 PICFLAG_FOR_TARGET.
9350 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9351
9352 * configure: Emit a definition for the new macro enable_shared
9353 into each Makefile.
9354
252b5132
RH
9355Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9356
9357 * configure.in (host_tools, native_only): Add libtool.
9358
9359Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9360
9361 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9362 Fix typo in ming config comment.
9363
9364Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9365
9366 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9367
9368Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9369
9370 * config.sub: Add tic30 cases, and map c30 to tic30.
9371
ba73c63f
JM
9372Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9373
9374 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9375 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9376 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9377 (CLEAN_TARGET_MODULES): Similarly
9378 (all-target-libf2c): Add dependences.
35590697 9379 * configure.in (target_libs): Add libf2c.
ba73c63f 9380
252b5132
RH
9381Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9382
ba73c63f
JM
9383 * configure.in: Remove expect from noconfigdirs when target
9384 is cygwin32. OK to build expect and dejagnu with Canadian
9385 Cross.
252b5132
RH
9386
9387Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9388
9389 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9390 host.
9391
9392 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9393 and mingw32.
9394
9395Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9396
9397 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9398 here as it is not defined in the toplevel Makefile.
9399
9400Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9401
9402 * configure (package_makefile_rules_frag): New variable, which names
9403 a file with generic rules, ...
9404 Change comment to mention we now have FIVE parts.
9405 * configure: Undo last change.
9406
9407Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9408
9409 * config.guess: More accurate determination of HP processor types.
9410 * config.sub: More accurate determination of HP processor types.
9411
9412Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9413
9414 * configure (package_makefile_frag): Move inserting the
9415 ${package_makefile_frag} to where it should be according
9416 to the comment.
9417
ba73c63f 9418Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9419
9420 * config.guess: Add support for Linux/ARM.
9421
9422Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9423
9424 * .cvsignore: Remove *-info and *-install since they match
9425 release-info and mpw-install, which we don't want to just ignore.
9426
9427Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9428
9429 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9430
9431Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9432
9433 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9434 local_prefix to sub-make invocations.
9435
9436Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9437
9438 * configure.in: Check makefile fragments in the source
9439 directory.
9440
9441Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9442
ba73c63f
JM
9443 * configure.in: Check whether host and target makefile
9444 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9445
9446Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9447
9448 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9449
252b5132
RH
9450Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9451
9452 * configure.in: Make sure we only replace RPATH_ENVVAR on
9453 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9454 regexp to sed.
9455
9456 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9457 to sub-makes.
9458
94591998-01-13 Lee Iverson (leei@ai.sri.com)
9460
9461 * config-ml.in (multi-do): LDFLAGS must include multilib
9462 designator.
9463
9464Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9465
9466 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9467
9468Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9469
9470 * config.sub: Add mingw32 support.
9471 * configure.in: Likewise.
252b5132
RH
9472
9473Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9474
9475 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9476
9477Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9478
9479 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9480 * configure (gxx_include_dir): Provide a definition for subdirs
9481 which do not use autoconf.
9482
9483Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9484
9485 * config.guess: Sync with egcs. Picks up new alpha support,
9486 BeOS & some additional linux support.
9487
ba73c63f 9488Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9489
9490 * config.guess: HP 9000/803 is a PA1.1 machine.
9491
ba73c63f
JM
9492Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9493
9494 * configure.in: It's alpha*-...
252b5132
RH
9495
9496Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9497
ba73c63f
JM
9498 * configure.in (host_makefile_frag, target_makefile_frag):
9499 Handle multiple config files.
9500 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9501 alpha-*-*.
252b5132
RH
9502
9503Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9504
9505 * mkdep: New file.
9506
9507Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9508
9509 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9510
9511Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9512
9513 * Makefile.in: Add libgui directory.
9514 (GDB_TK): Add all-libgui.
9515 * configure.in: Add libgui directory.
9516 * configure: Add all-libgui to GDB_TK.
9517
9518Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9519
9520 * config-ml.in (multidirs): Add m32r to multilib list.
9521
9522Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9523
9524 * Makefile.in (all-target-gperf): Change dependency to
9525 all-target-libstdc++.
9526
9527Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9528
9529 * config.guess: Add BeOS support.
9530
9531Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9532
9533 Source directory cvs renamed to cvssrc:
9534 * configure.in (host_tools): Change cvs to cvssrc.
9535 (native_only): Likewise.
9536 (noconfigdirs) [various cases]: Likewise.
9537 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9538 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9539 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9540 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9541 (all-cvssrc): Rename target from all-cvs.
9542
9543Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9544
9545 * configure (gxx_include_dir): Fix thinko.
9546
9547Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9548
9549 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9550 (install-cross, install-gcc-cross): New targets.
9551
9552Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9553
9554 * configure.in (noconfigdirs): Add support for Thumb target.
9555
9556 * config.sub (maybe_os): Add support for Thumb target.
9557
9558Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9559
9560 * Makefile.in: Add rules for cygmon.
9561
9562 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9563
9564Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9565
9566 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9567 * configure (gxx_include_dir): Provide a definition for subdirs
9568 which do not use autoconf.
9569
9570Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9571
9572 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9573 11/18/97 build
252b5132
RH
9574
9575Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9576
9577 * From Franz Sirl.
9578 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9579 found on RedHat Linux systems.
9580
9581Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9582
9583 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9584 guesses.
9585
9586Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9587
9588 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9589
9590Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9591
9592 * ltmain.sh: If mkdir fails, check whether the directory was created
9593 anyhow by some other process.
9594
9595Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9596
9597 * configure.in (d30v-*-*): Configure all directories.
9598
9599Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9600
9601 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9602 for the D30V.
9603
9604Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9605
9606 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9607
9608Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9609
80413487
RH
9610 * include/libiberty.h: Add extern "C" { so it can be used with C++
9611 progrms.
9612 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9613 programs.
252b5132
RH
9614
9615Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9616
9617 * configure.in (d30v-*-*): Configure GCC now.
9618
9619Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9620
9621 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9622 is no longer needed.
9623
9624Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9625
9626 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9627
9628Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9629
9630 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9631 targets using "$@" to provide support for similar but not identical
9632 targets without having to duplicate code.
9633
9634Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9635
9636 * makefile.vms: Fix to work with DEC C.
9637
9638Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9639
9640 * config.sub: Add mips-tx39-elf to marketing names.
9641
9642Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9643
9644 * ltmain.sh: Handle symlinks in generated script.
9645
9646Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9647
9648 * configure: Handle autoconf style directory options: --bindir,
9649 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9650 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9651 --sysconfdir.
9652 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9653 (sharedstatedir, localstatedir, oldincludedir): New variables.
9654 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9655 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9656 sbindir, sharedstatedir, and sysconfdir.
9657
9658Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9659
9660 * Makefile.in (bootstrap-lean): New target.
9661
9662Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9663
9664 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9665 sn, and gnuserv from noconfigdirs.
252b5132
RH
9666
9667Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9668
9669 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9670
9671Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9672
ba73c63f 9673 * Makefile.in (cross): New target.
252b5132
RH
9674
9675Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9676 Jeff Law <law@cygnus.com>
252b5132
RH
9677
9678 * Makefile.in (bootstrap2, bootstrap3): New targets.
9679 (all-bootstrap): Remove outdated and confusing target.
9680 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9681
afb8d725
JM
9682Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9683
9684 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9685 windows. Consistent with gdb/configure.
afb8d725 9686
252b5132
RH
96871997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9688
252b5132
RH
9689 * configure.in: Name Linux target fragment.
9690
9691 * configure: Rewrite so that project Makefile fragment is inserted
9692 first and appears last in the resulting Makefile.
9693
9694Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9695
9696 * Makefile.in (install-itcl): Install tcl first.
9697
252b5132 9698Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9699
252b5132
RH
9700 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9701
9702Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9703
9704 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9705
9706 * configure.in (skipdirs): Add target-librx for Linux.
9707 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9708
9709Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9710
9711 * Makefile.in (bootstrap): New target.
9712
9713Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9714
9715 * config.sub: Accept 'amigados' for backward compatability.
9716
9717Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9718
9719 * config.guess: Merge with FSF.
9720
ba73c63f
JM
9721Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9722
9723 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9724
252b5132
RH
9725Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9726
9727 * config.sub: Add "marketing-names" patch.
9728
9729Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9730
80413487 9731 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9732
9733Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9734
9735 * config.sub: Handle v850-elf.
9736
ba73c63f
JM
9737Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9738
9739 * .cvsignore (*-install): Remove.
9740
252b5132
RH
9741Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9742
9743 * ltconfig: Set CONFIG_SHELL in libtool.
9744 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9745
9746Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9747
9748 * configure.in (target_subdir): Set to libraries if enable_multilib.
9749
9750Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9751
9752 * config.guess: Update from gcc directory.
9753
9754Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9755
9756 * Makefile.in (all-sim): Depends on all-readline.
9757
9758Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9759
9760 * Makefile.in (BISON, YACC): Use $$s.
9761 (all-bison): Depend on all-texinfo.
9762
9763Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9764
9765 * Makefile.in (BISON): Add -L flag.
9766 (YACC): Likewise.
9767
9768Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9769
35590697
AJ
9770 * configure.in (noconfigdirs): Add support for v850e target.
9771
252b5132
RH
9772 * config.sub (maybe_os): Add support for v850e target.
9773
9774Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9775
35590697
AJ
9776 * configure.in (noconfigdirs): Add support for v850ea target.
9777
252b5132
RH
9778 * config.sub (maybe_os): Add support for v850ea target.
9779
9780Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9781
9782 * config.sub: Add mipstx39. Delete r3900.
9783
9784Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9785
9786 * Makefile.in (all-autoconf): Depends on all-texinfo.
9787
9788Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9789
9790 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9791 eabi targets.
9792
9793Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9794
9795 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9796
9797 * configure: When handling a Canadian Cross, handle YACC as well as
9798 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9799 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9800
9801Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9802
9803 * Makefile.in (BISON): bison, not byacc or bison -y.
9804 (YACC): bison -y or byacc or yacc.
9805 (various): Add *-bison as appropriate.
9806 (taz): No need to mess with BISON anymore.
9807
9808Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9809
9810 * configure: If OSTYPE matches *win32*, try to find a good value for
9811 CONFIG_SHELL.
9812
9813Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9814
9815 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9816 configure.in if it is present.
9817
9818Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9819
9820 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9821
9822Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9823
9824 * config.sub: Recognize `arc' cpu.
9825 * configure.in: Likewise.
9826 * config-ml.in: Likewise.
9827
9828Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9829
9830 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9831
9832Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9833
9834 * configure: Changed sed delimiter from ':' to '|' when
9835 attempting to substitute ${config_shell} for SHELL. On
9836 NT ${config_shell} may contain a ':' in it.
9837
9838Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9839
9840 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9841
9842Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9843
9844 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9845
9846Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9847
9848 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9849
9850 * ylwrap: If the program is a relative path, force it to be
9851 absolute.
9852
9853Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9854
9855 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9856
9857Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9858
9859 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9860 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9861 for libraries.
252b5132
RH
9862
9863Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9864
9865 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9866 separated by spaces.
252b5132
RH
9867
9868Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9869
9870 * ylwrap: New file.
9871 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9872
9873 * ltmain.sh: Handle /bin/sh at start of install program.
9874
9875 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9876
9877 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9878 * missing: New file, from automake 1.2.
9879
9880Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9881
9882 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9883 check-tk to CHECK_X11_MODULES.
9884
9885Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9886
9887 * config.sub: Merge with FSF.
9888
9889Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9890
9891 * config.guess: Merge with FSF.
9892
9893Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9894
9895 * configure: Treat msdosdjgpp like go32.
9896 * configure.in: Likewise. Don't remove gprof for go32.
9897
9898 * configure: Change Makefile.tem2 to Makefile.tm2.
9899
9900Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9901
9902 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9903
9904Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9905
9906 * install-sh (chmodcmd): Set to null if the DST directory already
9907 exists. Same as Nov 11th change.
9908
9909Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9910
35590697 9911 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9912
9913Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9914
9915 * config.guess: Update from FSF.
9916
9917Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9918
9919 * Makefile.in (GDB_TK): Depend on itcl and tix.
9920
9921Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9922
9923 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9924 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9925 (INSTALL_SCRIPT): New variable.
9926 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9927 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9928 to -x.
9929 * install-sh: Add support for -x option.
9930
9931Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9932
9933 * configure.in, Makefile.in: Treat tix like itcl.
9934
9935Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9936
9937 * Makefile.in (WINDRES): New variable.
9938 (WINDRES_FOR_TARGET): New variable.
9939 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9940 (EXTRA_HOST_FLAGS): Add WINDRES.
9941 (EXTRA_TARGET_FLAGS): Add WINDRES.
9942 (EXTRA_GCC_FLAGS): Add WINDRES.
9943 ($(DO_X)): Pass down WINDRES.
9944 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9945 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9946 DLLTOOL_FOR_TARGET.
9947
9948Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9949
9950 * configure.in: configure sim before gdb for win32-x-ppc
9951
9952Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9953
9954 Move gperf into the toplevel, from libg++.
9955 * configure.in (target_tools): Add target-gperf.
9956 (native_only): Add target-gperf.
9957 * Makefile.in (all-target-gperf): New target, depend on
9958 all-target-libg++.
9959 (configure-target-gperf): Empty rule.
9960 (ALL_TARGET_MODULES): Add all-target-gperf.
9961 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9962 (CHECK_TARGET_MODULES): Add check-target-gperf.
9963 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9964 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9965
9966Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9967
252b5132
RH
9968 * config.sub (mn10200): Recognize new basic machine.
9969
9970Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9971
9972 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9973 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9974
9975Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9976
9977 * configure.in: If we're building mips-sgi-irix6* native, turn on
9978 ENABLE_MULTILIB and set TARGET_SUBDIR.
9979
9980Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9981
9982 * Makefile.in (all-sn): Depend on all-grep.
9983
9984Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9985
9986 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9987
9988 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9989 Makefile. From Jeff Makey <jeff@cts.com>.
9990 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9991
9992 * Makefile.in (DISTBISONFILES): Remove.
9993 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9994 $(DEFAULT_YACC).
9995
9996 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9997 cygwin32.
252b5132
RH
9998
9999 * Makefile.in (LD): New variable.
10000 (EXTRA_HOST_FLAGS): Pass down LD.
10001 ($(DO_X)): Likewise.
10002
10003Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10004
10005 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10006
10007Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10008
10009 * configure.in (targargs): Strip out any supplied --build argument
35590697 10010 before adding our own. Always add --build.
252b5132
RH
10011
10012Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10013
10014 * configure.in (targargs): Pass --build if we're doing
10015 a cross-compile.
10016
10017Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10018
ba73c63f 10019 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10020 sed. Otherwise sed chokes on NT path names with drive
10021 designators. Also look for "?:*" as the leading characters in an
10022 absolute pathname.
10023
10024Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10025
10026 * config.sub: Support for r3900.
10027
10028Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10029
10030 * configure.in: Use install-sh, not install.sh.
10031
10032Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10033
10034 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10035 apply it twice.
10036
10037Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10038
10039 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10040 install-binutils.
10041
10042Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10043
10044 * Makefile.in: Add automake targets.
10045 * configure.in (host_tools): Add automake.
10046
10047Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10048
10049 * configure: Default CXX to c++, not gcc.
10050 * Makefile.in (CXX): Set to c++, not gcc.
10051 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10052
10053Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10054
10055 * install-sh: try appending a .exe if source file doesn't
10056 exist
10057
10058Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10059
10060 * configure.in: Turn on multilib by default.
10061 (cross_only): Remove target-libiberty.
10062
10063 * Makefile.in (all-gcc): Don't depend on libiberty.
10064
10065Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10066
10067 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10068
10069Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10072 (DISTBISONFILES): Add ld/Makefile.in
10073
10074Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10075
10076 * configure.in: if target is cygwin32 but host isn't cygwin32,
10077 don't configure gdb tcl tk expect, not just gdb.
10078
10079Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10080
10081 * configure.in: Added gnuserv everywhere sn appears.
10082
10083 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10084 (CROSS_CHECK_MODULES): Added check-gnuserv.
10085 (INSTALL_MODULES): Added install-gnuserv.
10086 (CLEAN_MODULES): Added clean-gnuserv.
10087 (all-gnuserv): New target.
10088
10089Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10090
10091 * config.guess: Fixes for MIPS OpenBSD systems.
10092
10093Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10094
10095 * Makefile.in (INSTALL_XFORM): Remove.
10096 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10097
10098 * mkinstalldirs: New file, copied from automake.
10099 * Makefile.in (installdirs): Rename from install-dirs. Use
10100 mkinstalldirs. Change all users.
10101 (DEVO_SUPPORT): Add mkinstalldirs.
10102
10103Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10104
10105 * install-sh: Rename from install.sh.
10106 * Makefile.in (INSTALL): Change install.sh to install-sh.
10107 (DEVO_SUPPORT): Likewise.
10108
10109 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10110 Graichen <graichen@rzpd.de>.
10111
10112Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10113
10114 * config.guess: Recognize OpenBSD systems correctly.
10115
10116Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10117
10118 * README, Makefile.in (ETC_SUPPORT): Remove references to
10119 cfg-paper*, configure.{texi,man,info*}._
10120
10121Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10122
10123 * Makefile.in (all.normal): Ensure that gcc is built after all
10124 the x11 - ie gdb - targets.
10125
10126Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10127
10128 * makefile.vms: Don't run conf-a-gas.
10129
10130Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10131
80413487 10132 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10133
10134Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10135
10136 * configure.in: Remove noconfigdirs case since gdb also
10137 configures and builds for tic80-coff.
10138
10139Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10140
10141 * configure: Set cache_file to config.cache.
10142 * Makefile.in (local-distclean): Remove config.cache.
10143
10144Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10145
10146 * COPYING: Update FSF address.
10147
10148Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10149
10150 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10151 noconfigdirs.
10152
10153Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10154
10155 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10156 MAKEDIRS, is empty.
10157
10158Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10159
10160 * config.sub: Tweak mn10300 entry.
10161
10162Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10163
10164 * configure.in (host_tools): Put sim before gdb, so gdb's
10165 configure.tgt can determine if the simulator was configured.
10166
10167Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10168
10169 * config.sub: Move BeOS $os case to be with other Cygnus
10170 local cases.
10171
10172Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10173
10174 * config.sub: Remove misplaced comment that broke Linux.
10175
10176Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10177
10178 * config.sub: Add BeOS support.
10179
10180Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10181
10182 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10183
10184Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10185
10186 * configure.in (noconfigdirs): Remove tcl and tk from
10187 noconfigdirs for cygwin32 builds.
10188
10189Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10190
10191 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10192
10193Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10194
10195 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10196 make-all.com, use makefile.vms instead.
10197
10198Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10199
10200 * config.sub: Accept -lnews*.
10201
10202Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10203
10204 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10205 target-examples and target-libiberty for d30v.
252b5132
RH
10206
10207Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10208
10209 * configure.in (noconfigdirs): Enable ld for d30v.
10210
10211Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10212
10213 * configure.in (tic80-*-*): Build compiler.
10214
10215Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10216
10217 * configure.in (d30v-*): Remove sim directory from list of
35590697 10218 unsupported d30v directories
252b5132
RH
10219
10220Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10221
35590697
AJ
10222 * config.sub, configure.in: Add d30v target cpu.
10223
252b5132
RH
10224Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10225
10226 * makefile.vms: New file.
10227 * make-all.com: Remove.
10228
10229Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10230
10231 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10232
10233Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10234
10235 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10236
10237Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10238
10239 * Makefile.in (ALL_MODULES): Added all-db.
10240 (CROSS_CHECK_MODULES): Addec check-db.
10241 (INSTALL_MODULES): Added install-db.
10242 (CLEAN_MODULES): Added clean-db.
10243
10244Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10245
10246 * config.guess: Merge with latest FSF sources.
10247
10248Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10249
10250 * Makefile.in (ALL_MODULES): Added all-itcl.
10251 (CROSS_CHECK_MODULES): Added check-itcl.
10252 (INSTALL_MODULES): Added install-itcl.
10253 (CLEAN_MODULES): Added clean-itcl.
10254
10255Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10256
10257 * configure.in: build gdb for mn10200
10258
10259Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10260
10261 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10262
10263Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10264
10265 * configure.in (tic80-*-*): Turn off most targets right now.
10266
10267Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10268
10269 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10270 rather than the makeinfo program.
10271 (do-info): Depend upon all-texinfo.
10272
10273Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10274
10275 * configure.in: Remove uses of config/mh-linux.
10276
10277 * config.sub, config.guess: Merge with latest FSF sources.
10278
10279Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10280
10281 * config.sub (case $basic_machine): Add tic80 entries.
10282
10283Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * config.sub, config.guess: Merge with latest FSF sources.
10286
10287Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10288
10289 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10290 * mpw-config.in: Test for NewFolderRecursive.
10291 * mpw-install: Use symbolic name for startup filename.
10292 * mpw-README: Add various additional details.
10293
10294Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10295
10296 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10297
10298Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10299
10300 * configure.in: Do build gcc and the target libraries for
10301 the mn10200.
10302
10303Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10304
10305 * configure.in: don't avoid building gdb for mn10300 any more
10306 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10307 instead of single-quoting it.
10308
10309Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10310
10311 * configure.in: Don't use --with-stabs on IRIX 6.
10312
10313Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10314
10315 * configure.in (m32r): Build gdb, libg++ now.
10316
10317Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10318
10319 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10320 directories from noconfigdirs.
10321
10322Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10323
10324 * config.sub (basic_machine): added mips16 configuration
10325
10326Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10327
10328 * config.sub: Handle d10v-unknown.
10329
10330Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10331
10332 * config.sub: Handle v850-unknown.
10333
10334Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10335
10336 * Makefile.in: add findutils
10337 * configure.in: add findutils to list of host_tools
10338
10339Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10340
10341 * config.sub: Handle mn10200 and mn10300.
10342
10343Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10344
10345 * configure.in (d10v-*): Do not build librx.
10346
10347Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10348
10349 * configure.in (mn10300): Build everything except gdb & libgloss.
10350
10351Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10352
10353 * config.guess: Patch for Dansk Data Elektronik servers,
10354 from Niels Skou Olsen <nso@dde.dk>.
10355
10356 For ncr, use /bin/uname rather than uname, since GNU uname does not
10357 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10358
10359 Patch for MIPS R4000 running System V,
10360 from Eric S. Raymond <esr@snark.thyrsus.com>.
10361
10362 Fix thinko for nextstep.
10363
10364 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10365
10366 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10367 * config.guess: Guess mips-dec-mach_bsd4.3.
10368
10369 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10370 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10371 release numbers.
10372 * config.guess (mips-mips-riscos*): Emit just enough of the
10373 release number.
10374
10375 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10376 * config.guess (sparc-auspex-sunos*): Added.
10377 (f300-fujitsu-*): Added.
10378
10379 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10380 * config.guess: Recognize a Tadpole as a sparc.
10381
10382Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10383
10384 * config.guess: Don't assume that NextStep version is either 2 or
10385 3. NextStep 4 (aka OpenStep 4) has come out now.
10386
10387Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10388
10389 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10390 From Rik Faith <faith@cs.unc.edu>.
10391
10392Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10393
10394 * config.sub: Contributions from bug-gnu-utils to:
10395 Support plain "hppa" (no version given) architecture, reported by
10396 OpenStep.
10397 OpenBSD like NetBSD.
10398 LynxOs is not a hardware supplier.
10399
10400 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10401 OpenBSD like NetBSD.
252b5132
RH
10402 Stratus systems.
10403 More Pyramid systems.
10404 i[n>4]86 Intel chips.
10405 M680[n>4]0 Motorola chips.
10406 Use unknown instead of lynx for hardware manufacturer.
10407
10408Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10409
10410 * install.sh (chmodcmd): Set to null if the DST directory already
10411 exists.
10412
10413Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10414
10415 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10416 not use mt-ppc target Makefile fragment any more.
10417
10418Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10419
10420 * configure.in (*-*-windows): Exclude everything but those dirs
10421 needed to build windows.
10422
10423Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10424
10425 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10426
10427Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10428
10429 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10430
10431Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10432
10433 * Undo my previous change.
10434
10435Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10436
10437 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10438 unconditionally.
10439 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10440
10441Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10442
10443 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10444 host to add it's own flags.
252b5132
RH
10445
10446Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10447
10448 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10449
10450Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10451
10452 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10453 (CXX_FOR_TARGET): Likewise.
10454 (GCC_FOR_TARGET): Define.
10455 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10456 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10457 CC_FOR_TARGET was specified on the command line.
10458 (MAKEOVERRIDES): Don't define.
10459
10460Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10461
10462 * configure.in (m32r): Fix spelling of libg++ libs.
10463
10464Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10465
10466 * config.sub (-apple*): Remove, now redundant.
10467
10468Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10469
10470 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10471
10472 * configure: Rework yesterday's sed script patch.
10473
10474 * config.sub: Merge with FSF.
10475
10476Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10477
10478 * config.guess: Merge from FSF.
10479
10480 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10481 * config.guess: Use pc instead of unknown, for pc clone systems.
10482 Change linux to linux-gnu.
252b5132
RH
10483
10484 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10485 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10486
10487Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10488
10489 * test-build.mk (HOLES): Add "xargs" for gdb.
10490
10491 * configure: Avoid hpux10.20 sed bug.
10492
10493Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10494
4bddf3ad 10495 * configure.in: Add support for windows host
252b5132
RH
10496 (that is a build done under the Microsoft build environment).
10497
10498Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10499
10500 * Makefile.in: Replace all uses of srcroot with s, to shrink
10501 command line lengths.
10502
10503 Patches from Geoffrey Noer <noer@cygnus.com>:
10504 * configure.in: If configuring for newlib, pass --with-newlib to
10505 subdirectories.
10506 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10507 -Bnewlib/ and -Lwinsup to gcc.
10508 (CXX_FOR_TARGET): Likewise.
10509
10510Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10511
10512 * Makefile.in (ETC_SUPPORT): Add configure.
10513
10514Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10515
35590697 10516 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10517 host configuration file.
10518
10519Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10520
10521 * configure.in: Break mn10x00 support into separate
10522 mn10200 and mn10300 configurations.
10523 * config.sub: Likewise.
10524
10525Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10526
10527 * configure.in: Add lots of stuff to noconfigdirs for
10528 the mn10x00 targets.
10529
10530 * config.sub, configure.in: Add mn10x00 support.
10531
10532Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10533
10534 * make-all.com: Call conf-a-gas, not config-a-gas.
10535
10536Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10537
10538 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10539 targets.
252b5132
RH
10540
10541Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10542
10543 * mpw-README: Add much more detail for native PowerMac.
10544 * mpw-install: New file.
10545 * mpw-configure: Add --norecursion and --help options.
10546 * mpw-config.in: Translate readme and install files when
10547 copying to objdir.
10548 * mpw-build.in: Don't always depend on byacc and flex.
10549 (install-only-top): New action.
10550
10551Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10552
10553 * configure.in: You can now configure GDB for the v850.
10554
10555Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10556
10557 * configure.in (noconfigdirs): Don't configure any C++ dirs
10558 if targeting D10V.
10559
10560Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10561
10562 * config.sub: Recognize mips64vr5000.
10563
10564Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10565
10566 * configure.in: Use a single line for host_tools and native_only.
10567
10568Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10569
10570 * config.sub, configure.in: Add entries for m32r.
10571
10572Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10573
10574 * Makefile.in (inet-install): Don't run install-gzip.
10575
10576Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10577
10578 * configure.in: Don't config lots of things for *-*-windows*.
10579
10580Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10581
10582 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10583 (host_libs, host_tools): Copy from configure.in.
10584 * mpw-configure: Don't complain about directories not found.
10585
10586Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10587
10588 * configure.in (i[345]86): Recognize i686 for pentium pro.
10589 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10590 file.
10591
10592 * config.guess (i[345]86): Ditto.
10593
10594Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10595
10596 * configure.in (noconfigdirs): Removed gdb for D10V.
10597
10598Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10599
10600 * configure.in: Remove ld, target-libio, target-libg++, and
10601 target-libstdc++ from noconfigdirs.
10602
10603Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10604
10605 * configure: Fix three locations where shell scripts were
10606 being run directly rather than with config_shell.
10607
10608Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10609
10610 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10611 * config.sub (basic_machine): Recognize v850.
10612
10613Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * mpw-configure: Handle multiple enable/disable options and
10616 pass them down recursively, handle -c and -s flags appropriately
10617 depending on choice of compiler, add escape mechanism for
10618 quoted arguments to gC.
10619
10620Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10621
10622 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10623 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10624 so that -mrelocatable-lib and -mno-eabi are used.
10625
10626 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10627 not support --print-multi-lib, don't abort.
10628
252b5132
RH
10629Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10630
10631 * make-all.com: Run config-a-gas.
10632 * setup.com: Don't copy subdirectory files around.
10633
10634Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10635
10636 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10637 target, it now compiles correctly.
10638
10639Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10640
10641 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10642
10643Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10644
35590697 10645 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10646
10647Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10648
10649 * configure.in (native_only): Add prms.
10650
10651Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10652
10653 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10654 (BINUTILS_SUPPORT_DIRS): Likewise.
10655
10656Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10657
10658 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10659 d10v support is added.
10660
10661Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10662
10663 * configure.in (d10v-*-*): New target.
10664
10665Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10666
10667 * config.guess (HP 9000/811): Recognize this as a PA1.1
10668 machine.
10669
10670Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10671
10672 * Makefile.in (do-tar-gz): New target, split out from tail end of
10673 taz target. Run each command separately, don't use pipes.
10674 (taz): Use it.
10675
10676Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10677
10678 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10679 * mpw-build.in: No builds should depend on building byacc or flex,
10680 they are assumed to be installed already.
10681
10682Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10683
10684 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10685 variable that CC_FOR_TARGET needs.
10686
10687Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10688
10689 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10690 options have changed since the last time the subdirectory was
10691 configured, and if it has, reconfigure.
10692 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10693 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10694
10695Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10696
10697 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10698 CLEAN_MODULES): Add bash.
10699 (all-bash): New target.
10700
10701Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10702
10703 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10704
10705Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10706
10707 * config.sub (basic_machine): Recognize d10v as a valid processor.
10708
10709Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10710
10711 * mpw-configure: Add support for --bindir.
10712 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10713
10714Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10715
10716 * configure.in: add bash, time, gawk to list of hosttools and things
10717 to only build for native toolchains
10718
10719Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10720
10721 * Makefile.in (docdir): Remove.
10722
10723Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10724
10725 * Makefile.in (datadir): Set to $(prefix)/share.
10726
10727Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10728
10729 * configure.in: build diff and patch for cygwin32-hosted
10730 toolchains.
10731
10732Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10733
10734 * config.sub: Accept -rtems*.
10735
10736Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10737
80413487 10738 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10739 remove diff from the list of things not buildable
10740 via Canadian Cross
252b5132
RH
10741
10742Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10743
10744 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10745 don't get ". ".
252b5132
RH
10746
10747Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10748
10749 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10750
10751Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10752
10753 * Makefile.in (taz): Handle case where tex3patch didn't even get
10754 checked out. Also, if it was found, put the symlink in a new util
10755 subdirectory.
10756
10757Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10758
10759 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10760
10761Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10762
10763 * config.sub: Recognize -openvms.
10764 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10765 * make-all.com, setup.com: New files.
10766
10767Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10768
10769 * Makefile.in (taz): tex3patch moved to texinfo/util.
10770
10771Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10772
afb8d725 10773 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10774 * configure.in: remove make from disable-if-Can-Cross list
10775 enable gdb if ${host} and ${target} are cygwin32
10776
10777Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10778
10779 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10780 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10781
10782Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10783
10784 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10785 distinguish sysv/svr4/bsd variants.
10786 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10787
10788Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10789
10790 * configure.in: Added copyright notice.
10791 * move-if-change: Added copyright notice.
10792
10793Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10794
10795 * configure.in (powerpcle-*-solaris*): Until we get shared
10796 libraries working, don't build gdb, sim, make, tcl, tk, or
10797 expect.
10798
10799Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10800
10801 * config.guess: Merge with FSF:
10802
10803 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10804 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10805
10806 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10807 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10808
10809 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10810 * config.guess: Combine two OSF1 rules.
10811 Also recognize field test versions. From mjr@zk3.dec.com.
10812 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10813 because GNU uname does not support -p. From pmr@pajato.com.
10814
10815Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10816
10817 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10818
10819Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10820
10821 * mpw-README: Document GCCIncludes.
10822
10823Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10824
10825 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10826
10827Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10828
10829 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10830
10831Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10832
10833 * configure.in (*-*-cygwin32): Configure make.
10834
10835Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10836
10837 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10838
10839Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10840
10841 * Makefile.in (all-inet): Depend on all-perl.
10842
10843 * Makefile.in (inet-install): New target.
10844
10845 * Makefile.in (all-inet): Depend on all-tcl.
10846 (all-inet): Depend on all-send-pr.
10847
10848Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10849
10850 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10851 temporarily.
10852
10853Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10854
10855 * configure.in: Don't configure --with-gnu-ld on AIX.
10856
10857Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10858
10859 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10860
10861Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10862
10863 * Makefile.in (ALL_MODULES): Added all-inet.
10864 (CROSS_CHECK_MODULES): Added check-inet.
10865 (INSTALL_MODULES): Added install-inet.
10866 (CLEAN_MODULES): Added clean-inet.
10867 (all-indent): New target.
10868
10869 * configure.in (host_tools): Added inet.
10870 (native_only): Added inet.
10871 (noconfigdirs): Added inet.
10872
10873Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10874
10875 * configure.in: Don't configure libgloss if we are not configuring
10876 newlib.
10877
10878Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10879
10880 * configure.in: Don't configure libgloss for unsupported
10881 architectures.
10882
10883Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10884
10885 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10886
10887Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10888
10889 * Makefile.in (ALL_MODULES): Include all-apache.
10890 (CROSS_CHECK_MODULES): Include check-apache.
10891 (INSTALL_MODULES): Include install-apache.
10892 (all-apache): New target.
10893
10894 * configure.in: Added apache everywhere perl is seen.
10895
10896Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10897
10898 * Makefile.in: Add support for clean-{module} and
10899 clean-target-{module} rules.
10900
10901Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10902
10903 * configure.in (*-*-ose) do not build libgloss.
10904
10905Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10906
10907 * config.guess (prep*:SunOS:5.*:*): Turn into
10908 powerpele-unknown-solaris2.
10909
10910Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10911
10912 * configure.in: Permit --enable-shared to specify a list of
10913 directories.
10914
10915Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10916
10917 * configure.in (host==solaris): Pass only the first word of $CC
10918 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10919
10920Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10921
10922 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10923
10924Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10925
10926 * Makefile.in (ALL_MODULES): Include all-perl.
10927 (CROSS_CHECK_MODULES): Include check-perl.
10928 (INSTALL_MODULES): Include install-perl.
10929 (ALL_X11_MODULES): Include all-guile.
10930 (CHECK_X11_MODULES): Include check-guile.
10931 (INSTALL_X11_MODULES): Include install-guile.
10932 (all-perl): New target.
10933 (all-guile): New target.
10934
10935 * configure.in (host_tools): Include perl and guile.
10936 (native_only): Include perl and guile.
10937 (noconfigdirs): Don't build guile and perl; no ports have been
10938 done.
10939
10940Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10941
80413487
RH
10942 * configure (--enable-*): Handle quoted option lists such as
10943 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10944
10945Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10946
10947 * Makefile.in ({,inst}all-target): New rule so we can make and
10948 install all of the target directories easily.
10949
10950Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10951
10952 * configure.in: Add missing global flag in sed substitution when
10953 deleting `target-' from ${configdirs}.
10954
10955Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10956
10957 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10958 option.
10959
10960 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10961 config/mh-necv4.
10962
10963 * install.sh: Correct misspelling of transformbasename.
10964
10965 * config.guess: Recognize mips-*-sysv*.
10966
10967Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10968
10969 * config.sub: Recognize mon960.
10970
10971Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * configure: Restore Canadian Cross handling of BISON and LEX,
10974 removed in Feb 20 change.
10975
10976Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10977
10978 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10979 Mention make install. Remove the old copyright date as well the
10980 clumsy and rather pointless copyright on the README file.
10981
10982Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10983
10984 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10985 Makefile after running symlink-tree, then run `make distclean' to
10986 avoid clobbering any generated files in srcdir.
10987
10988Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10989
10990 * configure.in (m68k-*-netbsd*): Build everything now.
10991
10992Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10993
10994 * Makefile.in (taz): Fix quoting.
10995
10996Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10997
10998 * configure.in (sparclet-*-*): Build everything now.
10999
11000Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11001
11002 * configure.in (m68k-*-linux*): New host.
11003
11004Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11005
11006 * configure: Check for bison before byacc.
11007
11008Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11009
11010 * Makefile.in configure: Change the way LEX and BISON/YACC are
11011 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11012 searching PATH. These are used as fallbacks by Makefile.in if
11013 flex/bison/byacc aren't in objdir.
11014
11015Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11016
11017 * Makefile.in: Make everything which depends upon all-bfd also
11018 depend upon all-opcodes, in case --with-commonbfdlib is used.
11019
11020Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11021
11022 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11023 building NT native compilers on Unix.
11024
11025Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11026
11027 * configure.in: Don't get CC from the host Makefile fragment if we
11028 can find gcc in PATH, or if this is a Canadian Cross. Move the
11029 Solaris test for /usr/ucb/cc to the post target script, just after
11030 the compiler sanity test.
11031
11032Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11033
11034 * config.sub: Merge with FSF.
11035
11036Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11037
11038 * Makefile.in (RPATH_ENVVAR): New variable.
11039 (REALLY_SET_LIB_PATH): Use it.
11040 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11041
11042Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11043
11044 * config.sub, configure.in: Recognize sparclet cpu.
11045
11046Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11047
11048 * config.guess: Support m68k-cbm-sysv4.
11049
11050Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11051
11052 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11053 m68k-unknown-linuxaout from linker help string. Put quotes around
11054 $ld_help_string.
11055
11056Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11057
11058 * config.guess (powerpc-harris-powerunix): Add guess for port
11059 to new target.
11060
11061Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11062
11063 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11064
11065Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11066
11067 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11068 $(REALLY_SET_LIB_PATH) in Makefile.
11069 * Makefile.in (SET_LIB_PATH): New variable.
11070 (REALLY_SET_LIB_PATH): New variable.
11071 ($(DO_X)): Use $(SET_LIB_PATH).
11072 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11073 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11074 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11075 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11076 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11077 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11078 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11079 (install-dosrel): Likewise.
11080 (all-opcodes): Depend upon all-libiberty.
11081
11082Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11083
11084 * config.guess (*:CYGWIN*): New
11085
11086Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11087
11088 * Makefile.in (all-target-winsup): All all-target-libiberty.
11089
11090Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11091
11092 * configure.in (noconfigdirs): Add missing # in front of comment.
11093
11094Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11095
11096 * configure.in: add second pass to things added to noconfigdirs
11097 so *-gm-magic can exclude libgloss properly.
11098
11099Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11100
11101 * mpw-configure (extralibs_name, rez_name): Set correctly
11102 for MWC68K compiler.
11103
11104 * mpw-README: Add more info on the necessary build tools.
11105
11106Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11107
11108 * configure.in, config.sub: Recognize cygwin32.
11109
11110Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11111
11112 * config.guess, config.sub: Recognize A/UX.
11113
11114Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11115
11116 * config.sub: Merge with gcc/config.sub.
11117
11118Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11119
11120 * mpw-build.in (do-binutils): Add build of stamps.
11121
11122Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11123
11124 * config.sub: Add recognition for mips64vr4100*-* targets.
11125
11126Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11127
11128 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11129 Add creation of gconfigargs with `--enable-shared' turned on.
11130 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11131 ($(host)-stamp-stage3-configured): Likewise.
11132 (HOLES): Add chatr and ldd.
11133 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11134
11135Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11136
11137 * configure: Pass --nfp to recursive configures.
11138
11139Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11140
11141 * Makefile.in (DLLTOOL): New.
11142 (DLLTOOL_FOR_TARGET): New.
11143 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11144 (EXTRA_TARGET_FLAGS): Ditto.
11145 (EXTRA_GCC_FLAGS): Ditto.
11146 (CONFIGURE_TARGET_MODULES): Ditto.
11147 (DO_X): Ditto.
11148 * configure: Add DLLTOOL.
11149
11150Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11151
11152 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11153 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11154 mh-sco, since old workarounds no longer needed, and don't
11155 build ld, since libraries have weak symbols in COFF.
11156
11157Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11158
11159 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11160
11161Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11162
11163 * configure.in: Make sure that ${CC} can be used to compile an
11164 executable.
11165
afb8d725
JM
11166Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11167
11168 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11169 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11170 nothing depending on whether gdbtk is being built.
11171
252b5132
RH
11172Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11173
11174 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11175
11176Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11177
11178 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11179 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11180
11181Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11182
11183 * config-ml.in: Add support for
11184 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11185 Simplify setting of multidirs from --disable-foo.
11186
11187Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11188
11189 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11190 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11191 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11192 non-empty, pass them on to the GCC make.
252b5132
RH
11193 (all-bootstrap): New rule that is like all-gcc, except it executes
11194 the GCC bootstrap rule instead of the GCC all rule.
11195
11196Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11197
11198 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11199
11200Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11201
11202 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11203 DG/UX support.
11204
11205Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11206
11207 * config.sub (i*86*) Change [345] to [3456]
11208
11209Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11210
11211 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11212 --with-gnu-ld=no.
11213
11214Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11215
11216 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11217 AIX multilibs get built.
11218
11219Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11220
11221 * configure.in (i386-win32): Don't build expect if we're not
11222 building the tcl subdir.
11223
11224Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11225
11226 * Makefile.in: (configure-target-examples, all-target-examples):
11227 New targets, configure and build example programs.
11228
11229Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11230
11231 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11232 use it as input to sedit the generated MPW makefile.
11233 * mpw-README: Add a suggestion about Gestalt.h.
11234
11235Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11236
11237 * config.sub: Accept *-*-ieee*.
11238
11239Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11240
11241 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11242 Ronald F. Guilmette <rfg@monkeys.com>.
11243
11244Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11245
11246 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11247 for powerpc-pe native.
11248 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11249 (target==powerpc-pe): duplicate i386-win32 entry.
11250
11251Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11252
11253 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11254 of vxworks, not just vxworks5.1.
11255
11256Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11257
11258 * mpw-configure: Add support for exec-prefix.
11259
11260Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11261
11262 * config.guess: Recognize HP model 816 machines as having
11263 a PA1.1 processor.
11264
11265Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11266
11267 * configure: Ignore new autoconf configure options.
11268
252b5132
RH
11269Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11270
11271 * config.guess: Recognize Pentium under SCO.
11272 From Robert Lipe <robertl@arnet.com>.
11273
11274Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11275
11276 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11277
11278Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11279
11280 * configure.in: Don't configure gas for alpha-dec-osf*.
11281
11282Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11283
11284 * configure.in: Default to --with-stabs for some targets for which
11285 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11286 i[345]86*-*-unixware*.
11287
11288Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11289
11290 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11291 rather than basing it on the target. Simplify handling of options
11292 controlling which directories to configure. Remove extraneous
11293 slash in multi-clean target.
11294
11295Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11296
11297 * config-ml.in: Prefix more variables with ml_ so they don't collide
11298 with configure's.
11299
11300Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * configure: Don't turn -v into --v.
11303
11304Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11305
11306 * configure.in (targargs): Fix typo.
11307
11308 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11309
11310Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * configure.in: Strip --host and --target options from
11313 CONFIG_ARGUMENTS, and always configure for --host only. Add
11314 --with-cross-host option when building with a cross-compiler.
11315 * configure: Canonicalize the arguments put into config.status by
11316 always using `=' for an option with an argument. Pass a presumed
11317 --host or --target explicitly.
11318
11319Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11320
11321 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11322 into general OS recognition case.
11323
11324Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11325
11326 * configure.in (target_configdirs): add target-winsup only
11327 for win32 target systems.
11328
11329Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * Makefile.in (all-target-libgloss): Depend upon
11332 configure-target-newlib, since when libgloss is built it looks to
11333 see if the newlib directory exists.
11334
11335Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11336
11337 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11338 cfg-ml-*.in.
11339
11340Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11341
11342 * configure: Handle LD and LD_FOR_TARGET when configuring a
11343 Canadian Cross.
11344
252b5132
RH
11345Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11346
11347 * configure.in (target_libs): add target-winsup.
11348 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11349 (target==ppcle-pe): remove ld from $noconfigdirs.
11350
11351Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11352
11353 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11354 Preserve relative path names in $srcdir. Build symlink tree if
11355 configuring cross target dir and srcdir=. (= no VPATH support).
11356 (configure-target-libg++): Depend on configure-target-librx.
11357 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11358 * config-ml.in: New file.
11359 * symlink-tree: New file.
11360 * configure: Ensure srcdir="." if that's what it is.
11361
11362Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11363
11364 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11365 includes and FLEX_SKELETON setting.
11366 * mpw-configure (--with-gnu-ld): New option, controls whether
11367 to use PPCLink or ld with PowerMac GCC.
11368 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11369 * mpw-config.in: Configure grez if targeting Mac.
11370
11371 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11372 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11373 just macos.
252b5132
RH
11374 * configure.in: Configure grez resource compiler if targeting Mac.
11375 * Makefile.in (all-grez, install-grez): New targets.
11376
11377Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11378
11379 * configure: CXX defaults to gcc, not g++. If we find
35590697 11380 gcc in the path, set CC to gcc -O2.
252b5132
RH
11381
11382Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11383
11384 * configure: Default ${build} correctly. Avoid picking up extra
11385 spaces when reading CC and CXX from Makefile. When doing a
11386 Canadian Cross, use plausible default values for numerous
11387 variables.
11388 * configure.in: When doing a Canadian Cross, don't try to
11389 configure tools whose configure script can't handle it.
11390
11391Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11392
11393 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11394
11395Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11396
11397 * configure: Remove dubious bug reporting address.
11398
11399Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11400
11401 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11402 configure script, run that instead of this directory's configure.
11403 In either case, print a message that we're configuring the sub-dir.
11404
11405Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11406
11407 * configure.in: Before checking for the existence of various files,
11408 use sed to filter out "target-".
11409
11410Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11411
11412 * Makefile.in (DO_X): Split rule to decrease command line length
11413 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11414 (Philippe De Muyter).
11415
11416Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11417
11418 * Makefile.in (all-patch): depend on all-libiberty.
11419
11420Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11421
11422 * configure.in: If the only directory in target_configdirs which
11423 actually exists is libiberty, then set target_configdirs to empty,
11424 to avoid trying to build a target libiberty in a gas or gdb
11425 distribution.
11426
11427Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11428
11429 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11430 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11431 systems.
252b5132
RH
11432
11433Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11434
11435 * configure.in (copy_dirs): Use sys-include instead of include
11436 for --with-headers option.
11437
11438Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11439
11440 * Makefile.in, configure.in: Make winsup builds work with
11441 new scheme.
11442
11443Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * configure.in: Build the linker on AIX.
11446
11447Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11448
11449 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11450 where needed.
11451
11452Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11453
11454 * Makefile.in (all-gcc): Fix typo.
11455
11456Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11457
11458 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11459
11460Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11461
11462 * configure.in: Rename libFOO to target-libFOO, and xiberty
11463 to target-xiberty, to provide more flexibility.
11464 (target_subdir): Define. Create if cross.
11465 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11466 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11467 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11468 check-libFOO -> check-target-libFOO, etc.
11469 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11470 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11471 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11472 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11473 allow ALL_GCC="" to only configure.
11474 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11475 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11476 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11477
11478Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11479
11480 * Makefile.in (taz): Build "info" in etc explicitly.
11481
11482Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11483
11484 * configure.in: Make sure that CC is undefined (as opposed to
11485 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11486 problem with autoconf trying to configure on a host without GCC.
11487
11488Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11489
11490 * mpw-configure: Set host alias from choice of host compiler,
11491 only use generic MPW Makefile sed if present, edit a file
11492 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11493 * mpw-README: Add problem notes about CW6 and CW7.
11494
11495Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11496
11497 * Makefile.in (taz): Use ";" instead of ";;".
11498
11499Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11500
11501 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11502 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11503 DISTDOCDIRS.
11504 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11505 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11506
11507Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11508
11509 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11510 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11511 Move bfd to DISTSTUFFDIRS.
11512
11513Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11514
11515 * Makefile.in (X11_LIB): Removed.
11516 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11517
11518 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11519
11520Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11521
11522 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11523 names.
11524
11525Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11526
11527 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11528
11529Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11530
11531 * configure.in (i[345]86-*-win32): Always build newlib.
11532 Don't configure cvs, autoconf or texinfo.
11533 * Makefile.in (LD_FOR_TARGET): New.
11534 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11535 Pass down LD_FOR_TARGET.
11536
11537Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11538
11539 * winsup: New directory.
11540 * Makefile.in: Build winsup.
11541 * configure.in: Winsup is configured when target is win32.
11542 Can only build win32 target GDB when native.
35590697 11543
252b5132
RH
11544Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11545
11546 * config.guess: Recognize HP model 819 machines as having
11547 a PA 1.1 processor.
11548
11549Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11550
11551 * configure: Fix sed loop which substitutes for CC and CXX to
11552 avoid bug found in various sed implementations.
11553
11554Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11555
11556 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11557 simulator. Use standard powerpc-*-eabi*.
11558
11559Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11560
11561 * configure.in: Stop putting gas and binutils in noconfigdirs for
11562 powerpc-*-aix* and rs6000-*-*.
11563
11564Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11565
11566 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11567 -mcall-aixdesc libraries.
11568
11569Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11570
11571 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11572
11573 * config.sub (arm | armel | armeb): Fix shell syntax.
11574
11575Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11576
11577 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11578 -msoft-float and -mcpu=common support.
11579 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11580 libraries.
11581
11582Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11583
11584 * configure.in: Allow configuration and build of emacs19 for the alpha.
11585
11586Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11587
11588 * configure.in (CC): Get ^CC, not just any old CC, from
11589 ${host_makefile_frag}.
11590
11591Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11592
35590697 11593 * configure.in (CC): Try to get CC from
252b5132
RH
11594 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11595
11596Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11597
11598 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11599 only if it exists in $(srcdir).
11600
11601Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11602
11603 * configure: If CC and CXX are not set in the environment, set
11604 them, based on either an existing Makefile or on searching for gcc
11605 in PATH. Substitute for CC and CXX in Makefile.
11606 * configure.in: Remove libm from target_libs. Separate
11607 target_configdirs from configdirs. If CC is not set in
11608 environment, try to get it from a host Makefile fragment. Rewrite
11609 changes of configdirs to use skipdirs instead. A few minor
11610 tweaks. Take directories out of target_configdirs as they are
11611 taken out of configdirs. Remove existing Makefile files from
11612 subdirectories. Substitute for TARGET_CONFIGDIRS and
11613 CONFIG_ARGUMENTS in Makefile.
11614 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11615 by configure.in.
11616 (CONFIG_ARGUMENTS): Likewise.
11617 (CONFIGURE_TARGET_MODULES): New variable.
11618 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11619 ($(CONFIGURE_TARGET_MODULES)): New target.
11620 (configure-libg++, configure-libio): New targets.
11621 (all-libg++): Depend upon configure-libg++.
11622 (all-libio): Depend upon configure-libio.
11623 (configure-libgloss, all-libgloss): New targets.
11624 (configure-libstdc++): New target.
11625 (all-libstdc++): Depend upon configure-libstdc++.
11626 (configure-librx, all-librx): New targets.
11627 (configure-newlib): New target.
11628 (all-newlib): Depend upon configure-newlib
11629 (configure-xiberty): New target.
11630 (all-xiberty): Depend upon configure-xiberty.
11631
11632Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11633
11634 * configure.in (host i[345]86-*-win32): Expand the
11635 noconfigdirs again.
11636
11637Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11638
11639 * mpw-configure: Fix sed command file name.
11640
11641Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11642
35590697 11643 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11644 noconfigdirs again.
11645
11646Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11647
11648 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11649 or powerpc*-*-pe*, since they are not yet supported.
11650
11651Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11652
11653 Add PowerMac support and many other enhancements.
11654 * mpw-configure: New option --cc to select compiler to use,
11655 paste options set according to --cc into the generated
11656 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11657 if mpw-make.sed is present.
11658 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11659 add forward includes for PowerPC include files.
11660 * mpw-build.in: Build using Makefile.PPC if present.
11661 (do-byacc, etc): Remove separate version resource builds.
11662 (do-gas): Build "stamps" before "all".
11663 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11664 * mpw-README: Update to reflect --cc option, PowerMac support,
11665 and recently-reported compatibility problems.
11666
11667Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11668
11669 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11670 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11671 (--with-multilib-top): Pass to recursive invocations.
11672
11673Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11674
11675 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11676 v810-*-*.
11677
11678Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11679
11680 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11681 gdb, ld and opcodes on v810-*-*.
11682
252b5132
RH
11683Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11686 (local-maintainer-clean): New target.
11687 (maintainer-clean): New target.
11688 (realclean): Just depend upon maintainer-clean.
11689
11690Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11691
11692 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11693
11694Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11695
11696 * configure.in: Build ld in mips*-*-bsd* case.
11697
11698Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11699
11700 * config.sub: Accept -lites* OS. From Ian Dall.
11701
11702Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11703
11704 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11705 targets.
252b5132
RH
11706
11707Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11708
11709 * configure.in: treat i386-win32 canadian cross the same as
11710 i386-go32 canadian cross.
11711
11712Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11713
11714 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11715 running under the simulator to build a reduced set of libraries.
11716 (powerpc-*-eabiaix): Add fine grained multilib support added to
11717 other powerpc targets yesterday.
11718
11719Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11720
11721 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11722 -disable-softfloat, -disable-relocatable, -disable-aix, and
11723 -disable-sysv to control which multilib libraries get built.
11724
11725Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11726
11727 * configure: Add Makefile.tem to list of files to remove in trap
11728 handler.
11729
11730Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11731
11732 * config.guess (*Linux*): Add missing "exit"s.
11733 Also, need specific check for alpha-unknown-linux (uses COFF).
11734
11735Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11736
11737 * config.guess: Merge with FSF:
11738
11739 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11740 * config.guess (AIX4): More robust release numbering discovery.
11741
11742 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11743 * config.guess (i386-sequent-ptx): Properly get version number.
11744
11745 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11746 * config.guess (mips:*:4*:UMIPS): New case.
11747
11748Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11749
11750 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11751 (i386-win32 host): Likewise. Don't build readline.
11752
afb8d725
JM
11753Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11754
11755 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11756 SUPPORT_FILES to submakes.
11757
252b5132
RH
11758Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11759
11760 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11761 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11762 mpw-configure.
11763
11764Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11765
11766 * configure.in (appdirs): Use =, not ==, in test expression when
11767 trying to build the text to print in the warning message for
11768 Solaris users.
11769
11770Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11771
11772 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11773
11774Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11775
11776 * config.guess: Recognize lynx-2.3.
11777
11778Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11779
11780 * config.sub (z8ksim): Deleted
11781 (z8k-*-coff): New, this is the one true name of the target.
11782
11783Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11784
11785 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11786
11787Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11788
11789 * config.guess (*:Linux:*:*): First try asking the linker what the
11790 default object file format is (elf, aout, or coff). Then if this
11791 fails, try previous methods.
11792
11793Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11794
11795 * configure.in: Don't build newlib for *-*-vxworks5.1.
11796
11797Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11798
11799 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11800 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11801
11802Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11803
11804 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11805
11806Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11807
11808 * cfg-ml-com.in: New file.
11809 * cfg-ml-pos.in: New file.
11810
11811Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11812
11813 * COPYING.NEWLIB: Add HP free copyright to list.
11814
11815Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11816
11817 * config.sub: Recognize -eabi* for the system, not just -eabi.
11818
11819Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11820
11821 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11822 * config.sub, configure.in (win32): New target and host.
11823
11824Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11825
11826 * configure.in: Add i386-pe configuration.
11827
11828Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11829
11830 * mpw-build.in (install): Install GDB after LD.
11831
11832Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11833
11834 * mpw-config.in (elf/mips.h): Always forward-include, needed
11835 for GDB to build.
11836
11837Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11838
11839 * testsuite: New directory for customer acceptance and whole tool
11840 chain tests.
11841
11842Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11843
11844 * configure: If per-host line isn't found, but AC_OUTPUT is found
11845 and a configure script exists, run it instead.
11846
11847Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11848
11849 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11850
11851Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11852
11853 * configure: Set build_{cpu,vendor,os,alias} to host values when
11854 --build isn't specified.
11855
11856Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11857
11858 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11859 (FLAGS_TO_PASS): Pass them.
11860 (EXTRA_TARGET_FLAGS): Ditto.
11861
252b5132
RH
11862Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11863
11864 * Makefile.in (all-libg++): Depend on all-libstdc++.
11865
11866Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11867
11868 * configure.in (noconfigdirs): Enable all packages for
11869 i386-unknown-netbsd.
11870
11871Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11872
11873 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11874 hosted builds (DOS builds)
11875
11876Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11877
11878 Changes for ARM based on patches from Richard Earnshaw:
11879 * config.sub: Handle armeb and armel.
11880 * configure.in: Omit arm linker only for riscix.
11881
11882Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11883
11884 * config.guess: Update from FSF.
11885
11886Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11887
11888 * config.sub: Recognize powerpcle as the little endian varient of
11889 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11890 powerpcle variant. Convert pentium into i586, not i486. Add p5
11891 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11892 temporarily.
11893
11894Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11895
11896 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11897
11898Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11899
11900 * config.sub: Accept -lites* as a basic system type.
11901
11902Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11903
11904 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11905 installed, and if so return linuxoldld as the system name.
11906
11907Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11908
11909 * config.guess: Add hppa1.1-hp-lites support.
11910
11911Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11912
11913 * configure.in: Don't build newlib for m68k-vxworks5.1.
11914
11915Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11916
11917 * configure.in (mips-sgi-irix6): Use mh-irix5.
11918
11919Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11920
11921 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11922
11923Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11924
11925 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11926 OSF/1. Fix compiler flags.
252b5132
RH
11927 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11928
11929Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11930
11931 * configure.in: Recognize --with-newlib.
11932 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11933
afb8d725
JM
11934Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11935
11936 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11937 to *_X11_MODULES due to gdbtk needing X include files et al.
11938
252b5132
RH
11939Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11940
11941 Merge in support for Mac MPW as a host.
11942 (Old change descriptions retained for informational value.)
11943
11944 * mpw-config.in: Add generic include forwards for cpu-specific
11945 include files in aout and elf directories.
11946
11947 * mpw-configure: Added copyright.
11948 * mpw-config.in: Check for presence of required build tools.
11949 (target_libs): Add newlib.
11950 (target_tools): Add examples.
11951 (Read Me): Generate as "Read Me for MPW" instead.
11952 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11953 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11954 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11955
11956 * mpw-configure: Remove subdir-specific makefile hackery,
11957 delete mk.tmp after using it.
11958
11959 * mpw-build.in (all): Display start and end times.
11960
11961 * mpw-configure (host_canonical): Set.
11962 (target_cpu): Always add to makefiles.
11963 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11964 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11965 (mpw-mh-mpw): Look for in srcdir and srcroot.
11966 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11967
11968 * mpw-build.in: (install-only): New target.
11969
11970 * mpw-configure (host_alias, target_alias): Rename from hostalias
11971 and targetalias, add into generated Makefile.
11972 (mk.tmp): If present, add into generated Makefile.
11973 * mpw-build.in (all-gas): Build config.h first before gas proper.
11974
11975 * mpw-configure (config.status): Write only if changed.
11976 * mpw-config.in (readline): Configure it (not built, just used for
11977 definitions).
11978
11979 * mpw-config.in (elf/mips.h): Add a forward include.
11980
11981 * mpw-config.in: Forward-include most .h files in include into
11982 extra-include.
11983 (readline): Don't build.
11984 mpw-build.in (install): Install GDB.
11985
11986 * mpw-configure (prefix, mpw_prefix): Handle it.
11987 * mpw-config.in (mmalloc, readline): Don't configure.
11988 * mpw-build.in (thisscript): Rename to ThisScript.
11989 Use mpw-build instead of BuildProgram everywhere.
11990 (mmalloc, readline): Don't build.
11991 * mpw-README: New file, basic documentation about the MPW port.
11992
11993 * mpw-config.in: Use forward-include to create include files.
11994
11995 * mpw-configure: Add more things to the top of each configured
11996 Makefile, including contents of config/mpw-mh-mpw.
11997 * mpw-config.in (extra-include): Create this directory and fill it
11998 with Posix-like include files when configuring.
11999
12000 * config.sub (apple, mac, mpw): Add various aliases.
12001
12002 * mpw-build.in: New file, top-level build script fragment for MPW.
12003 * mpw-configure: New file, configure script for MPW.
12004 * mpw-config.in: New file, config fragment for MPW.
12005
12006Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12007
12008 * configure.in (host_libs): Remove glob, since it is gone from the
12009 sources.
12010
12011Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12012
12013 * Makefile.in: define empty GDB_NLM_DEPS var.
12014
12015 * configure.in(target_makefile_frag): use config/mt-netware
12016 for netware targets.
12017
12018Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12019
12020 * config.sub: Merge in recent FSF changes. Remove linux special
12021 cases.
12022
12023Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12024
4bddf3ad 12025 Revert this change:
252b5132
RH
12026
12027 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12028
12029 * build-all.mk: Use CC=cc -Xs on Solaris.
12030
252b5132
RH
12031Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12032
12033 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12034 stop using it.
12035 * Makefile.in: Nuke all references to glob subdirectory.
12036
12037Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12038
12039 * configure.in: Fix --enable-shared logic in per-host.
12040
12041Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12042
12043 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12044
12045Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12046
12047 * configure.in (noconfigdirs): Don't build gas on AIX, for
12048 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12049
12050Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12051
12052 * configure: Fix --cache-file to work if the file argument is a
12053 relative path.
12054
12055Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12056
12057 * configure: If the --cache-file is used, pass it down to
12058 configure in subdirectories.
12059
12060Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12061
12062 * config.sub: add vxworks29k configuration.
12063
12064Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12065
12066 * Makefile.in (taz): Do "diststuff" part quietly.
12067
12068Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12069
12070 * config.sub: Mini-merge with gcc/config.sub.
12071
12072Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12073
12074 * config.guess (IRIX): Sed - to _.
12075
12076Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12077
12078 * Makefile.in (source-vault, binary-vault): New targets.
12079
12080Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12081
12082 * config.sub: Recognize -eabi as a basic system type.
12083
12084Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12085
12086 * configure.in (enable_shared stuff): Fix typo.
12087
12088Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12089
12090 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12091
12092Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12093
12094 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12095
12096Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12097
12098 * configure.in (rs6000-*-*): Don't build gas.
12099
12100Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12101
12102 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12103 reduce command line length.
12104 (AS_FOR_TARGET): Check for as.new, not Makefile.
12105 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12106
12107Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12108
12109 * config.guess: Merge from FSF.
12110
12111Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12112
12113 * configure: Don't use $ when handling program_suffix.
12114
12115Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12116
12117 * configure.in: Configure tk for hppa/hpux.
12118
12119Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12120
12121 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12122
12123Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12124
12125 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12126 to LIBCXXFLAGS. Tests are better run without it.
12127
12128Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12129
12130 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12131
12132Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12133
12134 * configure.in (*-*-netware*): Don't configure xiberty.
12135
12136Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12137
12138 * configure.in: Remove tk from native_only list.
12139
12140Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12141
12142 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12143 for special NCD build.
12144
12145Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12146
12147 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12148 makeall.bat, they're only useful for binutils snapshots.
12149 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12150 makeall.bat to specified SUPPORT_FILES.
12151
12152Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12153
12154 * build-all.mk: Add Ericsson targets to sun4 and solaris
12155 hosts. Add BNR's sun4 target to solaris host, so their
12156 build-from-source will be tested in-house first.
12157
12158Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12159
12160 * Makefile.in (LIBCFLAGS): New variable.
12161 (CFLAGS_FOR_TARGET): Ditto.
12162 (LIBCFLAGS_FOR_TARGET): Ditto.
12163 (LIBCXXFLAGS): Ditto.
12164 (CXXFLAGS_FOR_TARGET): Ditto.
12165 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12166 (BASE_FLAGS_TO_PASS): Pass them.
12167 (EXTRA_TARGET_FLAGS): Ditto.
12168
4bddf3ad 12169 * configure.in: Support --enable-shared.
252b5132
RH
12170
12171Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12172
12173 * configure.in (target_libs): Include libstdc++ again.
12174 * config.guess: Update from FSF (for FreeBSD).
12175
12176Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12177
12178 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12179 makeall.bat.
12180 (DISTDOCDIRS): Add `etc'.
12181 (ETC_SUPPORT_PFX): New variable.
12182 (taz): Include anything from etc starting with a word in
12183 ETC_SUPPORT_PFX.
12184
12185Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12186
12187 * config.sub: Update for recent FSF changes. Remove obsolete
12188 h8300hds entry. Add -windows* and -osx as basic os. Minor
12189 spacing changes.
12190
12191Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12192
12193 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12194
12195 * config.guess: Merge with FSF.
12196 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12197
12198Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12199
12200 * configure: Since the "trap 0" handler will override the exit
12201 status on many systems, only use it for "exit 1", and make it set
12202 a non-zero exit status; reset it before "exit 0". Also, check
12203 exit status of config.sub, and error out if it failed.
12204
12205Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12206
12207 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12208 and install libgloss.
12209
12210Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12211
12212 * Makefile.in (all-binutils): Depend upon all-byacc.
12213
12214 * configure.in: Don't build emacs on Irix 5.
12215
12216Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12217
12218 * configure.in (*-*-netware*): Add libio.
12219
12220Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12221
12222 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12223 (CHECK_TARGET_MODULES): Ditto.
12224 (INSTALL_TARGET_MODULES): Ditto.
12225 (TARGET_LIBS): Ditto.
12226 (all-libstdc++): Note dependencies.
12227
12228Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12229
12230 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12231
12232Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12233
12234 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12235 -fexternal-templates.
12236
12237 * configure.in (target_libs): Add libstdc++.
12238 (noconfigdirs): Add libstdc++ as appropriate.
12239
12240Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12241
12242 * config.guess: Update from FSF.
12243
12244Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12245
12246 * configure: Use ${config_shell} when running ${configsub}.
12247
12248Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12249
12250 * config.sub: No longer recognize h8300h.
12251
12252Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12253
12254 * config.sub: Remove extraneous differences between config.sub and
12255 gcc/config.sub.
12256
12257Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12258
12259 * Makefile.in (DISTSTUFFDIRS): Add gas.
12260
12261Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12262
12263 * COPYING.NEWLIB: New file.
12264
12265Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12266
12267 * config.guess (HP-UX): Patch from Harlan Stenn
12268 <harlan@landmark.com> to also emit release level.
12269
12270Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12271
12272 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12273
12274Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12275
12276 * config.sub: Merge nextstep cleanup from FSF.
12277
12278Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12279
12280 * configure.in (arm-*-*): Don't configure ld for this target.
12281
12282Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12283
12284 * configure.in (*-*-netware): don't configure libg++, libio,
12285 librx, or newlib.
12286
12287Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12288
12289 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12290 configure ld--it works, but it doesn't support shared libraries.
12291
12292Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12293
12294 * config.guess (*-unknown-freebsd*): Get rid of possible
12295 trailing "(Release)" in version string.
12296 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12297
12298Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12299
12300 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12301 Fix type: *-next-neststep -> *-next-nextstep.
12302
12303 * config.guess: Merge from FSF:
12304
12305 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12306
12307 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12308
12309 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12310
12311 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12312 instead of UNIX_SV for UnixWare 1.0).
12313
12314Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12315
12316 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12317 to make gdb/nlm/* build after the compiler and linker.
12318
12319Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12320
12321 * config.guess (netbsd, freebsd, linux): Accept any machine,
12322 not just i[34]86.
12323 (m68k-atari-sysv4): Relocate to match FSF version.
12324
12325 * config.guess: More merges from the FSF:
12326
12327 Add a space before function call or macro invocation.
12328
12329 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12330
12331 * config.guess: Add trap cmd to remove dummy.c and dummy when
12332 interrupted.
12333
12334 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12335
12336 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12337 (dummy): Redirect stderr from compilation of dummy.c.
12338
12339 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12340
12341 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12342
12343Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12344
12345 * configure: Accept and ignore --cache*, for compatibility with
12346 new autoconf.
12347
12348Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12349
12350 * config.guess: Merge from FSF:
12351
12352 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12353
12354 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12355 (PATH): Add /.attbin at end for finding uname.
12356 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12357
12358 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12359
80413487 12360 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12361
12362 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12363
80413487
RH
12364 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12365 to select whether to use ELF or COFF.
252b5132
RH
12366
12367 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12368
80413487 12369 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12370
12371 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12372
12373 * config.guess: Guess the OS version for HPUX.
12374
12375 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12376
12377 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12378
12379Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12380
12381 * configure.in: Recognize --with-headers, --with-libs, and
12382 --without-newlib.
12383 * Makefile.in (all-xiberty): Depend upon all-ld.
12384
12385Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12386
12387 * configure.in: Change i[34]86 to i[345]86.
12388
12389Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12390
12391 * configure (version): A few more tweaks to help message.
12392
12393Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12394
12395 * Makefile.in: Remove (for now) librx as a host library,
12396 now that we're building it for target.
12397
12398Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12399
12400 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12401 (Karl Berry).
12402
12403Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12404
12405 * configure.in: Also configure librx.
12406
12407Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12408
12409 * Makefile.in: Update various rules to reflect that librx
12410 is now needed for libg++.
12411
12412Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12413
12414 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12415
12416Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12417
12418 * configure.in: Configure the examples directory.
12419
12420Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12421
12422 * configure: Simplify Jun 2 1994 change.
12423
12424Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12425
12426 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12427 /bin/gcc isn't good enough to build gcc.
12428
12429Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12430
12431 * Makefile.in (GDB_SUPPORT_FILES): Remove
12432 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12433 (gdb.tar.gz): Add new rule to use standard distribution building
12434 mechanism.
12435
12436Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12437
12438 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12439 Bill Cox <bill@cygnus.com>.
12440
12441Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12442
12443 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12444
12445Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12446
12447 * configure: Search current dir first in .gdbinit.
12448
12449Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12450
12451 * config.sub: Recognize freebsd (merged from gcc config.sub).
12452
12453Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12454
12455 * config.sub: Refer to NeXT's operating system as nextstep.
12456
12457 * config.sub (case $basic_machine): Re-order the cases, to match
12458 the order in the FSF version (which is mostly alphabethical).
12459 Merge in some additions and changes from the FSF.
12460
12461Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12462
12463 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12464 * config.sub: Recognize cxux7.
12465 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12466
12467Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12468
12469 * config.sub: Fix typo powerpc -> powerpc-*.
12470
12471Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12472
12473 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12474
12475 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12476 parallel with all-emacs and install-emacs). Top-level command
12477 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12478
12479Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12480
12481 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12482 $(relbindir)/make before doing ``make install'', and use
12483 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12484 installing over running make binary.
12485 ($(host)-stamp-stage3-installed): Likewise.
12486
12487Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12488
12489 * config.guess: Recognize Mach.
12490
12491Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12492
12493 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12494 see whether --exec-prefix was used.
12495
12496Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12497
12498 * README: Explicitly mention libg++/README. (Zoo's idea.)
12499
12500Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12501
12502 * Makefile.in: Add all-librx target similar to all-libproc.
12503
12504Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12505
12506 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12507 with post 1.2 uname bogosity.
12508
12509Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12510
12511 * configure: Remove temporary files on receipt of a signal.
12512
12513Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12514
12515 * configure: If there is a package_makefile_frag, remove
12516 ${subdir}/Makefile.tem after copying it in.
12517
12518Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12519
12520 * build_all.mk: support rs6000 lynx identifies itself as
12521 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12522 since /bin/gcc is too feeble to compile a modern gcc.
12523
12524Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12525
12526 * brought devo/test-build.mk update-to-date with progressive/
12527 test-build.mk. Add lynx targets and hppa flag info.
12528
12529Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12530
12531 * configure.in: Use mh-ncrsvr43. Patch from
12532 Tom McConnell <tmcconne@sedona.intel.com>.
12533
12534Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12535
12536 * config.guess (i386-unknown-bsdi): No longer need to
12537 check #if defined(__bsdi__) && defined(__i386__).
12538
12539Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12540
12541 * configure: Set program_transform_nameoption correctly.
12542
12543Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12544
12545 * brought build-all.mk update-to-date with progressive build-all.mk,
12546 added new targets and hppa info.
35590697 12547
252b5132
RH
12548Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12549
12550 * configure: If config.guess result is a prefix of the user
12551 specified target, assume a native build and use the user specified
12552 target as the host alias. Remove SunOS patch suffix removal hack.
12553 * configure.in: Remove SunOS patch suffix removal hack.
12554
12555 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12556 in NATIVE_CHECK_MODULES.
12557
12558Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12559
12560 * Makefile.in: Rename HOST_ONLY to NATIVE.
12561 * configure: Delete SunOs patch suffix from host_canonical
12562 and build_canonical variables that are prepended to Makefiles.
12563 * configure.in: Add comments for easier maintenance.
12564
12565Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12566
12567 * Makefile.in: Add all-libproc target similar to all-gui.
12568
12569Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12570
12571 * Makefile.in (CHECK_MODULES): split into
12572 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12573
12574Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12575
12576 * config.guess (i386-unknown-bsdi): New system to guess.
12577
12578Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12579
12580 * Makefile.in: Add all-gui target (but not yet build by "all").
12581
12582Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12583
12584 * config.sub: Move deletion of patch suffix from here...
12585 * configure.in: To here, at Ian's suggestion. The top-
12586 level scripts might need to know of a patch level.
12587
12588Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12589
12590 * config.sub: Strip off patch suffix so rtl is recognized
12591 as a sunos4.1.3 machine, even though it's been patched.
12592
12593Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12594
12595 * Makefile.in (INSTALL_LAST): Delete.
12596 (INSTALL_DOSREL): New.
12597
12598Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12599
12600 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12601 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12602 whether we pass down --with-gnu-ld anyhow.
12603
12604Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12605
12606 * Makefile.in (INSTALL_LAST): Change operation so it works
12607 on more flavors of make.
12608 * configure.in (go32): Don't build libg++ or libio.
12609
12610Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12611
12612 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12613 they can be overriden by templates.
12614
12615Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12616
12617 * configure.in (target==go32): Don't build gdb.
12618 * dosrel: New directory.
12619
12620Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12621
12622 * configure.in (host==go32): Configure dosrel too.
12623 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12624 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12625 be set by incoming names or templates.
12626 (INSTALL_LAST): New rule.
252b5132
RH
12627
12628Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12629
12630 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12631
12632Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12633
252b5132
RH
12634 * configure.in (appdirs): New variable. Currently empty, but will
12635 be used in gas distribution. If nonempty, lists a set of
12636 directories at least one of which must get configured, or top
12637 level configuration is considered to have failed.
12638 (rs6000-*-lynxos*): Use new file name.
12639
12640Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12641
12642 Eliminate XTRAFLAGS.
12643 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12644 newlib include files using -idirafter, and also use -nostdinc.
12645 (CXX_FOR_TARGET): Likewise.
12646 (XTRAFLAGS): Removed.
12647 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12648 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12649 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12650 ($(DO_X)): Don't pass down XTRAFLAGS.
12651
12652Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12653
12654 * configure.in (mips*-dec-bsd*): New target; do build linker.
12655 (mips*-*-bsd*): New target; don't build linker.
12656
12657Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12658
12659 * configure.in: support rs6000-*-lynxos* configuration.
12660 support sunos4 as a cross target.
12661
12662 * config.sub: look for lynx*, not lynx since the OS version may
12663 legitimately be part of the name.
12664
12665Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12666
12667 * configure.in (i[34]86-*-sco*): Move to be with other i386
12668 targets.
12669 (romp-*-*): New target. Skip various binary utilities.
12670 (vax-*-*): New target. Don't build newlib.
12671 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12672
12673Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12674
12675 * configure.in: Only set host_makefile_frag if config
12676 directory exists.
12677
12678Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12679
12680 * install.sh: If $dstdir exists, don't check whether each
12681 component does.
12682
12683Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12684
12685 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12686
12687Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12688
35590697
AJ
12689 * configure.in (*-*-lynxos*): Don't configure newlib for either
12690 native or cross Lynx.
252b5132
RH
12691
12692Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12693
12694 * config.sub (sparc64-elf): Fix os.
12695 (z8k): Remove duplicate.
12696
12697Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12698
12699 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12700 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12701
12702Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12703
12704 * configure: Make file links cleanly even if Lynx fails on
80413487 12705 an NFS symlink (at least fail cleanly).
252b5132
RH
12706
12707Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12708
12709 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12710 -XNh2000.
12711
12712Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12713
12714 * configure: Unknown options are fatal again.
12715
12716Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12717
12718 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12719 compatibility.
252b5132
RH
12720
12721Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12722
12723 * build-all.mk: Add `clean' target.
12724
12725Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12726
12727 * config.guess: Add SINIX support.
12728 * configure.in: Add mips-*-sysv4* support.
12729
12730Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12731
12732 * build-all.mk: Document all useful targets.
12733 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12734 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12735
12736Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12737
12738 * configure: Support --silent, --quiet.
12739
12740Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12741
12742 * configure: Support --disable-FEATURE.
12743
12744Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12745
12746 * config.guess: Recognize NCR running SVR4.3.
12747
12748Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12749
12750 * config.guess: Make BSDI generate i386-unknown-bsd386.
12751 Patch from Paul Eggert <eggert@twinsun.com>.
12752
12753Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12754
12755 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12756
12757Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12758
12759 * configure: Make unrecognized options give nonfatal warnings
12760 instead of fatal errors, and pass them to any subdirectory
12761 configures in case they recognize them.
12762 Make --x equivalent to --with-x.
12763
12764Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12765
12766 * configure: Add --enable-* options. Clean up usage message and
12767 some comments.
12768
12769Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12770
12771 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12772
12773Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12774
12775 * configure.in (hppa*-*-*): Enable binutils.
12776
12777Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12778
12779 * config.sub: Recognize cisco.
12780
12781Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12782
12783 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12784
12785Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12786
12787 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12788 than one configuration name. Add comment.
12789
12790Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12791
12792 * config.guess: about target *-hitachi-hiuxwe2, fixed
12793 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12794 macro is incorrect.]
12795
12796Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12797
12798 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12799 than the "make ls" stuff which used to be here.
12800
12801Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12802
12803 * config.guess: Recognize i[34]86-unknown-freebsd.
12804 From Shawn M Carey <smcarey@rodan.syr.edu>.
12805
12806Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12807
12808 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12809
12810Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12811
12812 * config.guess: Check for ptx.
12813
12814Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12815
12816 * config.sub: Add os9k checking.
12817
12818Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12819
12820 * config.guess: Handle OSF1 running on HPPA processors
12821
12822Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12823
12824 * configure: If subdir configure fails, print out a message with
12825 subdirectory name, in case subdir's configure code didn't identify
12826 itself.
12827
12828Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12829
12830 * configure.in: Remove embedded newlines from configdirs.
12831 Avoid mismatches of substrings. Fix matching strings at end
12832 of configdirs.
12833
12834Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12835
12836 * config.guess: Add Lynx/rs6000 config support.
12837
12838Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12839
12840 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12841
12842Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12843
12844 * configure.in (hppa*-*-osf*): Treat this just like most other
12845 PA configurations (eg no binutils or ld).
12846 (hppa*-*-*elf*): These configurations have binutils and ld.
12847
12848Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12849
12850 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12851
12852Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12853
12854 * configure.in (rs6000-*-*): Build gas.
12855
12856Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12857
80413487 12858 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12859
12860Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12861
12862 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12863 for GDB and GDB has been fixed to not need it.
12864
252b5132
RH
12865Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12866
12867 * config.guess: Recognize vax hosts.
12868
12869Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12870
12871 * configure (while loop): Don't use "break 2" inside case
12872 statement -- the case statement isn't an enclosing loop.
12873
12874Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12875
12876 * config.guess: Clean up NeXT support, to allow nextstep
12877 on Intel machines. Make OS be nextstep.
12878
12879Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12880
12881 * config.guess: Add alternate forms for Convex.
12882
12883Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12884
12885 * configure: Completely rewrite option processing. Take
12886 advantage of pattern-matching to avoid invoking test frequently.
12887 Also clean up host and target defaulting logic.
12888
12889Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12890
12891 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12892 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12893 commands (plus user environment) will fit SCO limits.
12894
12895Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12896
12897 * configure.in: Don't issue warnings about directories which are
12898 not being configured if -norecursion is set. Correct test for
12899 --with-gnu-as and --with-gnu-ld to not get confused by substring
12900 matches.
12901
12902 * configure.in: Don't build gas for alpha-dec-osf1*.
12903
12904Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12905
12906 * configure: Back out Per's change of 12/19/1993. It changes the
12907 behavior of configure in unexpected and confusing ways.
12908
12909 Also, use different delim char when calculating
12910 program_transform_name so that the name can contain slashes.
12911
12912Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12913
12914 * configure.in, config.sub: Add support for VSTa micro-kernel.
12915
12916Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12917
12918 * configure.in: Nuke hacks which were used to get a special
12919 version of GAS for HPPA configurations.
12920
12921Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12922
12923 * configure: If only ${target_alias} is given, use that
12924 as the default for ${host_alias}.
12925 * configure: Add missing back-slashes before nested quotes.
12926
12927Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12928
12929 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12930
12931Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12932
12933 * config.guess: Recognize some Tektronix configurations.
12934 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12935
12936Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12937
12938 * config.sub: Match any flavor of SH.
12939
12940Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12941
12942 * configure.in: Don't try to configure newlib for Alpha.
12943
12944Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12945
12946 * configure.in: Don't build ld for Irix 5. Don't build gas,
12947 libg++ or libio for any Alpha target.
12948
12949 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12950
12951Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12952
12953 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12954 default arguments -- so it tried to compress itself.
12955
12956Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12957
12958 * configure.in (notsupp): ensure that a space is always at the end
12959 of the configdirs list, since the grep checks for an explicit space
12960
12961Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12962
12963 * configure.in (target i386-sysv4.2): don't build ld, since static
12964 versions of many libraries are not available.
12965
12966Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12967
12968 * config.guess: Recognize Apollos (using environment variables).
12969 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12970
12971Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12972
12973 * config.guess: Recognize Sony news mips running newsos.
12974
12975Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12976
12977 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12978 "fi ; else" for bash.
12979
12980Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12981
12982 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12983
12984Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12985
12986 * config.sub: accept unixware as an alias for svr4.2.
12987 Fix some inconsistancies with the gcc version.
12988
12989Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12990
12991 * Makefile.in (DISTDOCDIRS): Add gdb.
12992
12993Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12994
12995 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12996
12997Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12998
12999 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13000 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13001 this now.
13002
13003Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13004
13005 * config.sub: Accept hiux* as an OS name.
13006
13007 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13008 etc/make-stds.texi. The underscore came from gcc, and dje now
13009 agrees that RUNTESTFLAGS is the correct name.
13010
13011Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13012
13013 * install.sh: Remove 'set -e'. It makes any conditionals
13014 in the script useless.
13015
13016 * config.guess: Automatically recognize arm-acorn-riscix
13017 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13018
13019Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13020
13021 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13022
13023Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13024
13025 * Makefile.in (DISTDOCDIRS): New variable.
13026 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13027 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13028
13029Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13030
13031 * configure.in (hppa target): check the source directory for the
13032 pagas sub-directory
13033
13034Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13035
13036 * config.sub: Allow -aout* and -elf*.
13037
13038Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13039
13040 * configure.in: Don't build ld on i386-solaris2, same as for
13041 sparc-solaris2.
13042
13043Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13044
13045 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13046
13047Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13048
13049 * configure.in: Configure gdb for alpha.
13050
13051Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13052
13053 * Makefile.in (CXXFLAGS): Add -O.
13054
13055Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13056
13057 * config.guess: added support for DG Aviion
13058
13059Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13060
13061 * configure.in: Produce warning message for subdirectories not
13062 configurable for this host/target combination. Don't try to
13063 configure gdb for vms.
13064
13065Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13066
13067 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13068 appropriate files before making "diststuff".
13069 (DISTBISONFILES): New var: list of files to be edited.
13070 (DISTSTUFFDIRS): Add binutils.
13071
13072Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13073
13074 * config.sub: also handle mipsel and mips64el (for little endian mips)
13075
13076Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13077
13078 * configure.in: Add * to end of all OS names.
13079
13080Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13081
13082 * configure.in: Build newlib for LynxOS native.
13083
13084Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13085
13086 * config.guess: Add support for delta 88k running SVR3.
13087
13088 * configure.in: Add comment about HP compiler vs. emacs.
13089
13090Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13091
13092 * configure.in: don't build ld on solaris2 (not a viable option
13093 due to bugs in getpwnam & getpwuid)
13094
13095Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13096
13097 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13098 config.guess will produce a full version number.
13099
13100Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13101
13102 * configure.in: Build linker and binutils for alpha-dec-osf1.
13103
13104Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13105
13106 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13107 and gdb/testsuite/Makefile.in.
13108
13109Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13110
13111 * configure.in: recognize mips*- instead of mips-
13112
13113Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13114
13115 * config.sub: Accept linux*coff and linux*elf as operating
13116 systems.
13117
13118Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13119
13120 * config.sub: Recognize mips64, and mips3 as an alias for it.
13121
13122Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13123
13124 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13125 gdb knows how to handle OSF/1 shared libraries.
13126
13127Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13128
13129 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13130 * config.guess: Recognize Hitachi's HIUX.
13131 * config.sub: Recognize h3050r* and hppahitachi.
13132 Remove redundant cases for hp9k[23]*.
13133
13134Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13135
13136 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13137 if gas and ld are in the source tree and are in ${configdirs}.
13138 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13139 --with options (but still pass them down on the command line,
252b5132
RH
13140 if they were explicitly specified).
13141
13142Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13143
13144 * configure: substitute SHELL value in Makefile.in with
13145 ${CONFIG_SHELL}
13146
13147Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13148
13149 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13150 *-*-solaris2* targets.
13151
13152Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13153
13154 * Makefile.in: define M4, and pass it down to sub-makes;
13155 all-autoconf now depends on all-m4
13156
13157Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13158
13159 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13160 presence of {ar,ranlib} instead of a configured directory
13161
13162Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13163
13164 * config.guess: Accept 34?? as well as 33?? for NCR.
13165
13166Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13167
13168 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13169 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13170
13171Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13172
13173 * configure: grab values for $(CC) and $(CXX) from the
13174 environment, so that someone can do "CC=gcc configure; make" and
13175 have it work right (matching the way that autoconf works now)
13176
13177 * configure.in, Makefile.in: add support for gash, the tcl
13178 interface to Galaxy
13179
13180 * config.guess: add NetBSD variants (hp300, x86)
13181
13182Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13183
13184 * install.sh: Support -d option (in the manner of SunOS 4 install,
13185 as it is more deterministic than that of GNU install)
13186 (chmodcmd): Set file to mode 755 by default (should also do default
13187 chgrp and chown, but I don't feel like dealing with that now)
13188
13189Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13190
13191 * config.sub: Remove h8300hhms alias.
13192
13193Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13194
13195 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13196
13197Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13198
13199 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13200 as stmp-fixinc
13201
13202Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13203
13204 * config.sub: recognize m88110-bug-coff.
13205
13206Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13207
13208 * Makefile.in (all-libio): all dependencies on the toolchain used
13209 to build this (gcc, gas, ld, etc)
13210
13211Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13212
13213 * config.guess: Deal with OSF/1 1.3 on alpha.
13214
13215Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13216
13217 * install.sh: add some 'else true' clauses for portability
13218
13219 * configure.in: don't build libio for h8[35]00-*-* targets
13220
13221Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13222
13223 * Makefile.in: Add support for new libio.
13224
13225Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13226
13227 * install.sh: If one command fails, don't try the rest. Don't try
13228 to remove $dsttmp (via trap) unless we have already created it.
13229 If $src doesn't exist, detect it and exit with an error.
13230
13231 * config.guess: Recognize BSD on hp300.
13232
13233Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13234
13235 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13236 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13237
13238Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13239
13240 * Makefile.in (all-send-pr): depends on all-prms
13241
13242Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13243
13244 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13245
13246Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13247
13248 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13249 Added test for mips-mips-riscos5.
13250
13251Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13252
13253 * configure.in: use mh-hp300 for 68k HP hosts
13254
13255Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13256
13257 * configure: add support for CONFIG_SHELL, so that you can use
13258 some alternate shell for evaluating configure scripts
13259
13260Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13261
13262 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13263 in configure script to bug-gdb@prep.ai.mit.edu when building
13264 distribution archive.
13265 * Makefile.in (COMPRESS): Remove def.
13266 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13267 gdb.tar.Z and make-gdb.tar.Z respectively.
13268 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13269 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13270 to convergence with 'taz' target in Makefile.in.
13271
13272Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13273
13274 * install.sh (dsttmp): use trap to ensure that tmp files go
13275 away on error conditions
13276
13277Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13278
13279 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13280
13281Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13284 its parent is '/' not ''.
13285
13286 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13287
13288Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13289
13290 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13291 that ${newsrcdir}/configure.in does.
13292
13293Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13294
13295 * test-build.mk: support for CONFIG_SHELL
13296
13297Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13298
13299 * config.sub (netware): Add as a basic system type.
13300
13301Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13302
13303 * Makefile.in (Makefile): depend on configure.in. Also drop the
13304 $(srcdir)/ from the dependency on Makefile.in.
13305
13306Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13307
13308 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13309 (h8300hhms is temporary until multi-libraries are implemented).
13310 * configure.in: Handle h8300h too.
13311
13312Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13313
13314 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13315
13316Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13317
13318 * configure: Remove extraneous output when guessing host type.
13319 * config.guess: Remove extraneous output when guessing using C
13320 compiler rather than uname, or when guessing fails.
13321
13322Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13323
13324 * Makefile.in: remove all.cross and install.cross targets
13325
13326 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13327 definitions
13328
13329Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13330
13331 * configure.in (target sh): Build gprof.
13332
13333Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13334
13335 * config.sub: change -solaris to -solaris2
13336
13337Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13338
13339 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13340
13341Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13342
13343 * configure: Correct error message for missing Makefile.in to
13344 print correct directory.
13345
13346Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13347
13348 * install.sh: kludge around 386BSD shell bug
13349
13350Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13351
13352 * config.guess: Recognize NeXT.
13353 * config.guess: Recognize i486-ncr-sysv4.
13354 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13355
13356Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13357
13358 * Makefile.in (MAKEINFOFLAGS): New variable.
13359 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13360 * build-all.mk, test-build.mk: Pass down --no-split as
13361 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13362
13363Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13364
13365 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13366
13367Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13368
13369 * Makefile.in (libg++.tar.z): New rule.
13370 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13371 * Makefile.in (taz): Only do a single chmod.
13372
13373Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13374
13375 * install.sh: don't use dirname anymore (replaced with sed usage)
13376
13377Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13378
13379 * Makefile.in: Change extension for gzip'd files from '.z' to
13380 '.gz' per new FSF standard usage.
13381
13382Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13383
13384 * configure: put quotes around the final value of program_transform_name
13385
13386Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13387
13388 * Makefile.in: new install.sh support; update install-info rules
13389
13390Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13391
13392 * configure.in: Build diff for crosses, but not for go32 host.
13393
13394 * configure.in: Build gprof only for native, and don't build it
13395 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13396
13397Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13398
13399 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13400
13401Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13402
13403 * configure.in (host_tools): Add prms.
13404
13405Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13406
13407 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13408 with $(FLAGS_TO_PASS) on the command line
13409
13410 * config.sub: Recognize lynx and lynxos
13411
13412Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13413
13414 * config.sub: Accept -ecoff*, not just -ecoff.
13415
13416Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13417
13418 * Makefile.in (taz): Use .gz suffix instead of .z.
13419 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13420 names.
13421
13422Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13423
13424 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13425
13426Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13427
13428 * Makefile.in (install-no-fixedincludes): install gcc last, so
13429 that rebuilds that might happen during 'make install' don't get
13430 bogus gcc include files
13431
13432Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13433
13434 Change from Utah for HPPA support:
13435 * config.guess: Recognize hppa1.x-hp-bsd.
13436
13437Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13438
13439 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13440 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13441
13442Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13443
13444 * config.sub: Add support for rom68k and bug boot monitors.
13445
13446Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13447
13448 * Makefile.in: Make all-opcodes depend on all-bfd.
13449
13450Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13451
13452 * config.guess: Added special check for i[34]86-univel-sysv4*.
13453
13454Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13455
13456 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13457 the processor rather than assuming i486.
13458
13459Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13460
13461 * config.guess: Recognize SunOS6 as Solaris3.
13462
13463Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13464
13465 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13466 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13467
13468Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13469
13470 * build-all.mk (all-cross): New target for Canadian Cross.
13471 Added Q2 go32 targets.
13472 * test-build.mk: Configure go32 cross sparclite-aout and
13473 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13474 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13475
13476Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13477
13478 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13479 GO32 hosted toolchains
13480
13481Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13482
13483 * configure: change so "-exec-prefix" gets passed down rather
13484 than "-exec_prefix" so autoconf generated Makefiles get the
13485 exec_prefix set right.
13486
13487Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13488
13489 * config.guess: get the Solaris2 minor version number
13490
13491 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13492
13493Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13494
13495 * config.guess: Recognize some Sequent platforms.
13496
13497Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13498
13499 * Makefile.in: added the vault-install target
13500
13501 * configure.in: actually use the Sun3 makefile fragment that's in
13502 config, also added the release dir to configdirs
13503
13504Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13505
13506 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13507
13508Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13509
13510 * configure.in: remove some program from Alpha targetted toolchains
13511
13512Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13513
13514 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13515 gprof.
13516 (taz): Run "make diststuff" in those directories instead of "make
13517 proto-dir". Look for "VERSION=" only at start of line in subdir
13518 Makefile. Use "gzip -9" for compression.
13519 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13520 (binutils.tar.z): New target.
13521
13522Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13523
13524 * Makefile.in (taz): Include gpl.texinfo.
13525
13526Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13527
13528 * Makefile.in (setup-dirs): Merged into "taz" target.
13529 (taz): Only do `proto-dir' stuff if a directory is actually needed
13530 for this target.
13531
13532Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13533
13534 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13535 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13536 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13537 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13538 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13539
13540Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13541
13542 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13543 config.sub, and move-if-change to gdb testsuite distribution
13544 archive, so the testsuite can be extracted, configured, and
13545 run separately from the gdb distribution. Blow away the Chill
13546 tests that require a Chill compiled executable, since GNU Chill
13547 is not yet publically available.
13548
13549Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13550
13551 * test-build.mk: set environment variables in a single command,
13552 instead of a list of assignments and exports
13553
13554 * config.guess: recognize Alpha/OSF1 systems
13555
13556Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13557
13558 * configure: Change help message to prefer --options rather than
13559 -options.
13560
13561Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13562
13563 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13564 zippy@ecst.csuchico.edu.
13565 * config.guess: Recognize miniframe.
13566
13567Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13568
9eb322aa
MF
13569 * Makefile.in: Use srcroot to find runtest rather than rootme.
13570 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13571
13572Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13573
13574 * test-build.mk: Extensive additions to support building on a
13575 machine other than the host.
13576
13577Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13578
13579 * configure (tooldir): Fix for i386-aix again.
13580
13581Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13582
13583 * configure, Makefile.in: Change definition of $(tooldir)
13584 to match the FSF.
13585
13586Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13587
13588 * config.guess: Recognize i[34]86/SVR4.
13589
13590Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13591
13592 * Makefile.in (all-gdb): gdb depends on sim.
13593
13594Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13595
13596 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13597 at the same time we make the prototype gdb directory.
13598 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13599 files at the same time as the gdb base release distribution.
13600
13601Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13602
13603 * Makefile.in (check): Use individual check targets rather than
13604 DO_X rule.
13605 (check-gcc): Added.
13606
13607Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13608
13609 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13610 for System V release 3.2.
13611
13612Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13613
13614 * config.sub: Recognize hppaosf.
13615 * configure.in: Do configure ld/binutils/gas for it.
13616
13617Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13618
13619 * configure (tooldir): Alter syntax used to set this, for systems
13620 where "\$" isn't handled right, like i386-aix.
13621
13622Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13623
13624 * configure: Pass program-transform-name, not
13625 program_transform_name, to recursive configures.
13626
13627Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13628
13629 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13630 of gas+ld+binutils.
13631
13632Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13633
13634 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13635
13636Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13637
13638 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13639
252b5132
RH
13640Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13641
13642 * Makefile.in (PRMS): Set back to all-prms.
13643
13644Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13645
13646 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13647 targets, rather than for MIPS hosts.
13648
13649Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13650
13651 * configure.in: add comment for --with-x default values
13652
13653 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13654
13655 * Makefile.in: add check-* targets for each of the directories in
13656 the tree. Add a definition of RUNTEST that will use the one we
13657 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13658
13659Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13660
13661 * configure.in: Removed obsolete references to bfd_target and
13662 target_makefile_frag.
13663
13664 * build-all.mk: Set assorted targets for Q2.
13665 * config.sub: Recognize z8k-sim and h8300-hms.
13666 * test-build.mk: Really don't pass host to configure.
13667 (HOLES): Added uname.
13668
13669Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13670
13671 * configure: Handle an empty program-prefix, program-suffix or
13672 program-transform-name correctly.
13673
13674Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13675
13676 * build-all.mk: -G 8 no longer required for MIPS targets.
13677 * test-build.mk: Don't pass host argument to configure; make it
13678 guess.
13679
13680Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13681
13682 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13683 * Makefile.in (COMPRESS): New macro, like GZIP.
13684
13685Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13686
13687 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13688
13689 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13690 with gas currently defaults to -G 0.
13691
13692Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13693
13694 * Makefile.in (all-flex): flex depends on byacc.
13695
13696 * build-all.mk: If host not specified, use config.guess. Pass TAG
13697 to test-build.mk as RELEASE_TAG.
13698 * test-build.mk (configargs): New variable containing arguments to
13699 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13700 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13701
13702 * config.guess: Use /bin/uname when checking -X argument on SCO,
13703 to avoid invoking GNU uname which doesn't understand -X.
13704
13705 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13706
13707 * configure.in: Build gas for mips-*-*.
13708
13709Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13710
13711 * Makefile.in (all.normal): insert missing backslash.
13712
13713Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13714
4bddf3ad 13715 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13716
13717 * Makefile.in: Complete overhaul to merge many almost identical
13718 targets.
13719
13720Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13721
13722 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13723 (gdb.tar.Z): Adjusted.
13724
13725 * Makefile.in (setup-dirs, taz): New targets; should be general
13726 enough to adapt for gdb sometime. Build only .z file.
13727 (gas.tar.z): New target.
13728
13729Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13730
13731 * build-all.mk: Use CC=cc -Xs on Solaris.
13732
252b5132
RH
13733Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13734
13735 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13736 for handling BISON for FSF releases.
13737
13738Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13739
13740 * configure: Actually implement the change zoo just documented.
13741
13742Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13743
13744 * configure: when using config.guess, only set target_alias when
13745 it's not already been set (ie, on the command line)
13746
13747Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13748
13749 * Makefile.in: add installcheck target, set PRMS to install-prms
13750
13751Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13752
13753 * configure: add support for package_makefile_fragment, handle the
13754 case where a directory has a configure.in file but no Makefile.in
13755 more gracefully (with an actual understandable error message, even);
13756 add support for --without (and add this to the usage message); also
13757 explicitly add a --host=${host_alias} to the command line when
13758 config.guess is used
13759
13760Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13761
13762 * configure: Must use both --host and --target in recursive calls.
13763
13764Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13765
13766 * Makefile.in: Change deja-gnu to dejagnu.
13767
13768Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13769
13770 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13771
13772Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13773
13774 * configure.in: canonicalize all instances to *-*-solaris2*,
13775 also strip out a number of tools to not build for go32 host
13776
13777Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13778
13779 * config.guess: add GPL.
13780
13781 * Makefile.in, config.guess, config.sub, configure: bump
13782 copyrights to 93.
13783
13784Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13785
13786 * Makefile.in (do-info): Removed obsolete check for existence of
13787 localenv file.
13788
13789 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13790
13791Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13792
13793 * Makefile.in: a couple of 'else true' for decstation,
13794 support for TclX
13795
13796 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13797
13798Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13799
13800 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13801
13802Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13803
13804 * config.guess: Recognize i386-ibm-aix (PS/2).
13805 * configure.in: Use config/mh-aix386 file for it.
13806
13807Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13808
13809 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13810 CC_FOR_TARGET instead.
13811 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13812
13813Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13814
13815 * Makefile.in: Add sim to list of directories sent with gdb
13816
13817Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13818
13819 * configure.in: Put back mips-dec-bsd* case.
13820
13821Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13822
13823 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13824 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13825 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13826
13827Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13828
13829 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13830
13831 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13832 (install-info): install dir.info only if it exists,
13833 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13834
13835Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13836
13837 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13838 gas for mips-dec-bsd.
13839
13840Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13841
13842 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13843 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13844
13845Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13846
13847 * configure.in: Added "dejagnu" to hosttools list.
13848
13849Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13850
13851 * config.sub, configure.in, config.guess: Add support
13852 for Bosx, an AIX variant from Bull.
13853 Patches from F.Pierresteguy@frcl.bull.fr.
13854
13855Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13856
13857 * devo/dejagnu: Initial creation of devo/dejagnu.
13858 Migrated dejagnu testcases and support files for testing software
13859 tools to reside as subdirectories, currently called "testsuite",
13860 within the directory of the software tool. Migrated all programs,
13861 support libraries, etc. beloging to dejagnu proper from
13862 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13863 with no modifications. The changes to these files which will
13864 allow them to configure, build, and execute properly will be made
13865 in a future update.
13866
13867Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13868
13869 * Makefile.in: Change send_pr to send-pr.
13870 * configure.in: Likewise.
13871 * send_pr: Renamed directory to send-pr.
13872
13873Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13874
13875 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13876
13877Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13878
13879 * README: Update for gdb-4.8 release.
13880 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13881 gdb-xxx.tar.z (gzip'd) file also.
13882
13883Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13884
13885 * Makefile.in: make all-diff depend on all-libiberty
13886
13887Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13888
13889 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13890
13891Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13892
13893 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13894
13895Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13896
13897 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13898 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13899 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13900
13901Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13902
13903 * Makefile.in: makeinfo binary is in a new location
13904
13905Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13906
13907 * config.sub: Accept -ecoff as an OS.
13908
13909 * Makefile.in: Various changes to eliminate a level of make
13910 recursion and reduce the required command line length.
13911 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13912 sub-makes.
13913 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13914 variables holding settings for specific sub-makes.
13915 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13916 in terms of BASE_FLAGS_TO_PASS.
13917 (TARGET_LIBS): New variable listing directories which use
13918 TARGET_FLAGS_TO_PASS.
13919 (subdir_do): Eliminated.
13920 (do-*): New set of targets to replace subdir_do.
13921 (various): All targets which used subdir_do now depend on do-*.
13922 (local-clean): Renamed from do_clean.
13923 (local-distclean): New target, dependency of distclean and
13924 realclean.
13925 (install-info): Don't create directories. Depend on dir.info
13926 rather than calling make recursively.
13927 (install-dir.info): Eliminated.
13928 (install-info-dirs): Create all info directories here.
13929 (dir.info): Depend upon do-install-info.
13930
13931 * test-build.mk (HOLES): Added false.
13932
13933Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13934
13935 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13936
13937Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13938
13939 * Makefile.in (info): remove dependency on all-texinfo. The
13940 problem was really in texinfo/C, not at this level.
13941
13942Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13943
13944 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13945
13946Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13947
13948 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13949 GDB releases.
13950
13951Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13952
13953 * configure: Include srcdir in message about target of link not
13954 being found. Don't convert `-' to `_' in `with' options being
13955 passed to subdirs.
13956
13957Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13958
13959 * configure.in: add uudecode to host_tools
13960
13961 * Makefile.in: added {all,install}-uudecode targets, added them to
13962 the appropriate lists
13963
13964Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13965
13966 * Makefile.in (all-gcc): Added dependency on all-gas.
13967
13968 * configure.in (mips-*-*): Build ld and binutils.
13969
13970Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13971
13972 * configure: check return code from mkdir, print error message and
13973 exit on failure.
13974
13975Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13976
13977 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13978
13979Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13980
13981 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13982
13983Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13984
13985 * config.sub (h8500): Recognize this as a cpu type.
13986
13987Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13988
13989 * configure: source directory missing is no longer a warning
13990
13991 * configure.in: recognize irix[34]* instead of irix[34]
13992
13993 * Makefile.in: define and pass down X11_LIB
13994
252b5132
RH
13995Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13996
13997 * guess-systype: Renamed to ...
13998 * config.guess: ... by popular request.
13999 * configure.in, Makefile.in: Update accordingly.
14000
14001Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14002
14003 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14004 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14005 + Execute ./dummy instead of assuming . is in PATH.
14006
14007Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14008
14009 * guess-systype: New shell script. Attempts to guess the
14010 canonical host name of the executing host.
14011 Only a few hosts are supported so far.
14012 * configure: Call guess-systype if no host is specified.
14013
14014Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14015
14016 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14017 gcc Makefile.
14018
14019
14020Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14021
14022 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14023 (all-gcc, install-gcc, subdir_do): Use it.
14024
14025Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14026
14027 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14028
14029Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14030
14031 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14032 set exclusively by configure, using configure.in .
14033
14034Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14035
14036 * test-build.mk: set $PATH for all builds
14037
14038 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14039
14040Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14041
14042 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14043 the one used in gcc/Makefile.in, so that a null expansion doesn't
14044 override the one needed to build gcc with a native cc.
14045
14046
14047Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14048
14049 * configure: Accept -with arguments.
14050
14051Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14052
14053 * Makefile.in: added h8300sim
14054
14055Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14056
252b5132
RH
14057 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14058 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14059 (all-cygnus, native, build-cygnus): Make
14060 $(canonhost)-stamp-3stage-done, not $(host)....
14061 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14062 i386-sco3.2v4. Added else true to if command.
14063
14064Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14065
14066 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14067
14068Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14069
14070 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14071
14072Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14073
14074 * configure.in: don't remove binutils from Solaris builds
14075
14076Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14077
14078 * Makefile.in: get rid of earlier definitions for *clean,
14079 also handle the recursive info rule better
14080
14081Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14082
14083 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14084 do more-or-less the right thing.
14085
14086Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14087
14088 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14089 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14090
14091Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14092
14093 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14094 $(host_canonical).
14095
14096 * configure.in: split the configdirs list into 4 categories (native
14097 v. cross, library v. tool) and handle the cross-only and native-
14098 only in more reasonable (and correct!) way.
14099
14100Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14101
14102 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14103 configdirs anymore.
14104
14105Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14106
14107 * Makefile.in: extensive cleanup:: removed all of the explicit
14108 clean-* targets, collapsed many wrappers around subdir_do into
14109 one, added additional targets to satisfy standards.texi, deleted
14110 some old targets, some changes for consistency
14111
14112Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14113
14114 * configure.in: handle some programs as cross-only, and others as
14115 native only
14116
14117 * test-build.mk: handle partial holes in a more generic manner
14118
14119 * Makefile.in: m4 depends on libiberty
14120
252b5132
RH
14121Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14122
14123 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14124 time, wdiff, and find to configdirs
14125
14126 * Makefile.in: all, clean, and install rules for the new programs
14127 added to configure.in
14128
14129Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14130
14131 * configure.in: use mh-sun for all *-sun-* hosts
14132
252b5132
RH
14133Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14134
14135 * Makefile.in: define flags for X11 include files and library file
14136 locations, pass them down to the programs that need this info
14137
14138 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14139
252b5132
RH
14140Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14141
14142 * configure.in: start building libg++ for HP-UX targets
14143
14144Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14145
14146 * README: Update references to files moved into etc/.
14147
14148Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14149
14150 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14151 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14152
14153Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14154
14155 * configure: accept dash as well as underscore in long option
14156 names for FSF compatibility.
14157
14158Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14159
14160 * config.sub: added -sco3.2v4 support from FSF.
14161
14162Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14163
14164 * configure.in: expand the section that adds or removes
14165 directories from the list of programs to build, to handle native
14166 vs. cross in addition to host v. native
14167
14168Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14169
14170 * Makefile.in: Replace C++ in macro names with CXX.
14171 This is less likely to break ...
14172
14173Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14174
14175 * test-build.mk: add -w to GNU_MAKE
14176
14177Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14178
14179 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14180 add 'sparc' to list of recognized cpus. This needed to make
14181 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14182 Delete some redundant ose68 variants. Recognize -wrs as an os,
14183 then changes that into $CPU-wrs-vxworks.
14184
14185 * configure.in: remove most references to gdbtest, regularize
14186 target based program removal
14187
14188 * test-build.mk: import from p3 tree (many fixes and changes)
14189
14190Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14191
14192 * Makefile.in: added rules to handle tcl, tk, and expect
14193
14194 * configure.in: handle those directories if they exist
14195
14196Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14197
14198 * config.sub: removed bogus hppabsd and hppahpux names, since
14199 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14200
14201Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14202
14203 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14204 depends upon all-xiberty
14205
14206 * Makefile.in: changes from p3, including:
14207
14208 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14209
14210 * Makefile.in (XTRAFLAGS): include newlib directories if
14211 newlib/Makefile exists, rather than if host != target.
14212
14213 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14214
14215 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14216 from the same source tree and not building a cross-compiler. This
14217 matters for the libg++ configuration if reconfiguring a tree that
14218 has already been installed.
14219
14220 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14221
14222 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14223 pick up the machine and system specific header files.
14224
14225 * Makefile.in: added AS_FOR_TARGET, passed down in
14226 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14227 the C compiler to use to create programs which are run in the
14228 build environment, set it to default to $(CC), and passed it down
14229 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14230
14231 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14232
14233 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14234 We need them for unusual native builds, like systems without
14235 ranlib.
14236
14237 * configure: also define $(host_canonical) and
80413487
RH
14238 $(target_canonical), which are the full, canonical names for the
14239 given host and target
252b5132
RH
14240
14241Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14242
14243 * Makefile.in: Added separate definitions for C++.
14244
14245Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14246
14247 * configure.in (configdirs): Add deja-gnu.
14248
14249Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14250
14251 * README: Update for configure.texi and gdb-4.7 release.
14252
14253Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14254
14255 * Makefile.in: Move "all" target to top of file.
14256 Previously, first target was ".PHONY" which caused BSD4.4 make
14257 to build .PHONY when make was run without arguments.
14258
14259Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14260
14261 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14262 Library-copylefted code in libiberty.
14263
14264Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14265
14266 * config.sub: Replace m68kmote with plain old m68k.
14267
14268Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14269
14270 * Makefile.in: Remove space from blank line, avoid Make complaints.
14271
14272Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14273
14274 * config.sub: Complain if no argument is given. Added support for
14275 386bsd as OS and target alias.
14276
14277Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14278
14279 * Makefile.in (XTRAFLAGS): include newlib directories if
14280 newlib/Makefile exists, rather than if host != target.
14281
14282Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14283
14284 * config.sub: recognize sparclite-wrs-vxworks.
14285
14286 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14287 p3.) Added clean-xiberty to clean.
14288
14289Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14290
14291 * configure.in: use *-*-* instead of nested cases for host and target
14292
14293Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14294
14295 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14296 from the same source tree and not building a cross-compiler. This
14297 matters for the libg++ configuration if reconfiguring a tree that
14298 has already been installed.
14299
14300Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14301
14302 * config.sub (i486v/i486v4): Merge in from FSF version.
14303
14304Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14305
14306 * configure: only set PWD if it is already set.
14307
14308Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14309
14310 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14311 doesn't have unset and all success paths (and most error paths)
14312 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14313 to just ${PWD} to avoid confusion.)
14314
14315Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14316
14317 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14318 even for a native compilation.
14319
14320Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14321
14322 Changes to make the gdb.tar.Z rule work better.
14323
14324 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14325 (DEVO_SUPPORT): Add configure.texi.
14326 (bfd-ilrt.tar.Z): Remove ancient rule.
14327
14328Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14329
14330 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14331 pick up the machine and system specific header files.
14332
14333 * configure.in, config.sub: added new target m68010-adobe-scout,
14334 with alias of adobe68k. Changed configure.in to check for
14335 -scout before -sco* to avoid a false match.
14336
14337 * Makefile.in: added AS_FOR_TARGET, passed down in
14338 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14339 the C compiler to use to create programs which are run in the
14340 build environment, set it to default to $(CC), and passed it down
14341 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14342
14343Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14344
14345 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14346 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14347 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14348 FOR_TARGET variants, to newlib and libg++.
14349
14350Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14351
14352 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14353 first.
14354
14355Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14356
14357 * config.sub: Accept `elf' as an environment.
14358
14359Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14360
14361 * Makefile.in (all-opcodes): cd into the right directory
14362
14363Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14364
14365 * configure: added -program_transform_name option, used as
14366 argument to sed when installing programs.
14367 configure.texi: added documentation for -program_prefix,
14368 -program_suffix and -program_transform_name.
14369
14370Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14371
14372 * config.sub: Accept i486 where i386 ok.
14373
14374Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14375
14376 * config.sub: accept we32k
14377
14378Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14379
35590697 14380 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14381
14382 * Makefile.in: don't create all directories for ``make install'';
14383 let the subdirectories create the ones they need.
14384
14385Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14386
80413487 14387 * COPYING: new file, GPL v2
252b5132
RH
14388
14389Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14390
14391 * Makefile.in: use the new gen-info-dir, which needs a template
14392 argument (which also lives in texinfo)
14393
14394 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14395
252b5132
RH
14396Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14397
14398 * config.sub (ncr3000): Change i386 to i486.
14399
14400Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14401
14402 * Makefile.in: add install-rcs, install-grep to
14403 install-no-fixedincludes, removed install-bison and install-libgcc
14404
14405Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14406
14407 * configure.in: grab the HPUX makefile fragment if on HPUX
14408
14409Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14410
14411 * Makefile.in: eradicate bison spoor (ditto libgcc).
14412 configure.in: recognise m68{k,000}-ericsson-OSE.
14413 es1800 is alias for m68k-ericsson-OSE
14414
14415Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14416
14417 * configure.in: rearrange the parts that remove programs from
14418 configdirs, based now on HOST==TARGET or by canonical triple.
14419
14420Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14421
14422 * test-build.mk: recurse explicitly with -f test-build.mk when
14423 appropriate. predicate stage3 and comparison on the existence
14424 of gcc. That is, if gcc isn't around, we aren't three-staging.
14425 On very clean, also remove ...stamp-co. Build in-place before
14426 doing other builds.
14427
14428Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14429
14430 * Makefile.in, configure.in: add tgas
14431
14432Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14433
14434 * Makefile.in: a number of changes merged in from progressive.
14435
14436 * configure.in: add libm.
14437
14438 * .cvsignore: ignore some stuff that comes from test-build.mk.
14439
252b5132
RH
14440Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14441
14442 * config.sub: Add es1800 (m68k-ericsson-es1800).
14443
14444Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14445
14446 * configure: Add program_suffix (parallel to program_prefix)
14447 * Makefile.in: adjust directory-creating script for losing decstation
14448
14449Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14450
14451 * configure: Minor $subdir-related fixes.
14452
14453Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14454
14455 * configure: fix various problems with propogating
14456 makefile_target_frag in subdirs.
14457 * configure.in: config libgcc if its there
14458
14459Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14460
14461 * config.sub: HPPA merge.
14462
252b5132
RH
14463Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14464
14465 * Makefile.in: Replace all-bison with all-byacc in all
14466 dependency lines for other tools (which now use byacc).
14467
14468Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14469
14470 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14471
252b5132
RH
14472Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14473
14474 * Makefile.in: make gprof rules similar to byacc rules (instead of
14475 vestigal $(unsubdir) that didn't work...)
14476
14477Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14478
14479 * config.sub: Add support for Linux.
14480 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14481 (at least for libg++).
14482
14483Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14484
14485 * configure.texi: fix doc for the -nfp option to configure
14486
14487Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14488
14489 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14490
14491Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14492
14493 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14494 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14495 * configure.in: added solaris* host_makefile_frag hook.
14496
14497Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14498
14499 * config.sub: changed recognition of m68000 so that various
14500 m68k types can be specified via m680[01234]0
14501
14502Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14503
14504 * config.sub (basic_machine): fix sed so that '-foo' isn't
14505 completely substituted out while .+'-foo' loses the '-foo'
14506
14507Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14508
14509 * config.sub ($os): Add -aout.
14510
14511Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14512
14513 * configure: If host_makefile_frag is absolute, don't
14514 prefix ${invsubdir} (relevant to libg++ auto-configure).
14515
14516Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14517
14518 * Makefile.in (tooldir): Define it.
14519 (all-ld): Depend on all-flex.
14520
14521Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14522
14523 * Makefile.in (check): Fix libg++ special case.
14524
14525Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14526
14527 * configure: do not bury `pwd` into config.status, thus do fewer
14528 pwd's.
14529
14530 * configure: print the "Building in" message only when building in
14531 other than "." AND verbose.
14532
14533 * configure: remove -s, rework -v to better accomodate guested
14534 configures.
14535
14536 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14537
14538Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14539
14540 * Makefile.in: macroize flags passed on recursion. remove
14541 fileutils.
14542
14543Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14544
14545 * configure: get makesrcdir right for subdirs deeper than 1.
14546
14547 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14548 install.
14549
14550Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14551
14552 * Makefile.in: don't print subdir_do or recursion lines.
14553
14554Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14555
14556 * standards.texi: added menu item.
14557
14558 * Makefile.in: build and install standards.info.
14559
14560 * standards.texi: new file.
14561
14562Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14563
14564 * configure: test for and move config.status pieces from
14565 ${subdir}/.
14566
14567Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14568
252b5132
RH
14569 * configure: Test for existance of files before trying to mv
14570 them, to avoid numerous non-existance messages.
14571
14572Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14573
14574 * configure: correct final line of config.status.
14575
14576 * configure: patch from eggert. Avoids a protection problem if
14577 the original Makefile.in is read only.
14578
14579 * configure: use move-if-change from gcc to create config.status.
14580 Some makefiles depend on config.status to tell if a directory
14581 has been reconfigured for a different host. This change
14582 prevents those directories from remaking everything in the case
14583 where the reconfig was only intended to rebuild a Makefile.
14584
14585 * configure: test for config.sub with "config.sub sun4" rather
14586 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14587 host alias from a missing config.sub.
14588
14589Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14590
14591 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14592 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14593
14594Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14595
14596 * configure: mkdir ${subdir} as needed.
14597
14598Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14599
14600 * Makefile.in,configure.in: added autoconf.
14601
14602Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14603
14604 * Makefile.in: no longer pass against on recursion.
14605
14606 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14607 definitions are not inherited.
14608
14609 * configure: correct makesrcdir when subdir is .
14610
14611Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14612
14613 * configure: Add support for 'subdirs' variable, which is
14614 like 'configdirs', except that configure doesn't re-invoke
14615 itself for subdirs, it just creates a Makefile for each subdir.
14616 * configure.texi: Document subdirs.
14617
14618Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14619
14620 * configure.in: added flex to configdirs
14621
14622Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14623
14624 * Makefile.in: remove clean-stamps from clean.
14625
14626Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14627
14628 * configure.in: Add gdbtest to configdirs.
14629
14630Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14631
14632 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14633 to recursive makes.
14634 * configure.in: Recognize new ncr3000 config.
14635
14636Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14637
14638 * Makefile.in, configure.in: removed references to gdbm.
14639
14640Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14641
14642 * config.sub: Don't canonicalize os value
14643 newsos* to bsd (readline needs to check for newsos).
14644 (This fix was earlier made Jan 31, but got re-broken.)
14645
14646Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14647
14648 * configure.in: sco is an os, not a vendor!
14649
14650 * configure: Quote $( better. Keep various shells happy.
14651
14652Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14653
14654 * Makefile.in: eliminate stamp-files.
14655
14656Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14657
14658 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14659 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14660
14661Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14662
14663 * config.sub: fix iris/iris3.
14664
14665Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14666
14667 * configure: re-add -rm.
14668
14669Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14670
14671 * Maskefile.in: add .stmp-rcs to all.
14672
14673 * configure.in: remove gas from rs6000 build, use aix host fragment.
14674
14675Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14676
14677 * configure: pass down site_option during recursion.
14678
14679Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14680
14681 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14682
14683Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14684
14685 * configure: Change exec_prefix so that it really defaults to prefix.
14686
14687Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14688
14689 * Makefile.in, configure.in: Add support for mmalloc library.
14690
14691Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14692
14693 * Makefile.in: add stmp dependencies for a few more things.
14694
14695Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14696
14697 * configure: adjusted error message on objdir/srcdir configure
14698 collision, per john's suggestion.
14699
14700 * Makefile.in: add libiberty stmp to all and all.cross.
14701
14702Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14703
14704 * Makefile.in: remove force dependencies, add grep to all.
14705
14706Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14707
14708 * Makefile.in: drop flex. make stamp files work.
14709
14710 * configure: added test for conflicting configuration in srcdir,
14711 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14712 gets cranky. use relative paths for configure and srcdir
14713 whenever possible. Send some error messages to stderr that were
14714 going to stdout.
14715
14716Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14717
14718 * Makefile.in: Fix libg++ rule to check for gcc directory
14719 before using gcc/gcc. Also pass XTRAFLAGS.
14720
14721Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14722
14723 * Makefile.in: added stmp-files so that directories aren't polled
14724 when they are already built.
14725
14726 * configure.texi: fixed a node pointer problem.
14727
14728Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14729
4bddf3ad 14730 * config.sub configure.in gdb/configure.in
252b5132
RH
14731 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14732 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14733 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14734
14735Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14736
14737 * configure: -recurring becomes -silent. corrected help message
14738 for -site= option.
14739
14740 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14741
14742Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14743
14744 * configure: when building Makefile for crosses, replace
14745 tooldir and program_prefix. default srcdir from location of
14746 config.sub. remove "for host in hosts" and "for target in
14747 targets" loops.
14748
14749Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14750
14751 * Makefile.in: Do not pass bindir or mandir to cvs.
14752
14753Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14754
14755 * Makefile.in, configure.in: removed traces of namesubdir,
14756 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14757 copyrights to '92, changed some from Cygnus to FSF.
14758
14759 * configure.texi: remove most references to multiple hosts,
14760 multiple targets, subdirs, etc.
14761
14762 * configure.man: removed rcsid. reference config.sub not
14763 config.subr.
14764
14765 * Makefile.in: mkdir $(infodir) on install-info.
14766
14767Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14768
14769 * configure.texi: Explain better about .gdbinit and about
14770 the environment that configure.in sections run in.
14771
14772Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14773
14774 * configure.in: Ultrix is only a decstation if it's a MIPS.
14775
14776Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14777
14778 * README: DOC.configure => cfg-paper.texi.
14779
14780Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14781
14782 * config.sub (near case $os): Don't convert newsos* to bsd!
14783
14784Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14785
14786 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14787 the number of copies of COPYING that go into the GDB tar file.
14788
14789Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14790
4bddf3ad 14791 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14792 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14793 Fix SCO configuration stuff.
14794
14795Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14796
14797 * Makefile.in: For libg++, make sure the -I pointing
14798 to the gcc directory goes *after* all the libg++-local -I flags.
14799 Also, move just-gcc dependency from just-libg++ to all-libg++.
14800
14801Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14802
14803 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14804
14805Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14806
14807 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14808
14809Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14810
14811 * config.sub: Add stratus configuration frags. Also
14812 submitted to FSF.
14813
14814Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14815
14816 * Makefile.in (DEV_SUPPORT): add configure.man.
14817
14818 * config.sub(Decode manufacturer-specific): add -none*.
14819
14820Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14821
14822 * Makefile.in: remove form feeds to make Sun's make happy.
14823 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14824
14825Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14826
14827 * Makefile.in (AR_FLAGS): Make quieter.
14828
14829Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14830
14831 * configure.in: Add libg++.
14832 * configure: When verbose, don't output the command line at each
14833 level; it will be unremarkably the same as the previous version,
14834 which will be the same as what the user typed.
14835
14836Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14837
14838 * configure.in, Makefile.in: fix clean-info, add flex. add
14839 fileutils.
14840
14841 * configure: be less sensitive to spaces in Makefile.in. Do not
14842 look for sources in "..". Doing so breaks subdirectories that
14843 might have their own configure. If a subdir has it's own
14844 configure script, use it.
14845
14846Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14847
14848 * cfg-paper.texi: some changes suggested by rms.
14849
14850Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14851
14852 * config.sub: Merge in some small additions from the FSF version,
14853 taken from the gcc distribution, to bring the Cygnus and FSF
14854 versions into closer sync.
14855
14856Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14857
14858 * configure.in: Changed svr4 references to sysv4.
14859
14860Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14861
14862 * configure: added -V for version number option.
14863
14864Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14865
14866 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14867 renamed from DOC.configure to cfg-paper.texi.
14868
14869Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14870
14871 * configure, config.subr, config.sub: config.subr is now
14872 config.sub again.
14873
14874Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14875
14876 * configure.texi: new file, in progress.
14877
14878 * Makefile.in: build info file and install the man page for
14879 configure.
14880
14881 * configure.man: new file, first cut.
14882
14883 * configure: find config.subr again now that configuration "none"
14884 has gone. removed all traces of the -ansi option. removed all
14885 traces of the -languages option.
14886
14887 * config.subr: resync from rms.
14888
d932cae7 148891991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14890
14891 * configure, config.sub, config.subr: merge config.sub into
14892 config.subr, call the result config.subr, remove config.sub, use
14893 config.subr.
14894
14895 * Makefile.in: revised install for dir.info.
14896
d932cae7 148971991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14898
14899 * configure.in: add decstation host makefile frag.
14900
14901 * Makefile.in: BISON now bison -y again. also install-gcc on
14902 install. clean-gdbm on clean. infodir belongs in datadir.
14903 Make directories for info install. Build dir.info here then
14904 install it.
14905
d932cae7 149061991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14907
14908 * Makefile.in: fix for bad directory tests.
14909
d932cae7 149101991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14911
14912 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14913 regexp. -srcdir relative was being handled incorrectly.
14914
14915 * Makefile.in: unwrapped some for loops so that parallel makes
14916 work again and so one can focus one's attention on a particular
14917 package.
14918
d932cae7 149191991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14920
14921 * configure: added PWD as a stand in for `pwd` (for speed). use
14922 elif wherever possible. make -srcdir work without -objdir.
14923 -objdir= commented out.
14924
d932cae7 149251991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14926
14927 * configure: +options become --options. -subdirs commented out.
14928 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14929 Makefile now at top of generated Makefile. Removed cvs log
14930 entries. added -srcdir. create .gdbinit only if there is one
14931 in ${srcdir}.
14932
14933 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14934 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14935 and mandir now keyed off datadir by default.
14936
d932cae7 149371991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14938
14939 * Freshly created ChangeLog.
14940
14941\f
14942Local Variables:
14943mode: change-log
14944left-margin: 8
14945fill-column: 76
14946version-control: never
14947End:
This page took 1.222613 seconds and 4 git commands to generate.