* interp.c (sim_open): Add support for bfd_arch_v850_rh850
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
ce82b126
JBG
12013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2
3 * config.guss: Update from config repo.
4 * config.sub: Dito.
5
fd62a30d
JJ
62013-01-07 Jeff Johnston <jjohnstn@redhat.com>
7
8 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
9 exists and replace the new bfin license in its location.
10
0140d685
L
112013-01-07 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR gas/14899
14 * Makefile.def (dependencies): Make all-binutils, all-gprof,
15 all-ld and all-gold depend on all-gas.
16 * Makefile.in: Regenerated.
17
c3d399e7
L
182012-12-29 Ben Elliston <bje@gnu.org>
19
20 * config.guess: Update to 2012-12-29 version.
21 * config.sub: Likewise.
22
9417cd2f
JBG
232012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
24
25 * Makefile.def (install-target-libgo): Depend on
26 install-target-libatomic. Merged from GCC repo.
27 * Makefile.in: Regenerate.
28
68dad382
JJ
292012-12-17 Jeff Johnston <jjohnstn@redhat.com>
30
31 * COPYING.LIBGLOSS: Add license for bfin libgloss.
32
2344b8da
TS
332012-12-16 Thomas Schwinge <thomas@codesourcery.com>
34
35 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
36 * configure: Regenerate.
37
5eb08693
L
382012-12-11 H.J. Lu <hongjiu.lu@intel.com>
39
40 * Makefile.def (target_modules): Add bootstrap=true and
41 raw_cxx=true to libsanitizer.
42 * configure.ac (bootstrap_target_libs): Add libsanitizer.
43 * Makefile.in: Regenerated.
44 * configure: Likewise.
45
53ab32d8
JBG
462012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
47
48 * config.sub: Merge from config repo.
49
d2489204
JBG
502012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
51
52 * configure.ac: Merge from GCC.
53 * Makefile.tpl: Dito.
54 * Makefile.in: Dito.
55 * configure: Dito.
56
c23b5043
JBG
572012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
58
59 * configure.ac (noconfigdirs): Merge from GCC.
60 * configure: Regenerate.
61
1dd1f7f6
JBG
622012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
63
64 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
65
2bda3143
L
662012-11-14 Roland McGrath <mcgrathr@google.com>
67
68 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
69 * configure: Regenerate.
70
5286fdef
L
712012-11-13 Richard Henderson <rth@redhat.com>
72
73 * configure.ac: Move libsanitizer logic to subdirectory.
74 * configure: Regenerate.
75
762012-11-13 Dodji Seketeli <dodji@redhat.com>
77
78 * configure.ac: Enable libsanitizer just on x86 linux for now.
79 * configure: Re-generate.
80
812012-11-13 David Edelsohn <dje.gcc@gmail.com>
82
83 * configure.ac: Merge libquadmath sections.
84 * configure: Regenerate.
85
862012-11-12 Wei Mi <wmi@google.com>
87
88 * configure.ac: Add libsanitizer to target_libraries.
89 * Makefile.def: Ditto.
90 * configure: Regenerate.
91 * Makefile.in: Regenerate.
92
f66a9a70
L
932012-11-03 H.J. Lu <hongjiu.lu@intel.com>
94
95 * configure: Regenerated.
96
972012-11-03 Robert Mason <rbmj@verizon.net>
98
99 * configure.ac: add --disable-libstdcxx configure option
100 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
101
6d94c122
CV
1022012-10-24 Corinna Vinschen <corinna@vinschen.de>
103
104 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
105 against Mingw64 w32api.
106 * configure: Regenerate.
107
a882be68
EB
1082012-10-23 Eric Botcazou <ebotcazou@adacore.com>
109
110 PR bootstrap/54820
111 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
112 * configure: Regenerate.
113
b3676d82
EB
1142012-10-22 Eric Botcazou <ebotcazou@adacore.com>
115
116 PR bootstrap/54820
117 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
118 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
119 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
120 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
121 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
122 * Makefile.in: Regenerate.
123 * configure.ac (have_static_libs): New variable and associated check.
124 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
125 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
126 * configure: Regenerate.
127
7b0e8ca5
MF
1282012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
129
130 * config.guess, config.sub: Include updated version from
131 config-patches. Adds microblaze little endian support.
132
8e71395b
L
1332012-09-28 Ian Lance Taylor <iant@google.com>
134
135 * Makefile.def: Make all-target-libgo depend on
136 all-target-libbacktrace.
137 * Makefile.in: Rebuild.
138
1392012-09-26 Ian Lance Taylor <iant@google.com>
140
141 * Makefile.def: Make all-gcc depend on all-libbacktrace.
142 * Makefile.in: Rebuild.
143
1442012-09-06 Diego Novillo <dnovillo@google.com>
145
146 * configure.ac: Bump minimum GMP version to 4.2.3.
147 * configure: Re-generate.
148
1492012-09-05 Georg-Johann Lay <avr@gjlay.de>
150
151 PR target/54461
152 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
153 target-libgloss if not configured --with-avrlibc=no.
154 * configure: Regenerate.
155
1562012-09-04 Jason Merrill <jason@redhat.com>
157
158 * configure.ac: Fix --enable-languages=all.
159
1602012-09-03 Richard Guenther <rguenther@suse.de>
161
162 PR bootstrap/54138
163 * configure.ac: Re-organize ISL / CLOOG checks to allow
164 disabling with either --without-isl or --without-cloog.
165 * configure: Regenerated.
166
1672012-09-03 Georg-Johann Lay <avr@gjlay.de>
168
169 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
170 * configure: Regenerate.
171
d09bbf00
SE
1722012-09-21 Steve Ellcey <sellcey@mips.com>
173
174 * configure.ac: Add mips*-mti-elf* target.
175 * configure: Regenerate.
176
2bf680c4
ILT
1772012-09-19 Ian Lance Taylor <iant@google.com>
178
179 * configure.ac (host_libs): Add libbacktrace.
180 (target_libraries): Add libbacktrace.
181 * Makefile.def (host_modules): Add libbacktrace.
182 (target_modules): Likewise.
183 * configure, Makefile.in: Rebuild.
184
5c0b3823
WL
1852012-09-15 Jiong Wang <jiwang@tilera.com>
186
187 * configure.ac (ENABLE_GOLD): support tilegx*
188 * configure: rebuild
189
1488e230
DE
1902012-09-14 David Edelsohn <dje.gcc@gmail.com>
191
192 PR target/38607
193 Merge upstream change.
194 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
195
196 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
197 Add libgomp*.o to compare_exclusions for AIX.
198 * configure: Regenerate.
199
df6795ce
L
2002012-08-26 H.J. Lu <hongjiu.lu@intel.com>
201
202 PR binutils/4970
203 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
204 and opcodes.
205 * Makefile.in: Regenerated.
206
7ec59b9e
L
2072012-08-14 Diego Novillo <dnovillo@google.com>
208
209 Merge from cxx-conversion branch.
210
211 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
212 POSTSTAGE1_CONFIGURE_FLAGS.
213 * Makefile.in: Regenerate.
214 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
215 Force C++ when bootstrapping.
216 * configure: Regenerate.
217
2182012-07-06 Richard Guenther <rguenther@suse.de>
219
220 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
221 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
222 --with-gmp=system.
223 * Makefile.in: Regenerated.
224 * configure: Likewise.
225
2262012-07-06 Richard Guenther <rguenther@suse.de>
227
228 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
229 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
230 supply V=1 as extra_make_flags.
231 * configure: Regenerated.
232 * Makefile.in: Likewise.
233
2342012-07-03 Richard Guenther <rguenther@suse.de>
235
236 * Makfile.def (isl): Remove not necessary extra_exports and
237 extra_make_flags.
238 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
239 * Makefile.in: Regenerated.
240
2412012-07-03 Richard Guenther <rguenther@suse.de>
242
243 * Makefile.def (cloog): Add V=1 to extra_make_flags.
244 * configure.ac: If either the ISL or the CLooG check failed
245 do not try to build in-tree versions.
246 * Makefile.in: Regenerated.
247 * configure: Regenerated.
248
2492012-07-02 Richard Guenther <rguenther@suse.de>
250 Michael Matz <matz@suse.de>
251 Tobias Grosser <tobias@grosser.es>
252 Sebastian Pop <sebpop@gmail.com>
253
254 * Makefile.def: Add ISL host module, remove PPL host module.
255 Adjust ClooG host module to use the proper ISL.
256 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
257 * configure.ac: Include config/isl.m4. Add ISL host library,
258 remove PPL. Remove PPL configury, add ISL configury, adjust
259 ClooG configury.
260 * Makefile.in: Regenerated.
261 * configure: Likewise.
262
2632012-07-02 Richard Guenther <rguenther@suse.de>
264
265 Merge from graphite branch
266 2011-07-21 Tobias Grosser <tobias@grosser.es>
267
268 * configure: Regenerated.
269 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
270 both cloog.org and legacy versions. The only supported version will
271 be CLooG with the isl backend.
272
273 2011-07-21 Tobias Grosser <tobias@grosser.es>
274
275 * configure: Regenerated.
276 * configure.ac: Require cloog isl 0.17.0
277
278 2011-07-21 Tobias Grosser <tobias@grosser.es>
279
280 * configure: Regenerated.
281 * config/cloog.m4: Do not define CLOOG_ORG
282
2832012-06-29 Steven Bosscher <steven@gcc.gnu.org>
284
285 * configure.ac: Skip C if explicitly selected.
286 * configure: Regenerate.
287
2882012-06-28 Christophe Lyon <christophe.lyon@st.com>
289
290 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
291 they contain -O2.
292 * configure: Regenerate.
293
2942012-06-20 Jason Merrill <jason@redhat.com>
295
296 * Makefile.tpl (check-target-libgomp-c++): New.
297 (check-target-libitm-c++): New.
298 * Makefile.def (c++): Add them.
299 * Makefile.in: Regenerate.
300
3012012-05-16 Olivier Hainque <hainque@adacore.com>
302
303 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
304 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
305 (install-no-fixedincludes): Adjust accordingly.
306 * Makefile.in: Regenerate.
307
3082012-05-09 Nick Clifton <nickc@redhat.com>
309 Paul Smith <psmith@gnu.org>
310
311 PR bootstrap/50461
312 * configure.ac (mpfr-dir): When using in-tree MPFR sources
313 allow for the fact that from release v3.1.0 of MPFR the source
314 files were moved into a src sub-directory.
315 * configure: Regenerate.
316
3172012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
318
319 * configure.ac: Bump minimum MPFR version to 2.4.0.
320 * configure: Regenerated.
321
3222012-05-01 Richard Henderson <rth@redhat.com>
323
324 * Makefile.def (libatomic): New target_module.
325 * configure.ac (target_libraries): Add libatomic.
326 (noconfigdirs): Check if libatomic is supported.
327 * Makefile.in, configure: Rebuild.
328
f87f9c61
L
3292012-05-15 H.J. Lu <hongjiu.lu@intel.com>
330
331 Merge upstream change
332 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
333
3342011-11-21 Andreas Tobler <andreast@fgznet.ch>
335
336 * libtool.m4: Additional FreeBSD 10 fixes.
337
68f107fa
AO
3382012-06-28 Christophe Lyon <christophe.lyon@st.com>
339
340 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
341 they contain -O2.
342 * configure: Regenerate.
343
b9c361e0
JL
3442012-05-14 Catherine Moore <clm@codesourcery.com>
345
346 * NEWS: Mention PowerPC VLE port.
347
9eb322aa
MF
3482012-05-11 Mike Frysinger <vapier@gentoo.org>
349
350 * MAINTAINERS (config/): Move to intl/ section.
351 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
352
58b1dd21
NC
3532012-05-09 Nick Clifton <nickc@redhat.com>
354 Paul Smith <psmith@gnu.org>
355
356 PR bootstrap/50461
357 * configure.ac (mpfr-dir): When using in-tree MPFR sources
358 allow for the fact that from release v3.1.0 of MPFR the source
359 files were moved into a src sub-directory.
360 * configure: Regenerate.
361
2e702c99
RM
3622012-05-02 Roland McGrath <mcgrathr@google.com>
363
364 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
365 * configure: Regenerate.
366
d2213593
JB
3672012-04-25 Joel Brobecker <brobecker@adacore.com>
368
369 * config.sub: Update to 2012-04-18 version from official repo.
370
202e2356
NC
3712012-03-19 Tristan Gingold <gingold@adacore.com>
372
373 * configure.ac (ia64*-*-*vms*): Add support for ld.
374 * configure: Regenerate.
375
2479f722
RO
3762012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
377
378 * configure.ac (enable_libgomp): Remove *-*-irix6*.
379 (unsupported_languages): Remove mips-sgi-irix6.*.
380 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
381 (with_stabs): Remove.
382 * configure: Regenerate.
383
4e97d92b
RO
3842012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
385
386 * configure.ac (enable_libgomp): Remove *-*-osf*.
387 (with_stabs): Remove alpha*-*-osf*.
388 * configure: Regenerate.
389
f9ea6f98
JJ
3902012-03-09 Jeff Johnston <jjohnstn@redhat.com>
391
392 * COPYING.NEWLIB: Modify DJ Delorie license to include
393 modification rights in clause as permitted by DJ Delorie.
394 * COPYING.LIBGLOSS: Ditto.
395
48688b3e
JJ
3962012-03-09 Jeff Johnston <jjohnstn@redhat.com>
397
398 * COPYING.NEWLIB: Remove two unused licenses.
399
0945bbee
TG
4002012-03-05 Tristan Gingold <gingold@adacore.com>
401
402 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
403 * configure: Regenerate.
404
516be0c5
JJ
4052012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
406
407 * COPYING.NEWLIB: Add Adapteva notice.
408 * COPYING.LIBGLOSS: Add Adapteva notice.
409
64b986c0
EB
4102011-12-18 Eric Botcazou <ebotcazou@adacore.com>
411
412 * configure: Regenerate.
413
58cddc18
JJ
4142011-12-15 Jeff Johnston <jjohnstn@redhat.com>
415
416 * COPYING.LIBGLOSS: Add GPL with exception license.
417
b121d7d4
DD
4182011-11-09 Roland McGrath <mcgrathr@google.com>
419
420 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
421 * configure: Rebuild.
422 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
423 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
424 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
425 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
426 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
427 Add READELF.
428 * Makefile.in: Rebuild.
429
d32e2926
RH
4302011-11-08 Richard Henderson <rth@redhat.com>
431
432 * configure.ac: Test for libitm directory present first.
433
434 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
435
436 * configure.ac: Test libitm/configure.tgt to disable libitm.
437 * configure: Rebuild.
438
98dd765a
RO
4392011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
440
441 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
442 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
443 * Makefile.in: Regenerate.
444
99c513f6
DD
4452011-11-01 DJ Delorie <dj@redhat.com>
446
447 * configure.ac (rl78-*-*) New case.
448 * configure: Regenerate.
449
ff3ec4ee
DD
4502011-11-01 DJ Delorie <dj@redhat.com>
451
452 * config.sub: Update to version 2011-10-29 (added rl78)
453
c28a9f49
NC
4542011-10-27 Nick Clifton <nickc@redhat.com>
455
456 * config.sub: Import these changes from the config project:
457
458 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
459 Ben Elliston <bje@gnu.org>
460
461 * config.sub (epiphany): New.
462
463 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
464 Ben Elliston <bje@gnu.org>
465
9eb322aa 466 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
467
468 2011-08-23 Roland McGrath <mcgrathr@google.com>
469
470 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
471 64eb to be64.
472
473 2011-08-16 Roland McGrath <mcgrathr@google.com>
474
475 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
476 (nacl): Grok as alias for 32el-unknown-nacl.
477
860144e4
JB
4782011-08-19 Joel Brobecker <brobecker@adacore.com>
479
480 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
481
40ae9136
YQ
4822011-08-14 Yao Qi <yao@codesourcery.com>
483
484 Merge from gcc:
485
486 2011-08-14 Yao Qi <yao@codesourcery.com>
487 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
488 * configure: Regenerate.
489
ffdd6afc
ILT
4902011-07-26 Ian Lance Taylor <iant@google.com>
491
492 Merge from gcc:
493
494 2011-07-26 Ian Lance Taylor <iant@google.com>
495 * configure.ac: Set have_compiler based on whether gcc directory
496 exists, rather than on whether gcc is in configdirs.
497 * configure: Rebuild.
498
499 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
500 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
501 link directories.
502 * Makefile.in: Rebuild.
503
504 2011-07-20 Ian Lance Taylor <iant@google.com>
505 PR bootstrap/49787
506 * configure.ac: Move --enable-bootstrap handling earlier in file.
507 If --enable-bootstrap and either --enable-build-with-cxx or
508 --enable-build-poststage1-with-cxx, enable C++ automatically.
509 * configure: Rebuild.
510
511 2011-07-19 Ian Lance Taylor <iant@google.com>
512 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
513 make C++ a boot_language. Set and substitute
514 POSTSTAGE1_CONFIGURE_FLAGS.
515 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
516 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
517 * configure, Makefile.in: Rebuild.
518
519 2011-07-16 Jason Merrill <jason@redhat.com>
520 * Makefile.def (language=c++): Add check-c++0x and
521 check-target-libmudflap-c++.
522 * Makefile.tpl (check-target-libmudflap-c++): New.
523 * Makefile.in: Regenerate.
524
525 2011-07-16 Matthias Klose <doko@ubuntu.com>
526 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
527 * Makefile.def (target_modules/libjava): Pass
528 $(EXTRA_CONFIGARGS_LIBJAVA).
529 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
530 if not configured with --enable-static-libjava.
531 * Makefile.in: Regenerate.
532 * configure: Likewise.
533
534 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
535 PR regression/47836
536 PR bootstrap/23656
537 PR other/47733
538 PR bootstrap/49247
539 PR c/48825
540 * configure.ac (target_libraries): Remove target-libiberty.
541 Remove case-statement setting skipdirs=target-libiberty for
542 multiple targets. Remove checking target_configdirs and
543 removing target-libiberty but keeping target-libgcc if
544 otherwise empty.
545 * Makefile.def (target_modules): Don't add libiberty.
546 (dependencies): Remove all traces of target-libiberty.
547 * configure, Makefile.in: Regenerate.
548
9ccb86e7
JM
5492011-07-22 Jason Merrill <jason@redhat.com>
550
551 * Makefile.def (language=c++): Add check-c++0x and
552 check-target-libmudflap-c++.
553 * Makefile.tpl (check-target-libmudflap-c++): New.
554 * Makefile.in: Regenerate.
555
090bc50f
RO
5562011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
557
558 * configure: Regenerate.
559
cff32a7c
RO
5602011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
561
562 PR target/39150
563 * configure.ac (i[3456789]86-*-solaris2*): Also accept
564 x86_64-*-solaris2.1[0-9]*.
565 * configure: Regenerate.
566
eb4b2452
NC
5672011-06-13 Walter Lee <walt@tilera.com>
568
569 * configure.ac (tilepro-*-*) New case.
570 (tilegx-*-*): Likewise.
571 * configure: Regenerate.
572
3c0013bf
NC
5732011-06-06 Nick Clifton <nickc@redhat.com>
574
575 * config.sub: Sync from upstream.
576
91c1f14c
DK
5772011-05-08 Doug Kwan <dougkwan@google.com>
578
579 Merge from gcc:
580
581 2011-05-08 Doug Kwan <dougkwan@google.com>
582
583 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
584 * configure: Regenerated.
585 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
586 value from configure.
587 * Makefile.in: Regenerated.
588
c7e4b184
JM
5892011-05-05 Joseph Myers <joseph@codesourcery.com>
590
591 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
592 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
593 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
594 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
595 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
596 *-*-vxworks*): Disable newlib and libgloss in separate case
597 statement.
598 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
599 to separate case statement.
600 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
601 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
602 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
603 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
604 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
605 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
606 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
607 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
608 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
609 i[[3456789]]86-*-rdos*, m32r-*-*,
610 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
611 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
612 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
613 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
614 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
615 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
616 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
617 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
618 and libgloss in main case over targets. Remove most empty cases
619 in main case over targets.
620 * configure: Regenerate.
621
7152a690
JM
6222011-05-04 Joseph Myers <joseph@codesourcery.com>
623
624 * configure.ac: Remove code setting special library locations for
625 hppa*64*-*-hpux11*. Remove code setting compiler for
626 sparc-sun-solaris2*.
627 * configure: Regenerate.
628
ff46fb8f
JM
6292011-05-04 Joseph Myers <joseph@codesourcery.com>
630
631 * configure.ac: Separate libgloss_dir settings from general case
632 over targets.
633 * configure: Regenerate.
634
82ae827f
JM
6352011-04-28 Joseph Myers <joseph@codesourcery.com>
636
637 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
638 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
639 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
640 cases in libgcj-disabling case statement.
641 (hppa*64*-*-linux*): Set unsupported_languages instead of
642 disabling target-zlib.
643 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
644 to hppa*64*-*-hpux*.
645 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
646 hppa*-*-hpux*.
647 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
648 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
649 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
650 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
651 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
652 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
653 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
654 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
655 libgcj-disabling case statement.
656 * configure: Regenerate.
657
0827f9a6
JM
6582011-04-28 Joseph Myers <joseph@codesourcery.com>
659
660 * configure.ac: Disable Java for targets not supporting libffi.
661 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
662 Remove cases in Java-disabling statement.
663 (*arm-wince-pe): Change to arm-wince-pe.
664 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
665 cases in Java-disabling statement.
666 (bfin-*-*): Don't disable Java again.
667 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
668 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
669 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
670 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
671 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
672 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
673 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
674 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
675 Java-disabling statement.
676 (mmix-*-*): Don't disable Java again.
677 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
678 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
679 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
680 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
681 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
682 statement.
683 * configure: Regenerate.
684
899b04ef
JM
6852011-04-28 Joseph Myers <joseph@codesourcery.com>
686
687 Merge from GCC:
688
689 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
690
691 PR lto/48086
692 * configure.ac: Re-enable LTO on *-apple-darwin9*.
693 * configure: Regenerate.
694
9863d716
JM
6952011-04-28 Joseph Myers <joseph@codesourcery.com>
696
697 * configure.ac: Separate cases disabling Java and Java libraries
698 from general case over targets.
699 * configure: Regenerate.
700
a90ef4bf
JM
7012011-04-06 Joseph Myers <joseph@codesourcery.com>
702
703 * configure.ac (build_tools): Remove build-byacc.
704 (host_libs): Remove mmalloc.
705 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
706 autoconf automake libtool diff rcs fileutils shellutils time
707 textutils wdiff find uudecode hello tar gzip indent recode release
708 sed perl gawk findutils gettext zip.
709 (libgcj): Remove target-qthreads.
710 (target_tools): Remove target-examples target-gperf.
711 (YACC): Don't handle building byacc.
712 * configure: Regenerate.
713 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
714 dosutils, examples, fileutils, find, findutils, gawk, gettext,
715 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
716 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
717 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
718 handle building components.
719 * Makefile.in: Regenerate.
720
05a02268
RW
7212011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
722
723 * config.sub: Sync from upstream.
724
c5f5c3c2
JM
7252011-04-01 Joseph Myers <joseph@codesourcery.com>
726
727 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
728 (microblaze*): Don't disable libssp.
729 * configure: Regenerate.
730
f6c1938b
JM
7312011-04-01 Joseph Myers <joseph@codesourcery.com>
732
733 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
734 moveifchange.
735 * configure: Regenerate.
736 * Makefile.tpl: Use @SHELL@ not @config_shell@.
737 * Makefile.in: Regenerate.
738
1f111696
JM
7392011-04-01 Joseph Myers <joseph@codesourcery.com>
740
741 * configure.ac (*-*-sysv4*): Don't enable libgomp.
742 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
743 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
744 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
745 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
746 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
747 md_exec_prefix cases.
748 * configure: Regenerate.
749
065a5627
JM
7502011-04-01 Joseph Myers <joseph@codesourcery.com>
751
752 * configure.ac: Separate cases disabling target-libssp,
753 target-libiberty, target-libstdc++-v3 and Fortran from general
754 case over targets.
755 * configure: Regenerate.
756
b2f14e4a
JM
7572011-04-01 Joseph Myers <joseph@codesourcery.com>
758
759 * configure.ac (*-*-chorusos): Don't disable libgcj.
760 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
761 Remove case.
762 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
763 (arm-*-coff): Don't disable libgcj.
764 (arm*-*-linux-gnueabi): Remove useless assignment.
765 (arm-*-riscix*): Don't disable libgcj.
766 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
767 configuration.
768 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
769 (c54x*-*-*): Remove case.
770 (tic54x-*-*): Don't disable GCC or GCC libraries.
771 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
772 to *.
773 (d10v-*-*): Don't disable GCC libraries.
774 (d30v-*-*): Don't disable libgcj.
775 (h8500-*-*): Don't disable GCC libraries.
776 (i960-*-*): Don't disable libgcj.
777 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
778 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
779 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
780 libgcj.
781 (m68k-*-coff*): Remove case.
782 (mmix-*-*): Don't disable libgloss on host.
783 (mn10200-*-*, mn10300-*-*): Remove cases.
784 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
785 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
786 Don't disable libgcj.
787 (romp-*-*): Remove case.
788 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
789 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
790 case.
791 (v810-*-*): Don't disable GCC libraries.
792 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
793 (ip2k-*-*): Don't disable GCC libraries.
794 * configure: Regenerate.
795
6a608608
JM
7962011-03-28 Joseph Myers <joseph@codesourcery.com>
797
798 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
799 libffi on host.
800 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
801 on host.
802 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
803 * configure: Regenerate.
804
5b806d27
NC
8052011-03-26 John Marino <binutils@marino.st>
806
807 * configure.ac: Add support for *-*-dragonfly*
808 * configure: Regenerate.
809
0377a422
JM
8102011-03-25 Joseph Myers <joseph@codesourcery.com>
811
812 * configure.ac (native_only): Remove.
813 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
814 send-pr uudecode guile gnuserv on host.
815 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
816 send-pr rcs guile perl texinfo libtool on host.
817 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
818 automake send-pr rcs guile perl texinfo libtool on host.
819 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
820 (*-*-kaos*): Don't disable target-examples target-gperf on target.
821 (alpha*-dec-osf*): Don't disable fileutils on target.
822 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
823 texinfo send-pr expect dejagnu on target.
824 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
825 target-qthreads on target.
826 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
827 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
828 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
829 x86_64-*-mingw*): Don't disable expect on target.
830 (*-*-cygwin*): Don't disable target-gperf on target.
831 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
832 gnuserv on target.
833 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
834 target.
835 * configure: Regenerate.
836
2354b38b
JM
8372011-03-25 Joseph Myers <joseph@codesourcery.com>
838
839 * configure.ac (target_tools): Remove target-groff.
840 (native_only): Remove target-groff.
841 (hppa*64*-*-*): Don't disable byacc.
842 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
843 setting.
844 (*-*-kaos*): Don't skip target-librx and target-groff.
845 (*-*-netware*): Don't skip target-libmudflap.
846 (*-*-tpf*): Don't skip target-libmudflap.
847 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
848 directories on the host.
849 (ia64*-*-*vms*): Don't skip tix.
850 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
851 host.
852 * configure: Regenerate.
853
28d9b232
PB
8542011-03-24 Paolo Bonzini <pbonzini@redhat.com>
855
856 * configure.ac: Remove references to mt-mep, mt-netware,
857 mt-wince.
858 * Makefile.def: Add all-utils soft dependencies.
859 * Makefile.tpl: Remove GDB_NLM_DEPS.
860 * configure: Regenerate.
861 * Makefile.in: Regenerate.
862
dbbe5f95
PB
8632011-03-24 Paolo Bonzini <bonzini@gnu.org>
864
865 Sync from GCC:
866
867 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
868
869 * configure.ac: Do not include mh-x86omitfp.
870 * configure: Regenerate.
871
872 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
873
874 * configure.ac: Remove empty cases.
875 * configure: Regenerate.
876
877 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
878
879 * Makefile.def: Add dependency from termcap to gdb.
880 * Makefile.in: Regenerate.
881
882 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
883
884 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
885 * configure: Regenerate.
886 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
887 * Makefile.tpl: Likewise.
888 * Makefile.in: Regenerate.
889
890 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
891
892 * configure.ac: Remove all mentions of tentative_cc.
893 * configure: Regenerate.
894
895 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
896
897 PR lto/48086
898 * configure.ac: Re-enable LTO on *-apple-darwin9.
899 * configure: Regenerate.
900
3516a403
JM
9012011-03-24 Joseph Myers <joseph@codesourcery.com>
902
903 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
904 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
905 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
906 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
907 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
908 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
909 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
910 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
911 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
912 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
913 *-*-rhapsody*): Remove host cases.
914 * configure: Regenerate.
915
93cc359e
JM
9162011-03-24 Joseph Myers <joseph@codesourcery.com>
917
918 * configure.ac (ppc*-*-pe): Remove host case.
919 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
920 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
921 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
922 cases.
923 * configure: Regenerate.
924
29b2c556
JM
9252011-03-24 Joseph Myers <joseph@codesourcery.com>
926
927 * config.sub: Update to version 2011-03-23.
928
f0ff0f90
JM
9292011-03-22 Joseph Myers <joseph@codesourcery.com>
930
931 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
932 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
933 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
934 * configure: Regenerate.
935
782cb41f
JM
9362011-03-22 Joseph Myers <joseph@codesourcery.com>
937
938 * config-ml.in: Don't handle arc-*-elf*.
939 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
940 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
941 handle GCC libraries.
942 * configure: Regenerate.
943
0e8ad34f
RO
9442011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
945
946 PR bootstrap/48120:
947 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
948 Add -lstdc++ -lm to LIBS.
949 * configure: Regenerate.
950
5548b4ce
DE
9512011-03-18 David Edelsohn <dje.gcc@gmail.com>
952
953 * config.guess: Update to version 2011-02-02
954 * config.sub: Update to version 2011-02-24
2e702c99 955
86ed8cf6
SP
9562011-03-03 Sebastian Pop <sebastian.pop@amd.com>
957
9eb322aa
MF
958 * configure.ac: Adjust test of with_ppl.
959 * configure: Regenerated.
86ed8cf6 960
b123da99
SP
9612011-03-02 Sebastian Pop <sebastian.pop@amd.com>
962
963 * configure.ac: Add -lpwl to ppllibs.
964 * config/cloog.m4: Add -lisl to clooglibs.
965 * configure: Regenerated.
966
822ce8ee
RW
9672011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
968
969 Import from Libtool and gnulib:
970
971 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
972
973 Prepare for supporting FreeBSD 10.
974 * config.rpath: Remove handling of freebsd1* which soon would
975 match FreeBSD 10.0.
976
977 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
978
979 Remove support for FreeBSD 1.x.
980 * libtool.m4 (_LT_LINKER_SHLIBS)
981 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
982 soon would incorrectly match FreeBSD 10.0.
983
dcb5e506
RW
9842011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
985
986 PR binutils/12283
987 * MAINTAINERS (mkinstalldirs): Comes from Automake.
988 (move-if-change): Comes from gnulib.
989 * move-if-change: Import version from gnulib.
990
8d8eef9a
RW
9912011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
992
993 Sync from GCC:
994
995 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
996
997 PR lto/47225
998 * Makefile.def (lto-plugin): Double dash for enable-shared.
999 (configure-gcc): Depend on all-lto-plugin.
1000 * Makefile.in: Rebuilt.
1001
1002 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1003
1004 * configure.ac: Remove extra bracket.
1005 * configure: Regenerate.
1006
1007 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1008
1009 PR lto/47225
1010 * Makefile.def: Add dependency for install-gcc
1011 on install-lto-plugin.
1012 * Makfile.in: Regenerated
1013
1014 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1015
1016 * configure.ac: If with_ppl is no, move setting with_cloog=no
1017 after CLOOG_REQUESTED check.
1018 * configure: Regenerated.
1019
1020 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1021
1022 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1023 CLooG has been requested.
1024 * configure: Regenerated.
1025
1026 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1027
1028 * configure: Regenerated.
1029 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1030
1031 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1032
1033 * configure: Regenerated.
1034 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1035
1036 2011-01-07 Jan Hubicka <jh@suse.cz>
1037
1038 PR lto/47225
1039 * Makefile.in: Regenerate.
1040 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1041 configure.
1042
65b4571a
AO
10432011-01-31 Alexandre Oliva <aoliva@redhat.com>
1044
1045 PR libgcj/44341
1046 * configure.ac: Discard --with-* flags for host when configuring
1047 target libraries for cross build.
1048 * configure: Rebuilt.
1049
7837304f
AS
10502011-01-21 Andreas Schwab <schwab@redhat.com>
1051
1052 Sync from GCC:
1053
1054 2011-01-21 Andreas Schwab <schwab@redhat.com>
1055
1056 * configure.ac: Use AS_HELP_STRING throughout.
1057 * configure: Regenerate.
1058
1059 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1060
1061 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1062 * configure: Regenerate.
1063
115ef890
RW
10642010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1065
1066 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1067
92c9a463
JB
10682011-01-13 Joel Brobecker <brobecker@adacore.com>
1069
1070 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1071 for ia64-hpux.
1072 * configure: Regenerate.
1073
887ebfb4
RW
10742011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1075
1076 Sync from GCC:
1077 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1078
1079 * configure.ac: (picochip): Disable libiberty.
1080 * configure: Regenerate.
1081
04d2c2b2
JJ
10822010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1083
1084 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1085
33d23ee8
ILT
10862010-12-10 Ian Lance Taylor <iant@google.com>
1087
1088 PR bootstrap/46819
1089 * configure.ac: For --disable-libgcj clear libgcj_saved.
1090 * configure: Rebuild.
1091
89a1e9c3
PB
10922010-12-10 Tobias Burnus <burnus@net-b.de>
1093
1094 PR fortran/46540
1095 * configure.ac: Add --disable-libquadmath and
1096 --disable-libquadmath-support.
1097 * configure: Regenerate.
1098
ac7bcd26
TG
10992010-12-10 Tristan Gingold <gingold@adacore.com>
1100
1101 * src-release (ETC_SUPPORT): add gnu-oids.texi
1102
d357cef7
HPN
11032010-12-03 Hans-Peter Nilsson <hp@axis.com>
1104
1105 PR libffi/46792
1106 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1107 * configure: Regenerate.
1108
4f11b223
ILT
11092010-12-02 Ian Lance Taylor <iant@google.com>
1110
1111 * configure.ac: Always set default for poststage1_ldflags to
1112 -static-libstdc++ -static-libgcc.
1113
989abc33
JJ
11142010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1115
1116 * COPYING.NEWLIB: Add National Semiconductor notice.
1117
950386c6
AS
11182010-11-29 Andreas Schwab <schwab@redhat.com>
1119
1120 * configure.ac: Move comment to remove extra space in last argument
1121 of GCC_TARGET_TOOL.
1122
87cda2cf
AO
11232010-11-26 Alexandre Oliva <aoliva@redhat.com>
1124
7d509c83 1125 PR other/46026
87cda2cf
AO
1126 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1127 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1128 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1129 (BASE_FLAGS_TO_PASS): Use it.
1130 * configure: Rebuilt.
1131 * Makefile.in: Rebuilt.
1132
d3b50760
L
11332010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1134
1135 PR binutils/12258
1136 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1137 Properly check default linker.
1138 * configure: Regnerated.
1139
c7791212
NC
11402010-11-23 Matthias Klose <doko@ubuntu.com>
1141
1142 * configure.ac: For --enable-gold, handle value `default' instead of
1143 `both*'. New configure option --{en,dis}able-ld.
1144 * configure: Regenerate.
1145
9e1a94f4
ILT
11462010-11-20 Ian Lance Taylor <iant@google.com>
1147
1148 * configure.ac: Only disable a language library if no language needs
1149 it. Don't let --disable-libgcj uncondtionally disable libffi.
1150 * configure: Rebuild.
1151
ceca0218
PB
11522010-11-20 Paolo Bonzini <bonzini@gnu.org>
1153
1154 * configure: Regenerate.
1155
9b980aa1
RW
11562010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1157
1158 PR other/46202
1159 * configure.ac: Fix just-built in-tree STRIP name to be
1160 binutils/strip-new.
1161 * configure: Regenerate.
1162 * Makefile.def (install-strip-gcc, install-strip-binutils)
1163 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1164 (install-strip-sid): Mirror dependencies on non-strip variants
1165 of these targets on the respective -strip prerequisites.
1166 * Makefile.tpl (install-strip, install-strip-host)
1167 (install-strip-target): New targets.
1168 (install-strip-[+module+], install-strip-target-[+module+]):
1169 New targets.
1170 * Makefile.in: Regenerate.
1171
e552509b
ILT
11722010-11-19 Ian Lance Taylor <iant@google.com>
1173 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1174
1175 * configure.ac: Add target-libgo to target_libraries. Set
1176 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1177 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1178 (HOST_EXPORTS): Add GOC.
1179 (BASE_TARGET_EXPORTS): Add GOC.
1180 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1181 (GOCFLAGS_FOR_TARGET): New variable.
1182 (EXTRA_HOST_FLAGS): Add GOC.
1183 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1184 * Makefile.def (target_modules): Add libgo.
1185 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1186 (dependencies): Add dependency from configure-target-libgo to
1187 configure-target-libffi and all-target-libstdc++-v3. Add
1188 dependencies from all-target-libgo to all-target-libffi.
1189 (languages): Add go.
1190 * configure: Rebuild.
1191 * Makefile.in: Rebuild.
1192
11932010-11-19 Ian Lance Taylor <iant@google.com>
1194
1195 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1196 compiler/flag environment variables.
1197
11982010-11-18 Ian Lance Taylor <iant@google.com>
1199
1200 * configure.ac: Check for lang_requires_boot_languages in
1201 config-lang.in files.
1202 * configure: Rebuild.
1203
8c21d9c7
MF
12042010-11-17 Mike Frysinger <vapier@gentoo.org>
1205
1206 * .gitignore: New file.
1207
e552509b
ILT
12082010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1209 Tobias Burnus <burnus@net-b.de>
1210
1211 PR fortran/32049
1212 * Makefile.def: Add libquadmath; build it with language=fortran.
1213 * configure.ac: Add libquadmath.
1214 * Makefile.tpl: Handle multiple libs in check-[+language+].
1215 * Makefile.in: Regenerate.
1216 * configure: Regenerate.
1217
12182010-11-15 Andreas Schwab <schwab@redhat.com>
1219
1220 * configure.ac: Fix spelling in option names.
1221 * configure: Regenerated.
1222
12232010-11-13 Georg-Johann Lay <georgjohann@web.de>
1224
1225 PR bootstrap/39622
1226 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1227 * configure: Regenerated.
1228
12292010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1230
1231 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1232 define the cloog backend to use. Furthermore, only pass the ppllibs to
1233 the configure checks, if necessary.
1234 * configure: Regenerate.
1235
12362010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1237
1238 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1239 * configure: regenerate
1240
12412010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1242
1243 * config/cloog.m4: Fix typo. verison -> version.
1244 * configure: Regenerate.
1245
12462010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1247
1248 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1249 * configure: Regenerate.
1250
12512010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1252
1253 * configure.ac: Support official CLooG.org versions.
1254 * configure: Regenerate.
1255 * config/cloog.m4: New.
1256
aa291e2d
ME
12572010-11-05 Michael Eager <eager@eagercon.com>
1258
1259 * COPYING.LIBGLOSS: Correct typo in microblaze.
1260 * COPYING.NEWLIB: Same.
1261
e552509b
ILT
12622010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1263
1264 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1265 * configure: Regenerate.
1266
74cea91b
DK
12672010-11-03 Ian Lance Taylor <iant@google.com>
1268 Dave Korn <dave.korn.cygwin@gmail.com>
1269
1270 PR lto/46273
1271 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1272 and on other supported platforms whenever LTO is enabled.
1273 * configure: Rebuild.
1274
6d0cd39e
AM
12752010-11-02 Alan Modra <amodra@gmail.com>
1276
1277 PR binutils/12110
1278 * configure.ac: Error when source path contains spaces.
1279 * configure: Regenerate.
1280
18a8530e
ILT
12812010-10-20 Ian Lance Taylor <iant@google.com>
1282
1283 * Makefile.def (target_modules): Set lib_path to src/.libs for
1284 libstdc++-v3 module.
1285 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1286 * Makefile.in: Rebuild.
1287
6ed3211e
JJ
12882010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1289 Joseph Myers <joseph@codesourcery.com>
1290
1291 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1292 notices.
1293 * COPYING.NEWLIB: Add Texas Instruments notice.
1294
a8eb3f0a
DK
12952010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1296
1297 * configure.ac (build_lto_plugin): New shell variable.
1298 (--enable-lto): Turn on by default for all non-ELF platforms that
1299 have had LTO support added so far. Set build_lto_plugin appropriately
1300 for both ELF and non-ELF.
1301 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1302 * configure: Regenerate.
1303
4074d5f2
RW
13042010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1305
1306 PR bootstrap/45326
1307 PR bootstrap/45174
1308 * configure.ac: Honor initial values of $build_configargs,
1309 $host_configargs, $target_configargs. Mark the precious, so
1310 environment settings get recorded.
1311 * configure: Regenerate.
1312
29821356
RW
13132010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1314
1315 Sync from GCC:
1316
1317 2010-09-30 Michael Eager <eager@eagercon.com>
1318
1319 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1320 * configure: Regenerate.
1321
1322 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1323
1324 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1325 targets and amend comment.
1326 * configure: Regenerate.
1327
1328 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1329
1330 * configure.ac: Enable LTO by default on Darwin.
1331 * configure: Regenerate.
1332
1333 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1334
1335 PR bootstrap/44455
1336 * configure.ac (extra_mpfr_configure_flags): Copy from
1337 extra_mpc_gmp_configure_flags.
1338 * configure: Re-generated.
1339
57eefe4d
RW
13402010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1341
1342 Sync from GCC:
1343
1344 PR bootstrap/45796
1345 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1346 Depend on all-build-libiberty.
1347 * Makefile.in: Regenerate.
1348
13492010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1350
1351 Sync from GCC:
1352
1353 PR bootstrap/44621
1354 * configure.ac: Fix unportable shell quoting.
1355 * configure: Regenerate.
1356
48bb73dd
RW
13572010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1358
1359 * configure.ac: Support all v850 targets.
1360 * configure: Regenerate.
1361
1d14850f
PB
13622010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1363
1364 PR target/44862
1365 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1366 Provide -B option to allow for link spec %s substitutions for
1367 libstdc++.a on darwin.
1368 * Makefile.in: Regenerate.
1369
7530c480
AO
13702010-06-10 Alexandre Oliva <aoliva@redhat.com>
1371
1372 * Makefile.def (configure-gcc): Depend on all-libelf.
1373 * Makefile.in: Rebuild.
1374
285d560d
RW
13752010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1376
1377 * config.sub, config.guess: Update from upstream sources.
1378
a009f2e7
RW
13792010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1380
1381 Sync from GCC:
1382
1383 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1384 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1385 * configure: Regenerated.
1386
1387 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1388 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1389 * configure: Regenerate.
1390
1391 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1392 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1393 * configure: Regenerate.
1394
1395 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1396 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1397 separately.
1398 * configure: Regenerate.
1399
1400 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1401 * configure: Regenerate after change to elf.m4.
1402
1403 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1404 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1405 * configure: Regenerated.
1406
1407 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1408 * configure.ac: Print "buggy but acceptable" when CLooG
1409 revision is less than 9.
1410 * configure: Regenerated.
1411
e49e5c92
DK
14122010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1413
1414 Merge from gcc:
1415
1416 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1417 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1418 * configure: Regenerate.
1419
1420 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1421 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1422 a platform that supports LTO.
1423 * configure: Regenerate.
1424
1425 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1426 PR lto/42776
1427 * configure.ac (--enable-lto): Refactor handling so libelf tests
1428 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1429 and allow LTO to be explicitly enabled on non-ELF platforms that
1430 are known to support it inside else-clause.
1431 * configure: Regenerate.
1432
e6de499b
NC
14332010-04-27 Roland McGrath <roland@redhat.com>
1434 H.J. Lu <hongjiu.lu@intel.com>
1435
1436 * configure.ac (--enable-gold): Support both, both/gold and
1437 both/bfd to add gold to configdirs without removing ld.
1438 * configure: Regenerated.
1439
1440 * Makefile.def: Add install-gold dependency to install-ld.
1441 * Makefile.in: Regenerated.
1442
d594eacc
TG
14432010-04-14 Tristan Gingold <gingold@adacore.com>
1444
1445 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1446 * configure: Regenerate.
1447
938d2b74
RW
14482010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1449
1450 Merge from gcc:
1451 PR bootstrap/43615
1452 PR bootstrap/43328
1453 Revert:
1454 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1455 * configure.ac: Do not pass --enable-multilib nor
1456 --disable-multilib in baseargs. Accept explicitly passed
1457 --enable_multilib.
1458 * configure: Regenerate.
1459
a9ef41a7
RW
14602010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1461
1462 PR bootstrap/43328
1463 * configure.ac: Do not pass --enable-multilib nor
1464 --disable-multilib in baseargs. Accept explicitly passed
1465 --enable_multilib.
1466 * configure: Regenerate.
1467
619a3713
JM
14682010-03-23 Joseph Myers <joseph@codesourcery.com>
1469
1470 * configure.ac (tic6x-*-*): New case.
1471 * configure: Regenerate.
1472
92f4e989
JM
14732010-03-23 Joseph Myers <joseph@codesourcery.com>
1474
1475 Merge from gcc:
1476 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1477 PR ada/42554
1478 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1479 * configure: Regenerate.
1480
c35a0556
JM
14812010-03-23 Joseph Myers <joseph@codesourcery.com>
1482
1483 * config.sub: Update to version 2010-03-22.
1484 * config.guess: Update to version 2009-12-30.
1485
18fa8f9c
JM
14862010-03-14 Joseph Myers <joseph@codesourcery.com>
1487
1488 Merge from gcc:
1489 2010-01-11 Richard Guenther <rguenther@suse.de>
1490 PR lto/41569
1491 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1492 * Makefile.in: Regenerated.
1493
ba98da75
RO
14942010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1495
1496 PR libstdc++/32499
1497 * configure.ac (RANLIB): Default to true.
1498 (STRIP): Likewise.
1499 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1500 * configure: Regenerate.
1501
3994761f
NC
15022010-02-17 Nick Clifton <nickc@redhat.com>
1503
1504 PR 11238
1505 * Makefile.tpl (local-distclean): Also remove config.cache files in
1506 sub-directories as there may not be Makefiles present in the
1507 sub-directories.
792cdb50
NC
1508 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1509 the config.cache files found by the find command.
1510
3994761f
NC
1511 * Makefile.in: Regenerate.
1512 * configure.ac: Revert previous delta.
1513 * configure: Regenerate.
1514
01a82011
NC
15152010-02-15 Nick Clifton <nickc@redhat.com>
1516
1517 PR 11238
1518 * configure.ac: Delete config.cache files in sub-directories when
1519 deleting Makefiles.
1520 * configure: Regenerate.
1521
143754cd
NC
15222010-02-15 Nick Clifton <nickc@redhat.com>
1523
1524 * configure.ac: Sync from gcc.
1525 * configure: Regenerate.
1526
a6b5846e
KG
15272010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1528
1529 Sync from gcc:
1530 * configure.ac: Add "recommended" version checks for GMP/MPC.
1531 Update recommended GMP/MPFR/MPC versions.
1532 * configure: Regenerate.
1533
2aa2364a
JR
15342010-01-25 Joern Rennecke <amylaar@spamcop.net>
1535
1536 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1537 * configure.ac (bootstrap_target_libs): Make inclusion of
1538 target-libgomp conditional on libgomb being in target_configdirs.
1539 * configure: Regenerate.
1540
d35e937f
JR
15412010-01-23 Joern Rennecke <amylaar@spamcop.net>
1542
1543 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1544 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1545 * configure: Regenerate.
1546
911e63d0
JR
15472010-01-22 Joern Rennecke <amylaar@spamcop.net>
1548
1549 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1550 * configure.ac (target_configdirs): Substitute.
1551 * Makefile.def: Bootstrap target module libgomp.
1552 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1553 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1554 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1555 * configure, Makefile.in: Regenerate.
1556
3725885a
RW
15572009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1558
1559 * libtool.m4: Sync from git Libtool.
1560 * ltmain.sh: Likewise.
1561 * ltoptions.m4: Likewise.
1562 * ltversion.m4: Likewise.
1563 * lt~obsolete.m4: Likewise.
1564
d5f2ee2e 15652010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1566 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1567
1568 PR bootstrap/42424
1569 * configure.ac: Include libtool m4 files.
9eb322aa 1570 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1571 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1572 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1573
d5f2ee2e
KG
1574 * configure: Regenerate.
1575
f2b2dd91
RW
15762010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1577
1578 PR bootstrap/41818
1579 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1580 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1581 * Makefile.in: Regenerate.
1582
06ca7962
BE
15832009-12-18 Ben Elliston <bje@au.ibm.com>
1584
1585 * config.sub, config.guess: Update from upstream sources.
1586
30a16d7b
JJ
15872009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1588
1589 * COPYING.NEWLIB: Update copyright date.
1590 * COPYING.LIBGLOSS: Ditto.
1591
d9b76ff9
KG
15922009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1593
1594 PR middle-end/30447
1595 PR middle-end/30789
1596 PR other/40302
1597
1598 * configure.ac: Require MPC.
1599 * configure: Regenerate.
1600
1601 * configure.ac: Update minimum MPC version to 0.8.
1602 * configure: Regenerate.
1603
e12dec02
PB
16042009-11-20 Paolo Bonzini <bonzini@gnu.org>
1605
1606 * config.guess: Sync with upstream and gcc.
1607 * config.sub: Sync with upstream and gcc.
1608
606a9ca0
AO
16092009-11-16 Alexandre Oliva <aoliva@redhat.com>
1610
1611 * Makefile.def: Restore host and target settings for gmp.
1612 * Makefile.in: Rebuild.
1613
1f53ca9a
AO
16142009-11-16 Alexandre Oliva <aoliva@redhat.com>
1615
1616 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1617 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1618 Fix portability of test of C++ as bootstrap language. Add
1619 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1620 * configure: Rebuild.
1621 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1622 and cloog. Fix in-tree ppl configuration. Introduce libelf
1623 in-tree building.
1624 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1625 (POSTSTAGE1_HOST_EXPORTS): Use it.
1626 (STAGE[+id+]_CXXFLAGS): New.
1627 (BASE_FLAGS_TO_PASS): Pass it down.
1628 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1629 extra_exports.
1630 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1631 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1632 extra_exports.
1633 * Makefile.in: Rebuild.
1634
16352009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1636
1637 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1638 paths for *-w64-mingw* and x86_64-*mingw*.
1639 * configure: Regenerated.
1640
16412009-10-30 Kai Tietz <kai.tietz@onevision.com>
1642
1643 * configure.ac: Disable target-winsup & co for
1644 x86_64-*-mingw* and *-w64-mingw* targets.
1645 * configure: Regenerated.
1646
16472009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1648
1649 * configure.ac (CLooG test): Use = with test.
1650 * configure: Regenerate.
1651
16522009-10-22 Richard Guenther <rguenther@suse.de>
1653
1654 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1655 cloog if the ppl version check failed. Move flags saving
1656 before setting in libelf check.
1657 * configure: Regenerate.
1658
16592009-10-21 Richard Guenther <rguenther@suse.de>
1660
1661 * configure.ac: Adjust the ppl and cloog configure to work as
1662 documented. Disable cloog if ppl was disabled. Omit the version
1663 checks if they were disabled.
1664 * configure: Re-generate.
1665
6811fb56
RW
16662009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1667
1668 * configure.ac: Add 'lto' to enable_languages, not
1669 new_enable_languages, and only if not already present.
1670 * configure: Regenerate.
1671
700d40ca
ILT
16722009-10-06 Ian Lance Taylor <iant@google.com>
1673
1674 * Makefile.def: check-gold depends upon all-gas.
1675 * Makefile.in: Rebuild.
1676
16772009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1678
1679 * Makefile.def: all-lto-plugin depends on all-libiberty.
1680 set bootstrap=true for lto-plugin.
1681 Add lto-plugin.
1682 * Makefile.in: Regenerate.
1683 * configure.ac (host_libs): Add lto-plugin.
1684 * configure: Regenerate.
1685
16862009-10-03 Diego Novillo <dnovillo@google.com>
1687
1688 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1689 (HOST_LIBELFLIBS): Define.
1690 (HOST_LIBELFINC): Define.
1691 * Makefile.in: Regenerate.
1692 * configure.ac: Add --enable-lto.
1693 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1694 If --enable-lto is used, add 'lto' to new_enable_languages.
1695 If --enable-lto is used and gold is enabled, add
1696 lto-plugin to configdirs.
1697 * configure: Regenerate.
1698
16992009-10-03 Simon Baldwin <simonb@google.com>
1700
1701 * configure.ac: If --with-system-zlib, suppress local zlib and
1702 pass --with-system-zlib to subdir configure scripts.
1703 * configure: Regenerate.
1704
17052009-10-01 Loren J. Rittle <ljrittle@acm.org>
1706 Paolo Bonzini <bonzini@gnu.org>
1707
1708 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1709 $(srcdir).
1710 * Makefile.in: Rebuilt.
1711
c8cb1b3e
PB
17122009-09-29 Paolo Bonzini <bonzini@gnu.org>
1713
1714 Sync from gcc:
1715 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1716
1717 * configure.ac: Update minimum MPC version to 0.7.
1718 * configure: Regenerate.
1719
30167e0a
NC
17202009-09-25 Nick Clifton <nickc@redhat.com>
1721
1722 * configure.ac: Pass any --cache-file=/dev/null option on to
1723 subconfigures.
1724 * configure: Regenerate.
1725
707a0b5c
NC
17262009-09-23 Nick Clifton <nickc@redhat.com>
1727
1728 * config.sub, config.guess: Update from upstream sources.
1729
700d40ca
ILT
17302009-09-22 Loren J. Rittle <ljrittle@acm.org>
1731
1732 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1733 * Makefile.in: Rebuilt.
1734
2fd0b40b
RW
17352009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1736
1737 PR bootstrap/32272
1738 * configure.ac: Error out if $srcdir isn't '.' but contains
1739 host-${host_noncanonical}.
1740 * configure: Regenerate.
1741
4385ad3c
RW
17422009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1743
16b1ad29
RW
1744 * configure.ac: If bootstrapping a combined tree with
1745 --enable-gold, require c++ in stage1_languages.
1746 * configure: Regenerate.
1747
f8dc745f
RW
1748 * configure.ac: Also add target_libs of stage1_languages to
1749 bootstrap_target_libs.
1750 * configure: Regenerate.
1751
4385ad3c
RW
1752 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1753 with --enable-languages not containing c++.
1754 * configure: Regenerate.
1755
df51e4e1
JZ
17562009-09-16 Jie Zhang <jie.zhang@analog.com>
1757
1758 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1759 * configure: Regenerate.
1760
06a51eac
RW
17612009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1762
1763 * configure.ac: Do not use $extrasub for replacing @if/@endif
1764 parts in Makefile; instead, use additional arguments to
1765 AC_CONFIG_COMMANDS to do the replacement manually, with several
1766 sed invocations, to avoid HP-UX sed command limits.
1767 * configure: Regenerate.
1768
96655cc4
AO
17692009-09-04 Alexandre Oliva <aoliva@redhat.com>
1770
1771 * configure.ac (with-build-config): Document. Handle without.
1772 Handle missing argument.
1773 * configure: Rebuilt.
1774
17752009-09-03 Alexandre Oliva <aoliva@redhat.com>
1776
1777 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1778 Default to bootstrap-debug only if compare-debug works.
1779 * configure: Rebuilt.
1780 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1781 * Makefile.in: Rebuilt.
1782
17832009-09-01 Alexandre Oliva <aoliva@redhat.com>
1784
1785 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1786 * Makefile.in: Rebuilt.
1787
8e957354
PB
17882009-09-02 Paolo Bonzini <bonzini@gnu.org>
1789
1790 * Makefile.tpl (AWK): Fix typo.
1791 * Makefile.in: Regenerate.
1792
17932009-09-02 Paolo Bonzini <bonzini@gnu.org>
1794
1795 * configure.ac: Detect awk and sed.
1796 * Makefile.def (flags_to_pass): Add AWK and SED.
1797 * Makefile.tpl (AWK, SED): New.
1798 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1799 * configure: Regenerate.
1800 * Makefile.in: Regenerate.
1801
fb792462
TG
18022009-09-01 Tristan Gingold <gingold@adacore.com>
1803
1804 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1805 Remove logical names.
1806
a69e7d0a
DK
18072009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1808
1809 * ltmain.sh (func_normal_abspath): New function.
1810 (func_relative_path): Likewise.
1811 (func_mode_help): Document new -bindir option for link mode.
1812 (func_mode_link): Add new -bindir option, and use it to place
1813 output DLL if specified.
1814
d444d2ba
RW
18152009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1816
1817 * configure.ac (AC_PREREQ): Bump to 2.64.
1818
13b7343a
RW
18192009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1820
af542c2e
RW
1821 * README-maintainer-mode: Point directly to upstream locations
1822 for autoconf, automake, libtool, gettext, instead of copies on
1823 sources.redhat.com. Document required versions.
1824 * configure.ac: Do not substitute datarootdir, htmldir,
1825 pdfdir, docdir. Do not process --with-datarootdir,
1826 --with-htmldir, --with-pdfdir, --with-docdir.
1827 * configure: Regenerate.
1828
81ecdfbb
RW
1829 * configure: Regenerate.
1830
13b7343a
RW
1831 * compile: Sync from Automake 1.11.
1832 * depcomp: Likewise.
1833 * install-sh: Likewise.
1834 * missing: Likewise.
1835 * mkinstalldirs: Likewise.
1836 * ylwrap: Likewise.
1837
c1102ce7
RW
18382009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1839
34a0f3cf
RW
1840 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1841 (baseargs): Add --disable-option-checking.
1842 * configure: Regenerate.
1843
c1102ce7
RW
1844 * Makefile.def (configure-target-libiberty): Depend on
1845 all-binutils and all-ld.
1846 (configure-target-newlib): Likewise.
1847 * Makefile.in: Regenerate.
1848
e8a5fa9c
RW
18492009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1850
1851 Sync with GCC, merge:
1852
1853 2009-07-31 Christian Bruel <christian.bruel@st.com>
1854
1855 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1856 * configure: Regenerate.
1857
1858 2009-07-06 Ian Lance Taylor <iant@google.com>
1859
1860 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1861 * configure: Rebuild.
1862
1863 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1864
1865 PR bootstrap/40338
1866 * configure.ac (comparestring): Create new variable.
1867 * Makefile.tpl (comparestring): Use to skip some comparisions.
1868 * configure: Regenerate.
1869 * Makefile.in: Regenerate.
1870
1871 2009-06-23 Ian Lance Taylor <iant@google.com>
1872
1873 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1874 boot_languages. Only bootstrap target libraries listed in
1875 target_libs for some boot language. Add --with-stage1-ldflags,
1876 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1877 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1878 if not building with C++.
1879 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1880 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1881 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1882 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1883 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1884 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1885 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1886 * configure, Makefile.in: Rebuild.
1887
1888 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1889
1890 * configure.ac: Detect MPC in default directory.
1891 * configure: Regenerate.
1892
1893 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1894
1895 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1896 to noconfdirs.
1897 * configure: Regenerate.
1898
1899 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1900
1901 * Makefile.def: Add MPC support and dependencies.
1902 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1903
1904 * Makefile.in, configure: Regenerate.
1905
1906 2009-05-24 Nicolas Roche <roche@adacore.com>
1907
1908 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1909 * Makefile.in: Regenerate.
1910
1911 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1912
1913 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1914 * configure: Regenerate.
1915
1916 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1917
1918 * configure.ac ($with_ppl): Default to no if not supplied.
1919 ($with_cloog): Likewise.
1920 configure: Regenerate.
1921
1922 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1923
1924 PR bootstrap/39739
1925 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1926 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1927
1928 * configure, Makefile.in: Regenerate.
1929
1930 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1931
1932 * configure.ac: Change copyright header to refer to version
1933 3 of the GNU General Public License and to point readers at the
1934 COPYING3 file and the FSF's license web page.
1935 * Makefile.def: Likewise.
1936 * Makefile.tpl: Likewise.
1937 * Makefile.in: Regenerate.
1938
1939 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1940
1941 * configure.ac: Restore match for darwin9 or later. Use double
1942 brackets since regeneration eats one pair.
1943 * configure: Regenerate.
1944
bf110216
CF
19452009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1946
1947 * MAINTAINERS: Perform some obvious fixups.
1948
2262bbf4
BE
19492009-08-17 Ben Elliston <bje@au.ibm.com>
1950
1951 * config.sub, config.guess: Update from upstream sources.
1952
25a07265
NC
19532009-08-06 Michael Eager <eager@eagercon.com>
1954
1955 * configure.ac: Add Microblaze target.
1956 * configure: Regenerate.
1957
85bd1942
TG
19582009-07-02 Tristan Gingold <gingold@adacore.com>
1959
1960 * configure.ac: Do not exclude gas for i386-*-darwin.
1961 Add a case for x86_64-*-darwin.
1962 * configure: Regenerate.
1963
f9806fa5
DE
19642009-06-26 Doug Evans <dje@sebabeach.org>
1965
1966 * Makefile.def (host_modules): Add cgen.
1967 * Makefile.in: Regenerate.
1968 * configure.ac (host_tools): Add cgen.
1969 * configure: Regenerate.
1970
6bfb4e30
JJ
19712009-06-17 Michael Eager <eager@eagercon.com>
1972
1973 * COPYING.LIBGLOSS: Add Xilinx license.
1974
8bcf2718
NC
19752009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1976
1977 * configure.ac: Define is_elf for QNX Neutrino targets.
1978 * configure: Regenerate.
1979
04ec0acb
RW
19802009-06-03 Jerome Guitton <guitton@adacore.com>
1981 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1982
9eb322aa
MF
1983 * Makefile.tpl (all): Avoid a trailing backslash.
1984 * Makefile.in: Regenerate.
04ec0acb 1985
7ee5dbeb
BE
19862009-06-03 Ben Elliston <bje@au.ibm.com>
1987
1988 * config.sub, config.guess: Update from upstream sources.
1989
fda13ee8
AO
19902009-06-02 Alexandre Oliva <aoliva@redhat.com>
1991
1992 * Makefile.tpl ([+compare-target+]): Compare all stage
1993 directories, rather than just gcc.
1994 * Makefile.in: Rebuilt.
1995
4a657b0d
DK
19962009-05-28 Doug Kwan <dougkwan@google.com>
1997
1998 * configure.ac: Support gold for target arm*-*-*.
1999 * configure: Regenerate.
2000
07fc31c9
AO
20012009-05-27 Alexandre Oliva <aoliva@redhat.com>
2002
2003 * Makefile.tpl (all): Avoid harmless warning in make all when
2004 gcc-bootstrap is enabled but stage_last does not exist.
2005 * Makefile.in: Rebuilt.
2006
8a7a39ab
TG
20072009-05-25 Tristan Gingold <gingold@adacore.com>
2008
2009 * setup.com: Complete the file with configuration and build.
2010
b5233201
AO
20112009-05-18 Alexandre Oliva <aoliva@redhat.com>
2012
2013 PR other/40159
2014 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2015 gcc-no-bootstrap are mutually exclusive.
2016 * Makefile.in: Rebuilt.
2017
7b6175f9
AO
20182009-05-18 Alexandre Oliva <aoliva@redhat.com>
2019
2020 PR other/40159
2021 * Makefile.tpl (all): Don't end with unconditional success.
2022 * Makefile.in: Rebuilt.
2023
1b05fbbd
AO
20242009-05-12 Alexandre Oliva <aoliva@redhat.com>
2025
2026 PR target/37137
2027 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2028 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2029 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2030 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2031 stage_configureflags, stage_cflags and stage_libcflags into
2032 explicit Makefile macros.
2033 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2034 GFORTRAN.
2035 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2036 CC. Set CC_FOR_BUILD from CC.
2037 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2038 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2039 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2040 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2041 and GFORTRAN.
2042 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2043 (_LIBCFLAGS): Renamed to _TFLAGS.
2044 (do-compare-debug, do-compare3-debug): Drop.
2045 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2046 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2047 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2048 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2049 (XGCC_FLAGS_FOR_TARGET): New.
2050 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2051 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2052 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2053 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2054 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2055 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2056 TFLAGS.
2057 (BUILD_CONFIG): Include if requested.
2058 (all): Set TFLAGS on bootstrap.
2059 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2060 (all-stageid-prefixmodule): Likewise.
2061 (do-clean, distclean-stageid): Set TFLAGS.
2062 (restrap): Fix whitespace.
2063 * Makefile.in: Rebuilt.
2064
dc17c78c
EB
20652009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2066
2067 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2068 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2069 * Makefile.in: Regenerate.
2070
14324cd7
EZ
20712009-04-24 Eli Zaretskii <eliz@gnu.org>
2072
2073 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2074 consistency with config.sub. (Update from upstream sources.)
2075
f8d5f06c
JM
20762009-04-21 Joseph Myers <joseph@codesourcery.com>
2077
2078 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2079
0000e2bf
BE
20802009-04-17 Ben Elliston <bje@au.ibm.com>
2081
2082 * config.sub, config.guess: Update from upstream sources.
2083
20135e4c
NC
20842009-04-15 Anthony Green <green@moxielogic.com>
2085
34adf976 2086 * configure.ac: Add moxie support.
20135e4c
NC
2087 * configure: Rebuilt.
2088
ef699244
L
20892009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2090
2091 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2092 * configure: Regenerate.
2093
10ad8ef3
L
20942009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2095
2096 PR gas/10039
2097 * configure.ac: Require texinfo 4.7.
2098 * configure: Regenerated.
2099
c50523ce
L
21002009-04-09 Steve Ellcey <sje@cup.hp.com>
2101
2102 * Makefil.def (languages): New entries.
2103 * Makefile.tpl (check-gcc-*): New generic target.
2104 * Makefile.in: Regenerate.
2105
47afba5f
EZ
21062009-03-27 Eli Zaretskii <eliz@gnu.org>
2107
2108 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2109 Windows builds of Sed.
2110
dc448a7b
TT
21112009-03-18 Tom Tromey <tromey@redhat.com>
2112
2113 * configure: Rebuild.
2114 * configure.ac (host_libs): Add libiconv.
2115 * Makefile.in: Rebuild.
2116 * Makefile.def (host_modules): Add libiconv.
2117 (configure-gdb, all-gdb): Depend on libiconv.
2118
24741ab2
JB
21192009-03-16 Tristan Gingold <gingold@adacore.com>
2120
2121 * configure.ac: Treat gdb as supported on x86_64-darwin.
2122 * configure: Regenerate.
2123
29383458
JM
21242009-03-16 Joseph Myers <joseph@codesourcery.com>
2125
2126 Merge from GCC:
2127
2128 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2129
2130 * configure.ac (--with-host-libstdcxx): New option.
2131 * configure: Regenerate.
2132
2133 2009-01-29 Robert Millan <rmh@aybabtu.com>
2134
2135 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2136 * configure: Regenerate.
2137
2138 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2139
2140 PR tree-optimization/38515
2141 * configure.ac (cloog-polylib): Removed.
2142 (with_ppl, with_cloog): Test for "no".
2143 * configure: Regenerated.
2144
58e24671
RW
21452009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2146
2147 Backport from git Libtool:
2148
2149 2009-01-19 Robert Millan <rmh@aybabtu.com>
2150 Support GNU/kOpenSolaris.
2151 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2152 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2153 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2154 GNU/kOpenSolaris.
2155
314b2e66
AS
21562009-02-05 Andreas Schwab <schwab@suse.de>
2157
2158 * Makefile.tpl (stage_last): Define $r and $s before using
2159 $(RECURSE_FLAGS_TO_PASS).
2160 * Makefile.in: Regenerate
2161
8b700390
JJ
21622009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2163
2164 * COPYING.NEWLIB: Add ARM license.
2165
66775d67
AM
21662009-01-16 Alan Modra <amodra@bigpond.net.au>
2167
2168 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2169 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2170 * Makefile.in: Regenerate.
2171
19e99079
NC
21722009-01-15 Douglas B Rupp <rupp@gnat.com>
2173
2174 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2175 * configure: Regenerate.
2176
22e8c8e0
RW
21772008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2178
2179 Backport link test fix from upstream Libtool:
2180
2181 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2182 Add cache variables to tests that require the linker to work.
2183 For shlibpath_overrides_runpath, this also changes the semantics
2184 to let the result from the C compiler take precedence.
2185 compiler take precedence.
2186
7d6d7764
BE
21872008-12-02 Ben Elliston <bje@au.ibm.com>
2188
2189 * config.sub, config.guess: Update from upstream sources.
2190
ea8af06e
JJ
21912008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2192
2193 * COPYING.NEWLIB: Updated.
2194 * COPYING.LIBGLOSS: Ditto.
2195
af0771d3
PB
21962008-12-16 Paolo Bonzini <bonzini@gnu.org>
2197
2198 Sync with GCC:
2199
2200 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2201
2202 * configure.ac (ppllibs): Add by default the lib flags.
2203 * configure: Regenerate.
2204
2205 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2206
314b2e66
AS
2207 * configure.ac: Add double brackets on darwin[912].
2208 * configure: Regenerate.
af0771d3
PB
2209
2210 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2211
314b2e66
AS
2212 * configure.ac: Expand to darwin10 and later.
2213 * configure: Regenerate.
af0771d3 2214
f7c83eac
AS
22152008-12-02 Andreas Schwab <schwab@suse.de>
2216
2217 * Makefile.def: configure-target-boehm-gc depends on
2218 all-target-libstdc++-v3.
2219 * Makefile.in: Regenerate.
2220
bc67ad83
BE
22212008-12-02 Ben Elliston <bje@au.ibm.com>
2222
2223 * config.sub, config.guess: Update from upstream sources.
2224
e28c595f
JM
22252008-11-27 Joseph Myers <joseph@codesourcery.com>
2226
2227 Merge from GCC:
2228
2229 2007-12-02 Matthias Klose <doko@ubuntu.com>
2230
2231 * config-ml.in: Remove 64bit configure tests.
2232
2233 2008-05-14 Rafael Espindola <espindola@google.com>
2234
2235 * config-ml.in: don't handle --enable-shared and --enable-static.
2236
2237 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2238 Tobias Grosser <grosser@fim.uni-passau.de>
2239 Jan Sjodin <jan.sjodin@amd.com>
2240 Harsha Jagasia <harsha.jagasia@amd.com>
2241 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2242 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2243 Adrien Eliche <aeliche@isty.uvsq.fr>
2244
2245 Merge from graphite branch.
2246 * configure: Regenerate.
2247 * Makefile.in: Regenerate.
2248 * configure.ac (host_libs): Add ppl and cloog.
2249 Add checks for PPL and CLooG.
2250 * Makefile.def (ppl, cloog): Added modules and dependences.
2251 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2252 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2253
2254 2008-09-03 Richard Guenther <rguenther@suse.de>
2255
2256 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2257 cloog test.
2258 * configure: Re-generate.
2259
2260 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2261
2262 * configure.ac (--with-cloog-polylib): New.
2263 (--disable-cloog-version-check): New.
2264 (--disable-ppl-version-check): New.
2265 * configure: Re-generate.
2266
2267 2008-09-05 Richard Guenther <rguenther@suse.de>
2268
2269 * configure.ac: Initialize clooglibs to -lcloog.
2270 * configure: Re-generate.
2271
2272 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2273
2274 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2275 recommended version to 2.3.2.
2276
2277 * configure: Regenerate.
2278
2279 2008-10-31 Ben Elliston <bje@au.ibm.com>
2280
2281 * configure.ac (spu-*-*): Remove special case.
2282 * configure: Regenerate.
2283
2284 Complete comment text from GCC version of:
2285
2286 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2287
2288 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2289 (GCC_SHLIB_SUBDIR): New.
2290 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2291 * configure: Regenerate.
2292 * Makefile.in: Regenerate.
2293
652dec25
TG
22942008-11-27 Tristan Gingold <gingold@adacore.com>
2295
2296 * configure.ac: Build gdb for i?86-*-darwin*
2297 * configure: Regenerated.
2298
7582fb4a
DJ
22992008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2300
2301 PR bootstrap/38014
2302 PR bootstrap/37923
2303
2304 Revert:
2305
2306 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2307
2308 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2309 * Makefile.in: Regenerated.
2310
2311 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2312
2313 PR gdb/921
2314 PR gdb/1646
2315 PR gdb/2175
2316 PR gdb/2176
2317
2318 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2319 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2320 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2321 (HOST_EXPORTS): Pass CPPFLAGS.
2322 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2323 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2324 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2325 * Makefile.in, configure: Regenerated.
2326 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2327 and CPPFLAGS_FOR_BUILD.
2328
faee1be2
UW
23292008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2330
2331 * configure.ac [spu-*-*]: Do not set skipdirs.
2332 * configure: Re-generate.
2333
b7c2dce4
DJ
23342008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2335
2336 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2337 * Makefile.in: Regenerated.
2338
bb52de30
DJ
23392008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2340
2341 PR gdb/921
2342 PR gdb/1646
2343 PR gdb/2175
2344 PR gdb/2176
2345
2346 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2347 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2348 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2349 (HOST_EXPORTS): Pass CPPFLAGS.
2350 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2351 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2352 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2353 * Makefile.in, configure: Regenerated.
2354 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2355 and CPPFLAGS_FOR_BUILD.
2356
b25062ae
SE
23572008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2358
2359 * libtool.m4: Update to libtool 2.2.6.
2360 * lt~obsolete.m4: Update to libtool 2.2.6.
2361 * ltmain.sh: Update to libtool 2.2.6.
2362 * ltsugar.m4: Update to libtool 2.2.6.
2363 * ltversion.m4: Update to libtool 2.2.6.
2364 * ltoptions.m4: Update to libtool 2.2.6.
2365 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2366
3bbd2f8f
AL
23672008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2368
2369 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2370 (GCC_SHLIB_SUBDIR): New.
2371 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2372 * configure: Regenerate.
2373 * Makefile.in: Regenerate.
2374
b29d32ce
TG
23752008-08-28 Tristan Gingold <gingold@adacore.com>
2376
2377 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2378 Enable bfd, binutils and opcodes.
2379 * configure: Regenerate.
2380
c325a203
DD
23812008-08-16 Nicolas Roche <roche@adacore.com>
2382
2383 * Makefile.tpl: Add BOOT_ADAFLAGS.
2384 * Makefile.in: Regenerate.
2385
e7c8859c
RS
23862008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2387
2388 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2389 * configure: Regenerate.
2390
da888c87
PB
23912008-07-30 Paolo Bonzini <bonzini@gnu.org>
2392
2393 Sync with gcc:
2394 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2395
f7c83eac
AS
2396 * configure.ac: Add makefile fragments for hpux.
2397 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2398 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2399 * configure: Regenerate.
2400 * Makefile.in: Regenerate.
da888c87
PB
2401
2402 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2403
f7c83eac
AS
2404 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2405 * Makefile.in: Regenerate.
2406 * configure: Regenerate.
da888c87 2407
944982cf
ILT
24082008-06-18 Ian Lance Taylor <iant@google.com>
2409
662c6704
ILT
2410 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2411
944982cf
ILT
2412 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2413
7a283e07
RW
24142008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2415
2416 * configure: Regenerate.
2417
5b553f7e
RW
24182008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2419
2420 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2421 "$@" is still intact with both Autoconf 2.59 and 2.62.
2422 * configure: Regenerate.
2423
675492f0
RW
24242008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2425
2426 * Makefile.tpl: Fix comment errors.
2427 * Makefile.in: Regenerate.
2428
b018a5d1
JB
24292008-06-13 Julian Brown <julian@codesourcery.com>
2430
2431 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2432 of libobjc for ARM EABI Linux.
2433 * configure: Regenerate.
2434
310213e8
DE
24352008-06-12 David S. Miller <davem@davemloft.net>
2436 David Edelsohn <edelsohn@gnu.org>
2437
2438 * configure.ac: Add powerpc*-*-* to gold supported targets.
2439 * configure: Regenerate.
2440
6641ce42
JM
24412008-06-08 Joseph Myers <joseph@codesourcery.com>
2442
2443 PR tree-optimization/36218
2444 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2445 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2446 (all prefix="build-"): Pass them to build-system sub-makes.
2447 * Makefile.in: Regenerate.
2448
03c2f9e6
DJ
24492008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2450
2451 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2452 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2453 mkdep, and compile. Update comments.
2454 (ETC_SUPPORT): Add ChangeLog and update comments.
2455
4538db8b
ILT
24562008-05-11 Ian Lance Taylor <iant@google.com>
2457
2458 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2459
266df637
PB
24602008-04-18 Paolo Bonzini <bonzini@gnu.org>
2461
2462 Sync with gcc:
2463 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2464
2465 PR bootstrap/35457
2466 * configure.ac: Include override.m4.
2467 * configure: Regenerate.
2468
2469 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2470
f7c83eac
AS
2471 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2472 * Makefile.in: Regenerate.
266df637
PB
2473
2474 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2475
f7c83eac
AS
2476 * configure.ac: Do not build libssp for the AVR.
2477 * configure: Regenerate.
266df637 2478
a86a761e
NC
24792008-04-18 Nick Clifton <nickc@redhat.com>
2480
2481 * MAINTAINERS: Replace reference to configure.in with reference to
2482 configure.ac.
2483
52310858
NC
24842008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2485
f7c83eac 2486 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2487 as nonconfigurable directories list.
f7c83eac 2488 * configure: Regenerate.
52310858 2489
f5314dd5
DM
24902008-04-14 David S. Miller <davem@davemloft.net>
2491
2492 * configure.ac: Add sparc*-*-* to gold supported targets.
2493 * configure: Regenerate.
2494
e2208220
BE
24952008-04-14 Ben Elliston <bje@au.ibm.com>
2496
2497 * config.sub, config.guess: Update from upstream sources.
2498
0bb6ea20
HPN
24992008-04-12 Hans-Peter Nilsson <hp@axis.com>
2500
2501 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2502 * Makefile.in: Regenerate.
2503
e5164e97
ILT
25042008-04-07 Ian Lance Taylor <iant@google.com>
2505
2506 * Makefile.def: check-gold depends upon all-binutils.
2507 * Makefile.in: Regenerate.
2508
e33b51a6
NC
25092008-04-04 Nick Clifton <nickc@redhat.com>
2510
2511 PR binutils/4334
2512 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2513 builds.
2514 * configure: Regenerate.
2515
fc5df3ab
NC
25162008-04-04 NightStrike <NightStrike@gmail.com>
2517
2518 PR other/35151
f7c83eac
AS
2519 * configure.ac: Combine rules for mingw32 and mingw64.
2520 * configure: Regenerate.
fc5df3ab 2521
c779bab8
PB
25222008-03-27 Paolo Bonzini <bonzini@gnu.org>
2523
2524 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2525 * Makefile.in: Regenerate.
2526
93f9b408
ILT
25272008-03-20 Ian Lance Taylor <iant@google.com>
2528
2529 * configure.ac: Add support for --enable-gold.
2530 * Makefile.def: Add gold as a directory like ld.
2531 * configure, Makefile.in: Regenerate.
2532
5746fb46
AK
25332008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2534
2535 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2536 (s390_cond_extensions): Reduced extensions to the compare related.
2537 (main): z10 cpu type option added.
2538 (expandConditionalJump): Renamed to ...
2539 (insertExpandedMnemonic): ... this.
2540
2541 * opcodes/s390-opc.c: Re-group the operand format makros.
2542 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2543 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2544 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2545 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2546 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2547 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2548 INSTR_SIL_RDU): New instruction formats added.
2549 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2550 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2551 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2552 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2553 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2554 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2555 masks added.
2556 (s390_opformats): New formats added "ris", "rrs", "sil".
2557 * opcodes/s390-opc.txt: Add the conditional jumps with the
2558 extensions removed from automatic expansion in s390-mkopc.c manually.
2559 (asi - trtre): Add new System z10 EC instructions.
2560 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2561
58c85be7
RW
25622008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2563
2564 * configure.ac: m4_include config/proginstall.m4.
2565 * configure: Regenerate.
2566
78124051
RW
25672008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2568
2569 Backport from upstream Libtool:
f7c83eac 2570
78124051 2571 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2572
78124051
RW
2573 Deal with Autoconf 2.62's semantic change in m4_append.
2574 * ltsugar.m4 (lt_append): Replace broken versions of
2575 m4_append.
2576 (lt_if_append_uniq): Don't require separator to be overquoted,
2577 and avoid broken m4_append.
2578 (lt_dict_add): Fix typo.
2579 * libtool.m4 (_LT_DECL): Don't overquote separator.
2580
018f1bea
DE
25812008-03-13 David Edelsohn <edelsohn@gnu.org>
2582
2583 * config.rpath: Add AIX 6 support.
2584
5c5f596d
PB
25852008-03-13 Paolo Bonzini <bonzini@gnu.org>
2586
2587 * Makefile.def (stageprofile). Remove -fprofile-generate
2588 from stage_libcflags.
2589 * Makefile.in: Regenerate.
2590
a1f93a5e
BE
25912008-03-13 Ben Elliston <bje@au.ibm.com>
2592
2593 * config.sub, config.guess: Update from upstream sources.
2594
98c3d905
AK
25952008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2596
2597 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2598 * s390-opc.txt (cmpsc): Duplicate entry removed.
2599 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2600 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2601 fier, cu42, cu41): Fix operand format.
2602
7f6ef0c0
PB
26032008-02-20 Paolo Bonzini <bonzini@gnu.org>
2604
f7c83eac
AS
2605 PR bootstrap/32009
2606 PR bootstrap/32161
2607
2608 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2609 * configure: Regenerate.
2610
2611 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2612 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2613 STAGE4_LIBCFLAGS): New.
2614 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2615 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2616 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2617 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2618 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2619 for target modules. Don't export LIBCFLAGS.
2620 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2621 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2622 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2623 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2624 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2625 * Makefile.in: Regenerate.
7f6ef0c0 2626
eaf19029
PB
26272008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2628
2629 PR libgcj/33085
2630 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2631 Do not use -DDLL_EXPORT. Backport from upstream.
2632
680c43e9
NC
26332008-02-14 Nick Clifton <nickc@redhat.com>
2634
2635 Import this patch from gcc:
2636 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2637
2638 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2639
c72b1d96
HPN
26402008-02-02 Hans-Peter Nilsson <hp@axis.com>
2641
2642 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2643 * configure: Regenerate.
2644
8b66833e
BW
26452008-01-31 Marc Gauthier <marc@tensilica.com>
2646
2647 * configure.ac (xtensa*-*-*): Recognize processor variants.
2648 * configure: Regenerate.
2649
9cc8ae67
PB
26502008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2651
f7c83eac
AS
2652 PR bootstrap/34922
2653 * configure.ac (PARSE_ARGS): Push suitable setting of
2654 ac_subdirs_all, for `./configure --help=recursive'.
2655 Handle `+' in generic toplevel directory disabling.
2656 * configure: Regenerate.
9cc8ae67 2657
19090595
BE
26582008-01-23 Ben Elliston <bje@au.ibm.com>
2659
2660 * config.sub, config.guess: Update from upstream sources.
2661
9f1e7fd3
BE
26622008-01-08 Ben Elliston <bje@au.ibm.com>
2663
2664 * config.sub, config.guess: Update from upstream sources.
2665
2f959d61
JJ
26662007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2667
2668 * COPYING.LIBGLOSS: Update default copyright.
2669
aa054b85
JJ
26702007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2671
2672 * COPYING.NEWLIB: Update default copyright.
2673
57c53b2b
RS
26742007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2675
2676 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2677 Change recommended MPFR from 2.2.1 > 2.3.0.
2678 * configure: Regenerate.
2679
fee14b60
RS
26802007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2681
2682 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2683 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2684 * Makefile.in: Regenerate.
2685
c9b68031
DD
26862007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2687
2688 * configure.ac: Enable libjava for x86_64-*-darwin9.
2689 * configure: Regenerate.
2690
ad25e7d5
BE
26912007-12-05 Ben Elliston <bje@au.ibm.com>
2692
2693 * config.sub, config.guess: Update from upstream sources.
2694
6ac84f65
PB
26952007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2696
f7c83eac
AS
2697 * config-ml.in: Robustify against white space in absolute file
2698 names.
6ac84f65 2699
f7c83eac
AS
2700 * config-ml.in (multi-clean): Substitute ${Makefile}.
2701 Remove superfluous ${Makefile} in list.
6ac84f65 2702
7b3200f9
DJ
27032007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2704
2705 * Makefile.def (dependencies): Make configure-gdb depend on
2706 all-intl.
2707 * Makefile.in: Regenerated.
2708
2c133ff9
JJ
27092007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2710
2711 * Makefile.def: To avoid problems running with parallel makes,
2712 build newlib before libgloss so that target specific header
2713 files are availble.
2714 * Makefile.in: Regenerate.
2715
5074315a
DJ
27162007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2717
2718 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2719 * Makefile.in: Regenerate.
2720
f5bc1778
DJ
27212007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2722
2723 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2724 * libdecnumber: New directory, imported from GCC.
2725
c66487f8
NC
27262007-10-08 Mike Frysinger <vapier@gentoo.org>
2727
2728 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2729 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2730 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2731 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2732 * configure: Regenerate.
2733
b5714970
PB
27342007-10-01 Paolo Bonzini <bonzini@gnu.org>
2735
2736 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2737 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2738 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2739 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2740 * configure.ac: Default them to host tools for $host = $build.
2741 Subst them.
2742
2743 * configure: Regenerate.
2744 * Makefile.in: Regenerate.
2745
f3b1e08e
RS
27462007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2747
2748 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2749 * configure: Regenerate.
2750
cff87f51
DD
27512007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2752
2753 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2754 libstdc++.
2755 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2756 * configure: Regenerate.
2757 * Makefile.in: Regenerate.
f7c83eac 2758
625a61cd
AS
27592007-09-17 Andreas Schwab <schwab@suse.de>
2760
2761 * configure.ac: Raise minimum makeinfo version to 4.6.
2762 * configure: Regenerate.
2763
83a3a68b
AM
27642007-09-15 Alan Modra <amodra@bigpond.net.au>
2765
2766 * configure.ac: Correct makeinfo version check.
2767 * configure: Regenerate.
2768
5bd8be13
RS
27692007-09-14 Richard Sandiford <richard@codesourcery.com>
2770
2771 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2772 to $skipdirs and only disable gprof for newlib. Use the normal
2773 mips*-elf* handling in other respects.
2774 * configure: Regnerate.
2775
5566c1fa
DD
27762007-09-12 David Daney <ddaney@avtrex.com>
2777
2778 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2779 enabling libgcj.
2780 * configure: Regenerate.
2781
27822007-09-12 Richard Guenther <rguenther@suse.de>
2783
2784 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2785 nor --disable-checking is provided also turn on yes and types
2786 checking for stage1.
2787 * configure: Re-generate.
2788
a18e2996 27892007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2790
2791 PR target/33281
2792 * configure.ac: Use config/mh-mingw on mingw.
2793 * configure: Regenerate.
84e7906e 2794
691bb5a1
DD
27952007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2796
2797 PR other/32154
2798 * configure.ac: For libgloss targets, point the linker to the linker
2799 script, startup code and simulator library.
2800 * configure: Regenerate.
2801
6d18b86b
AH
28022007-09-09 Andrew Haley <aph@redhat.com>
2803
2804 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2805 target-libjava.
6d18b86b 2806
f00a3165 28072007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2808
f00a3165 2809 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2810
2abc4e65
BE
28112007-08-21 Richard Guenther <rguenther@suse.de>
2812
2813 * configure.ac: Add types checking to stage1 checking flags.
2814 * configure: Regenerate.
2815
8a6ee3ab 28162007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2817 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2818
2819 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2820 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2821 * Makefile.in: Regenerate.
2822 * configure.ac (--with-debug-prefix-map): New.
2823 * configure: Regenerate.
2824
429acdec
RS
28252007-08-17 Richard Sandiford <richard@codesourcery.com>
2826 Nigel Stephens <nigel@mips.com>
2827
429acdec
RS
2828 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2829 as target_makefile_frag.
2830 * configure: Regenerate.
2831
8520c408
AO
28322007-08-16 Alexandre Oliva <aoliva@redhat.com>
2833
2834 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2835 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2836 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2837 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2838 (do-compare, do-compare3, do-compare-debug): New.
2839 ([+compare-target+]): Use them.
2840
28412007-08-16 Alexandre Oliva <aoliva@redhat.com>
2842
2843 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2844 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2845 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2846 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2847 (do-compare, do-compare3, do-compare-debug): New.
2848 ([+compare-target+]): Use them.
2849
2444379b
BE
28502007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2851 Ben Elliston <bje@au.ibm.com>
2852
2853 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2854 --silent if $silent.
2855 * configure: Regenerate.
2856
d6f99447
DJ
28572007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2858
2859 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2860
bd0aa315
NC
28612007-07-17 Nick Clifton <nickc@redhat.com>
2862
2863 * COPYING3: New file. Contains version 3 of the GNU General
2864 Public License.
2865 * COPYING3.LIB: New file. Contains version 3 of the GNU
2866 Lesser General Public License.
2867
0ebe98fb
BS
28682007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2869
2870 * configure.ac: Fix my previous change to really match GCC.
2871 * configure: Regenerate.
2872
521ec477
DD
28732007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2874
2875 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2876 * configure: Regenerate.
2877
28782007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2879
2880 * configure.ac: Add some missing m4 quotation.
2881 * configure: Regenerate.
2882
0c24b341
NC
28832007-07-09 Kai Tietz <kai.tietz@onevision.com>
2884
f7c83eac
AS
2885 * Makefile.def: Add windmc tool to build.
2886 * Makefile.tpl: Likewise.
2887 * configure.ac: Likewise.
2888 * Makefile.in: Regenerate.
2889 * configure: Regenerate.
0c24b341 2890
a09314d0
L
28912007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2892
2893 * lt~obsolete.m4: New. Import from 20070318 libtool.
2894
7c3e1d12
BS
28952007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2896
2897 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2898 uclinux and linux-uclibc targets.
2899 * configure: Regenerate.
2900
a5b3b4dd
DD
29012007-06-28 DJ Delorie <dj@redhat.com>
2902
2903 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2904 not building newlib.
2905 * configure: Regenerated.
f7c83eac 2906
184d813c
DJ
29072007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2908
2909 * src-release (DEVO_SUPPORT): Correct typos.
2910
31d99776
DJ
29112007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2912
2913 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2914 * Makefile.in: Regenerated.
2915
e00a73e3
PB
29162007-06-14 Paolo Bonzini <bonzini@gnu.org>
2917
f7c83eac
AS
2918 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2919 (distclean-stage[+id+]): Possibly delete stage_last.
2920 * Makefile.in: Regenerate.
e00a73e3 2921
98a1bbc5
BE
29222007-06-07 Ben Elliston <bje@au.ibm.com>
2923
2924 * config.sub, config.guess: Update from upstream sources.
2925
973601e1
BE
29262007-06-07 Ben Elliston <bje@au.ibm.com>
2927
2928 * Makefile.tpl: Fix spelling error.
2929 * Makefile.in: Regenerate.
2930
2038f525
PB
29312007-06-04 Paolo Bonzini <bonzini@gnu.org>
2932
2933 Sync with gcc:
2934 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2935
f7c83eac
AS
2936 PR bootstrap/29382
2937 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2938 * configure: Rebuilt.
2038f525 2939
f7c5c4b5
PB
29402007-06-01 Steve Ellcey <sje@cup.hp.com>
2941
12a64d4f
L
2942 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2943 lt_cv_sys_max_cmd_len.
f7c5c4b5 2944
7ad9660b
PB
29452007-05-31 Paolo Bonzini <bonzini@gnu.org>
2946
2947 * ltgcc.m4: Update from GCC.
2948
0e7ef45c
EC
29492007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2950
12a64d4f 2951 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2952
37ad9514
SE
29532007-05-24 Steve Ellcey <sje@cup.hp.com>
2954
2955 * ltmain.sh: Update from GCC.
2956 * libtool.m4: Update from GCC.
2957 * ltsugar.m4: New. Update from GCC.
2958 * ltversion.m4: New. Update from GCC.
2959 * ltoptions.m4: New. Update from GCC.
2960 * ltconfig: Remove.
2961 * ltcf-c.sh: Remove.
2962 * ltcf-cxx.sh: Remove.
2963 * ltcf-gcj.sh: Remove.
2964 * src-release: Update with new libtool file list.
2965
8ee82aff
PB
29662007-05-16 Paolo Bonzini <bonzini@gnu.org>
2967
2968 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2969 stage_cflags.
2970 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2971 Remove CFLAGS/LIBCFLAGS.
2972 (configure-stage[+id+]-[+prefix+][+module+],
2973 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2974 * Makefile.in: Regenerate.
2975
149cb58d
SE
29762007-04-14 Steve Ellcey <sje@cup.hp.com>
2977
2978 * config-ml.in: Update from GCC.
2979
91506736
DJ
29802007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2981
2982 * src-release (do-proto-toplev): Process the support directories before
2983 the tool directory.
2984
ffa8bd48
RS
29852007-03-21 Richard Sandiford <richard@codesourcery.com>
2986
2987 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2988 of glob. Quote arguments with single quotes too.
2989 * configure: Regenerate.
2990
a4fd3374
DD
29912007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2992
2993 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2994 * Makefile.in: Regenerate
2995
b8025f34
AS
29962007-03-07 Andreas Schwab <schwab@suse.de>
2997
2998 * configure: Regenerate.
2999
a3ca38d2
DD
30002007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3001
3002 * configure.ac: Add "--with-pdfdir" configure option,
3003 which defines pdfdir variable.
3004 * Makefile.def (target=fixincludes): Add install-pdf to
3005 missing targets.
3006 (recursive_targets): Add install-pdf target.
3007 (flags_to_pass): Add pdfdir.
3008 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3009 target.
3010 * configure: Regenerate
3011 * Makefile.in: Regenerate
3012
30132007-02-28 Eric Christopher <echristo@apple.com>
3014
3015 Revert:
3016 2006-12-07 Mike Stump <mrs@apple.com>
3017
3018 * Makefile.def (dependencies): Add dependency for
3019 install-target-libssp and install-target-libgomp on
3020 install-gcc.
3021 * Makefile.in: Regenerate.
3022
30232007-02-27 Matt Kraai <kraai@ftbfs.org>
3024
3025 * configure: Regenerate.
3026 * configure.ac: Move statements after variable declarations.
3027
a4708fba
JM
30282007-02-19 Joseph Myers <joseph@codesourcery.com>
3029
3030 * configure.ac: Adjust for loop syntax.
3031 * configure: Regenerate.
3032
9a819804
AO
30332007-02-18 Alexandre Oliva <aoliva@redhat.com>
3034
3035 * configure: Rebuilt.
3036
81ec575a
AO
30372007-02-18 Alexandre Oliva <aoliva@redhat.com>
3038
3039 * configure.ac: Drop multiple occurrences of --enable-languages,
3040 and fix its quoting.
3041 * configure: Rebuilt.
3042
92f01d61 30432007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3044 Nathan Sidwell <nathan@codesourcery.com>
3045 Vladimir Prus <vladimir@codesourcery.com
3046 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3047
3048 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3049 * configure: Regenerate.
3050
b1299c4e
DJ
30512007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3052
3053 * configure.ac (target_libraries): Move libgcc before libiberty.
3054 * configure: Regenerated.
3055
18f6b6ee
PB
30562007-02-13 Paolo Bonzini <bonzini@gnu.org>
3057
3058 * configure: Regenerate again?
3059
9c4e9f27
PB
30602007-02-13 Paolo Bonzini <bonzini@gnu.org>
3061
3062 * configure: Reapply PR30748 fix which was lost in the previous commit.
3063
24ff9987
DJ
30642007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3065 Paolo Bonzini <bonzini@gnu.org>
3066
3067 PR bootstrap/30753
3068 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3069 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3070 * configure: Regenerated.
3071
7df2cd5d
PB
30722007-02-10 Paolo Bonzini <bonzini@gnu.org>
3073
3074 * configure: Regenerate.
3075
b0aaa663
DJ
30762007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3077
3078 PR bootstrap/30748
3079 * configure.ac: Correct syntax for Solaris ksh.
3080 * configure: Regenerated.
3081
a0323144
PB
30822007-02-09 Paolo Bonzini <bonzini@gnu.org>
3083
3084 * Makefile.def: Sync with GCC.
3085 * Makefile.tpl: Sync with GCC.
3086 * Makefile.in: Regenerate.
3087 * configure: Regenerate.
3088
c6b750e1
DJ
30892007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3090
3091 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3092 noncanonical equivalents.
3093 * configure.in: Rename to...
3094 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3095 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3096 target_noncanonical. Use them. Rewrite removal of configure
3097 arguments for autoconf 2.59. Discard variable settings. Force
3098 program_transform_name for native tools.
3099
3100 * Makefile.in: Regenerated.
3101 * configure: Regenerated with autoconf 2.59.
3102
3103 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3104
f3cd89f4
JJ
31052007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3106
3107 * COPYING.LIBGLOSS: Reformat default Red Hat
3108 license to fit within 80 columns.
3109 * COPYING.NEWLIB: Ditto.
3110
4e206d7e
DB
31112007-02-05 Dave Brolley <brolley@redhat.com>
3112
3113 * Contribute the following changes:
3114 2006-11-28 DJ Delorie <dj@redhat.com>
3115
3116 * configure.in: Fix typo for mep's target_makefile_frag.
3117 * configure: Regenerated.
3118
3119 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3120
3121 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3122 * configure: Regenerate.
3123
3124 2001-09-19 DJ Delorie <dj@redhat.com>
3125
3126 * configure.in (target_makefile_frag): use mt-mep
3127
3128 2001-06-12 Don Howard <dhoward@redhat.com>
3129
3130 * configure.in: Remove gdb from MeP skip list.
3131
3132 2001-04-05 DJ Delorie <dj@redhat.com>
3133
3134 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3135
3136 2001-03-20 Ben Elliston <bje@redhat.com>
3137
3138 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3139
3140 2001-03-19 Ben Elliston <bje@redhat.com>
3141
3142 * config.sub (mep, mep-*): Add.
3143
b2edfdd2
AS
31442007-01-31 Andreas Schwab <schwab@suse.de>
3145
3146 * Makefile.tpl (LDFLAGS): Substitute it.
3147 * Makefile.in: Regenerate.
3148
ceb92e78
PB
31492007-01-11 Paolo Bonzini <bonzini@gnu.org>
3150
3151 * configure.in: Change == to = in test command.
f7c83eac 3152 * configure: Regenerate.
ceb92e78 3153
4b900473 31542007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3155 Nick Clifton <nickc@redhat.com>
3156 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3157
3158 * configure.in (build_configargs, host_configargs, target_configargs):
3159 Remove build/host/target parameters.
3160 (host_libs): Add gmp and mpfr.
3161 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3162 * Makefile.def (gmp, mpfr): New.
3163 (gcc): Remove target.
3164 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3165 target_os, target_vendor): New.
3166 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3167 * configure: Regenerate.
3168 * Makefile.in: Regenerate.
4b900473
PB
3169
31702007-01-11 Matt Fago <fago@earthlink.net>
3171
3172 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3173 to improve robustness of configure tests.
4b900473
PB
3174 * configure: Regenerate.
3175
80f6dcbc
NC
31762007-01-08 Kai Tietz <kai.tietz@onevision.com>
3177
3178 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3179 * configure: Regenerate.
80f6dcbc 3180
f86e35b8
NC
31812007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3182
3183 * Makefile.tpl (all-target): Correct @if conditional for target
3184 modules.
3185 * configure.in: Omit libiberty if building only target libgcc.
3186 * configure, Makefile.in: Regenerated.
3187
79fcd0ec
PB
31882007-01-04 Paolo Bonzini <bonzini@gnu.org>
3189
3190 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3191 * configure: Regenerate.
3192
6aa8ef82
DJ
31932007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3194
3195 * Makefile.def (target_modules): Add libgcc.
3196 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3197 * Makefile.tpl (clean-target-libgcc): Delete.
3198 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3199 on gcc even for bootstrapped modules. Rewrite handling of
3200 lang_env_dependencies to loop over target_modules.
3201 * configure.in (target_libraries): Add target-libgcc.
3202 * Makefile.in, configure: Regenerated.
3203
9b134994
PB
32042006-12-29 Paolo Bonzini <bonzini@gnu.org>
3205
3206 Sync with gcc:
3207 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3208
f7c83eac
AS
3209 * configure.in: Reorganize recognition of languages. Add
3210 --enable-stage1-languages. Show supported languages for the chosen
3211 target rather than all recognized languages.
3212 * configure: Regenerate.
9b134994
PB
3213
3214 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3215
f7c83eac
AS
3216 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3217 * Makefile.in: Regenerate.
9b134994
PB
3218
3219 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3220
f7c83eac
AS
3221 * configure.in: Warn that MPFR 2.2.0 is buggy.
3222 * configure: Regenerate.
9b134994 3223
8cf39b1b
ILT
32242006-12-27 Ian Lance Taylor <iant@google.com>
3225
3226 * configure.in: When removing Makefiles to force a reconfigure, also
3227 remove prev-DIR*/Makefile.
3228 * configure: Regenerate.
3229
ebff6cd5
KH
32302006-12-23 Kazu Hirata <kazu@codesourcery.com>
3231
3232 * config.bfd: Recognize fido.
3233
8a0d8a5c
PB
32342006-12-19 Paolo Bonzini <bonzini@gnu.org>
3235
3236 Sync with gcc:
3237
3238 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3239
3240 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3241 it only affects bootstrap and could be tested on "$host" as well.
3242 * configure: Regenerate.
3243 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3244
3245 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3246
3247 PR bootstrap/29544
3248 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3249 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3250 move here comment from Makefile.tpl.
3251 * Makefile.tpl: Move some definitions higher in the file.
3252 (STAGE1_CHECKING): New.
3253 * configure.in: Add --enable-stage1-checking.
3254 * configure: Regenerate.
3255 * Makefile.in: Regenerate.
3256
3257 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3258
3259 * configure.in: Update error message for missing GMP/MPFR.
3260
3261 * configure: Regenerate.
3262
3263 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3264
3265 * configure.in: Update MPFR version in error message.
3266
3267 * configure: Regenerate.
3268
3269 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3270
3271 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3272 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3273 --with-gmp-lib): New flags.
3274
3275 * configure: Regenerate.
3276
790c0838
AM
32772006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3278
3279 PR bootstrap/30134
3280 * configure.in: Correct x86 darwin support for libjava to powerpc
3281 and i?86 only.
3282 * configure: Regenerate.
3283
77d7106f
AM
32842006-12-11 Alan Modra <amodra@bigpond.net.au>
3285
3286 * configure.in: Handle spu makefile frag.
77d7106f
AM
3287 * Makefile.tpl (MAINT): Define
3288 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3289 * configure: Regenerate.
3290 * Makefile.in: Regenerate.
3291
0cfa5389
BE
32922006-12-11 Ben Elliston <bje@au.ibm.com>
3293
3294 * config.sub, config.guess: Update from upstream sources.
3295
2839fe5d
BE
32962006-12-11 Ben Elliston <bje@au.ibm.com>
3297
3298 * configure.in: Sync with GCC (spu-*-*).
3299 * configure: Sync with GCC.
3300
b897f5d4
MS
33012006-12-07 Mike Stump <mrs@apple.com>
3302
3303 * Makefile.def (dependencies): Add dependency for
3304 install-target-libssp and install-target-libgomp on
3305 install-gcc.
3306 * Makefile.in: Regenerate.
3307
9daf3993
PB
33082006-11-16 Paolo Bonzini <bonzini@gnu.org>
3309
3310 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3311 (unstage): Test for stage_last presence.
3312
3313 PR bootstrap/29802
3314 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3315 * Makefile.in: Regenerate.
3316
9dbaa842
DD
33172006-11-14 DJ Delorie <dj@redhat.com>
3318
3319 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3320 * Makefile.in: Sync with GCC.
3321 * configure.in: Sync with GCC (mpfr, gmp).
3322 * configure: Sync with GCC.
3323
b0cbce8d
JJ
33242006-11-08 Jie Zhang <jie.zhang@analog.com>
3325
3326 * configure.in: Remove target-libgloss from noconfigdirs for
3327 bfin-*-*.
3328 * configure: Regenerated.
3329
44330a94
JJ
33302006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3331
3332 * COPYING.NEWLIB: Add spu license.
7de05dd5 3333 * COPYING.LIBGLOSS: Ditto.
44330a94 3334
56a8fe78
DD
33352006-10-17 Brooks Moses <bmoses@stanford.edu>
3336
3337 * Makefile.def: Added pdf target handling.
3338 * Makefile.tpl: Added pdf target handling.
3339 * Makefile.in: Regenerated.
3340
fbb00ad0
JJ
33412006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3342
3343 * COPYING.NEWLIB: Updated.
3344 * COPYING.LIBGLOSS: Ditto.
3345
6b89cc21
DB
33462006-09-27 Dave Brolley <brolley@redhat.com>
3347
3348 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3349 $s instead of $r.
3350 * configure: Regenerated.
3351
17bcf627
BE
33522006-09-26 Ben Elliston <bje@au.ibm.com>
3353
3354 * config.sub, config.guess: Update from upstream sources.
3355
f3529cf1
TS
33562006-09-20 Thiemo Seufer <ths@mips.com>
3357
3358 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3359 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3360 * configure: Regenerate.
3361
45055374
CV
33622006-08-30 Corinna Vinschen <corinna@vinschen.de>
3363
3364 * configure.in: Never build newlib for a Mingw host.
3365 Never build newlib as Mingw target library.
3366 Test the existence of winsup/cygwin for building a Cygwin newlib,
3367 rather than just winsup.
3368 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3369 building a Mingw target.
3370 * configure: Regenerate.
3371
4be041b2 33722006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3373 Nigel Stephens <nigel@mips.com>
3374 David Ung <davidu@mips.com>
4be041b2
TS
3375
3376 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3377
1d89b610
PB
33782006-07-25 Paolo Bonzini <bonzini@gnu.org>
3379
3380 Sync from GCC:
3381 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3382
f7c83eac
AS
3383 PR bootstrap/18058
3384 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3385 if the bootstrap compiler is a GCC version that supports it.
3386 * configure: Regenerate.
1d89b610 3387
66a79c16
DJ
33882006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3389
3390 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3391 * configure: Regenerated.
3392
c1cb7e02
PB
33932006-07-18 Paolo Bonzini <bonzini@gnu.org>
3394
f7c83eac
AS
3395 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3396 for stages after the first.
c1cb7e02 3397
7206a0ee
JJ
33982006-07-17 Jakub Jelinek <jakub@redhat.com>
3399
3400 * Makefile.def: Add dependencies for configure-opcodes
3401 on configure-intl and all-opcodes on all-intl.
3402 * Makefile.in: Regenerated.
3403
6816f995
AO
34042006-07-04 Peter O'Gorman <peter@pogma.com>
3405
3406 * ltconfig: chmod 644 before ranlib during install.
3407
3d3adb43
PB
34082006-07-03 Paolo Bonzini <bonzini@gnu.org>
3409
1f3f1bbf 3410 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3411 * configure: Regenerate.
3412
64ce424c
PB
34132006-07-03 Paolo Bonzini <bonzini@gnu.org>
3414
3415 Sync from gcc:
3416
3417 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3418
3419 PR other/27063
3420 * configure.in: Test subdir_requires and give an appropriate
3421 error message.
3422 * configure: Regenerate.
3423
3424 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3425
3426 PR target/27540
3427 * configure.in: Only enable libgomp on IRIX 6.
3428 * configure: Regenerate.
3429
d42c4017
DA
34302006-06-20 David Ayers <d.ayers@inode.at>
3431
3432 PR bootstrap/28072
3433 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3434 whether target-libjava is being configured instead of whether the
3435 java front end is enabled.
3436 * configure: Regenerate.
0e7ef45c 3437
4962c51a
MS
34382006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3439
3440 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3441 to R_ARM_LDC_SB_G{0,1,2} respectively.
3442
caee866a
PB
34432006-06-15 Paolo Bonzini <bonzini@gnu.org>
3444
3445 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3446 too.
3447 * Makefile.in: Regenerate.
3448
363ef840
DA
34492006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3450
3451 Sync from gcc:
3452
3453 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3454 * configure.in: Don't enable libgomp on hpux10.
3455 * configure: Rebuilt.
3456
54d1c879
DA
34572006-06-13 David Ayers <d.ayers@inode.at>
3458
3459 Sync from gcc:
3460
3461 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3462
54d1c879
DA
3463 PR bootstrap/27963
3464 PR target/19970
0e7ef45c 3465 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3466 ${libgcj} is specified.
3467 * configure: Regenerate.
0e7ef45c 3468
a4d8b690
JJ
34692006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3470
3471 Sync from gcc:
3472
3473 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3474 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3475
3476 PR bootstrap/18033
3477 * config-ml.in: Eval option if surrounded by single quotes.
3478
4f0ef2d8
CD
34792006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3480
3481 Sync from gcc:
0e7ef45c 3482
4f0ef2d8 3483 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3484
4f0ef2d8
CD
3485 PR libobjc/13946
3486 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3487 * Makefile.in: Regenerate.
3488 * configure.in: Add --enable-objc-gc at toplevel and have it
3489 enable boehm-gc for Objective-C.
3490 Remove target-boehm-gc from libgcj.
3491 Add target-boehm-gc to target_libraries.
3492 Add target-boehm-gc to noconfigdirs where ${libgcj}
3493 is specified.
3494 Assert that boehm-gc is supported when requested for Objective-C.
3495 Only build boehm-gc if needed either for Java or Objective-C.
3496 * configure: Regenerate.
3497
3498 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3499
4f0ef2d8
CD
3500 PR 27674
3501 * Makefile.tpl (configure-[+prefix+][+module+],
3502 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3503 Remove rule to unstage bootstrapped modules.
3504 (stage_current): New.
3505 * Makefile.in: Regenerate.
3506
3507 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3508 Andreas Tobler <a.tobler@schweiz.ch>
3509
3510 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3511 * configure: Rebuilt.
3512
3513 Revert
3514 2006-01-31 Richard Guenther <rguenther@suse.de>
3515 Paolo Bonzini <bonzini@gnu.org>
3516
3517 * Makefile.def (target_modules): Add libgcc-math target module.
3518 * configure.in (target_libraries): Add libgcc-math target library.
3519 (--enable-libgcc-math): New configure switch.
3520 * Makefile.in: Re-generate.
3521 * configure: Re-generate.
3522
c17b816b
JJ
35232006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3524
3525 * config-ml.in: Alter CCASFLAGS to include special
3526 multilib options the same as is done for CFLAGS.
3527
20e95c23
DJ
35282006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3529
3530 * Makefile.def: Added dependencies from sim and gdb on intl, and
3531 added configure dependencies to everything with an all dependency
3532 on intl.
3533 * gettext.m4: Removed.
3534 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3535 (GDB_SUPPORT_DIRS): Add intl.
3536 * Makefile.in: Regenerated.
3537
4bd8ad80
DJ
35382006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3539
3540 * src-release (DEVO_SUPPORT): Add config.rpath.
3541
c380fdd8
PB
35422006-05-25 Paolo Bonzini <bonzini@gnu.org>
3543
3544 * Makefile.def (bfd, opcodes): Fix lib_path.
3545 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3546 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3547 * Makefile.in: Regenerate.
3548
701628f5
MS
35492006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3550
3551 * configure.in: Enable gprof for cross builds.
3552 * configure: Regenerate.
3553
25aae7f2
DJ
35542006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3555
3556 * src-release (MAKEINFOFLAGS): Define.
3557 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3558
ea3d1626
BE
35592006-05-14 Ben Elliston <bje@au.ibm.com>
3560
3561 * config.sub, config.guess: Update from upstream sources.
3562
49b9e644
BE
35632006-05-12 Ben Elliston <bje@au.ibm.com>
3564
3565 * config.sub, config.guess: Update from upstream sources.
3566
482dd2f6
DJ
35672006-05-04 Steve Ellcey <sje@cup.hp.com>
3568
3569 * blt, iwidgets, mmalloc: Remove directories.
3570
8b01a5c2
DD
35712006-05-01 DJ Delorie <dj@redhat.com>
3572
641a3af4 3573 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3574 * configure: Regenerate.
3575
a481dbb7
DD
35762006-04-18 DJ Delorie <dj@redhat.com>
3577
3578 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3579 reference libgloss so that libssp can be built in a combined
3580 tree.
3581 * configure: Regenerate.
3582
962c9e74
BE
35832006-04-10 Ben Elliston <bje@au.ibm.com>
3584
3585 * contrib: Remove directory.
3586
108a6f8e
CD
35872006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3588
3589 * Makefile.tpl: Add install-html target.
3590 * Makefile.def: Add install-html target.
3591 * Makefile.in: Regenerate.
3592 * configure.in: Add --with-datarootdir, --with-docdir,
3593 and --with-htmldir options.
3594 * configure: Regenerate.
3595
a4ef73e9
BE
35962006-03-31 Ben Elliston <bje@au.ibm.com>
3597
3598 PR binutils/1860
3599 * configure.in: Require makeinfo 4.4 or higher.
3600 * configure: Regenerate.
3601
b37df25a
PB
36022006-03-14 Paolo Bonzini <bonzini@gnu.org>
3603
3604 * Makefile.in: Regenerate.
3605
a6df5a19
PB
36062006-03-14 Paolo Bonzini <bonzini@gnu.org>
3607
3608 Sync with gcc:
3609 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3610
f7c83eac
AS
3611 * configure.in: Handle --disable-<component> generically.
3612 * configure: Regenerate.
a6df5a19
PB
3613
3614 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3615
f7c83eac
AS
3616 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3617 (TARGET_CONFIGDIRS): Remove.
3618 * configure.in: Remove AC_SUBST(target_configdirs).
3619 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3620
3621
65419985
L
36222006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3623
3624 PR libgcj/17311
3625 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3626
c52c6897
PB
36272006-02-20 Paolo Bonzini <bonzini@gnu.org>
3628
3629 PR bootstrap/25670
3630
3631 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3632
3633 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3634 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3635 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3636 BUILD_PREFIX, BUILD_PREFIX_1.
3637 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3638
3639 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3640 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3641
3642 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3643 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3644 of `cat stage_current`. Always provide the `r' and `s' variables.
3645 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3646 a single shell execution.
3647 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3648 bootstrapped modules, make the stage1 module if the build was not
3649 started yet, else build the current stage.
3650 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3651 (all-build, all-host, all-target, [+make_target+]-host,
3652 [+make_target+]-target): Do not use \-continued lines.
3653 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3654 (current_stage, restrap, stage_last): New.
3655
3656 * Makefile.in: Regenerate.
3657 * configure: Regenerate.
3658
b3ded179
PB
36592006-02-14 Paolo Bonzini <bonzini@gnu.org>
3660
3661 Sync from gcc:
3662
3663 2006-01-31 Richard Guenther <rguenther@suse.de>
3664 Paolo Bonzini <bonzini@gnu.org>
3665
f7c83eac
AS
3666 * Makefile.def (target_modules): Add libgcc-math target module.
3667 * configure.in (target_libraries): Add libgcc-math target library.
3668 (--enable-libgcc-math): New configure switch.
3669 * Makefile.in: Re-generate.
3670 * configure: Re-generate.
3671 * libgcc-math: New toplevel directory.
b3ded179
PB
3672
3673 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3674 Jakub Jelinek <jakub@redhat.com>
3675 Diego Novillo <dnovillo@redhat.com>
b3ded179 3676
f7c83eac
AS
3677 * libgomp: New directory.
3678 * Makefile.def: Add target_module libgomp.
3679 * Makefile.in: Regenerate.
3680 * configure.in (target_libraries): Add target-libgomp.
3681 * configure: Regenerate.
b3ded179 3682
3a35eeb3
PB
36832006-02-14 Paolo Bonzini <bonzini@gnu.org>
3684 Andreas Schwab <schwab@suse.de>
0e7ef45c 3685
3a35eeb3
PB
3686 * configure: Regenerate.
3687
2429c060
PB
36882006-01-16 Paolo Bonzini <bonzini@gnu.org>
3689
3690 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3691 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3692 the assembler, linker and binutils.
3693 * configure: Regenerate.
3694
ec49b2b8
NC
36952006-01-16 Nick Clifton <nickc@redhat.com>
3696
49b9e644 3697 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3698
44b2308f
AO
36992006-01-05 Alexandre Oliva <aoliva@redhat.com>
3700
3701 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3702 @ from continuation.
3703 * Makefile.in: Rebuilt.
3704
80911fe1
PB
37052006-01-04 Paolo Bonzini <bonzini@gnu.org>
3706
3707 Sync from gcc:
3708
3709 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3710
f7c83eac 3711 PR bootstrap/24252
80911fe1 3712
f7c83eac
AS
3713 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3714 * Makefile.tpl (OBJDUMP): New.
3715 (EXTRA_HOST_FLAGS): Add it.
3716 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3717
f7c83eac
AS
3718 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3719 to use symbolic links between directories. Avoid race conditions
3720 or make them harmless.
3721 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3722
f7c83eac
AS
3723 * Makefile.def (LEAN): Pass.
3724 * Makefile.tpl (LEAN): Define.
3725 (stage[+id+]-start): Accept that the previous directory does not
3726 exist, if the bootstrap is lean.
3727 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3728 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3729 configure substitution.
3730 ([+compare-target+]): Likewise.
3731 ([+bootstrap-target+]-lean): New.
3732 * configure.in: Remove lean bootstrap support from here.
80911fe1 3733
f7c83eac
AS
3734 * Makefile.in: Regenerate.
3735 * configure: Regenerate.
80911fe1
PB
3736
3737 2006-01-02 Andreas Schwab <schwab@suse.de>
3738
f7c83eac
AS
3739 * configure.in: When reconfiguring remove Makefile in
3740 all stage directories.
3741 * configure: Regenerate.
80911fe1 3742
b59bea8a
NC
37432005-12-27 Leif Ekblad <leif@rdos.net>
3744
3745 * configure.in: Add support for RDOS target.
3746 * configure: Regenerate.
3747
d7730bac
NC
37482005-12-27 Nick Clifton <nickc@redhat.com>
3749
3750 PR binutils/1990
3751 * libtool.m4: Synchronize with version in GCC sources.
3752
c02dabc3
PB
37532005-12-20 Paolo Bonzini <bonzini@gnu.org>
3754
f7c83eac 3755 Revert Ada-related part of the previous change.
c02dabc3 3756
f7c83eac
AS
3757 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3758 Do not pass.
3759 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3760 * Makefile.in: Regenerate.
3761 * configure.in: Do not include mt-ppc-aix target fragment.
3762 * configure: Regenerate.
c02dabc3 3763
f6d183c0
PB
37642005-12-19 Paolo Bonzini <bonzini@gnu.org>
3765
3766 * configure.in: Select appropriate fragments for PowerPC/AIX.
3767 * configure: Regenerate.
3768
3769 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3770 BOOT_CFLAGS, BOOT_LDFLAGS.
3771 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3772 BOOT_CFLAGS, BOOT_LDFLAGS.
3773 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3774 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3775 (stage): Fail if we cannot complete the work.
3776 * Makefile.in: Regenerate.
3777
f29759fc
JJ
37782005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3779
3780 * COPYING.NEWLIB: Update copyright year for default
3781 copyright.
3782
1f054001
PB
37832005-12-15 Paolo Bonzini <bonzini@gnu.org>
3784
3785 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3786 install-host-nogcc): Don't invoke $(stage) at the end.
3787 * Makefile.in: Regenerate.
3788
0aed8855
PB
37892005-12-14 Paolo Bonzini <bonzini@gnu.org>
3790
3791 * configure.in: Flip the top-level bootstrap switch.
3792 * configure: Regenerate.
3793
3794 Merge from gcc:
3795
3796 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3797
f7c83eac
AS
3798 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3799 $(stage) and $(unstage).
3800 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3801 (all): Remove stray semicolon.
3802 (local-distclean): Don't handle multilib.tmp and multilib.out.
3803 (install.all): Set $s for consistency.
3804 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3805 check_multilibs setting. Always make the install directory.
3806 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3807 Correct @if/@endif.
3808 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3809 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3810 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3811 (multilib.out): Remove.
3812 * Makefile.in: Regenerated.
0aed8855
PB
3813
38142005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3815
3816 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3817 * configure.in: Replace ms1 arch with mt.
3818 * configure: Rebuilt.
3819
38202005-12-05 Paolo Bonzini <bonzini@gnu.org>
3821
3822 Sync with gcc:
3823
4970f871
NS
38242005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3825
3826 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3827 * configure.in: Replace ms1 arch with mt.
3828 * configure: Rebuilt.
3829
be01d343
PB
38302005-12-05 Paolo Bonzini <bonzini@gnu.org>
3831
3832 Sync with gcc:
3833
3834 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3835
f7c83eac
AS
3836 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3837 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3838 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3839 Find in-tree tools if available.
3840 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3841 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3842 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3843 (COMPILER_*_FOR_TARGET): New.
3844 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3845 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3846 (CONFIGURED_*, USUAL_*): Remove.
3847 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3848 STRIP): Use autoconf substitutions.
3849 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3850 COMPILER_NM_FOR_TARGET): New.
3851 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3852
3853 (all): Make all-host and all-target in parallel.
3854 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3855 that $$r and $$s are set before invoking a recursive make.
3856 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3857 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3858
3859 2005-11-29 Ben Elliston <bje@au.ibm.com>
3860
f7c83eac
AS
3861 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3862 from the gcc build directory.
3863 * Makefile.in: Regenerate.
be01d343
PB
3864
3865 2005-11-29 Ben Elliston <bje@au.ibm.com>
3866
f7c83eac
AS
3867 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3868 depend on all-libdecnumber.
3869 * configure.in (host_libs): Include libdecnumber.
3870 * Makefile.in: Regenerate.
3871 * configure: Likewise.
be01d343
PB
3872
3873 2005-11-21 Kean Johnston <jkj@sco.com>
3874
f7c83eac 3875 * config.sub, config.guess: Sync from upstream sources.
be01d343 3876
907be67c
DJ
38772005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3878
3879 * Makefile.def: Remove gdb dependencies for gdbtk.
3880 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3881 (configure-gdb, install-gdb): New rules.
3882 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3883 * Makefile.in, configure: Regenerated.
3884
e360f423
PB
38852005-10-22 Paolo Bonzini <bonzini@gnu.org>
3886
3887 PR bootstrap/24297
3888 * Makefile.tpl (do-[+make-target+], do-check, install,
3889 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3890 are set before recursing.
3891 * Makefile.in: Regenerate.
3892
45d5eb0a
EB
38932005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3894
3895 PR bootstrap/18939
3896 * Makefile.def (gcc) <target>: Fix thinko.
3897 * Makefile.in: Regenerate.
3898
3cf3372e
BS
38992005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3900
3901 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3902 * configure: Regenerate.
3903
bd70a46f
KH
39042005-10-09 Kazu Hirata <kazu@codesourcery.com>
3905
3906 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3907 target-libffi, target-qthreads, target-libjava, and
3908 targetlibobjc.
3909 * configure: Regenerate.
3910
5ae72758
DJ
39112005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3912
3913 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3914 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3915 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3916 (USUAL_OBJDUMP_FOR_TARGET): New.
3917 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3918 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3919 * configure, Makefile.in: Regenerated.
5ae72758 3920
cc96343e
PB
39212005-10-05 Paolo Bonzini <bonzini@gnu.org>
3922
3923 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3924 before other host packages.
3925
f70224b5
PB
39262005-10-05 Paolo Bonzini <bonzini@gnu.org>
3927
3928 PR bootstrap/22340
3929
3930 * configure.in (default_target): Remove.
3931 * Makefile.tpl (all): Do not use prerequisites as subroutines
3932 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3933 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3934 use prerequisites as subroutines.
3935 (check-host, check-target): New.
3936 (bootstrap configure & all targets): Do not use stage*-start
3937 if the directory layout is already ok.
3938 (non-bootstrap configure & all targets): Prepend a $(unstage).
3939 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3940 (NOTPARALLEL): Remove.
3941 (unstage, stage variables): New variables.
3942 (unstage, stage targets): Simply expand to those variables.
3943
3944 * configure: Regenerate.
3945 * Makefile.in: Regenerate.
3946
c13c918a
JW
39472005-10-04 James E Wilson <wilson@specifix.com>
3948
3949 * Makefile.def (lang_env_dependencies): Add libmudflap.
3950 * Makefile.in: Regenerate.
3951
376a0e54
CM
39522005-10-03 Catherine Moore <clm@cm00re.com>
3953
3954 * configure.in (bfin-*-*): Support bfin.
3955 * configure: Regenerated.
3956
d320aacb
L
39572005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3958
3959 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3960 * configure: Regenerated.
3961
7e0f7140
GK
39622005-09-28 Geoffrey Keating <geoffk@apple.com>
3963
3964 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3965 (LIPO_FOR_TARGET): New.
3966 (CONFIGURED_LIPO_FOR_TARGET): New.
3967 (USUAL_LIPO_FOR_TARGET): New.
3968 (STRIP_FOR_TARGET): New.
3969 (CONFIGURED_STRIP_FOR_TARGET): New.
3970 (USUAL_STRIP_FOR_TARGET): New.
3971 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3972 STRIP_FOR_TARGET.
3973 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3974 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3975 * Makefile.in: Regenerate.
3976 * configure: Regenerate.
0e7ef45c 3977
096f7d00
DE
39782005-09-19 David Edelsohn <edelsohn@gnu.org>
3979
3980 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3981 (rs6000-*-aix*): Same.
3982 * configure: Regenerate.
3983
39842005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3985
3986 * configure.in: Recognize f95 in the --enable-languages option,
3987 and substitute it for fortran, issuing a warning.
3988 * configure: Regenerate.
3989
2016dfcc
BE
39902005-09-07 Ben Elliston <bje@au.ibm.com>
3991
3992 Import from Autoconf sources:
3993
3994 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3995 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3996 Elliston. Handle weird characters correctly.
3997
6dd2fda9
DD
39982005-08-30 Phil Edwards <phil@codesourcery.com>
3999
4000 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4001 * configure: Regenerated.
4002
e6db70d4
RE
40032005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4004
f7c83eac
AS
4005 * Makefile.def (libssp): Add to lang_env_dependencies.
4006 * Makefile.in: Regenerate.
e6db70d4 4007
e1e3d0f5
CG
40082005-08-17 Christian Groessler <chris@groessler.org>
4009
4010 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4011 * Makefile.in: Regenerate.
4012
05cbd757
PB
40132005-08-12 Paolo Bonzini <bonzini@gnu.org>
4014
4015 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4016 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4017 Look for alternate names of the target cc and c++
4018 * configure: Regenerate.
4019
55db4b87
PB
40202005-08-08 Paolo Bonzini <bonzini@gnu.org>
4021
4022 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4023 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4024 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4025 tools; remove code to manually set them.
4026 (Target tools): Look in the environment for them.
4027 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4028 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4029 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4030 build directory.
4031 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4032 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4033 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4034 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4035 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4036 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4037 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4038 * configure: Regenerate.
4039 * Makefile.in: Regenerate.
4040
414e5532
MM
40412005-07-27 Mark Mitchell <mark@codesourcery.com>
4042
4043 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4044 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4045 * Makefile.in: Regenerated.
4046
a19b6204
MM
40472005-07-26 Mark Mitchell <mark@codesourcery.com>
4048
4049 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4050 (CFLAGS_FOR_TARGET): Use it.
4051 (CXXFLAGS_FOR_TARGET): Likewise.
4052 * Makefile.in: Regenerated.
4053 * configure.in (--with-build-sysroot): New option.
4054 * configure: Regenerated.
4055
b73aa406
PB
40562005-07-24 Paolo Bonzini <bonzini@gnu.org>
4057
4058 * Makefile.tpl: Wrap install between unstage and stage
4059 * Makefile.in: Regenerate.
4060
6e4d0bcb
KC
40612005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4062
4063 * all files: Update FSF address.
4064
49f58d10
JB
40652005-07-14 Jim Blandy <jimb@redhat.com>
4066
4067 * configure.in: Add cases for Renesas m32c.
4068 * configure: Regenerated.
0e7ef45c 4069
1d9c9cd7
KC
40702005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4071
4072 * COPYING, compile, config-ml.in, config.guess,
4073 config.sub, install-sh, missing, mkinstalldirs,
4074 symlink-tree, ylwrap: Sync from upstream sources.
4075
1587117a
EC
40762005-07-13 Eric Christopher <echristo@redhat.com>
4077
4078 * configure.in: Add toplevel noconfigdir support for tpf.
4079 * configure: Regenerate.
4080
bb780410
DD
40812005-07-11 Jakub Jelinek <jakub@redhat.com>
4082
4083 * Makefile.def (target_modules): Add libssp.
4084 * configure.in (target_libraries): Add target-libssp.
4085 * configure: Rebuilt.
4086 * Makefile.in: Rebuilt.
4087
064d0a7c
PB
40882005-07-11 Paolo Bonzini <bonzini@gnu.org>
4089
4090 PR ada/22340
4091
4092 * Makefile.def: Sync with gcc.
4093 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4094 * Makefile.in: Regenerate.
4095
b2edd3b5
AS
40962005-07-07 Andreas Schwab <schwab@suse.de>
4097
4098 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4099 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4100 * Makefile.in: Regenerated.
4101
5f128533
KH
41022005-07-07 Kazu Hirata <kazu@codesourcery.com>
4103
4104 * configure.in: Add --enable-libssp and --disable-libssp.
4105 * configure: Regenerate with autoconf-2.13.
4106
4e3fc8e5
GK
41072005-07-06 Geoffrey Keating <geoffk@apple.com>
4108
4109 * configure.in: Don't build sim or rda when targetting darwin.
4110 * configure: Regenerate.
4111
c7357d6a
BE
41122005-07-04 Ben Elliston <bje@gnu.org>
4113
4114 * src-release (do-proto-toplev): Remove dejagnu bits.
4115 (DEJAGNU_SUPPORT_DIRS): Remove.
4116 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4117 (GDBD_SUPPORT_DIRS): Likewise.
4118 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4119 (INSIGHTD_SUPPORT_DIRS): Likewise.
4120 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4121
41222005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4123
4124 * setup.com (mpw): Remove unused directive.
4125
7d329e61
PB
41262005-06-22 Paolo Bonzini <bonzini@gnu.org>
4127
4128 * Makefile.def (stagefeedback): Come after profile.
4129 Define profiledbootstrap target.
4130 * Makefile.tpl (profiledbootstrap): Remove.
4131 (stageprofile-end): Zap stagefeedback.
4132 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4133 * Makefile.in: Regenerate.
4134
e5fbed21
DD
41352005-06-13 Zack Weinberg <zack@codesourcery.com>
4136
4137 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4138 In 'cpp' stanza, support '#line' as well as '# '.
4139
59f7ec45
HPN
41402005-06-07 Hans-Peter Nilsson <hp@axis.com>
4141
4142 * configure.in (unsupported_languages): New macro.
4143 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4144 non-ported target libraries in noconfigdirs.
4145 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4146 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4147 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4148 unsupported_languages.
4149 * configure: Regenerate.
4150
c10e9ba7
DD
41512005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4152
4153 * configure.in: Fix typo in handling of --with-mpfr-dir.
4154 * configure: Regenerate.
4155
20deb2b8
JB
41562005-06-02 Jim Blandy <jimb@redhat.com>
4157
4158 * config.sub: Add cases for the Renesas m32c. (This patch has been
4159 accepted into the master sources.)
4160
cdb9b172 41612005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4162 Michael Snyder <msnyder@redhat.com>
4163 Stan Cox <scox@redhat.com>
cdb9b172 4164
f7c83eac 4165 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4166
f7c83eac 4167 * configure: Regenerate.
cdb9b172 4168
1dc3053f
PB
41692005-05-25 Paolo Bonzini <bonzini@gnu.org>
4170
4171 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4172 (Dependencies): Consider target modules for bootstrap dependencies.
4173 Make target bootstrap modules depend on each stage's gcc.
4174 * Makefile.in: Regenerate.
4175
c60fe18b
PB
41762005-05-20 Paolo Bonzini <bonzini@gnu.org>
4177
4178 * Makefile.def (configure-gcc): Depend on binutils having been built.
4179 (all-gcc): No need to do it here.
4180 * Makefile.in: Regenerate.
4181
27258dd4
PB
41822005-05-19 Paul Brook <paul@codesourcery.com>
4183
0e7ef45c 4184 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4185 language cannot be built.
4186 * configure: Regenerate.
4187
42ecbf5e
DJ
41882005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4189
4190 * ylwrap: Import from Automake 1.9.5.
4191
ae380b45
MS
41922005-05-04 Mike Stump <mrs@apple.com>
4193
4194 * configure.in: Always pass --target to target configures as
4195 otherwise rebuilds that do --recheck will fail.
811d3af8 4196 * configure: Rebuilt.
ae380b45 4197
d545f33b
PB
41982005-05-04 Paolo Bonzini <bonzini@gnu.org>
4199
4200 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4201 STAGE_HOST_EXPORTS.
4202 (configure, all): Add bootstrap support.
4203 (Host modules, target modules): Pass post-stage1 flags and exports.
4204 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4205 * Makefile.in: Regenerate.
4206
2faa2958
PB
42072005-04-29 Paolo Bonzini <bonzini@gnu.org>
4208
4209 Sync from gcc:
4210
4211 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4212
f7c83eac 4213 * config.sub: Update from master copy.
2faa2958
PB
4214
4215 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4216
f7c83eac
AS
4217 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4218 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4219 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4220 "*-*-elf" and "*-*-linux*".
4221 * configure: Regenerate.
2faa2958 4222
a7254363
PB
42232005-04-06 Paolo Bonzini <bonzini@gnu.org>
4224
f7c83eac 4225 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4226 (TARGET_CONFIGARGS): Include --with-target-subdir.
4227 (configure, all): New macros. Use them throughout.
4228
a8637a7d
PB
42292005-04-05 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * Makefile.tpl: Sync with gcc.
4232 * Makefile.in: Regenerate.
4233
dd387d52
JR
42342005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4235
4236 * config/mh-mingw32: Delete.
4237 * configure.in: Don't use it.
4238 * configure: Regenerate.
4239
e90269c8
PB
42402005-03-31 Paolo Bonzini <bonzini@gnu.org>
4241
4242 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4243 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4244 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4245 (HOST_LIB_PATH): Generate from Makefile.def.
4246 (TARGET_LIB_PATH): Likewise.
4247 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4248 * Makefile.in: Regenerate.
4249 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4250 (RPATH_ENVVAR): Include Darwin case.
4251 * configure: Regenerate.
4252
9a237d9e
PB
42532005-03-25 Paolo Bonzini <bonzini@gnu.org>
4254
4255 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4256 * configure: Regenerate.
4257
479759c8
ZW
42582005-03-21 Zack Weinberg <zack@codesourcery.com>
4259
4260 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4261 gcc_version, and gcc_version_trigger from set of flags to pass.
4262 * Makefile.tpl: Remove definitions of above variables.
4263 (config.status): Remove dependency on $(gcc_version_trigger).
4264 * Makefile.in: Regenerate.
4265 * configure.in: Do not reference config/gcc-version.m4 nor
4266 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4267 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4268 * configure: Regenerate.
4269
4cfaf6d5
DD
42702005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4271 Andrew Pinski <pinskia@physics.uc.edu>
4272
4273 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4274 * Makefile.in: Regenerate.
4275
33a3fb7b
AO
42762005-03-01 Alexandre Oliva <aoliva@redhat.com>
4277
4278 PR libgcj/20160
4279 * ltmain.sh: Avoid creating archives with components that have
4280 duplicate basenames.
4281
2da12f12
PB
42822005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4283
479759c8
ZW
4284 PR bootstrap/20250
4285 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4286 instead of check.
4287 * Makefile.in: Regenerate.
2da12f12 4288
b00612cc
PB
42892005-02-28 Paolo Bonzini <bonzini@gnu.org>
4290
4291 Sync from gcc.
4292
4293 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4294
4295 PR bootstrap/17383
4296 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4297 * Makefile.tpl (HOST_SUBDIR): New substitution.
4298 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4299 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4300 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4301 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4302 (Host modules, Bootstrapped modules): Use it.
4303 (Build modules, Target modules): Do not create symlink trees,
4304 always configure out-of-srcdir.
4305 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4306 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4307 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4308 $(HOST_SUBDIR). Create a symlink for host_subdir.
4309
4310 * Makefile.in: Regenerate.
4311 * configure: Regenerate.
4312
4313 Merged from libada-gnattools-branch:
4314 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4315
4316 * Makefile.def: Add gnattools as a module, depending on target-libada.
4317 * Makefile.in: Regenerate.
4318 * configure.in: Include gnattools in host_tools; disable it if ada
4319 is disabled.
4320 * configure: Regenerate.
4321
c3e65f62
NC
43222005-02-23 Nick Clifton <nickc@redhat.com>
4323
4324 * configure: Regenerate.
4325
e4d180c2
NC
43262005-02-22 Paul Schlie <schlie@comcast.net>
4327
4328 * configure.in: Allow darwin targeted ports to build tk, itcl and
4329 libgui.
4330
e3c770b1
EB
43312005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4332
4333 PR libgcj/10353
4334 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4335 * configure: Regenerate.
4336
9c73618c
AC
43372005-02-08 Andrew Cagney <cagney@gnu.org>
4338
4339 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4340 gdb/ section. Update GDB's URL.
4341
c46f8c51
AC
43422005-01-31 Andrew Cagney <cagney@gnu.org>
4343
4344 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4345
c7e66c6d
HPN
43462005-01-29 Hans-Peter Nilsson <hp@axis.com>
4347
4348 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4349 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4350 target-libgloss when not *-*-elf and *-*-aout.
4351 * configure: Regenerate.
4352
a53bf506
AC
43532005-01-27 Andrew Cagney <cagney@gnu.org>
4354
4355 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4356
45181ed1
AC
43572005-01-24 Andrew Cagney <cagney@gnu.org>
4358
4359 * gettext.m4: Only fall back to ../intl/ when it's present.
4360
a1e0f4e4
KC
43612005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4362
4363 * install-sh, config.sub: Import from upstream.
4364
43652005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4366
4367 PR bootstrap/18222
4368 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4369 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4370 * Makefile.in: Regenerate.
4371
c50382e2
PB
43722005-01-03 Paolo Bonzini <bonzini@gnu.org>
4373
4374 Revert 2004-12-28 Makefile changes, a better fix will be
4375 applied to mainline and src after GCC 4.0 branches.
4376
11d07737
PB
43772004-12-28 Paolo Bonzini <bonzini@gnu.org>
4378
4379 PR bootstrap/17383
4380
4381 * Makefile.def (target_modules): Remove stage parameter,
4382 it is always true now.
4383 * Makefile.tpl (configure-build-[+module+],
4384 configure-target-[+module+]): Always build symlink tree
4385 for the directory and for include. BUILD_SUBDIR and
4386 TARGET_SUBDIR cannot be . anymore.
4387 * Makefile.in: Regenerate.
4388
dadfdbe2
DD
43892004-12-25 David Edelsohn <edelsohn@gnu.org>
4390
4391 Revert 2004-12-08 Makefile changes.
4392
dbf85af7
JR
43932004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4394
4395 * configure.in (sh64-*-*): Reenable gprof.
4396 * configure: Regenerate.
4397
6b8fea99
JB
43982004-12-09 Jim Blandy <jimb@redhat.com>
4399
4400 * MAINTAINERS: List 'depcomp' as part of automake.
4401
7341462c
DE
44022004-12-08 David Edelsohn <edelsohn@gnu.org>
4403
4404 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4405 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4406 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4407 * Makefile.in: Regenerate.
4408
21fde4dc
DD
44092004-12-07 Matt Kraai <kraai@ftbfs.org>
4410
4411 * Makefile.tpl: Generate normal dependencies if the LHS module is
4412 not bootstrapped.
4413 * Makefile.in: Regenerate.
4414
3da796a2
RS
44152004-12-03 Richard Sandiford <rsandifo@redhat.com>
4416
4417 * configure.in: Include config/gxx-include-dir.m4. Use
4418 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4419 * configure: Regenerate.
4420
73fb7068
RS
44212004-12-03 Richard Sandiford <rsandifo@redhat.com>
4422
4423 * config.if: Delete.
4424 * configure.in: Set libstdcxx_incdir directly.
4425 * configure: Regenerate.
4426 * MAINTAINERS: Remove mention of config.if.
4427 * src-release (DEVO_SUPPORT): Remove config.if.
4428
6c8e6ce9
EC
44292004-12-02 Eric Christopher <echristo@redhat.com>
4430
3b6098f8
EC
4431 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4432 of things to remove.
6c8e6ce9 4433 * Makefile.in: Regenerate.
479759c8 4434
b8658a2f
RS
44352004-12-02 Richard Sandiford <rsandifo@redhat.com>
4436
4437 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4438 * configure: Regenerate.
4439
afefada0
RS
44402004-12-02 Richard Sandiford <rsandifo@redhat.com>
4441
4442 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4443 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4444 * configure: Regenerate.
4445
5dcac624
DA
44462004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4447
4448 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4449 (hppa*64*-*-*): Delete incorrect comment.
4450 * configure: Rebuilt.
4451
57d1eb1a
DD
44522004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4453
4454 * install-sh, compile: Import from automake.
4455
44562004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4457
4458 * config.guess, config.sub: Import from savannnah.
4459
6d389afc
MS
44602004-11-12 Mike Stump <mrs@apple.com>
4461
4462 * Makefile.def: Add html support.
4463 * Makefile.tpl: Likewise.
4464 * Makefile.in: Regenerate.
4465
69e57115
GK
44662004-11-11 Geoffrey Keating <geoffk@apple.com>
4467
4468 PR 18423
4469 * configure.in: Remove all instances of build-fixincludes from
4470 noconfigdirs.
4471 (build_configargs): Supply --target to subdirectories.
4472 * configure: Regenerate.
4473
4474 * Makefile.def: Make gcc install depend on fixincludes install.
4475 * Makefile.in: Regenerate.
4476
ba719b26
HPN
44772004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4478
4479 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4480 target-libgfortran.
4481 * configure: Regenerate.
4482
c37653e7
DE
44832004-11-07 David Edelsohn <edelsohn@gnu.org>
4484
4485 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4486 like CC.
4487
1eefd493
PB
44882004-11-05 Paolo Bonzini <bonzini@gnu.org>
4489
4490 * Makefile.def (host fixincludes): Specify missing targets.
4491 * Makefile.in: Regenerate.
4492
02b1af09
L
44932004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4494
4495 PR other/17783
4496 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4497 * configure: Regenerated.
4498
7f266840
DJ
44992004-11-04 Daniel Jacobowitz <dan@debian.org>
4500
4501 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4502 * configure: Regenerated.
4503
47444073
AL
45042004-10-28 Eric B. Weddington <ericw@evcohs.com>
4505
4506 PR target/18151
4507 * configure.in (case ${target}): Do not build fixincludes for avr.
4508 * configure: Regenerated.
4509
caeba88f
AL
45102004-10-26 Paolo Bonzini <bonzini@gnu.org>
4511
4512 * configure.in (case ${target}): Do not build fixincludes
4513 on platforms where it is not used.
4514 * configure: Regenerated.
4515
0fdbe983
DJ
45162004-10-23 Daniel Jacobowitz <dan@debian.org>
4517
4518 * configure.in: Use an absolute path to install-sh.
4519 * configure: Regenerated.
4520
1c0f67c1
AC
45212004-10-19 Andrew Cagney <cagney@gnu.org>
4522
4523 * src-release (do-djunpack, do-md5sum): Install the generated file
4524 directly into the proto-toplev/ directory.
479759c8 4525
a9cfce9c
AC
45262004-10-19 Andrew Cagney <cagney@gnu.org>
4527
4528 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4529
ac0fa625
DD
45302004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4531
4532 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4533 * configure: Regenerate.
4534
d27cc32e
PB
45352004-10-06 Paolo Bonzini <bonzini@gnu.org>
4536
4537 Fix wrong conflict resolution in:
4538
4539 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4540
4541 * Makefile.in: Regenerate.
4542 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4543 in the recursive `make', instead of hardwiring `all'.
4544 (Autogenerated TARGET-* variables): New.
4545
1763908f
UW
45462004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4547
4548 Merged from GCC / libtool upstream:
4549 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4550 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4551 * ltcf-cxx.sh (tpf*): Likewise.
4552 * ltconfig (tpf*): Add TPF OS configuration support.
4553
0490e016
NC
45542004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4555
4556 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4557 * configure: Regenerate.
0490e016 4558
32be62b5
RS
45592004-09-24 Michael Roth <mroth@nessie.de>
4560
4561 * configure.in (--without-headers): Add missing double quotes.
4562 * configure: Regenerate.
4563
6048df60
DD
45642004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4565
4566 * ylwrap: Revert to previous version.
4567
315b3b02
L
45682004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4569
6048df60 4570 PR bootstrap/17369
315b3b02
L
4571 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4572 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4573 SET_GCC_LIB_PATH_CMD.
4574 (BASE_TARGET_EXPORTS): Likewise.
4575 * Makefile.in: Regenerated.
4576
4577 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4578 * configure: Regenerated.
4579
fe69863c
DD
45802004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4581
4582 * config.guess: New upstream version
4583 * compile, depcomp, install-sh, ylwrap: Likewise.
4584
45852004-09-19 Roger Sayle <roger@eyesopen.com>
4586
4587 * config/mh-x86omitfp: New host makefile fragment. Add
4588 -fomit-frame-pointer to the default BOOT_CFLAGS.
4589 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4590 * configure: Regenerate.
4591
45922004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4593
4594 PR target/11572
4595 * configure.in (*-*-darwin*): Renable libobjc.
4596 * configure: Regenerate.
4597
be75bbe1 45982004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4599
be75bbe1
DB
4600 * Makefile.def: Remove libbanshee.
4601 * Makefile.tpl: Ditto.
4602 * configure.in: Ditto.
4603 * Makefile.in: Regen.
4604 * configure: Ditto.
4605
1b882a91
PB
46062004-09-07 Paolo Bonzini <bonzini@gnu.org>
4607
4608 * missing: Import latest version from master repository.
4609
eb1352ed
NC
46102004-09-04 Nick Clifton <nickc@redhat.com>
4611
4612 * config.sub: Import latest version from master repository.
4613 * config.guess: Likewise.
4614 This includes these changes:
479759c8 4615
eb1352ed
NC
4616 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4617
4618 * config.sub: Handle crisv32, alias etraxfs.
4619 * config.guess (crisv32:Linux:*:*): Handle.
4620
4621 2004-08-13 Brad Smith <brad@comstyle.com>
4622
4623 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4624 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4625
4626 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4627
4628 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4629 assume the processor is a powerpc. This is because coreutils
4630 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4631 in this case, due to a MacOS X bug that causes
4632 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4633 to return a negative number.
4634 Problem reported by Petter Reinholdtsen in:
4635 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4636
4637 2004-07-19 Ben Elliston <bje@gnu.org>
4638
4639 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4640
4641 2004-06-24 Ben Elliston <bje@gnu.org>
4642
4643 * config.guess: Update copyright years.
4644 * config.sub: Likewise.
4645
4646 2004-06-22 Robert Millan <robertmh@gnu.org>
4647
4648 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4649 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4650
4651 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4652
4653 * config.guess (*:*VMS:*:*): New entry. Replaces
4654 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4655 manufacturer.
4656
4657 2004-06-22 Ben Elliston <bje@gnu.org>
4658
4659 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4660 * config.sub: Likewise.
4661
4662 2004-06-22 Ben Elliston <bje@gnu.org>
4663
4664 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4665 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4666
4667 2004-06-11 Ben Elliston <bje@gnu.org>
4668
4669 * config.guess (pegasos:OpenBSD:*:*): Remove.
4670
4671 2004-06-11 Ben Elliston <bje@gnu.org>
4672
4673 From Wouter Verhelst <wouter@grep.be>:
4674 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4675
4676 2004-06-11 Ben Elliston <bje@gnu.org>
4677
4678 * config.guess (luna88k:OpenBSD:*:*): New.
4679
4680 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4681
4682 * config.guess (m32r*:Linux:*:*): New case.
4683 * config.sub: Handle m32rle.
4684
4685 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4686
4687 From Jens Petersen <petersen@redhat.com>:
4688 * config.sub: Handle sparcv8.
4689
4690 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4691
4692 From Tom Smith <smith@cag.lkg.hp.com>:
4693 * config.guess: Version suffixes are equally significant on Tru64
4694 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4695 prefix of "P" (patched kernel).
4696
4697 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4698
4699 * config.sub: Add support for National Semiconductor CRX target.
4700
2a3124ca 47012004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4702
2a3124ca
RH
4703 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4704 *-*-netware, but add target-libmudflap.
4705 Consolidate *-*-netware targets (of which really only i?86 exists)
4706 into a single entry.
4707 * configure: Likewise.
4708
0df3d27f
PB
47092004-09-01 Paolo Bonzini <bonzini@gnu.org>
4710
4711 * Makefile.tpl (sorry): Remove.
4712 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4713 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4714 (do-clean): Clean per-stage directories too.
4715 (do-distclean): Run distclean-stage1 too.
4716 (.NOTPARALLEL): Enable during toplevel bootstrap.
4717 (stage[+id+]-bubble): Enable parallel execution during
4718 the recursive invocation.
4719 * Makefile.in: Regenerate.
4720
4721 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4722
4723 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4724
4725 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4726 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4727 * configure: regenerate
479759c8
ZW
4728 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4729 -mdynamic-no-pic
0df3d27f
PB
4730
47312004-08-31 Paolo Bonzini <bonzini@gnu.org>
4732
4733 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4734 include.
4735 * configure.in: Fix indentation.
4736 * configure: Regenerate.
4737
ee025550
PB
47382004-08-31 Paolo Bonzini <bonzini@gnu.org>
4739
4740 * Makefile.def (build_modules): Add fixincludes.
4741 (dependencies): Make gcc depend on fixincludes.
4742 * configure.in (build_tools): Add fixincludes.
4743 (build_configdirs): Always include build_libs.
4744 * Makefile.in: Regenerate.
4745 * configure: Regenerate.
4746
47472004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4748
4749 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4750 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4751 phony targets; do not generate timestamp files.
4752 (distclean-stageN): Remove references to their timestamp files.
4753 (restageN, touch-stageN): Remove.
4754 (stageN-bubble): Rewritten.
4755 (compare): Support lean bootstraps.
4756 * Makefile.in: Regenerate.
4757
4758 * configure.in: Only warn when bootstrapping but
4759 build != host or build != target. Support lean bootstraps.
4760 * configure: Regenerate.
4761
4762 Sync from gcc:
4763 2004-08-26 Phil Edwards <phil@codesourcery.com>
4764
4765 * configure.in: Give a better error message if GMP/MPFR are missing
4766 and a language needing them has been requested.
4767 * configure: Regenerated.
4768
4769 2004-08-25 Phil Edwards <phil@codesourcery.com>
4770
4771 * configure.in: Print a list of available language front-ends if
4772 a requested one is missing. Tidy stray tab characters.
4773 * configure: Regenerated.
4774
72b2455a
PB
47752004-08-17 Paolo Bonzini <bonzini@gnu.org>
4776
4777 * Makefile.in: Regenerate.
4778 * configure: Regenerate.
4779
4780 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4781 stage_*_flags.
4782 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4783 for bootstrapped modules if toplevel bootstrap is going.
4784 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4785 modules. Adjust for changes in Makefile.def. Enable several
4786 rules even in non-bootstrap mode, just to avoid peppering the
4787 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4788 (stage-[+prev+]-bubble): Remove.
4789
4790 * Makefile.def (Dependencies): Depend on all-build-bison,
4791 all-build-flex, all-build-byacc, all-build-texinfo, rather
4792 than the host variations.
4793 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4794 with BUILD_SUBDIR.
4795 (BISON): Update for recent Bisons.
4796 (YACC): Fix typo.
4797 (cross): Depend on all-build.
4798 (all): Do not depend on all-build.
4799 (prebootstrap): Remove.
4800 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4801 (Prebootstrap dependencies): Add them to the per-stage targets
4802 and to all-prebootstrap.
4803 * configure.in (build_configdirs): Always enable build_tools.
4804 (BUILD_DIR_PREFIX): Remove.
4805
4806 * Makefile.def (gcc): Add target variable.
4807 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4808 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4809 in the recursive `make', instead of hardwiring `all'.
4810 (Autogenerated TARGET-* variables): New.
4811
de0b4a87
JW
48122004-08-17 Robert Millan <robertmh@gnu.org>
4813
4814 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4815 (instead of FreeBSD).
4816 * configure: Regenerate.
4817
ad681c85
NN
48182004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4819
675c6968
NN
4820 * Makefile.def, configure.in, src-release: Remove useless, bogus
4821 references to tix.
4822 * Makefile.in, configure: Regenerate.
4823
ad681c85
NN
4824 * src-release: Stop distributing mmalloc with gdb (which doesn't
4825 use it).
4826 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4827 * Makefile.in: Regenerate.
4828
11b04d1f
DD
48292004-08-09 Mark Mitchell <mark@codesourcery.com>
4830
4831 * configure.in (arm*-*-eabi*): New target.
4832 * configure: Regenerate.
4833
f2420bea
NN
48342004-08-01 Robert Millan <robertmh@gnu.org>
4835
4836 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4837 libmudflap for all GNU-based systems (with Glibc).
4838 * configure: Regenerate.
4839
9e6ce191
PB
48402004-08-06 Paolo Bonzini <bonzini@gnu.org>
4841
4842 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4843 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4844 (Dependencies): New section.
4845 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4846 (configure-target-[+module+]): Depend on maybe-all-gcc
4847 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4848 (toplevel profiledbootstrap): Fix dependencies.
4849 * Makefile.in: Regenerate.
4850
df4a6958
MM
48512004-08-03 Mark Mitchell <mark@codesourcery.com>
4852
4853 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4854 target-libiberty to noconfigdirs.
4855
11b04d1f
DD
48562004-08-03 Paul Brook <paul@codesourcery.com>
4857
4858 * configure.in: Check for MPFR as well as GMP.
4859 * configure: Regenerate.
4860
b813574b
PB
48612004-08-03 Paolo Bonzini <bonzini@gnu.org>
4862
4863 * Makefile.def (host-modules): Add gcc.
4864 * Makefile.in: Regenerate.
4865 * Makefile.tpl (sorry): New rule.
4866 (configure-host, all-host, [+make_target+]-host, do-check,
4867 install-host): Do not add gcc as a special case.
4868 (host modules): Add a small special-casing for gcc. Export
4869 extra_make_flags through the environment.
4870 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4871 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4872 other recursive targets for gcc): Remove.
4873
4874 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4875 (stage, unstage): New rules.
4876 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4877 distclean-stage[+id+]): Use stage_current.
4878 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4879 the stage*-start rules.
4880
61edac0c
JW
48812004-07-19 Robert Millan <robertmh@gnu.org>
4882
4883 Synced from gcc:
4884
4885 2004-04-26 Robert Millan <robertmh@gnu.org>
4886
4887 Add patches from libtool CVS.
4888 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4889 * ltconfig: Likewise.
4890 * ltcf-c.sh: Likewise.
4891 * ltcf-cxx.sh: Likewise.
4892 * ltcf-gcj.sh: Likewise.
4893
3e707e94
PB
48942004-07-12 Paolo Bonzini <bonzini@gnu.org>
4895
4896 * configure.in: Add noconfigdirs for crx-*-*.
4897 * configure: Regenerate.
4898
48992004-07-12 Paolo Bonzini <bonzini@gnu.org>
4900
4901 Synced from gcc:
4902
4903 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4904
4905 * configure.in: Build libmudflap by default on FreeBSD.
4906 * configure: Regenerated.
4907
4908 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4909
4910 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4911 systems.
4912 * configure: Regenerated.
4913
4914 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4915
4916 PR target/16344
4917 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4918 feedback based compiler.
4919 * Makefile.in: Rebuilt.
4920
4921 2004-07-05 Phil Edwards <phil@codesourcery.com>
4922
4923 * configure.in: Do not prepend $srcdir to /dev/null in
4924 makefile fragments.
4925 * configure: Regenerate.
4926
a7ee7660
AO
49272004-07-08 Alexandre Oliva <aoliva@redhat.com>
4928
4929 * Makefile.def (host_modules): Set bootstrap=true for flex.
4930 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4931 * Makefile.in: Rebuilt.
4932
6a9cf61e
PB
49332004-07-01 Paolo Bonzini <bonzini@gnu.org>
4934
4935 * Makefile.def (build_modules): Add bison, byacc, flex,
4936 m4, texinfo.
4937 (flags_to_pass): Add FLEX.
4938 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4939 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4940 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4941 DEFAULT_MAKEINFO): Remove.
4942 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4943 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4944 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4945 objdir or else use configured tool.
4946 (all-build): New.
4947 (all): Depend on it.
4948 (Build module dependencies): Add.
4949 * Makefile.in: Regenerate.
4950 * configure.in: Better support for multiple build modules,
4951 matching what is done for host/target modules. Do not look
4952 for "plausible" locations of build tools if Canadian cross.
4953 Use autoconf's AC_PROG_CC to find a C compiler. Define
4954 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4955 * configure: Regenerate.
4956
95b6a1f2
PB
49572004-06-22 Paolo Bonzini <bonzini@gnu.org>
4958
4959 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4960 * Makefile.in: Regenerate.
4961
7ffa0b57
PB
49622004-06-22 Paolo Bonzini <bonzini@gnu.org>
4963
4964 * Makefile.tpl (configure-build-[+module+],
4965 configure-[+module+], configure-target-[+module+]): Pass
4966 [+extra_configure_args+].
4967 (all-build-[+module+], all-[+module+], check-[+module+],
4968 install-[+module+], [+make_target+]-[+module+],
4969 all-target-[+module+], check-target-[+module+],
4970 install-target-[+module+], [+make_target+]-target-[+module+]):
4971 Pass [+extra_make_args+].
4972 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4973 (GCC_HOST_EXPORTS): Remove.
4974 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4975 cross, check-gcc, check-gcc-c++, install-gcc,
4976 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4977 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4978 * Makefile.in: Regenerate.
4979
929ba6e7
CF
49802004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4981
4982 * configure.in: Check for srcdir/winsup rather than build directory
4983 winsup.
4984 * configure: Regenerate.
4985
b76d7de0
CV
49862004-06-17 Corinna Vinschen <vinschen@redhat.com>
4987
4988 * configure.in: Don't build Cygwin native newlib if winsup
4989 directory is missing. Emit warning instead.
4990 * configure: Regenerate.
4991
656fdd47
PB
49922004-06-09 Paolo Bonzini <bonzini@gnu.org>
4993
4994 * Makefile.tpl (touch-stage[+id+]): New.
4995 (restage[+prev+]): Depend on touch-stage[+id+].
4996
4997 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4998 Use it throughout.
4999
5000 * Makefile.def: Add profile and feedback bootstrap stages.
5001 Remove next field from bootstrap stages.
5002 * Makefile.tpl (LN, LN_S): Substitute.
5003 (stageN-start, stageN-end): Use double-colon rules, to
5004 provide a hook for additional setup commands.
5005 (distclean-stageN-gcc, restageN): Create dependencies from
5006 [+prev+], not from [+next+].
5007 (stageN-bubble): Add commands for successive stages from
5008 [+prev+], using double-colon rules.
5009 (all-stageN-gcc): Fix typo.
5010 (stagefeedback-start, profiledbootstrap): New.
5011 * Makefile.in: Regenerate.
5012 * configure.in: Call ACX_PROG_LN.
5013 * configure: Regenerate.
5014
498d4a71
CF
50152004-06-03 Paolo Bonzini <bonzini@gnu.org>
5016
5017 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5018 without gcc.
5019 * configure: Regenerate.
5020
377d8c42
PB
50212004-06-01 Paolo Bonzini <bonzini@gnu.org>
5022
5023 * Makefile.tpl: Fix typo.
5024 * Makefile.in: Regenerate.
5025
f5f8a794
PB
50262004-06-01 Paolo Bonzini <bonzini@gnu.org>
5027
5028 * configure.in: Remove new- prefix from toplevel
5029 bootstrap targets.
5030 * configure: Regenerate.
5031
f7a4c34f
PB
50322004-06-01 Paolo Bonzini <bonzini@gnu.org>
5033
5034 Merge this patch from the gcc tree:
5035
5036 2004-05-30 Andreas Jaeger <aj@suse.de>
5037 Jim Wilson <wilson@specifixinc.com>
5038
5039 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5040 like CC.
5041
319cab08
PB
50422004-06-01 Paolo Bonzini <bonzini@gnu.org>
5043
5044 * Makefile.tpl (all.normal): Rename to all.
5045 (all): Replace with a rule to pick the default
5046 target from configure.
5047 (all-gcc, configure-gcc): Use conditionals to
5048 do nothing when toplevel bootstrap is going on.
5049 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5050 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5051 * configure.in: Support --enable-bootstrap.
5052
5053 * Makefile.def: Remove new- prefix from toplevel
5054 bootstrap targets.
5055 * Makefile.tpl: Likewise.
5056
5057 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5058 target.
5059
5060 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5061 $(RECURSE_FLAGS) to recursive invocation of make.
5062
5063 * Makefile.in: Regenerate.
5064 * configure: Regenerate.
5065
88f64edc
DJ
50662004-05-27 Daniel Jacobowitz <dan@debian.org>
5067
5068 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5069 * configure: Regenerate.
5070
378fce5b
DD
50712004-05-25 Daniel Jacobowitz <drow@false.org>
5072
5073 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5074 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5075 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5076 targets.
5077 * Makefile.in: Regenerate.
5078
dfdffa2c
PB
50792005-05-24 Paolo Bonzini <bonzini@gnu.org>
5080
5081 * configure.in: Test the ability to symlink directories.
5082 * configure: Regenerate.
5083
5084 * Makefile.def (bootstrap-stage): New definitions.
5085 * Makefile.tpl (configure-stage1-gcc,
5086 configure-stage2-gcc, configure-stage3-gcc,
5087 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5088 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5089 new-restage3, compare): Autogenerate, see Makefile.in
5090 entry for behavioral changes.
5091 (distclean-stage1, new-stage1-start, new-stage1-end,
5092 new-stage1-bubble, distclean-stage2, new-stage2-start,
5093 new-stage2-end, new-stage2-bubble, distclean-stage3,
5094 new-stage3-start, new-stage3-end): New autogenerated targets.
5095 (objext, prebootstrap, BOOT_CFLAGS,
5096 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5097 targets.
5098
5099 * Makefile.in: Regenerate.
5100 (distclean-stage1, new-stage1-start, new-stage1-end,
5101 new-stage1-bubble, distclean-stage2, new-stage2-start,
5102 new-stage2-end, new-stage2-bubble, distclean-stage3,
5103 new-stage3-start, new-stage3-end): New targets.
5104 (all-stage1-gcc): Move prebootstrap dependency from here...
5105 (configure-stage1-gcc): ...to here.
5106 (new-bootstrap): Use bubble targets.
5107 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5108 Use per-stage distclean targets.
5109 (configure-stage1-gcc, configure-stage2-gcc,
5110 configure-stage3-gcc, all-stage1-gcc,
5111 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5112 Use new-stageN-start to prepare the tree.
5113
04cf1b77
PB
51142004-05-23 Paolo Bonzini <bonzini@gnu.org>
5115
5116 * Makefile.def (host_modules): add libcpp.
5117 * Makefile.tpl: Add dependencies on and for libcpp.
5118 * Makefile.in: Regenerate.
5119 * configure.in: Add libcpp host module.
5120 * configure: Regenerate.
5121
80b200a1
ZW
51222004-05-17 Zack Weinberg <zack@codesourcery.com>
5123
5124 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5125 of libf2c.
5126 * configure, Makefile.in: Regenerate.
5127
4b1cb4fe
DD
51282004-05-13 Diego Novillo <dnovillo@redhat.com>
5129
5130 Merge from tree-ssa-20020619-branch.
5131
5132 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5133 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5134 (HOST_GMPLIBS): Define.
5135 (HOST_GMPINC): Define.
5136 (TARGET_LIB_PATH): Add libmudflap.
5137 (GFORTRAN_FOR_TARGET): Define.
5138 (configure-build*): Export GFORTRAN.
5139 (configure-gcc): Export GMPLIBS and GMPINC.
5140 (all-gcc): Add maybe-all-libbanshee.
5141 (configure-target-libgfortran): Define.
5142 * Makefile.in: Regenerate.
5143 * configure.in (host_libs): Add libbanshee.
5144 (target_libraries): Add target-libmudflap and target-libgfortran.
5145 Add --with-libbanshee.
5146 Handle --disable-libmudflap.
5147 (*-*-freebsd*): Use with_gmp.
5148 Add $(libgcj) to noconfigdirs.
5149 * configure: Regenerate.
5150 * depcomp: New file.
5151 * MAINTAINERS: Add tree-ssa maintainers.
5152
51532004-04-28 Paolo Bonzini <bonzini@gnu.org>
5154
5155 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5156 * configure: Regenerate.
5157
b8908782
DD
51582004-04-27 Paolo Bonzini <bonzini@gnu.org>
5159
5160 Revert:
5161 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5162
5163 * Makefile.def (flags_to_pass): Remove *dir variables that
5164 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5165 as well as prefix and exec_prefix.
5166 * Makefile.in: Regenerate.
5167
51682004-04-26 Paolo Bonzini <bonzini@gnu.org>
5169
5170 * Makefile.def (host_modules): Mark with the bootstrap
5171 flag packages on which gcc depends.
5172 * Makefile.tpl (all-bootstrap): Use it.
5173 * Makefile.in: Regenerate.
5174
51752004-04-26 Paolo Bonzini <bonzini@gnu.org>
5176
5177 * Makefile.def (flags_to_pass): Remove *dir variables that
5178 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5179 as well as prefix and exec_prefix.
5180 * Makefile.in: Regenerate.
5181
51822004-04-26 Paolo Bonzini <bonzini@gnu.org>
5183
80b200a1
ZW
5184 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5185 * configure: Regenerate.
5186 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5187 * gcc/Makefile.tpl (compare): Use the result of the test.
5188 * gcc/Makefile.in: Regenerate.
b8908782
DD
5189
51902004-04-23 Paolo Bonzini <bonzini@gnu.org>
5191
5192 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5193 Always relocate gcc and prev-gcc to the original names, even
5194 if the build fails.
5195 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5196 New targets.
5197
0f260896
RO
51982004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5199
5200 * configure.in (mips*-*-irix5*): Enable ld.
5201 * configure: Regenerate.
5202
51860f05
JW
52032004-04-15 James E Wilson <wilson@specifixinc.com>
5204
5205 * Makefile.tpl (configure-[+module+], configure-gcc,
5206 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5207 Set and export LDFLAGS.
5208 * Makefile.in: Regenerate.
5209
54752a6b
NN
52102004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5211
5212 PR bootstrap/14871
5213 * Makefile.tpl: If we don't have built-in-tree target tools,
5214 use the ones found by configure rather than hacking around with
5215 program_transform_name.
5216 * configure.in: Give Makefile.tpl the information necessary
5217 to do that.
5218 * Makefile.in: Regenerate.
5219 * configure: Regenerate.
5220
52212004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5222
5223 PR bootstrap/14760
5224 * configure.in: When computing baseargs, strip *all* copies of
5225 offending options. Also, don't match/substitute the trailing space,
5226 so that this actually works when two similar options are separated by
5227 only one space.
5228 * configure: Regenerate.
5229
52302004-04-06 David Edelsohn <edelsohn@gnu.org>
5231
80b200a1
ZW
5232 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5233 (rs6000-*-aix*): Same.
5234 * configure: Regenerate.
54752a6b 5235
5e2b61fb
SS
52362004-03-25 Stan Shebs <shebs@apple.com>
5237
5238 Remove MPW support, no longer used.
5239 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5240 mpw-install: Remove files.
5241 * src-release (DEVO_SUPPORT): Remove names of removed files.
5242 * MAINTAINERS: Likewise.
5243
1a6f2dc7
NN
52442004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5245
a0049f1b
NN
5246 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5247 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5248 * Makefile.in: Regenerate.
5249
1a6f2dc7
NN
5250 * configure.in (top level bootstrap support): Rework --enable-werror
5251 to set @stage2_werror_flag@.
5252 * configure: Regenerate.
5253 * Makefile.tpl (top level bootstrap support): Pass
5254 @stage2_werror_flag@ down to configure in stages 2 and 3.
5255 * Makefile.in: Regenerate.
5256
920e3419
NN
52572004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5258
5259 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5260 for stages 2 and 3 as well as in make. As a consequence, remove
5261 OUTPUT_OPTION (now detected by configure) from the flags passed down
5262 to make.
5263 * Makefile.in: Regenerate.
5264
5265 * Makefile.tpl (new-bootstrap): Fix typo.
5266 * Makefile.in: Regenerate.
5267
4fa63067
NN
52682004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5269
5270 * Makefile.tpl: Rearrange by moving recursive_targets rules
5271 into their proper sections.
5272 * Makefile.tpl (top level bootstrap support): Move disabling
5273 of coverage flags from 'make' to 'configure'; improve comments.
5274 * Makefile.in: Regenerate.
5275
5276 * Makefile.tpl (experimental top level bootstrap) Move stage1
5277 language setting from all- target to configure- target; disable
5278 intermodule optimization in stage 1; prevent gratuitous rebuilds
5279 of stage 1.
5280 * Makefile.in: Regenerate.
5281 * configure.in: Comma-separate stage 1 language list for top
5282 level bootstrap.
5283 * configure: Regenerate.
5284
5285 * Makefile.tpl: Clean up experimental top level bootstrap support:
5286 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5287 prev-gcc in configure- targets as well as all- targets.
5288 * Makefile.in: Regenerate.
5289
fb8a10fd
NN
52902004-03-17 Paolo Bonzini <bonzini@gnu.org>
5291
5292 * configure.in: Remove symbolic link section.
5293 * configure: Regenerate.
5294 * Makefile.tpl (links): Remove.
5295 * Makefile.in: Regenerate.
5296
947f426e 52972004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5298 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5299
5300 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5301 Set with AC_CHECK_PROGS.
947f426e
NN
5302 * configure.in: Fix comment typo from last patch.
5303 * configure: Regenerate.
5304
1d39f329
NN
53052004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5306
5307 * Makefile.tpl: Introduce experimental top level bootstrap support.
5308 * Makefile.in: Regenerate.
5309 * configure.in: Introduce support for top level bootstrap.
5310 * configure: Regenerate.
5311
4b0ac75d 53122004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5313 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5314
5315 PR bootstrap/14522
5316 * configure.in: Cope with shells that do not support unquoted ^
5317 * configure: Regenerate.
5318
2e70b094 53192004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5320 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5321
5322 PR bootstrap/14522
5323 * configure.in: Cope with shell that do not support nesting
5324 quotes inside quoted backquote substitutions.
5325 * configure: Regenerate.
5326
53272004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5328
5329 PR bootstrap/14522
5330 * configure.in: Fix escaping of $.
5331 * configure: Regenerate.
5332
9e07f89d
NN
53332004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5334
5335 * configure: Regenerate.
5336
53372004-03-08 Paolo Bonzini <bonzini@gnu.org>
5338
5339 PR ada/14131
5340 Move language detection to the top level.
5341 * configure.in: Find default values for the tools as
5342 soon as possible. Disable ada if GNAT is not found.
5343 Emit error message about missing languages. Expand
5344 --enable-languages=all for the gcc subdirectory.
5345
1712ab83
RS
53462004-03-01 Richard Sandiford <rsandifo@redhat.com>
5347
5348 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5349 and disable libgcj.
5350 * configure: Regenerated.
5351
3dee29da
NN
53522004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5353
5354 PR bootstrap/7087
5355 * Makefile.tpl: Guard XFOO sed statements better.
5356 * Makefile.tpl: Add dependency for configure-target-libada.
5357 * Makefile.in: Regenerate (incidentally fixes broken
5358 commit when libada-branch was merged).
5359
0558264b
AC
53602004-02-28 Andrew Cagney <cagney@redhat.com>
5361
5362 * src-release (CVS_NAMES): Define.
5363 (do-tar, do-tar): Prune $(CVS_NAMES).
5364
c38f9803
AC
53652004-02-23 Andrew Cagney <cagney@redhat.com>
5366
5367 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5368 2004-02-19.09.
5369
55636792
NN
53702004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5371
5372 PR bootstrap/11932
5373 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5374
1e600082
AC
53752004-02-19 Andrew Cagney <cagney@redhat.com>
5376
5377 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5378 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5379
3769cd82
DD
53802004-02-11 David Edelsohn <edelsohn@gnu.org>
5381
5382 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5383 (rs6000-*-aix*): Same.
5384 * configure: Regenerate.
5385
a92834c8
DD
53862004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5387
5388 * configure.in (host): Add in missing $noconfigdirs to defines.
5389 * configure: Regenerate.
5390
a2592b1b
DD
53912004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5392 Nathanael Nerode <neroden@gcc.gnu.org>
5393
5394 PR ada/6637, PR ada/5911
80b200a1 5395 Merge with libada-branch:
a2592b1b
DD
5396 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5397 with appropriate dependencies. Add --enable-libada configure switch.
5398 * configure, Makefile.in: Regenerate.
5399
e31d1ea3
DD
54002004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5401
5402 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5403 * configure: Regenerate.
5404
db85f5c0
JJ
54052004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5406
5407 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5408
fc434214
DD
54092004-01-23 DJ Delorie <dj@redhat.com>
5410
5411 * Makefile.def (target_modules) [libiberty]: Don't stage.
5412 * Makefile.in: Rebuilt.
5413
ad445c2c 54142004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5415
ad445c2c
JJ
5416 * COPYING.NEWLIB: Update to include copyrights for new
5417 iconv code.
5418
72bbedde
AC
54192004-01-15 Andrew Cagney <cagney@redhat.com>
5420
5421 * src-release: Update copyright year.
5422 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5423 (NEWLIB_SUPPORT_DIRS): Delete macro.
5424 (newlib.tar.bz2): Delete rule.
5425
a6d6062d
DD
54262004-01-14 Loren J. Rittle <ljrittle@acm.org>
5427
5428 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5429 * Makefile.tpl (configure-target-[+module+]): Support stage.
5430 * Makefile.in: Rebuilt.
5431
f8b73030
MR
54322003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5433
5434 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5435 throughout.
5436
aff0e9df
NN
54372004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5438
bb5dca17
NN
5439 * configure.in: Use ./config.cache, not config.cache.
5440 * configure: Regenerate.
5441 * Makefile.tpl: Special-casing not needed for GCC any more.
5442 * Makefile.in: Regenerate.
5443
82252c06
NN
5444 * configure.in: Don't share a cache file for host dirs.
5445 * configure: Regenerate.
5446
aff0e9df
NN
5447 * config-ml.in: Don't mess with the cache file.
5448
95036d20
NN
54492004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5450
ac7b618e
NN
5451 * Makefile.tpl: Make GCC use a separate config.cache.
5452 * Makefile.in: Regenerate.
5453
95036d20
NN
5454 PR bootstrap/11932, PR bootstrap/11933
5455 (I don't know if it will fix either of them, but it relates
5456 to them.)
5457 * configure.in: Don't use shared config.cache for target
5458 directories.
5459 * configure: Regenerate.
5460
08c1856b
DD
54612003-12-31 Roger Sayle <roger@eyesopen.com>
5462
5463 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5464 * configure: Regenerated.
5465
c1968181 54662003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5467
9eb322aa
MF
5468 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5469 * configure: Regenerated.
c1968181 5470
10ecffb9
NN
54712003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5472
5473 Port change over from GCC:
5474 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5475 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5476 (configure-build-[+module+], configure-[+module+]): Likewise.
5477 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5478 * Makefile.in: Regenerate.
5479
f2ab5990
TF
54802003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5481
5482 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5483 * configure: Regenerate.
5484
41a7d11a
JJ
54852003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5486
80b200a1 5487 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5488 stdlib.
5489
d9441a1f
DD
54902003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5491
5492 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5493 * Makefile.in: Regenerate.
5494
3a48a978
DD
54952003-10-20 Phil Edwards <phil@codesourcery.com>
5496
5497 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5498 * configure: Regenerate.
5499
f0b24077
NN
55002003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5501
5502 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5503 HOST_FLAGS_TO_PASS.
5504 * Makefile.in: Regenerate.
5505
5fbad20a
DD
55062003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5507
5508 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5509 * configure: Rebuilt
5510 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5511 * Makefile.in: Rebuilt
5512
78be4155
L
55132003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5514
5515 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5516
051fcc7a
L
55172003-10-01 Phil Edwards <pme@gcc.gnu.org>
5518
5519 * config-ml.in: Use ac_configure_args directly instead of
5520 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5521 actually seen.
5522
55232003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5524
5525 * config-ml.in: Propagate INSTALL variables.
5526
f27d4f92
DJ
55272003-09-21 Daniel Jacobowitz <drow@mvista.com>
5528
5529 * configure.in: Pass a computed --program-transform-name
5530 to subconfigures.
5531 * configure: Regenerated.
5532
cae4d560
NN
55332003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5534
5535 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5536 * Makefile.in: Regenerate.
5537
5538 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5539 * Makefile.in: Regenerate.
5540
8ff944f6
DJ
55412003-09-17 Daniel Jacobowitz <drow@mvista.com>
5542
5543 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5544 quoting.
5545 * configure: Regenerated.
5546
d9a35680
MC
55472003-09-12 Michael Chastain <mec@shout.net>
5548
5549 Fix PR gdb/857.
5550 * src-release (do-proto-topleve): Remove junk files
5551 intl/config.cache, intl/config.status,
5552 intl/config.h, intl/stamp-h.
5553
710068b9
AC
55542003-09-14 Andrew Cagney <cagney@redhat.com>
5555
5556 * src-release (dejagnu.tar): New target.
5557 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5558 (do-djunpack): Use $(PACKAGE) for the package name.
5559
e1008165
DD
55602003-09-04 DJ Delorie <dj@redhat.com>
5561
5562 * configure: Regenerate.
5563
21998d12
NC
55642003-09-04 Robert Millan <robertmh@gnu.org>
5565
5566 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5567
ccca4bb3
DD
55682003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5569
5570 * configure.in: Ensure arguments to sed are properly spaced.
5571 * configure: Regenerate.
5572
ee949b5e
DJ
55732003-08-28 Daniel Jacobowitz <drow@mvista.com>
5574
5575 Merge from gcc:
5576 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5577 * install-sh: Update to newer upstream versions (associated with
5578 aclocal 1.7).
5579 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5580
75addda2
DJ
55812003-08-27 Daniel Jacobowitz <drow@mvista.com>
5582
5583 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5584 * configure: Regenerated.
5585
8d2877d8
NN
55862003-08-23 Phil Edwards <pme@gcc.gnu.org>
5587
5588 * configure.in: Use newline instead of semicolon when assuming
5589 shell arguments in a for loop.
5590 * configure: Regenerated.
5591
d2cc0e0d
GK
55922003-08-20 Geoffrey Keating <geoffk@apple.com>
5593
5594 PR 8180
5595 * configure.in: When testing with_libs and with_headers, treat
5596 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5597 * configure: Regenerate.
80b200a1 5598
d2cc0e0d
GK
5599 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5600 make, shell, etc.
5601 (baseargs): Likewise.
5602 * configure: Regenerate.
5603
04d1ab34
GK
56042003-08-19 Geoffrey Keating <geoffk@apple.com>
5605
5606 * configure.in: Disable libgcj for darwin not on powerpc.
5607 * configure: Rebuild.
5608
ca506da8
MC
56092003-08-15 Michael Chastain <mec@shout.net>
5610
5611 * src-release (do-proto-toplev): Remove junk files
5612 dejagnu/example/calc/config.status,
5613 dejagnu/example/calc/config.log.
5614
a4aa3f49
DD
56152003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5616
5617 * config-ml.in, symlink-tree: Add license.
5618
ede4fbe4
NN
56192003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5620
5621 Merge from gcc:
5622
5623 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5624 * Makefile.tpl (check, check-c++): Express dependencies using
5625 dependencies rather than commands.
5626 * Makefile.in: Regenerate.
5627
5628 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5629 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5630 * Makefile.in: Update.
5631
970f29af
AC
56322003-08-01 Andrew Cagney <cagney@redhat.com>
5633
5634 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5635 * configure: Ditto.
5636
b2884a0c
DD
56372003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5638
5639 * configure.in: Enable libgcj for darwin.
5640 * configure: Rebuild.
5641
c07f46a4
NN
56422003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5643
5644 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5645
9175bfc0
NN
56462003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5647
5648 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5649 creating target and build subdirs to build all parent dirs as needed.
5650 * Makefile.in: Rebuild.
5651 * configure.in: Don't build dirs explicitly here.
5652 * configure: Rebuild.
5653
b9abda6a
AO
56542003-07-22 Alexandre Oliva <aoliva@redhat.com>
5655
5656 * Makefile.tpl (all-make): Depend on intl.
5657 * Makefile.in: Rebuilt.
5658
eef8ffd4
NN
56592003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5660
5661 * config.if: Remove unused libc_interface determination.
5662
295efaf0
NN
56632003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5664
5665 * Makefile.in: Regenerate, correctly this time.
5666
e5c3f801
NN
56672003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5668
5669 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5670 unused INSTALL_PROGRAM_ARGS.
5671 * configure.in: Use AC_PROG_INSTALL.
5672 * Makefile.in: Regenerate.
5673 * configure: Regenerate.
5674
4a18bd6b
AO
56752003-07-10 Alexandre Oliva <aoliva@redhat.com>
5676
5677 * configure: Rebuilt.
5678 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5679 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5680 newlib nor libgloss.
5681 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5682 * configure.in (am33_2.0-*-linux*): Added.
5683
fbd1054d
BW
56842003-07-09 Bob Wilson <bob.wilson@acm.org>
5685
5686 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5687 * configure: Regenerate.
5688
b40e3958
L
56892003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5690
5691 * config-ml.in: Replace PWD with PWD_COMMAND.
5692 * Makefile.tpl: Likewise.
5693 * Makefile.in: Regenerated.
5694
4a5be7ba
NN
56952003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5696
5697 * configure.in: Clean up config-lang.in handling. Delete
5698 useless assignment to "subdirs".
5699 * configure: Regenerate.
5700
9c14acb8
NN
57012003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5702
5703 * configure.in: Rename 'target_libs' to 'target_libraries'.
5704 Remove useless reference to 'target_libs'.
5705 * configure: Regenerate.
5706
8f32e830
KS
57072003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5708
5709 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5710 * Makefile.in: Regenerate.
5711
12f0bd74
NN
57122003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5713
5714 * Makefile.def: Introduce flags_to_pass.
5715 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5716 * Makefile.in: Regenerate.
5717
b07c2aad
HPN
57182003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5719
5720 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5721 and target-libgloss.
5722 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5723 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5724 * configure: Regenerate.
b07c2aad 5725
56f25033
DD
57262003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5727
5728 * configure.in: Update testsuite_flags to new location.
5729 * configure. Regenerate.
80b200a1 5730
4ec9a3b2
NN
57312003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5732
5733 * Makefile.tpl: Remove BUILD_CC stuff.
5734 * Makefile.in: Regenerate.
5735
059083b1 57362003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5737
059083b1
L
5738 * config.guess: Update to 2003-06-12 version.
5739 * config.sub: Update to 2003-06-13 version.
5740
535b046a
TS
57412003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5742
5743 * MAINTAINERS: Add myself as MIPS co-maintainer.
5744
00c22daa 57452003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5746
00c22daa
L
5747 * config.guess: Update to 2003-06-06 version.
5748 * config.sub: Update to 2003-06-06 version.
5749
1047cb91
DD
57502003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5751
5752 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5753 * configure. Regenerate.
5754
123494c8
NN
57552003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5756
1047cb91
DD
5757 * configure.in: Disable serial configure by default.
5758 * configure: Regenerate.
5759 * Makefile.tpl: Abolish .NOTPARALLEL.
5760 * Makefile.in: Regenerate.
5761
7f121bbf
NN
5762 * Makefile.tpl: Replace {build,host,target}_canonical by
5763 {build,host,target}.
5764 * Makefile.in: Regenerate.
5765
123494c8
NN
5766 * Makefile.tpl: Fix stupid pasto.
5767 * Makefile.in: Regenerate.
5768
ec7e0995
NN
57692003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5770
5771 * Makefile.tpl: Remove bogus conditional.
5772 * Makefile.in: Regenerate.
5773
27b1cc72
NN
57742003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5775
2a4cbe27
NN
5776 * Makefile.tpl: Make 'recursive targets' using autogen rather
5777 than shell loop. Remove duplicate 'clean' targets and false
5778 comments.
5779 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5780 Add systematic method of specifying missing targets in subdirs.
5781 Add copyright boilerplate.
5782 * Makefile.in: Regenerate.
5783 * configure.in: Add 'recursive targets' to maybe list.
5784 * configure: Regenerate.
5785
27b1cc72
NN
5786 * Makefile.tpl: Rename [+target+] to [+make_target+].
5787 * Makefile.def: Rename 'target' to 'make_target'.
5788
01e51bd0
NC
57892003-05-30 Nick Clifton <nickc@redhat.com>
5790
5791 * README-maintainer-mode: Update URL for locating blessed config
5792 tools.
5793
2fd84b42
NC
57942003-05-29 Robert Millan <rmh@debian.org>
5795
5796 * ltconfig: Import this patch and modify for use with current
5797 version of ltconfig:
5798
5799 2003-05-21 Bruno Haible <bruno@clisp.org>
5800
5801 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5802 GNU/FreeBSD.
5803
8945c6bb
DD
58042003-05-28 DJ Delorie <dj@redhat.com>
5805
5806 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5807 * Makefile.in: Regenerate.
5808
2f9632a1
JJ
58092003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5810
80b200a1 5811 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5812
3a12db16 58132003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5814
3a12db16
DD
5815 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5816 newlib or libgloss.
5817 * Makefile.in: Regenerate.
5818
44482353
DD
58192003-05-21 DJ Delorie <dj@redhat.com>
5820
5821 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5822 * Makefile.in: Regenerate.
5823
fec2c52d
MR
58242003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5825
5826 * configure.in: Use curly braces in the definition of tooldir.
5827 * configure: Regenerate.
5828
16ae0395
NN
58292003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5830
5831 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5832 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5833 Factor out common code from autogen IF statements.
5834 * configure: Regenerate.
5835 * Makefile.in: Regenerate.
5836
ec11bdc6
DD
58372003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5838
5839 * configure.in: Accept i[3456789]86 for machine type.
5840 * configure: Regenerate.
5841
dd12c3a8
NN
58422003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5843
5844 * configure.in: Switch more things to use maybe dependencies.
5845 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5846 * configure: Regenerate.
5847 * Makefile.tpl: Switch more things to use maybe dependencies.
5848 * Makefile.in: Regenerate.
5849
cf662e21
AJ
58502003-05-16 Andreas Schwab <schwab@suse.de>
5851
5852 * Makefile.tpl (install-opcodes): Define.
5853 * Makefile.in: Rebuild.
5854
5481b376
AJ
58552003-05-13 Andreas Jaeger <aj@suse.de>
5856
5857 * config.guess: Update to 2003-05-09 version.
5858 * config.sub: Update to 2003-05-09 version.
5859
3959a22a
AJ
58602003-05-13 Michael Eager <eager@mvista.com>
5861
5862 * configure.in: Correct sed script so that options in quotes are not
5863 deleted.
5864 * configure: Rebuild.
5865
564b43e5
CV
58662003-05-12 Corinna Vinschen <corinna@vinschen.de>
5867
5868 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5869 and $$s/newlib/libc/sys/cygwin32 include paths.
5870 * configure: Ditto.
5871
bb947dc9
L
58722003-05-05 H.J. Lu <hjl@gnu.org>
5873
5874 * config-ml.in: Restored from gcc repository.
5875
77f7441a
CD
58762003-05-02 Chris Demetriou <cgd@broadcom.com>
5877
80b200a1
ZW
5878 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5879 * Makefile.in: Regenerate.
77f7441a 5880
a26d7085
DJ
58812003-04-27 Daniel Jacobowitz <drow@mvista.com>
5882
5883 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5884 and Makefile.def.
5885
e4c4d240
DJ
58862003-04-27 Daniel Jacobowitz <drow@mvista.com>
5887
5888 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5889 * Makefile.in: Regenerated.
5890
62a3fc85
DD
58912003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5892
5893 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5894 * Makefile.in: Regenerate.
5895
58962003-04-18 Jakub Jelinek <jakub@redhat.com>
5897
5898 * configure.in (powerpc64*-*-linux*): Remove.
5899 * configure: Rebuilt.
5900
5b474aa8
DD
59012003-04-17 Phil Edwards <pme@gcc.gnu.org>
5902
5903 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5904 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5905 and restrap.
5906 * Makefile.in: Regenerate.
5907
59082003-04-16 Richard Earnshaw <rearnsha@arm.com>
5909
5910 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5911 * configure: Regenerated.
5912
bc295afe
AO
59132003-04-11 Alexandre Oliva <aoliva@redhat.com>
5914
5915 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5916 * */configure: Rebuilt.
5917
3728fade
NN
59182003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5919
5920 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5921 * Makefile.in: Regenerate.
5922
ce5b542e
MC
59232003-03-14 Michael Chastain <mec@shout.net>
5924
5925 * Makefile.in: Regenerate with correct Makefile.def.
5926
3db0a37f
NN
59272003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5928
5929 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5930 Make macro.
5931 * Makefile.in: Regenerate.
5932 * configure.in: Clean up gxx_include_dir logic.
5933 * configure: Regenerate.
5934
34349c6e
DD
59352003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5936
5937 * configure.in (gxx_include_dir): Fix typo.
5938 * configure: Regenerated.
5939
686c28c9
AC
59402003-03-06 Andrew Cagney <cagney@redhat.com>
5941
5942 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5943
bba45b8b 59442003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5945
bba45b8b
NN
5946 * configure.in: Include $(build_tooldir)/sys-include in
5947 FLAGS_FOR_TARGET.
5948 * configure: Regenerated.
5949
2683747f
NN
59502003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5951
bba45b8b
NN
5952 * Makefile.tpl: Reindent.
5953 * Makefile.in: Regenerate.
5954 * configure.in: Reindent. Don't set unused variables.
5955 * configure: Regenerate.
5956
2683747f
NN
5957 * Makefile.tpl: Always pass down RANLIB.
5958 * Makefile.in: Regenerate.
5959
5960 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5961 * Makefile.in: Regenerate.
5962 * configure.in: Remove unused logic relating to --enable-shared
5963 and --enable-threads. Remove bogus comments. Remove redundant
5964 noconfigdirs.
5965 * configure: Regenerate.
5966
5967 * configure.in: Replace ${libstdcxx_version} by its value.
5968 Remove reference to mh-dgux.
5969 * configure: Regenerate.
5970
50212802
NN
59712003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5972
5973 * Makefile.tpl: Rearrange.
5974 * Makefile.in: Regenerate.
5975
a6be7fc6
NC
59762003-02-25 Nick Clifton <nickc@redhat.com>
5977
5978 * configure: Remove site-file supprot - it is obsolete.
5979
f8a495c8
NC
59802003-02-24 Uwe Stieber <uwe@wwws.de>
5981
5982 * configure.in: Add support for kaOS as cross build target system.
5983 * configure: Regenerated.
5984
3decd77d
DD
59852003-02-20 Sean McNeil <sean@blue.mcneil.com>
5986
5987 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5988 configure-target-* as some target builds may require additional
5989 flags for preprocessor tests.
5990 * Makefile.in: Regenerated.
5991
f4ff34a3
AO
59922003-02-19 Alexandre Oliva <aoliva@redhat.com>
5993
5994 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5995 * ltconfig: Handle it.
5996 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5997 auto-detecting it.
5998
b7e4a931
AO
59992003-02-19 Alexandre Oliva <aoliva@redhat.com>
6000
6001 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6002 it is used as argument to $CC.
6003 * ltcf-gcj.sh: Likewise.
6004
6b784d9f
AO
60052003-02-19 Alexandre Oliva <aoliva@redhat.com>
6006
6007 * configure.in: Introduce --enable-maintainer-mode.
6008 * configure: Rebuilt.
6009 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6010 for maintainer mode.
6011 * Makefile.in: Rebuilt.
6012
8bcd8a07
AC
60132003-02-19 Andrew Cagney <ac131313@redhat.com>
6014
6015 * configure: Regenerate using autoconf 2.13.
6016
ee3fd329
AM
60172003-02-19 Alan Modra <amodra@bigpond.net.au>
6018
6019 * config.guess: Import latest version.
6020 * config.sub: Import latest version.
6021
e9e45685
JM
60222003-02-18 Jason Merrill <jason@redhat.com>
6023
6024 * Makefile.tpl (check-c++): Allow parallelism.
6025
859789af
AC
60262003-02-17 Andrew Cagney <ac131313@redhat.com>
6027
6028 * configure: Regenerate using autoconf 000227.
6029
b3f16a9b
GK
60302003-02-15 Geoffrey Keating <geoffk@apple.com>
6031
6032 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6033 don't configure target-libobjc.
6034 * configure: Regenerate.
6035
72e60e02
DD
60362003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6037
6038 * Makefile.tpl (RANLIB): Define.
6039 * Makefile.in: Regenerate.
6040
91f0e695
KS
60412003-02-06 Keith R Seitz <keiths@redhat.com>
6042
6043 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6044 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6045 * Makefile.in: Regenerated.
6046 * configure.in: Remove all traces of snavigator, db, and grep.
6047 * configure: Regenerated.
6048
122bfa92
FCE
60492003-01-31 Frank Ch. Eigler <fche@redhat.com>
6050
6051 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6052 * Makefile.in: Regenerated.
6053
264095c3
AO
60542003-01-30 Alexandre Oliva <aoliva@redhat.com>
6055
6056 * config.if: Copy from GCC.
6057
a84dbcb3
AO
60582003-01-27 Phil Edwards <pme@gcc.gnu.org>
6059
6060 * configure.in: Revert 24Jan change.
6061 * configure: Regenerate.
6062
19618276
NN
60632003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6064
6065 * configure.in: Revert previous change.
6066 * configure: Regenerate.
6067
b7f27a92
NN
60682003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6069
6070 * configure.in: Make rda native-only.
6071 * configure: Regenerate.
6072
83326456
NN
60732003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6074
6075 * configure.in: Add missing \.
6076 * configure: Rebuilt.
6077
5e367fa5
JJ
60782003-01-17 Jakub Jelinek <jakub@redhat.com>
6079
6080 * configure.in (baseargs): Avoid using \| in sed regular
6081 expressions.
6082 * configure: Rebuilt.
6083
e01f337c
JJ
60842003-01-16 Jakub Jelinek <jakub@redhat.com>
6085
6086 * configure.in (baseargs): Remove all supported forms of
6087 --cache-file, --srcdir, --host, --build and --target options
6088 from argument lists.
6089 * configure: Rebuilt.
6090
aa236487
AO
60912003-01-15 Alexandre Oliva <aoliva@redhat.com>
6092
6093 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6094 * configure: Rebuilt.
6095
586c0873
NN
60962003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6097
6098 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6099 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6100 * Makefile.in: Regenerate.
6101 * configure: Regenerate.
6102
497f816e
DD
61032003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6104
6105 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6106 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6107 * Makefile.in: Regenerate.
6108
bfbe5519
AO
61092003-01-09 Alexandre Oliva <aoliva@redhat.com>
6110
6111 * configure.in: Remove Makefile in build, host and target modules
6112 unless configure was run with --no-recursion.
6113 * configure: Rebuilt.
6114
3f234ef5
CD
61152003-01-08 Chris Demetriou <cgd@broadcom.com>
6116
6117 * config.guess: Update to 2003-01-03 version.
6118 * config.sub: Update to 2003-01-03 version.
6119
a3982d48
CF
61202003-01-07 Christopher Faylor <cgf@redhat.com>
6121
6122 * configure: Regenerate with proper autoconf 2.13.
6123
75778ec4
CF
61242003-01-07 Christopher Faylor <cgf@redhat.com>
6125
80b200a1
ZW
6126 * configure.in: Add AC_PREREQ for consistency.
6127 * configure: Regenerate.
75778ec4 6128
c180f501
AC
61292003-01-06 Andrew Cagney <ac131313@redhat.com>
6130
6131 * configure.in (GDB_TK): Add tcl directories conditional on
6132 gdb/gdbtk directory being present.
6133 * configure: Regenerate.
5481b376 6134
46ca2cc2
DA
61352003-01-04 John David Anglin <dave.anglin@nrc.ca>
6136
6137 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6138 by gcc if LD is not defined and we are not doing a Canadian Cross.
6139 * configure: Rebuilt.
6140
53dd8dab
DJ
61412003-01-01 Daniel Jacobowitz <drow@mvista.com>
6142
6143 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6144
50ceb20c
TT
61452002-12-31 Tom Tromey <tromey@redhat.com>
6146
6147 * Makefile.in: Rebuilt.
6148 * Makefile.def (target_modules) [libffi]: Allow installation.
6149
e78b5cfe
AS
61502002-12-31 Andreas Schwab <schwab@suse.de>
6151
6152 * configure.in: Fix use of $program_transform_name.
6153 * configure: Regenerated.
6154
67448102
DJ
61552002-12-30 Daniel Jacobowitz <drow@mvista.com>
6156
6157 * configure.in (baseargs): Don't remove first configure argument.
6158 * configure: Regenerated.
6159
e6bfb94a
AO
61602002-12-29 Alexandre Oliva <aoliva@redhat.com>
6161
6162 * Makefile.tpl (local-distclean): Don't remove...
6163 (multilib.ts): ... this. Moved into...
6164 (multilib.out): ... this. Don't use sub-make.
6165 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6166 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6167 (configure-build-[+module+], configure-[+module+],
6168 configure-target-[+module+], configure-gcc): ... these. Test
6169 for Makefile existence. Drop config.status from dependencies.
6170 * Makefile.in: Rebuilt.
6171 * configure.in: Move gcc-version-trigger to the end of
6172 ac_configure_args. Add comments to maybedep.tmp and
6173 serdep.tmp. Introduce --disable-serial-configure. Remove
6174 nonopt from baseargs, matching and removing corresponding
6175 whitespace while at it.
6176 * configure: Rebuilt.
6177
8f0dfb36
AO
61782002-12-28 Alexandre Oliva <aoliva@redhat.com>
6179
6180 * configure.in (host_configargs): Replace reference to
6181 no-longer-defined buildopts with --build=${build_alias}.
6182 * configure: Rebuilt.
6183
43be203f
AO
61842002-12-28 Alexandre Oliva <aoliva@redhat.com>
6185
6186 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6187 program_transform_name to standard idiom.
6188 (AUTOGEN, AUTOCONF): Define.
6189 (Makefile.in): Use $(AUTOGEN).
6190 (Makefile): Depend on config.status, and use autoconf-style rule to
6191 build it. Move original commands to...
6192 (config.status): ... this new target.
6193 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6194 $(AUTOCONF).
6195 * Makefile.in: Rebuilt.
6196
a0da8069
NN
61972002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6198
d18f1c9f
NN
6199 * Makefile.tpl: Fix dramatic bustage due to change in
6200 program_transform_name.
6201 * Makefile.in: Regenerate.
6202
6203 * configure.in: Remove unnecessary PATH setting.
6204 * configure: Regnerate.
6205
6206 * configure.in: Don't default to unprefixed tools unless
6207 the native tools will work.
6208 * configure: Regenerate.
6209
a0da8069
NN
6210 * configure.in: Convert to autoconf script. Blow away lots
6211 of now-redundant Makefile fragments.
6212 * configure: Generate using Autoconf.
6213 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6214 * Makefile.in: Regenerate.
6215
c567df0a
NN
62162002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6217
5481b376 6218 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6219 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6220
5481b376 6221 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6222 where they belong.
2c7f9a32 6223
2dabcfb4
AS
62242002-12-24 Andreas Schwab <schwab@suse.de>
6225
6226 * Makefile.tpl (multilib.out): Fix missing space.
6227 * Makefile.in: Regenerate.
6228
1086bc09
NN
62292002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6230
6231 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6232 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6233 * Makefile.in: Regenerate.
6234 * configure.in: Remove unnecessary leftovers.
6235
1086bc09
NN
62362002-12-21 Geoffrey Keating <geoffk@apple.com>
6237
6238 * configure.in (extra_ranlibflags_for_target): New variable.
6239 (*-*-darwin): Add -c to ranlib commands.
6240 * configure (tooldir): Handle extra_ranlibflags_for_target.
6241
14e9ca95
JJ
62422002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6243
6244 * COPYING.NEWLIB: Updated.
6245 * COPYING.LIBGLOSS: Ditto.
6246
14c428fb
NN
62472002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6248
6249 * Makefile.tpl: Revert HJL's change.
6250 * Makefile.in: Regenerated.
6251 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6252 always.
6253
313b8244
AS
62542002-12-19 Andreas Schwab <schwab@suse.de>
6255
6256 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6257 * Makefile.in: Regenerate.
6258
efeae3db
L
62592002-12-18 H.J. Lu <hjl@gnu.org>
6260
6261 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6262 * Makefile.in: Regenerated.
6263
6264 * configure.in (build_prefix): New. Substitute.
6265
43d92c63
NN
62662002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6267
59da4fe6
NN
6268 * Makefile.tpl: Don't let real targets depend on phony targets.
6269 * Makefile.in: Regenerate.
6270
43d92c63
NN
6271 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6272 * Makefile.in: Regenerate.
6273
b72e6a2d
JM
62742002-12-16 Jason Merrill <jason@redhat.com>
6275
6276 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6277 previous 'make bootstrap'.
6278 * Makefile.in: Regenerate.
6279
95c72c44
HPN
62802002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6281
6282 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6283
7d695d07
JM
62842002-12-13 Jason Merrill <jason@redhat.com>
6285
6286 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6287 library tests.
6288 (check-c++): Just depend on it and check-target-libstdc++-v3.
6289 * Makefile.in: Regenerate.
6290
54103d1e
NN
62912002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6292
6293 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6294 * Makefile.in: Regenerate.
6295
4024f1e1
JJ
62962002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6297
80b200a1
ZW
6298 * COPYING.NEWLIB: Update list of alternate Regent of California
6299 licenses and discuss official revoking of advertising clause.
6300 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6301
7dda0df6
AO
63022002-12-12 Alexandre Oliva <aoliva@redhat.com>
6303
6304 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6305 * Makefile.in: Rebuilt.
6306
d03be79e 63072002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6308
929293f4
NN
6309 * configure: Fix bug put in by gremlins.
6310
d03be79e
NN
6311 * Makefile.tpl: Substitute more autoconfily.
6312 * configure: Substitute more autoconfily.
6313 * Makefile.in: Regenerate.
6314
63152002-12-08 Andrew Cagney <ac131313@redhat.com>
6316
6317 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6318 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6319
63202002-12-06 DJ Delorie <dj@redhat.com>
6321
6322 * Makefile.tpl: Change configure dependencies to not have real
6323 targets depend on phony targets.
b4a77b47 6324
db1ac78d
NN
63252002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6326
bcaf2395
NN
6327 * configure.in: Revert unintentional change.
6328
b4fa093e
NN
6329 * src-release: Configure host subdirs.
6330
db1ac78d
NN
6331 * Makefile.tpl: Change dependency for */multilib.out so that
6332 it works when gcc isn't in the tree.
6333
6334 * configure.in: Substitute more.
6335 * configure: Run subconfigures from the Makefile.
6336 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6337 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6338
15723a45
NN
63392002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6340
e2b9e2dc
NN
6341 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6342 and corresponding dependencies.
6343 * Makefile.in: Regenerate.
6344
2af579c4
NN
6345 * configure.in (host_tools): Order binutils, gas and ld for
6346 convenience in running the testsuites.
6347
a2cc058a
NN
6348 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6349 * Makefile.in: Regenerate.
6350 * configure.in: Introduce rules to serialize subconfigure runs.
6351
15723a45
NN
6352 * configure.in: Introduce BASE_CC_FOR_TARGET.
6353 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6354 Realize configure-build-* targets. Realize configure-target-* targets.
6355 * Makefile.in: Regenerate.
6356
ae831be5
NN
63572002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6358
6359 * configure: Move gcc_version_trigger stuff from here...
6360 * configure.in: ...to here.
6361
6362 * configure.in: Separate subconfigure options added by this file from
6363 options given by the user. Add machinery to put args for host
6364 subconfigures into the Makefile.
6365
6366 * Makefile.tpl: Remove 'vault' targets.
6367 * Makefile.tpl: Reorder and comment dependencies.
6368 * Makefile.in: Regenerate.
6369
bbf7c8ac
NN
63702002-11-28 Geoffrey Keating <geoffk@apple.com>
6371
6372 * configure.in: Move host-specific darwin noconfigdirs into
6373 the host-specific section.
6374
930314a4
NN
63752002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6376
52d7cdee
NN
6377 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6378 during replay.
6379 * Makefile.in: Regenerate.
6380
930314a4
NN
6381 (finishing slow-motion replay)
6382 * configure: Remove skip-this-dir support.
6383 * Makefile.tpl: Remove skip-this-dir support.
6384
6385 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6386 subdirectories.
6387 * Makefile.in: Regenerate.
6388
6389 * Makefile.tpl: Strip out useless setting of 'dir'.
6390 * Makefile.in: Regenerate.
5481b376 6391
930314a4
NN
63922002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6393
6394 (finishing slow-motion replay)
6395 * configure.in: Fix deeply stupid bug.
6396
6397 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6398 shell code in CXX_FOR_TARGET
6399 * Makefile.def: Introduce raw_cxx.
6400 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6401 RAW_CXX_FOR_TARGET.
6402 * Makefile.in: Regenerate.
6403
64042002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6405
6406 (finishing slow-motion replay)
6407 * Makefile.tpl: Remove unnecessary ifs.
6408 * Makefile.in: Regenerate.
6409
5481b376 6410 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6411 dependencies. Maybe-ize build-libiberty. Create dummy install
6412 targets for 'no_install' modules.
5481b376 6413 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6414 build_modules stuff to configure.in.
5481b376 6415 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6416 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6417 * Makefile.in: Regenerate.
6418
3866be5d
NN
64192002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6420
6421 (continuing slow-motion replay)
6422 * Makefile.tpl: Make all-target, install-target behave similarly
6423 to all, install (only hitting configured targets). Eliminate
6424 unused macro defintions.
6425
6426 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6427 build != host.
6428
6429 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6430
6431 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6432
5481b376 6433 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6434 configuring. Remove references to "dosrel".
6435 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6436 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6437 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6438 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6439 and redundant dependency; rearrange slightly.
6440 * Makefile.def: Add host-side libtermcap, utils.
6441
6442 * Makefile.in: Regenerate.
6443
e393202e
NN
64442002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6445
6446 (Continuing slow-motion replay)
6447 * Makefile.def: Add list of recursive targets to autogenerate.
6448 Add build_modules.
6449 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6450 targets. Autogenerate *-build-* targets.
6451 * Makefile.in: Regenerate.
6452
583d52d7
NN
64532002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6454
6455 (Continuing slow-motion replay)
6456 * configure: More autoconf-style substitutions.
6457 * Makefile.tpl: More autoconf-style substitutions.
6458 * Makefile.in: Regenerate.
6459
64602002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6461
6462 (Continuing slow-motion replay)
6463 * configure: Substitute more variables in a more autoconf-friendly
6464 way. Simplify slightly.
6465 * Makefile.tpl: Make more variables substitutable in an
6466 autoconf-friendly way.
6467 * Makefile.in: Regenerate.
6468
874e38b4
NN
64692002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6470
6471 (Continuing slow-motion replay)
6472 * configure.in (v810*): Remove special setting of tools.
6473
6474 * configure: Add support for extra required flags for ar or nm.
6475 * configure.in (aix4.3+): Use above support for target-specific
6476 issues, rather than using config/mt-aix43.
6477
852e5f18
NN
64782002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6479
6480 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6481 * configure: Remove 'removing', which doesn't work. Replace $subdir
6482 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6483 with $srcdir. Reformat indentation. Substitute some variables
6484 formerly hard-coded in the Makefile for build=host.
6485 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6486 * Makefile.def: Autogenerate more.
6487 * Makefile.in: Regenerate.
6488
c9a0d920
DD
64892002-11-13 Bruce Korb <bkorb@gnu.org>
6490
6491 * Makefile.tpl: syntactic cleanup
6492
dd2768ff
KB
64932002-11-04 Kevin Buettner <kevinb@redhat.com>
6494
6495 * Makefile.def (host_modules): Add rda.
6496 * Makefile.in: Regenerate.
6497 * configure.in (target_tool): Add target-rda to list.
6498
1aa8389d
DD
64992002-10-25 Phil Edwards <pme@gcc.gnu.org>
6500
6501 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6502 and restrap targets to this rule.
6503 * Makefile.in: Regenerate.
6504
28f46298
HPN
65052002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6506
6507 * configure.in (i[3456]86-*-linux*): Add check to disable
6508 ${libgcj} for glibc1.
6509
ff72e302
NC
65102002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6511
6512 * configure.in: Add tic4x target.
6513
8607b6c9
NN
65142002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6515
6516 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6517 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6518 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6519 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6520 * Makefile.in: Regenerate.
6521
f8f61f4a
NN
65222002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6523
c86f794b
NN
6524 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6525 * Makefile.in: Regenerate.
6526
a9590527
NN
6527 * Makefile.def: Remove order dependency comments.
6528 * Makefile.tpl: Add explicit install-install dependencies.
6529 * Makefile.in: Regenerate.
6530
8412ce72
NN
6531 * Makefile.tpl: Remove material now in src-release. (Finally!)
6532 * Makefile.in: Regenerate.
6533
8b9f37f1
NN
6534 * configure: Restore my original patch by syncing with gcc version.
6535
f8f61f4a
NN
6536 * Bring following over from gcc:
6537
65382002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6539
6540 * configure.in (s390*-*-linux*): Enable libgcj.
6541
403d9505
NN
65422002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6543
6544 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6545
95f6f383
AM
65462002-10-02 Alan Modra <amodra@bigpond.net.au>
6547
e4673b0a 6548 * configure: Move stray lines back to where they belong.
95f6f383 6549
748503c8
NN
65502002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6551
a581b5c3
NN
6552 * Makefile.tpl: Insert configure-target target, for src-release.
6553
c084f5b4
NN
6554 * configure: Finish reverting change which Andrew Cagney started
6555 reverting. Should fix bustage.
6556
7aa673ed 6557 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6558 * src-release: New file. Contains material for making net
6559 releases for gdb, binutils, et al., formerly in Makefile.in.
6560
82a9b2d9
NC
65612002-09-30 Nick Clifton <nickc@redhat.com>
6562
6563 * cpu: New top level directory. Intended to hold input files for
6564 CGEN which have FSF copyright assignment.
6565 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6566
c2463a00
AC
65672002-09-29 Andrew Cagney <ac131313@redhat.com>
6568
6569 Revert below (note that src does not contain Makefile.tpl):
6570 * Makefile.tpl: Make subsituted variables more autoconfy.
6571 * Makefile.in: Regenerate.
6572
f03b4789
NN
65732002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6574
c11e16a9
NN
6575 * configure: Revert accidentally applied changes.
6576
f03b4789
NN
6577 * Makefile.tpl: Make more autoconf-friendly.
6578 * Makefile.in: Regenerate.
6579 * configure: Make substitution more autoconf-like.
6580
65812002-09-28 Richard Earnshaw <rearnsha@arm.com>
6582
6583 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6584 single entry to handle all these.
6585 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6586 libjava on arm-*-elf.
6587
c0292023
GK
65882002-09-27 Geoffrey Keating <geoffk@apple.com>
6589
6590 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6591 things that depend on them.
6592
c66d951e
NN
65932002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6594
6595 * Makefile.tpl: Make subsituted variables more autoconfy.
6596 * Makefile.in: Regenerate.
6597 * configure: Make seds more autoconfy.
6598
907a7241 65992002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6600
6601 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6602 * Makefile.in: Regenerate.
6603 * configure.in: Rewrite sed statements to look autoconfy.
6604
907a7241
NN
6605 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6606 all-target-foo on configure-target-foo.
6607 * Makefile.def: Ditto.
6608 * Makefile.in: Rebuild.
6609
405ea7a0
NN
66102002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6611
6612 * Makefile.def: New file.
6613 * Makefile.tpl: New file.
6614 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6615
6616 * configure.in: Minor rearrangement. Simplify tests.
6617
bdc57bfd
JT
66182002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6619
6620 * configure.in (with_headers): Skip copy if value is "yes".
6621 (with_libs): Likewise.
6622
ae03d6e2
NN
66232002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6624
6625 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6626 * configure.in (sh*-*-pe*): Ditto.
6627 * configure.in (mips*-*-pe*): Ditto.
6628 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6629
6630 * configure.in: Rearrange.
6631
707960fe
NC
66322002-09-12 Nick Clifton <nickc@redhat.com>
6633
6634 * Import these changes from the config master repository:
6635
6636 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6637
6638 * config.sub: Add tic4x target.
6639
6640 2002-09-03 Ben Elliston <bje@redhat.com>
6641
6642 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6643 Reported by <Duncan_Stodart@insession.com>.
6644
36ea319f
JJ
66452002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6646
6647 * COPYING.NEWLIB: More updates.
6648
cf57480a
JJ
66492002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6650
6651 * COPYING.NEWLIB: Update.
6652
fd31a171
AC
66532002-08-23 Andrew Cagney <ac131313@redhat.com>
6654
23b632fc
AC
6655 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6656
fd31a171
AC
6657 * config.guess: Import version 2002-08-23.
6658 * config.sub: Import version 2002-08-22.
6659
a08bafb5
AO
66602002-08-20 Alexandre Oliva <aoliva@redhat.com>
6661
6662 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6663 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6664 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6665
17240c1f
NC
66662002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6667
6668 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6669
e70ad0c6
L
66702002-08-04 H.J. Lu (hjl@gnu.org)
6671
6672 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6673
574e6d11
DD
66742002-07-31 Alan Modra <amodra@bigpond.net.au>
6675
6676 * configure.in: Move generic linux case to end. Copy generic
6677 linux noconfigdirs to mips*-*-linux* entry and new
6678 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6679
611e7523
CD
66802002-07-19 Chris Demetriou <cgd@broadcom.com>
6681
6682 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6683 one instance of them which was missed to the list to update.
6684
51759676
CD
66852002-07-16 Chris Demetriou <cgd@broadcom.com>
6686
6687 * config.guess: Update to 2002-07-09 version.
6688 * config.sub: Update to 2002-07-03 version.
6689
7c1f909c
DD
66902002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6691
6692 * configure.in: Remove two redundant tests.
6693
d7cf5d30
DD
66942002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6695
6696 * configure.in (mips*-*-irix6*o32): Enable stabs.
6697
c74222f7
DD
66982002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6699
5b53c336
DD
6700 * configure.in: Don't build grez.
6701 * Makefile.in: Ditto.
6702
c74222f7
DD
6703 * Makefile.in: Remove references to bsp, cygmon, libstub.
6704 * configure.in: Ditto.
6705
6706 * configure.in: Remove leftover reference to gdbtest.
6707
edd1b227
DD
67082002-07-08 Phil Edwards <pme@gcc.gnu.org>
6709
6710 * configure.in (gxx_include_dir): Change to match versioned
6711 C++ headers if --enable-version-specific-runtime-libs is used.
6712
486186e3
AO
67132002-07-04 Steve Ellcey <sje@cup.hp.com>
6714
6715 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6716
ff0a3bf8
DD
67172002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6718
6719 * configure.in: Make --without-x work.
6720
1dfa8174
NC
67212002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6722
6723 * contrib: New directory. Created to contain a copy of the
5481b376 6724 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6725 the FSF GCC sources.
6726
07637366
DD
67272002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6728
b6f83f2a
DD
6729 * configure.in: Rearrange target Makefile fragment collection.
6730
07637366
DD
6731 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6732 cvs[src].
6733 * configure.in: Ditto.
6734
f48556b1
DD
67352002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6736
6737 * Makefile.in: Eliminate 'apache' targets.
6738 * configure.in: Eliminate 'apache' targets.
6739
6740 * configure.in: Eliminate redundant tests. Reorganize.
6741
6742 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6743
6744 * config-ml.in: Eliminate references to Cygnus configure.
6745
6746 * Makefile.in: Eliminate references to building emacs.
6747
67482002-07-01 Denis Chertykov <denisc@overta.ru>
6749
6750 * configure.in: Add support for ip2k.
6751
cdb9e2b8
BE
67522002-06-24 Ben Elliston <bje@redhat.com>
6753
6754 * configure.in (host_tools): Remove cgen.
6755
6756 * Makefile.in (all-cgen): Remove; runs from its source directory.
6757 (check-cgen, install-cgen, clean-cgen): Likewise.
6758 (all-opcodes): No not depend on all-cgen.
6759 (all-sim): Likewise.
6760
3558860c
DD
67612002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6762
6763 * configure.in: Fix AIX configury bug.
6764
e3b0c936
DD
67652002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6766
cdb9e2b8 6767 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6768
cdb9e2b8
BE
6769 * configure.in: Move definition of libstdcxx_flags right above
6770 usage, rather than way earlier.
8ee424c0 6771
c712250a
DD
6772 * configure.in: Pull definition of is_cross_compiler earlier.
6773
9ee1a75c
DD
6774 * configure.in: Rearrange a little.
6775
e3b0c936
DD
6776 * configure.in: Remove references to librx.
6777 * Makefile.in: Remove references to librx.
6778
b2bd228e
DD
67792002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6780
6781 * configure.in: Eliminate ${gasdir} variable.
6782
7cd52483
DB
67832002-06-18 Dave Brolley <brolley@redhat.com>
6784
6785 * configure.in: Add support for frv.
6786 * config.sub: Add support for frv.
6787
6c5e141a
DD
67882002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6789
6790 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6791
0d18b56d
JT
67922002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6793
6794 * configure.in (vax-*-netbsd*): Re-enable gas.
6795
fd8958d5
DD
67962002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6797
27f15fdd
DD
6798 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6799 BUILD_PREFIX_1, to correct nomenclature.
6800 * configure: Likewise.
6801
fd8958d5
DD
6802 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6803 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6804
0c2442b7
DD
68052002-05-31 Olaf Hering <olh@suse.de>
6806
6807 * config-ml.in: Propogate DESTDIR also.
6808
a3602181
JT
68092002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6810
6811 * configure.in (vax-*-netbsd*): Don't build gas for this
6812 platform.
6813
c95f53ae
MM
68142002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6815
6816 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6817 and libgcj for AVR.
6818
1d7c1053
NC
68192002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6820
6821 * config.sub: Add DLX target.
6822
4b37028f
JT
68232002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6824
6825 * config.guess: Update to 2002-05-22 version.
6826 * config.sub: Likewise.
6827
d5de0a84
NC
68282002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6829
6830 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6831 * config-ml.in: Likewise.
6832 * configure: Likewise.
6833 * configure.in: Likewise.
6834
c92a0210
DD
68352002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6836
115a77aa
DD
6837 * configure.in: Simplify makefile fragment collection.
6838
6839 * configure.in: Remove code to build emacs.
e99daf2b 6840
91e060aa
DD
6841 * configure.in : Remove --srcdir argument from targargs and buildargs
6842 (it's always overridden in the Makefile anyway). Rearrange a bit.
6843
6844 * configure: Move some logic to configure.in.
6845 * configure.in: Move some logic from configure.
c92a0210 6846
91217342
JJ
68472002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6848
6849 * COPYING.LIBGLOSS: New file.
6850
d3d8a9ee
NC
68512002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6852
6853 * Makefile.in: Honour DESTDIR.
6854
3a036cdc
AO
68552002-05-05 Alexandre Oliva <aoliva@redhat.com>
6856
6857 * configure.in (noconfigdirs): Don't disable libgcj on
6858 sparc64-*-solaris* and sparcv9-*-solaris*.
6859
6d095fe4
AO
68602002-05-03 Alexandre Oliva <aoliva@redhat.com>
6861
6862 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6863
dac55df9
TF
68642002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6865
6866 * configure.in (FLAGS_FOR_TARGET): Do not add
6867 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6868 on i[3456]86-*-linux*.
6869
a018e15b
TF
68702002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6871
6872 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6873
6874 * configure.in (noconfigdirs): Do not add target-newlib if
6875 target == i[3456]86-*-linux*, and host == target.
6876
5f284831
MM
68772002-04-29 Mark Mitchell <mark@codesourcery.com>
6878
6879 * config.guess: Updated to 2002-04-26's version.
6880 * config.sub: Updated to 2002-04-26's version.
6881
33babf59
DD
68822002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6883
bd5f7da2
DD
6884 * configure.in: delete reference to absent file
6885
a0c4f3a0
DD
6886 * configure.in: replace '[' with 'test'
6887
66f1ba4f
DD
6888 * configure.in: Eliminate references to gash.
6889 * Makefile.in: Eliminate references to gash.
6890
7c3ab50c
DD
6891 * configure.in: remove useless references to 'pic' makefile fragments.
6892
bbc025f5
DD
6893 * configure.in: (*-*-windows*) Finish removing.
6894
33babf59
DD
6895 * configure.in: Eliminate redundant test for libgui.
6896
d5ec694c
DD
68972002-04-26 Joel Sherrill <joel@OARcorp.com>
6898
6899 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6900 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6901
57a5346c
DD
69022002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6903
6904 * configure.in: remove references to dead files
6905
dbf93899
DD
69062002-04-18 Tom Tromey <tromey@redhat.com>
6907
6908 * configure.in: Disallow configuring libgcj when it is already
6909 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6910 Solaris 2.8 by default. For PR libgcj/6158.
6911
26eadf68
DD
69122002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6913
6914 * configure.in: Move default CC setting out of config/mh-* fragments
6915 directly into here.
6916
a0a2c6c6
DD
69172002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6918
6919 * configure.in: don't even try to configure or make a subdirectory
6920 if there's no configure script for it.
6921
9972f812
DD
69222002-04-15 Mark Mitchell <mark@codesourcery.com>
6923
6924 * MAINTAINERS: Remove chill maintainers.
6925 * Makefile.in (CHILLFLAGS): Remove.
6926 (CHILL_LIB): Remove.
6927 (TARGET_CONFIGDIRS): Remove libchill.
6928 (CHILL_FOR_TARGET): Remove.
6929 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6930 CHILL_LIB.
6931 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6932 (CHECK_TARGET_MODULES): Likewise.
6933 (INSTALL_TARGET_MODULES): Likewise.
6934 (CLEAN_TARGET_MODULES): Likewise.
6935 (configure-target-libchill): Remove.
6936 (all-target-libchill): Remove.
6937 * configure.in (target_libs): Remove target-libchill.
6938 Do not compute CHILL_FOR_TARGET.
6939 * libchill: Remove directory.
5481b376 6940
75205f78
DD
69412002-04-15 DJ Delorie <dj@redhat.com>
6942
6943 * Makefile.in, configure.in, configure: Sync with gcc, entries
6944 follow...
6945
69462002-04-08 Tom Tromey <tromey@redhat.com>
6947
6948 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6949 Fixes PR libgcj/6068.
6950
69512002-03-30 Krister Walfridsson <cato@df.lth.se>
6952
6953 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6954
69552002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6956
6957 * configure.in (alpha*-dec-osf*): Enable libgcj.
6958
69592002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6960
6961 Fix for: PR bootstrap/3591, target/5676
6962 * configure.in (mcore-pe): Disable the configuration of
6963 libstdc++-v3 since exceptions are not supported.
6964
69652002-03-20 Anthony Green <green@redhat.com>
6966
6967 * configure.in: Enable libgcj for xscale-elf target.
6968
69692002-02-28 Alexandre Oliva <aoliva@redhat.com>
6970
6971 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6972 libjava.
6973 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6974
69752002-02-22 Alexandre Oliva <aoliva@redhat.com>
6976
6977 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6978 libstdc++-v3 and libjava.
6979
69802002-02-11 Adam Megacz <adam@xwt.org>
6981
6982 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6983 boehm-gc
6984
69852002-02-09 Alexandre Oliva <aoliva@redhat.com>
6986
6987 * config.guess: Updated to 2002-01-30's version.
6988 * config.sub: Updated to 2002-02-01's version.
6989 Contribute sh64-elf.
6990 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6991 * configure.in: Added sh64-*-*.
6992
69932002-01-17 H.J. Lu <hjl@gnu.org>
6994
6995 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6996 (all-target-fastjar): Also depend on all-target-libiberty.
6997
6998Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6999
7000 * configure, configure.in: Use temp file for long sed commands.
7001
70022001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7003
7004 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7005 libf2c.
7006
70072001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7008
7009 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7010
70112001-10-11 Hans-Peter Nilsson <hp@axis.com>
7012
7013 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7014
70152001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7016
7017 * configure: Handle temporary files securely using mkdir.
7018
70192001-09-26 Will Cohen <wcohen@redhat.com>
7020
7021 * configure.in (*-*-linux*): Disable configuration of target-newlib
7022 and target-libgloss.
7023
70242001-09-26 Alexandre Oliva <aoliva@redhat.com>
7025
7026 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7027 RANLIB.
7028
70292001-08-11 Graham Stott <grahams@redhat.com>
7030
7031 * Makefile.in (check-c++): Add missing semicolon.
7032
70332001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7034
7035 * configure.in (sh-*-linux*): New.
7036
70372001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7038
7039 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7040 and libgcj on m68hc11/m68hc12.
7041
70422001-06-27 H.J. Lu (hjl@gnu.org)
7043
7044 * Makefile (CFLAGS_FOR_BUILD): New.
7045 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7046
70472001-06-01 Hans-Peter Nilsson <hp@axis.com>
7048
7049 * configure.in (libstdcxx_flags): Do not try to execute
7050 libstdc++-v3/testsuite_flags until it exists.
7051
70522001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7053
7054 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7055
70562001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7057
7058 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7059
7060Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7061
7062 * configure.in: Move *-chorusos target case to the proper switch.
7063 Disable libgcj.
7064
70652001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7066
7067 * Makefile.in (STAGE1_CFLAGS): Pass down.
7068
70692001-04-13 Alan Modra <amodra@one.net.au>
7070
7071 * config.guess: Add hppa64-linux support. Note for next import that
7072 this is already in the master file.
7073 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7074
70752001-03-22 Colin Howell <chowell@redhat.com>
7076
7077 * Makefile.in (DO_X): Do not backslash single-quotes in
7078 backquotes (two places).
7079
70802001-03-18 Laurynas Biveinis <lauras@softhome.net>
7081
7082 * Makefile.in (DO_X): Quote nested quotes.
7083
70842001-03-15 Laurynas Biveinis <lauras@softhome.net>
7085
7086 * Makefile.in (DO_X): Use double quotes for quoting
7087 "RANLIB=$${RANLIB}".
7088
70892001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7090
7091 * configure.in: Only use `lang_requires' for languages athat are
7092 actually enabled.
7093
70942001-03-07 Tom Tromey <tromey@redhat.com>
7095
7096 * configure.in: Allow config-lang.in to set `lang_requires' to list
7097 of other required languages.
7098
70992001-03-06 Laurynas Biveinis <lauras@softhome.net>
7100
7101 * Makefile.in: Remove RANLIB definition. Use RANLIB
7102 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7103 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7104
71052001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7106 Alexandre Oliva <aoliva@redhat.com>
7107
7108 * Makefile.in (check-c++): Use tabs, not spaces.
7109
71102001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7111
7112 * Makefile.in (check-c++): New rule.
7113
7114 * configure.in (target_libs): Remove libg++.
7115 (noconfigdirs): Remove libg++.
7116 (noconfigdirs): Same.
7117 (noconfigdirs): Same.
7118 (noconfigdirs): Same.
7119
7120 * config-ml.in: Remove libg++ references.
7121
7122 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7123 (ALL_TARGET_MODULES): Same.
7124 (configure-target-libg++): Remove.
7125 (all-target-libg++): Remove.
7126 (configure-target-libio): Remove.
7127 (all-target-libio): Remove.
7128 (check-target-libio): Remove.
7129 (.PHONY): Remove.
7130 (libg++.tar.bz2): Remove.
7131 (all-target-cygmon): Remove libio.
7132 (all-target-libstdc++): Remove.
7133 (configure-target-libstdc++): Remove.
7134 (TARGET_LIB_PATH): Remove libstdc++.
7135 (ALL_GCC_CXX): Remove libstdc++.
7136 (all-target-gperf): Correct.
7137
71382001-02-15 Anthony Green <green@redhat.com>
7139
7140 * configure: Introduce GCJ_FOR_TARGET.
7141 * configure.in: Ditto.
7142 * Makefile.in: Ditto.
7143
71442001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7145
7146 * configure.in: for *-chorusos, don't config target-newlib and
7147 target-libgloss.
7148
71492001-02-04 Mark Mitchell <mark@codesourcery.com>
7150
7151 Remove V2 C++ library.
7152 * configure.in: Remove --enable-libstdcxx_v3 support.
7153
71542001-01-27 Richard Henderson <rth@redhat.com>
7155
7156 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7157
71582001-01-26 Tom Tromey <tromey@redhat.com>
7159
7160 * configure.in: Allow libgcj to be built on Sparc Solaris.
7161
71622001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7163
7164 * configure.in: Enable libgcj on several additional platforms.
7165
71662001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7167
7168 * configure.in: Enable libgcj for linux targets.
7169
71702001-01-09 Mike Stump <mrs@wrs.com>
7171
7172 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7173 failures of subdirectories.
7174
71752001-01-02 Laurynas Biveinis <lauras@softhome.net>
7176
7177 * configure: handle DOS-style absolute paths.
7178
71792001-01-02 Laurynas Biveinis <lauras@softhome.net>
7180
7181 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7182
71832000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7184
7185 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7186 (libstdcxx_incdir): Pass down.
7187 * config.if: Remove expired bits for cxx_interface, add stub.
7188 (libstdcxx_incdir): Add variable for g++ include directory.
7189 * configure.in (gxx_include_dir): Use it.
7190
71912000-12-15 Andreas Jaeger <aj@suse.de>
7192
7193 * configure.in: Handle lang_dirs.
7194
71952000-12-13 Anthony Green <green@redhat.com>
7196
7197 * configure.in: Disable libgcj for any target not specifically
7198 listed. Disable libgcj for x86 and Alpha Linux until compatible
7199 with g++ abi.
7200
72012000-12-13 Mike Stump <mrs@wrs.com>
7202
7203 * Makefile.in (local-distclean): Also remove fastjar.
7204
72052000-12-10 Anthony Green <green@redhat.com>
7206
7207 * configure.in: Define libgcj. Disable libgcj target libraries for
7208 most targets.
7209
72102000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7211
7212 * configure.in (target_libs): Revert 2000-12-08 patch.
7213 (noconfigdirs): Added target-libjava.
7214
72152000-12-09 Laurynas Biveinis <lauras@softhome.net>
7216
7217 * Makefile.in: handle DOS-style absolute paths.
7218
72192000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7220
7221 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7222 libjava.
7223 * configure.in (target_libs): Removed `target-libjava'.
7224
72252000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7226
7227 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7228 (ALL_MODULES): Added fastjar.
7229 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7230 (all-target-libjava): all-fastjar replaces all-zip.
7231 (all-fastjar): Added.
7232 (configure-target-fastjar, all-target-fastjar): Likewise.
7233 * configure.in (host_tools): Added fastjar.
7234
72352000-12-07 Mike Stump <mrs@wrs.com>
7236
7237 * Makefile.in (local-distclean): Remove leftover built files.
7238
72392000-11-16 Fred Fish <fnf@be.com>
7240
7241 * configure.in (enable_libstdcxx_v3): Fix typo,
7242 libstd++ -> libstdc++.
7243
72442000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7245
7246 * configure: Provide the original toplevel configure arguments
7247 (including $0) to subprocesses in the environment rather than
7248 through gcc/configargs.h.
7249
72502000-11-12 Mark Mitchell <mark@codesourcery.com>
7251
7252 * configure: Turn on libstdc++ V3 by default.
7253
72542000-10-16 Michael Meissner <meissner@redhat.com>
7255
7256 * configure (gcc/configargs.h): Only create if there is a build GCC
7257 directory created.
7258
72592000-10-05 Phil Edwards <pme@gcc.gnu.org>
7260
7261 * configure: Save configure arguments to gcc/configargs.h.
7262
72632000-10-04 Andris Pavenis <pavenis@latnet.lv>
7264
7265 * Makefile.in (bootstrap): avoid recursion if subdir missing
7266 (cross): ditto
7267 (do-proto-toplev): ditto
7268
7269Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7270
7271 * configure.in: Do not build byacc for hppa64. Provide paths to the
7272 X11 libraries for hppa64.
7273
72742000-09-02 Anthony Green <green@cygnus.com>
7275
7276 * Makefile.in (all-gcc): Depend on all-zlib.
7277 (CLEAN_MODULES): Add clean-zlib.
7278 (ALL_MODULES): Add all-zlib.
7279 * configure.in (host_libs): Add zlib.
7280
72812000-08-25 Alexandre Oliva <aoliva@redhat.com>
7282
7283 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7284 $targargs to tell whether newlib is going to be built.
7285
7286 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7287 $$r/TARGET_SUBDIR/libio for _G_config.h.
7288
72892000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7290
7291 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7292
7293 * configure: Make enable_threads and enable_shared defaults
7294 explicit. Substitute enable_threads into generated Makefiles.
7295 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7296 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7297
72982000-08-02 Manfred Hollstein <manfredh@redhat.com>
7299
7300 * configure.in: Re-enable all references to libg++ and librx.
7301
ffb97b2f 73022002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7303
ffb97b2f
DD
7304 * configure.in: Add *-*-freebsd* configurations.
7305
bbf6e9e3
AC
73062002-04-07 Andrew Cagney <ac131313@redhat.com>
7307
7308 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7309 (do-tar, do-bz2): New rules.
7310 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7311 (gdb-tar): New rule.
7312 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7313 (insight_dejagnu.tar): New rule.
7314 (insight.tar): New rule.
7315 (gdb+dejagnu.tar): New rule.
7316 (gdb.tar): New rule.
7317
8f1579c0
AC
73182002-04-07 Andrew Cagney <ac131313@redhat.com>
7319
7320 * MAINTAINERS: Update dejagnu/
7321
ba3c59ab
AO
73222002-03-16 Alexandre Oliva <aoliva@redhat.com>
7323
7324 * ltmain.sh (relink_command): Fix typo in previous change.
7325
6243d5dd
AO
73262002-03-15 Alexandre Oliva <aoliva@redhat.com>
7327
7328 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7329 (relink_command): Added --tag flags.
7330 (mode=install): If relinking fails; error out.
7331
80413487
RH
73322002-03-12 Richard Henderson <rth@redhat.com>
7333
7334 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7335 .NOTPARALLEL tag.
7336 (do-check): Rename from check.
7337 (check): Allow parallel check.
7338
3daeddf6
RH
73392002-03-11 Richard Henderson <rth@redhat.com>
7340
7341 * Makefile.in (.NOTPARALLEL): Add fake tag.
7342
fad93c55
L
73432002-03-07 H.J. Lu (hjl@gnu.org)
7344
7345 * configure.in: Enable gprof for mips*-*-linux*.
7346
2e8357fc
AO
73472002-02-28 Alexandre Oliva <aoliva@redhat.com>
7348
7349 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7350 libjava.
7351 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7352
bd48e1a9
AC
73532002-02-24 Andrew Cagney <ac131313@redhat.com>
7354
7355 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7356
39121370
DJ
73572002-02-23 Daniel Jacobowitz <drow@mvista.com>
7358
7359 * config.guess: Import from master sources, rev 1.232.
7360 * config.sub: Import from master sources, rev 1.246.
7361
081ff160
AO
73622002-02-23 Alexandre Oliva <aoliva@redhat.com>
7363
7364 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7365 because its Makefile is there; test for the executable instead.
7366
20a5393b
AO
73672002-02-09 Alexandre Oliva <aoliva@redhat.com>
7368
7369 Contribute sh64-elf.
7370 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7371 * configure.in: Added sh64-*-*.
7372
38135629
JJ
73732002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7374
80413487
RH
7375 * COPYING.NEWLIB: Remove advertising clause from
7376 Berkeley and Red Hat licenses.
38135629 7377
48d19748
MD
73782002-02-01 Mo DeJong <supermo@bayarea.net>
7379
7380 * Makefile.in: Add all-tix to deps for all-snavigator
7381 so that tix is built when building snavigator.
7382
f6e1c110
BE
73832002-02-01 Ben Elliston <bje@redhat.com>
7384
7385 * config.guess: Import from master sources, rev 1.229.
7386 * config.sub: Import from master sources, rev 1.240.
7387
4867be41
DJ
73882002-01-27 Daniel Jacobowitz <drow@mvista.com>
7389
7390 From Steve Ellcey <sje@cup.hp.com>:
7391 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7392 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7393 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7394 IA64.
7395 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7396 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7397 soname_spec, sys_lib_search_path_spec): Ditto.
7398
e82380cc
JT
73992002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7400
7401 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7402 target-libiberty, and target-libgloss. Skip Java-related
7403 libraries if not supported for NetBSD on target CPU.
7404
1319fb9c
NC
74052002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7406
7407 * configure.in: Import StrongARM and XScale target_configdirs from
7408 FSF GCC version.
7409
b020f6ac
L
74102002-01-16 H.J. Lu (hjl@gnu.org)
7411
7412 * config.guess: Import from master sources, rev 1.225.
7413 * config.sub: Import from master sources, rev 1.238.
7414
7415 * MAINTAINERS: Updated notes on config.guess and config.sub.
7416
a0c1c920
NC
74172002-01-11 Steve Ellcey <sje@cup.hp.com>
7418
7419 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7420 ld and gdb are not supported.
7421
a9fa5e1f
JJ
74222002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7423
7424 * Change reference to Cygnus Solutions to be Red Hat.
7425
94077108
JJ
74262002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7427
7428 * COPYING.NEWLIB: Update generic copyright date.
7429
05ecd75c
MS
74302002-01-07 Mark Salter <msalter@redhat.com>
7431
7432 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7433 Allow target-libgloss to be built for arm, strongarm, and xscale.
7434
a106bb62
BE
74352002-01-03 Ben Elliston <bje@redhat.com>
7436
7437 * MAINTAINERS: Update URL for config.* scripts.
7438
0e254642
AM
74392001-12-18 Alan Modra <amodra@bigpond.net.au>
7440
7441 * config.sub: Import latest version.
7442 * config.guess: Likewise.
7443
0a0d0041
TF
74442001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7445
7446 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7447 options for i[3456]86-pc-linux* native builds.
7448
d932cae7
NC
74492001-12-05 Laurent Guerby <guerby@acm.org>
7450
7451 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7452 libiberty.
d932cae7
NC
7453
7454 Import this patch from gcc:
5481b376 7455
d932cae7
NC
7456 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7457
7458 * symlink-tree: handle DOS-style absolute paths.
7459
49b7683b
DD
74602001-11-28 DJ Delorie <dj@redhat.com>
7461 Zack Weinberg <zack@codesourcery.com>
7462
7463 When build != host, create libiberty for the build machine.
7464
7465 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7466 CONFIG_ARGUMENTS.
7467 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7468 New variables.
7469 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7470 and rules.
7471 (all.normal): Depend on ALL_BUILD_MODULES.
7472 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7473 (all-build-libiberty): Depend on configure-build-libiberty.
7474
7475 * configure: Calculate and substitute proper value for
7476 ALL_BUILD_MODULES.
7477 * configure.in: Create the build subdirectory.
7478 Calculate and substitute TARGET_CONFIGARGS (formerly
7479 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7480
26ef82f4
GK
74812001-11-26 Geoffrey Keating <geoffk@redhat.com>
7482
7483 * config.sub: Update to version 1.232 on subversion.
7484
43e64072
NC
74852001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7486
7487 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7488 files from .po files for a distribution.
7489
66f6c0d5
HPN
74902001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7491
7492 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7493
4a02fdb2
JH
74942001-11-13 Jeff Holcomb <jeffh@redhat.com>
7495
7496 Merged from net gcc:
7497 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7498 * ltcf-c.sh: Use $objext, not $ac_objext.
7499 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7500 * ltcf-cxx.sh: Add support for GNU.
7501 2001-07-22 Timothy Wall <twall@redhat.com>
7502 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7503 default settings if using GNU tools with that configuration.
7504 * ltcf-cxx.sh: Ditto.
7505 * ltcf-gcj.sh: Ditto.
7506 2001-07-21 Michael Chastain <chastain@redhat.com>
7507 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7508 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7509 * ltmain.sh: Mark as gcc-local.
7510
227b9953
JH
75112001-11-13 Jeff Holcomb <jeffh@redhat.com>
7512
7513 * Makefile.in (all-bison): Revert 2001-10-24.
7514 Don't depend on texinfo.
7515
cbbab8fb
JJ
75162001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7517
80413487 7518 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7519
922b2485
DD
75202001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7521
7522 * configure.in (--enable-languages): Be more permissive about
7523 syntax. Check for empty lists better. Warn about $LANGUAGES.
7524
f08fa01d
HPN
75252001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7526
7527 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7528
fee3da4e
JH
75292001-10-24 Jeff Holcomb <jeffh@redhat.com>
7530
7531 Makefile.in (all-bison): Don't depend on texinfo.
7532
73fb1ef9
AM
75332001-10-03 Alan Modra <amodra@bigpond.net.au>
7534
7535 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7536
373688ac
AO
75372001-09-29 Alexandre Oliva <aoliva@redhat.com>
7538
7539 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7540
9c07660b
HPN
75412001-09-28 Hans-Peter Nilsson <hp@axis.com>
7542
7543 * config.sub, config.guess: Import latest from subversions.
7544
3f152009
AO
75452001-09-21 Alexandre Oliva <aoliva@redhat.com>
7546
7547 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7548 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7549 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7550 avoid quotes nesting problems.
7551 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7552 (DO_X): Export only variables that are set.
7553
8f6a59e5
BE
75542001-09-19 Ben Elliston <bje@redhat.com>
7555
7556 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7557 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7558 semantics. Use the shell built-in "type" command instead.
7559
a1ec19fa
TS
75602001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7561
7562 * config.sub: Reverted the earlier change, this version is not the
7563 master file.
7564
4008bd9b
TS
75652001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7566
7567 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7568 Add support for mips64.
7569
dd1e52a4
JH
75702001-09-03 Jeff Holcomb <jeffh@redhat.com>
7571
7572 * configure.in: Enable libstdc++-v3 for h8300 targets.
7573
91549d1c
EC
75742001-08-30 Eric Christopher <echristo@redhat.com>
7575 Jason Eckhardt <jle@redhat.com>
7576
7577 * config.sub: Add support for mipsisa32.
7578
cf966cf9
EC
75792001-08-30 Eric Christopher <echristo@redhat.com>
7580
7581 * config.sub, config.guess: Import latest from subversions.
7582
82208dc5
AM
75832001-08-20 Alan Modra <amodra@bigpond.net.au>
7584
7585 * config.sub, config.guess: Import latest from subversions.
7586
4dca8403
DD
75872001-07-26 DJ Delorie <dj@redhat.com>
7588
7589 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7590
1107dce2
AM
75912001-06-19 Alan Modra <amodra@bigpond.net.au>
7592
7593 * Makefile.in: Revert 2001-06-17.
7594 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7595
e09a6604
L
75962001-06-17 H.J. Lu <hjl@gnu.org>
7597
7598 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7599 (gas+binutils.tar.bz2): Likewise.
7600 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7601
31a8b634
AC
7602Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7603
7604 * Makefile.in (VER): When present, extract the version number from
5481b376 7605 the file version.in.
31a8b634 7606
dc70af01
AO
76072001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7608
7609 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7610 gcc/xgcc is built, use -print-prog-name to find out the program
7611 name to use.
7612
839bbd8c
AO
76132001-06-04 Mark Mitchell <mark@codesourcery.com>
7614
7615 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7616 with_gcc]: Use `gcc -shared' to build a shared library.
7617
566e9a30
AO
76182001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7619
7620 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7621 archives.
7622
e877bb69
AO
76232001-05-28 Simon Patarin <simon.patarin@inria.fr>
7624
7625 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7626 libraries when using g++ with native linker.
7627
1605288b
AO
76282001-05-28 Alexandre Oliva <aoliva@redhat.com>
7629
7630 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7631
11a383ba
TR
76322001-05-24 Tom Rix <trix@redhat.com>
7633
7634 * configure.in : enable ld for aix
cf966cf9 7635
18611226
AO
76362001-05-22 Alexandre Oliva <aoliva@redhat.com>
7637
7638 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7639 [aix4*|aix5*]: Prepend blank.
7640
6be7c12c
AO
76412001-05-20 Alexandre Oliva <aoliva@redhat.com>
7642
7643 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7644 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7645 of subdir/configure scripts to use the new libtool.m4.
7646
4ed00bba
L
76472001-05-14 H.J. Lu <hjl@gnu.org>
7648
7649 * config.if (libc_interface): Set to -libc6.2- for cross
7650 compiling to Linux/glibc 2.2.
7651
b1af961c
AO
76522001-05-03 Alexandre Oliva <aoliva@redhat.com>
7653
7654 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7655 libgcj.
7656
5ec3e74e
AO
76572001-04-26 Alexandre Oliva <aoliva@redhat.com>
7658
7659 * configure.in (noconfigdirs): Don't reset it from scratch in the
7660 target case; only append to it.
7661
b3ed1d6b
AO
76622001-04-26 Alexandre Oliva <aoliva@redhat.com>
7663
7664 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7665 sparc-*-solaris2.8]: Disable ${libgcj}.
7666
96111c10
AO
76672001-04-25 Alexandre Oliva <aoliva@redhat.com>
7668
7669 * configure.in (libgcj_saved): Copy from $libgcj.
7670 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7671 --disable-libgcj.
7672
b5bf43f2
AO
76732001-04-20 Alexandre Oliva <aoliva@redhat.com>
7674
7675 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7676 1.641.2.228.
7677
8cc32590
AO
76782001-04-12 Alexandre Oliva <aoliva@redhat.com>
7679
7680 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7681 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7682
dec0cb0c
AO
76832001-04-01 Alexandre Oliva <aoliva@redhat.com>
7684
7685 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7686 New macros.
7687 (bootstrap, cross): Use RECURSE_FLAGS.
7688 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7689
6a9c3886
AO
76902001-03-27 Alexandre Oliva <aoliva@redhat.com>
7691
7692 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7693
d4fc7db8
NC
76942001-03-23 Nick Clifton <nickc@redhat.com>
7695
7696 * README-maintainer-mode: Add note about inability to use "make
7697 distclean" in maintainer mode.
7698
7389ff65
AO
76992001-03-22 Alexandre Oliva <aoliva@redhat.com>
7700
7701 Re-installed:
7702 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7703 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7704 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7705 * ltcf-cxx.sh: Likewise.
7706 * ltcf-gcj.sh: Likewise.
7707
b3e0dc8e
PB
77082001-03-22 Philip Blundell <philb@gnu.org>
7709
7710 * config.sub, config.guess: Import latest from subversions.
7711
469b781c
AO
77122001-03-22 Alexandre Oliva <aoliva@redhat.com>
7713
7714 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7715 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7716
b0dad762
MC
77172001-03-20 Michael Chastain <chastain@redhat.com>
7718
7719 * Makefile.in: all-m4 depends on all-texinfo.
7720
c559bb17
AO
77212001-03-08 Alexandre Oliva <aoliva@redhat.com>
7722
7723 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7724
fef4ae2e
JJ
77252001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7726
7727 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7728 longer valid.
7729
8d6dd99d
NC
77302001-02-16 Nick Clifton <nickc@redhat.com>
7731
7732 * configure.in (noconfigdirs): Allow configuration of texinfo
7733 for Cygwin hosts.
7734
a85d7ed0
NC
77352001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7736
7737 * config.guess: Add linux target for S/390.
7738 * config.sub: Likewise.
7739 * configure.in: Likewise.
7740
51221c5e
DD
77412001-02-06 Ben Elliston <bje@redhat.com>
7742
7743 * configure: Output host type to stdout, not stderr.
7744
9dec4c71
MS
77452001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7746
7747 * config.guess: Import from subversions.gnu.org (revision 1.181).
7748 * config.sub: Import from subversions.gnu.org (revision 1.199).
7749
9add9c04
AM
77502001-01-30 Alan Modra <alan@linuxcare.com.au>
7751
7752 * config.guess: Handle hppa64-linux systems.
7753
8679174d
MS
77542001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7755
7756 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7757 Don't unset, it's non-portable and no longer necessary, set to empty
7758 instead.
7759
02d01ed4
MS
77602001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7761
7762 * ltconfig: Shell portability fix for the tagname validity check.
7763
4cc5853d
MS
77642001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7765
7766 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7767
7487e485
AO
77682001-01-27 Alexandre Oliva <aoliva@redhat.com>
7769
7770 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7771 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7772
f332af52
AO
77732001-01-24 Alexandre Oliva <aoliva@redhat.com>
7774
7775 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7776 keep at least one of build_libtool_libs or build_old_libs set to
7777 yes.
7778
ef099754
AO
77792001-01-24 Alexandre Oliva <aoliva@redhat.com>
7780
7781 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7782 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7783
8341f2fc 77842000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7785
8341f2fc
AJ
7786 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7787
77882000-11-03 Philip Blundell <pb@futuretv.com>
7789
7790 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7791 files.
ebf0fa2e 7792
c320a39f
JJ
77932001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7794
7795 * COPYING.NEWLIB: Put into source repository.
7796
8817b92e
BE
77972001-01-15 Ben Elliston <bje@redhat.com>
7798
7799 * configure.in (host_tools): Add sid.
7800 Always configure cgen.
7801 * Makefile.in (all-sid): New target.
7802 (check-sid, clean-sid, install-sid): Likewise.
7803
35590697
AJ
78042001-01-07 Andreas Jaeger <aj@suse.de>
7805
80413487 7806 * config.sub, config.guess: Update from subversions.
35590697 7807
6ee6cea6
AO
78082000-12-12 Alexandre Oliva <aoliva@redhat.com>
7809
7810 * configure.in: Disable language-specific target libraries for
7811 languages that aren't enabled.
7812
077b8428
NC
78132000-11-24 Nick Clifton <nickc@redhat.com>
7814
7815 * configure.in (xscale-elf): Add target.
7816 (xscale-coff): Add target.
7817 (c4x, c5x, tic54x): Move after ARM targets.
7818
9e28a1ed
AO
78192000-11-23 Alexandre Oliva <aoliva@redhat.com>
7820
7821 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7822
be98a80a
ILT
78232000-11-20 Ian Lance Taylor <ian@zembu.com>
7824
7825 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7826
5cec67bf
AO
78272000-11-18 Alexandre Oliva <aoliva@redhat.com>
7828
7829 * Makefile.in: Merge with GCC and libgcj.
7830 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7831 configure-target-<library> when their configure scripts need the C
7832 or C++ library to have already been built to work properly.
7833 (do_proto_toplev): Set them to an empty string.
7834
d932cae7 78352000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7836
7837 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7838 (REALLY_SET_LIB_PATH): Use them.
7839
d932cae7 78402000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7841
7842 * config.sub: Add support for Sun Chorus
7843
8602ff0c
NC
78442000-11-02 Per Lundberg <plundis@chaosdev.org>
7845
7846 * config.sub: Add support for the *-storm-chaos OS.
7847
f9e0997d
NC
78482000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7849
80413487
RH
7850 * configure.in (noconfigdirs): Don't compile some
7851 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7852
d64552c5
AO
78532000-09-30 Alexandre Oliva <aoliva@redhat.com>
7854
7855 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7856 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7857 all affected `configure' scripts.
7858
97f60b31
AO
78592000-09-25 Alexandre Oliva <aoliva@redhat.com>
7860
7861 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7862 ltcf-c.sh.
7863
6e8dd58f
PB
78642000-09-12 Philip Blundell <philb@gnu.org>
7865
7866 * config.sub, config.guess: Update from subversions.
7867
103a2e99
AO
78682000-09-06 Alexandre Oliva <aoliva@redhat.com>
7869
51601921
AO
7870 * Makefile.in (all-zlib): Added dummy target.
7871
103a2e99
AO
7872 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7873 multi-language branch.
7874
2809b4b9
AO
78752000-09-05 Alexandre Oliva <aoliva@redhat.com>
7876
7877 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7878 (bootstrap*): Depend on all-bootstrap.
7879
7450026c
AO
78802000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7881
7882 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7883 crosses, but add gcc/include to the header search path for them.
7884
6cf86f7f
AO
78852000-08-31 Alexandre Oliva <aoliva@redhat.com>
7886
7887 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7888 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7889 * gettext.m4: New file, extracted from aclocal.m4.
7890
ce2ea6e3
AO
78912000-08-22 Alexandre Oliva <aoliva@redhat.com>
7892
7893 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7894 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7895 sub-configures.
7896
9765193e
DE
78972000-08-20 Doug Evans <dje@casey.transmeta.com>
7898
7899 * Makefile.in (ALL_MODULES): Add all-cgen.
7900 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7901 (all-cgen): New target.
7902 (all-opcodes,all-sim): Depend on all-cgen.
7903 * configure.in (host_tools): Add cgen.
7904 Only configure cgen if --enable-cgen-maint.
7905
d7b32520
AO
79062000-08-17 Alexandre Oliva <aoliva@redhat.com>
7907
7908 * config-ml.in (CC, CXX): Don't introduce a leading space.
7909
e52ef561
AO
79102000-08-16 Alexandre Oliva <aoliva@redhat.com>
7911
7912 * configure.in (libstdcxx_flags): Use
7913 libstdc++-v3/src/libstdc++.INC.
7914
88f9c2a0
AO
79152000-08-15 Alexandre Oliva <aoliva@redhat.com>
7916
7917 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7918
98fbe43f
JM
79192000-08-11 Jason Merrill <jason@redhat.com>
7920
7921 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7922 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7923 (FLAGS_FOR_TARGET): Not here.
7924 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7925
279ddab4
DD
79262000-08-07 DJ Delorie <dj@redhat.com>
7927
7928 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7929 "if we're also building gcc, and it's a gcc that will run on the
7930 build machine, we want to use its includes instead of the system's
7931 default includes".
7932
60523a83
AO
79332000-08-03 Alexandre Oliva <aoliva@redhat.com>
7934
24ffec7a
AO
7935 * configure.in (libstdcxx_flags): Don't use `"'.
7936
60523a83
AO
7937 * config-ml.in: Adjust multilib search paths to the
7938 appropriate multilib tree.
7939
daf644b5
AO
79402000-08-02 Alexandre Oliva <aoliva@redhat.com>
7941
7942 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7943 commas in $LANGUAGES.
7944
63266560
DD
79452000-08-01 Alexandre Oliva <aoliva@redhat.com>
7946
7947 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7948
79492000-07-31 Alexandre Oliva <aoliva@redhat.com>
7950
7951 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7952 CXX_FOR_TARGET for sed.
7953
79542000-07-30 Alexandre Oliva <aoliva@redhat.com>
7955
7956 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7957 Do not override if already set in the environment or in configure.
7958 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7959 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7960
9e449d3e
AO
79612000-07-27 Alexandre Oliva <aoliva@redhat.com>
7962
7963 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7964 (GCC_FOR_TARGET): Use it.
7965 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7966 * configure.in: ... here.
7967 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7968 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7969
8bbd92e0
AO
79702000-07-24 Alexandre Oliva <aoliva@redhat.com>
7971
fd1f87b2
AO
7972 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7973 (configure-target-libchill, configure-target-libobjc): Likewise.
7974
8bbd92e0
AO
7975 * configure.in: Use the same cache file for all target libs.
7976 * config-ml.in: But different cache files per multilib variant.
7977
25c6c112
JL
79782000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7979
7980 * configure (topsrcdir): Don't use dirname.
7981
ba73c63f
JM
79822000-07-20 Jason Merrill <jason@redhat.com>
7983
7984 * configure.in: Remove all references to libg++ and librx.
7985
7986 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7987
1af08294
HPN
79882000-07-20 Hans-Peter Nilsson <hp@axis.com>
7989
7990 * config.sub: Update to subversions version 2000-07-06.
7991
ba73c63f
JM
79922000-07-12 Andrew Haley <aph@cygnus.com>
7993
7994 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7995 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7996
79972000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7998
7999 * symlink-tree: Check number of arguments.
8000
d932cae7 80012000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8002
8003 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8004
ba73c63f
JM
80052000-07-05 Jim Wilson <wilson@cygnus.com>
8006
8007 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8008 search path for a g++ extracted from the build tree. This
8009 will allow link tests run by configure scripts in
8010 subdirectories to succeed.
8011
92ee2f86
UC
80122000-07-01 Koundinya K <kk@ddeorg.soft.net>
8013
80413487 8014 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8015
23f2f29f
CV
80162000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8017
8018 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8019 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8020
f04f5a67
TW
80212000-06-19 Timothy Wall <twall@cygnus.com>
8022
8023 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8024 * config.sub: Add tic54x target.
8025
11da68be
NC
80262000-06-07 Phillip Thomas <pthomas@suse.de>
8027
8028 * README-maintainer-mode: New file: Contains notes on using
8029 --enable-maintainer-mode with binutils.
8030
d932cae7 80312000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8032
8033 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8034
d932cae7 80352000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8036
8037 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8038 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8039
9442cea3
L
804020000-05-21 H.J. Lu (hjl@gnu.org)
8041
80413487
RH
8042 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8043 directory are used if they exist. Make sure
8044 $(build_tooldir)/include is searched for header files,
8045 $(build_tooldir)/lib/ for library files.
9442cea3 8046 (GCC_FOR_TARGET): Likewise.
80413487 8047 (CXX_FOR_TARGET): Likewise.
9442cea3 8048
d932cae7 80492000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8050
8051 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8052
d932cae7 80532000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8054
8055 * Makefile.in (configure-target-libiberty): Depend on
8056 configure-target-newlib.
8057
ba73c63f
JM
80582000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8059
8060 * configure.in, Makefile.in: Merge all libffi-related
8061 configury stuff from the libgcj tree.
8062
d932cae7 80632000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8064
8065 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8066 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8067
d932cae7 80682000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8069
8070 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8071 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8072 current version information. Add to proto-toplev directory.
b5a23627
AC
8073 (gdb-taz): Build do-djunpack.
8074
ba73c63f
JM
80752000-05-15 David Edelsohn <edelsohn@gnu.org>
8076
8077 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8078
7c86ed39
L
80792000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8080
8081 * ltmain.sh: Preserve in relink_command any environment
8082 variables that may affect the linker behavior.
8083
d932cae7 80842000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8085
8086 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8087
d932cae7 80882000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8089
8090 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8091
ed0a91a5
EZ
80922000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8093
8094 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8095 with the version name.
ed0a91a5 8096
ba73c63f 80972000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8098
ba73c63f 8099 * config.if: Tweak.
6cafa39f 8100
ba73c63f 81012000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8102
ba73c63f 8103 * djunpack.bat: New file.
66156876 8104
d932cae7 81052000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8106
8107 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8108 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8109 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8110 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8111
ba73c63f
JM
81122000-04-16 Dave Pitts <dpitts@cozx.com>
8113
80413487
RH
8114 * config.sub (case $basic_machine): Change default for "ibm-*"
8115 to "openedition".
ba73c63f 8116
d932cae7 81172000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8118
8119 * Makefile.in (gdb-taz): New target. GDB specific archive.
8120 (do-md5sum): New target.
8121 (MD5PROG): Define.
8122 (PACKAGE): Default to TOOL.
8123 (VER): Default to a shell script.
8124 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8125 md5 checksum generation.
b35ece4e
AC
8126 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8127 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8128 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8129 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8130
d932cae7 81312000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8132
8133 * configure (warn_cflags): Delete.
8134
ba73c63f 81352000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8136 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8137
80413487
RH
8138 * configure.in (enable_libstdcxx_v3): Add.
8139 (target_libs): Add bits here to switch between libstdc++-v2 and
8140 libstdc++-v3.
8141 * config.if: And this file too.
8142 * Makefile.in: Add libstdc++-v3 targets.
35590697 8143
ba73c63f
JM
81442000-04-05 Michael Meissner <meissner@redhat.com>
8145
8146 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8147
d332c5ac
JM
81482000-03-29 Jason Merrill <jason@casey.cygnus.com>
8149
8150 * configure.in: -linux-gnu*, not -linux-gnu.
8151
d932cae7 81522000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8153
8154 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8155 (do-tar-bz2): Replace TOOL with PACKAGE.
8156 (gdb.tar.bz2): Remove GDBTK from GDB package.
8157 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8158 dejagnu.tar.bz2): New packages.
6dcbc97b 8159
96ce09a7
ILT
81602000-02-27 Andreas Jaeger <aj@suse.de>
8161
8162 * configure.in: Add entry for mips*-*-linux*, move catch all
8163 *-*-*linux* entry below this one.
8164
2031769e
ILT
81652000-02-27 Ian Lance Taylor <ian@zembu.com>
8166
8167 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8168
4bab746c
NC
81692000-02-24 Nick Clifton <nickc@cygnus.com>
8170
8171 * config.sub: Support an OS of "wince".
8172
d932cae7 81732000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8174
8175 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8176 version.
ada59422 8177
5b93d8bb
AM
81782000-02-23 Linas Vepstas <linas@linas.org>
8179
8180 * config.sub: Add support for Linux/IBM 370.
8181 * configure.in: Likewise.
8182
2fb651f6
NC
81832000-02-22 Nick Clifton <nickc@cygnus.com>
8184
8185 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8186
b8441c25
CF
81872000-02-20 Christopher Faylor <cgf@cygnus.com>
8188
8189 * config.guess: Guess "cygwin" rather than "cygwin32".
8190
d332c5ac
JM
81912000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8192
8193 * configure (gcc_version): When setting, narrow search to
8194 lines containing `version_string'.
8195
ba73c63f
JM
81962000-02-15 Denis Chertykov <denisc@overta.ru>
8197
8198 * config.sub: Add support for avr target.
8199
d932cae7 82002000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8201
8202 * config.sub: Add mmix-knuth-mmixware.
8203
82042000-01-27 Christopher Faylor <cgf@redhat.com>
8205
8206 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8207 structure stuff to -L library search.
8208 (CXX_FOR_TARGET): Ditto.
8209 (CROSS_CHECK_MODULES): Fix spelling mistake.
8210
82112000-01-24 Mark Mitchell <mark@codesourcery.com>
8212
8213 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8214 the C++ compiler.
8215
82162000-01-12 Richard Henderson <rth@cygnus.com>
8217
8218 * configure.in: Don't build some bits for beos.
8219
82202000-01-12 Joel Sherrill (joel@OARcorp.com)
8221
8222 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8223 as include files.
8224
91b2c84d
GK
82252000-01-06 Geoff Keating <geoffk@cygnus.com>
8226
8227 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8228 not mh-aix43.
8229
ba73c63f
JM
82301999-12-14 Richard Henderson <rth@cygnus.com>
8231
8232 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8233 * config.sub: Accept alphaev[78], alphaev8.
8234
82351999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8236
8237 * config.guess, config.sub: Update from autoconf.
8238
8239Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8240
8241 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8242 necessary libraries are missing.
8243
82441999-10-25 Andreas Schwab <schwab@suse.de>
8245
8246 * configure: Fix quoting inside arguments of eval.
8247
82481999-10-21 Nick Clifton <nickc@cygnus.com>
8249
8250 * config-ml.in: Allow suppression of some ARM multilibs.
8251
8252Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8253
8254 * config.guess: Add OS/390 match pattern.
8255 * config.sub: Add mvs, openedition targets.
8256 * configure.in (i370-ibm-opened*): New.
8257
ef14edc4
ILT
82581999-09-04 Steve Chamberlain <sac@pobox.com>
8259
8260 * config.sub: Add support for configuring for pj.
8261
afb478e8
NC
82621999-08-31 Nick Clifton <nickc@cygnus.com>
8263
fd6848f6 8264 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8265
ba73c63f 82661999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8267
8268 * configure.in: Do not configure or build ld for AIX
8269 platforms. ld is known to be broken on these platforms.
8270
ba73c63f
JM
8271Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8272
8273 * config-ml.in: Pass compiler flag corresponding to multidirs to
8274 subdir configures.
8275
c363de44
ILT
82761999-08-09 Ian Lance Taylor <ian@zembu.com>
8277
8278 * Makefile.in (LDFLAGS): Define.
8279
dc8bc5a6
ILT
82801999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8281
8282 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8283 noconfigdirs.
8284 (*-*-cygwin*): Likewise.
8285
6ca3858e
ILT
82861999-08-08 Ian Lance Taylor <ian@zembu.com>
8287
71141bb6
ILT
8288 * mkdep: New file.
8289 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8290 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8291
6ca3858e
ILT
8292 From Eli Zaretskii <eliz@is.elta.co.il>:
8293 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8294 long file name when using DJGPP on MS-DOS.
8295
ba73c63f
JM
8296Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8297
8298 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8299
2735a327
AM
83001999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8301
8302 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8303 dependency as this causes "make check" to globally "make all"
8304
ba73c63f
JM
8305Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8306
8307 * configure.in (target_libs): Added target-zlib.
8308 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8309 (CONFIGURE_TARGET_MODULES): Likewise.
8310 (CHECK_TARGET_MODULES): Likewise.
8311 (INSTALL_TARGET_MODULES): Likewise.
8312 (CLEAN_TARGET_MODULES): Likewise.
8313 (configure-target-zlib): New target.
8314 (all-target-zlib): Likewise.
8315 (all-target-libjava): Depend on all-target-zlib.
8316 (configure-target-libjava): Depend on configure-target-zlib.
8317
8318 * Makefile.in (configure-target-libjava): Depend on
8319 configure-target-newlib.
8320 (configure-target-boehm-gc): New target.
8321 (configure-target-qthreads): New target.
8322
80413487
RH
8323 * configure.in (target_libs): Added target-qthreads.
8324 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8325 (CONFIGURE_TARGET_MODULES): Likewise.
8326 (CHECK_TARGET_MODULES): Likewise.
8327 (INSTALL_TARGET_MODULES): Likewise.
8328 (CLEAN_TARGET_MODULES): Likewise.
8329 (all-target-qthreads): New target.
8330 (configure-target-libjava): Depend on configure-target-qthreads.
8331 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8332
8333 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8334 (CONFIGURE_TARGET_MODULES): Likewise.
8335 (CHECK_TARGET_MODULES): Likewise.
8336 (INSTALL_TARGET_MODULES): Likewise.
8337 (CLEAN_TARGET_MODULES): Likewise.
8338 (all-target-libjava): New target.
8339 (all-target-boehm-gc): Likewise.
8340 * configure.in (target_libs): Added libjava, boehm-gc.
8341
08d836d6
ILT
83421999-07-22 Ian Lance Taylor <ian@zembu.com>
8343
8344 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8345 configure.bat in SUPPORT_FILES.
8346 (gas+binutils.tar.bz2): Likewise.
8347
8348 * makeall.bat: Remove; obsolete.
8349
8f36e47c
ILT
83501999-07-21 Ian Lance Taylor <ian@zembu.com>
8351
8352 From Mark Elbrecht:
8353 * configure.bat: Remove; obsolete.
8354
56e82f25
ILT
83551999-07-11 Ian Lance Taylor <ian@zembu.com>
8356
8357 * configure: Add -W -Wall to the default CFLAGS when compiling with
8358 gcc.
8359
1001d816
JL
8360Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8361
8362 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8363
106117aa
MM
83641999-06-30 Mark Mitchell <mark@codesourcery.com>
8365
8366 * configure.in: Build ld on IRIX6.
8367
c376f4ed
ILT
83681999-06-12 Ian Lance Taylor <ian@zembu.com>
8369
8370 * Makefile.in: Change distribution targets to use bzip2 instead of
8371 gzip.
8372 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8373 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8374
306b7445
NC
83751999-06-04 Nick Clifton <nickc@cygnus.com>
8376
8377 * config.sub: Add mcore target.
8378
d932cae7 83791999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8380
8381 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8382
d932cae7 83831999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8384
8385 * config.guess (dummy): Changed to $dummy.
8386
6c3175b0
NC
83871999-05-24 Nick Clifton <nickc@cygnus.com>
8388
ba73c63f
JM
8389 * config.sub: Tidied up case statements.
8390
83911999-05-22 Ben Elliston <bje@cygnus.com>
8392
8393 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8394 <jiro@din.or.jp>.
8395
8396 * config.guess: Merge with FSF version. Future changes will be
8397 more accurately recorded in this ChangeLog.
8398 * config.sub: Likewise.
8399
d932cae7 84001999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8401
8402 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8403
252b5132
RH
84041999-04-30 Tom Tromey <tromey@cygnus.com>
8405
8406 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8407
84081999-04-23 Tom Tromey <tromey@cygnus.com>
8409
8410 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8411
84121999-04-20 Drew Moseley <dmoseley@cygnus.com>
8413
8414 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8415 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8416 Bad merge removed these two changes.
8417
ba73c63f 8418Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8419 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8420
8421 * config.guess (interix Alpha): Add.
8422
252b5132
RH
84231999-04-11 Richard Henderson <rth@cygnus.com>
8424
8425 * configure.in (i?86-*-beos*): Do config gperf; don't config
8426 gdb, newlib, or libgloss.
8427
d932cae7 84281999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8429
ba73c63f
JM
8430 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8431 link a trivial program with -mabi=64. If it fails, remove mabi=64
8432 from multidirs.
8433
d932cae7 84341999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8435
8436 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8437
252b5132
RH
84381999-04-08 Nick Clifton <nickc@cygnus.com>
8439
8440 * config.sub: Add support for mcore targets.
8441
84421999-04-07 Michael Meissner <meissner@cygnus.com>
8443
8444 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8445 not mt-ospace, in order to shut up assembler warning about using
8446 symbols that are named the same as registers.
8447
84481999-04-07 Drew Moseley <dmoseley@cygnus.com>
8449
8450 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8451 dependency list for all-target-cygmon.
8452
84531999-04-05 Doug Evans <devans@casey.cygnus.com>
8454
8455 * config-ml.in: Check $host, not $target, for selective multilibs.
8456 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8457 thumb interworking, and underscore prefix multilibs.
8458
84591999-04-04 Ian Lance Taylor <ian@zembu.com>
8460
8461 * missing: Update to version from current automake.
8462
8463Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8464
8465 * configure (gxx_include_dir): Removed.
8466
8467 * configure.in (gxx_include_dir): Handle it.
8468 * Makefile.in: Likewise.
8469
84701999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8471
8472 * config.sub (mips64vr4111,mips64vr4111el) Add.
8473
84741999-03-21 Ben Elliston <bje@cygnus.com>
8475
80413487 8476 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8477
8478Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8479
252b5132
RH
8480 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8481 config/mh-djgpp.
8482
8483Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8484
8485 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8486 all-target-newlib to dependency list for all-target-bsp.
8487
8488Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8489
8490 * config.sub: Add i386-uwin support.
8491 * config.guess: Likewise.
8492
8493Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8494
8495 * configure.in: cleanup, add mh-*pic handling for arm, special
8496 case powerpc*-*-aix*
8497
8498Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8499
8500 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8501 can be built.
8502
8503Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8504
8505 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8506 targets.
252b5132
RH
8507
85081999-03-02 Nick Clifton <nickc@cygnus.com>
8509
8510 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8511
d932cae7 85121999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8513
8514 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8515
85161999-02-24 Nick Clifton <nickc@cygnus.com>
8517
8518 * config.sub: Fix typo in arm recognition.
8519
d932cae7 85201999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8521
8522 * configure.in (noconfigdirs): Changed target_configdirs to
8523 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8524 rather than m68k-*-* since it is not known to work on
8525 m68k-aout. Ditto for arm-*-*oabi.
8526
d932cae7 85271999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8528
8529 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8530
85311999-02-19 Ben Elliston <bje@cygnus.com>
8532
8533 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8534 Smart and improved by Andrew Cagney.
8535
d932cae7 85361999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8537
8538 * config.guess: Recognize openbsd-*-hppa.
8539
d932cae7 85401999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8541
8542 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8543 only if it is not empty.
8544
85451999-02-17 Nick Clifton <nickc@cygnus.com>
8546
8547 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8548
fd6848f6 8549 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8550
8551 * config.sub: Modified to recognize uname's armv* syntax.
8552
85531999-02-17 Mark Salter <msalter@cygnus.com>
8554
8555 * configure.in: Added target-bsp for sparclite.
8556
d932cae7 85571999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8558
8559 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8560
85611999-02-08 Nick Clifton <nickc@cygnus.com>
8562
8563 * configure.in: Add support for strongarm port.
8564 * config.sub: Add support for strongarm target.
8565
d932cae7 85661999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8567
252b5132
RH
8568 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8569 the old name config/mh-cygwin32.
8570 Enable texinfo.
8571
d932cae7 85721999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8573
8574 * configure.in: Do build ld for ix86 Solaris.
8575
d932cae7 85761999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8577
8578 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8579 $AR_FOR_TARGET. Likewise for RANLIB.
8580
d932cae7 85811999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8582
80413487
RH
8583 * config.sub (oabi): Recognize.
8584 * configure.in (arm-*-oabi): Handle.
252b5132 8585
d932cae7 85861999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8587
8588 * config.guess: Improve detection of i686 on UnixWare 7.
8589
d932cae7 85901999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8591
8592 * config.guess: Add support for i386-pc-interix.
8593 * config.sub: Likewise.
8594 * configure.in: Likewise.
252b5132 8595
d932cae7 85961999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8597
8598 * Makefile.in: Remove unneeded all-target-libio from
8599 from all-target-winsup target since it is now unneeded.
8600 Add all-target-libtermcap in its place since it is now
8601 needed.
8602
d932cae7 86031998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8604
8605 * configure.in: makefile stub for cygwin target is probably
8606 unnecessary. Remove it for now.
252b5132 8607
d932cae7 86081998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8609
8610 * configure.in: libtermcap.a should be built when cygwin is the
8611 target as well as the host.
8612 * config.guess: Allow mixed case in cygwin uname output.
8613 * Makefile.in: Add libtermcap target.
252b5132 8614
d932cae7 86151998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8616
8617 * config.sub: Clean up handling of hppa2.0.
8618
d932cae7 86191998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8620
8621 * config.guess: Use C code to identify more HP machines.
8622
8623Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8624
8625 * config.sub: Handle hppa2.0.
8626
ba73c63f
JM
8627Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8628
8629 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8630 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8631
86321998-12-15 Mark Salter <msalter@cygnus.com>
8633
8634 * configure.in: Added target-bsp for several target architectures.
8635
8636 * Makefile.in: Added rules for bsp.
8637
252b5132
RH
8638Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8639
8640 * config.guess: Improve detection of hppa2.0 processors.
8641
8642Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8643
8644 * config.guess: Recognize FreeBSD using ELF automatically.
8645
86461998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8647
8648 * configure (skip-this-dir): Add handling for new shell script, which
8649 might be created by a sub-directory's configure to indicate, this particular
8650 directory is "unwanted".
8651 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8652
252b5132
RH
8653Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8654
8655 * ltconfig: import from libtool, after changing libtool to
8656 account for the cygwin name change.
8657
8658Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8659
8660 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8661 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8662
8663Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8664
8665 * configure.in: Add libtermcap to list of cygwin dependencies.
8666
d932cae7 86671998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8668
80413487
RH
8669 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8670 they include winsup/include when it's a cygwin target.
252b5132
RH
8671
86721998-11-12 Tom Tromey <tromey@cygnus.com>
8673
8674 * configure.in (host_tools): Added zip.
8675 * Makefile.in (all-target-libjava): Depend on all-zip.
8676 (all-zip): New target.
8677 (ALL_MODULES): Added all-zip.
8678 (NATIVE_CHECK_MODULES): Added check-zip.
8679 (INSTALL_MODULES): Added install-zip.
8680 (CLEAN_MODULES): Added clean-zip.
8681
d932cae7 86821998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8683
8684 * Makefile.in: lose "32" from comment about cygwin.
8685
d932cae7 86861998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8687
8688 * configure.in: Use -Os to build target libraries for the fr30.
8689
d932cae7 86901998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8691
8692 * config.sub: Add fr30.
8693
d932cae7 86941998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8695
80413487 8696 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8697 cygwin* instead of cygwin32*.
8698 * config.sub: Check cygwin* instead of cygwin32*.
8699
d932cae7 87001998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8701
8702 * config.guess: Match any version of Unixware7.
8703
252b5132
RH
87041998-10-20 Syd Polk <spolk@cygnus.com>
8705
8706 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8707 if desired.
8708
d932cae7 87091998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8710
8711 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8712 these if the appropriate directories and files to not exist.
8713
d932cae7 87141998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8715
8716 * Makefile.in (DEVO_SUPPORT): Add config.if.
8717
d932cae7 87181998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8719
8720 * configure: Add pattern to replace "build_tooldir"'s
8721 definition in the generated Makefile with "tooldir"'s
8722 actual value.
8723
252b5132
RH
8724Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8725
8726 * config.sub: Bring back lost sparcv9.
8727
ba73c63f
JM
8728 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8729
8730Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8731
8732 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8733 CC_FOR_TARGET and friends.
8734
8735Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8736
ba73c63f
JM
8737 * Makefile.in (build_tooldir): New variable, same as tooldir.
8738 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8739 -B$(build_tooldir)/bin/.
8740 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8741
252b5132
RH
8742Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8743
8744 * config.sub: Add support for i[34567]86-pc-udk.
8745 * configure.in: Likewise.
8746
8747Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8748
8749 * Makefile.in: add bzip2 package building bits for user
8750 tools module
8751 * configure.in: ditto
8752
ba73c63f
JM
8753Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8754
8755 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8756 (ALL_TARGET_MODULES): Add all-target-libobjc.
8757 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8758 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8759 (all-target-libchill): Add dependencies.
8760 * configure.in (target_libs): Add libchill.
35590697 8761
252b5132
RH
87621998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8763
ba73c63f 8764 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8765
8766Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8767
8768 * Makefile.in (all-automake): fix dependencies.
8769
8770Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8771
8772 * configure.in: Minor cleanups for building in the $(target_alias)
8773 subdir.
8774
87751998-09-22 Jim Wilson <wilson@cygnus.com>
8776
8777 * Makefile.in (bootstrap): Set r and s before make all. Use
8778 BASE_FLAGS_TO_PASS in make all.
8779 (cross): Likewise.
8780
87811998-09-20 Mark Mitchell <mark@markmitchell.com>
8782
8783 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8784
252b5132
RH
8785Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8786
8787 * config.sub: Fix typo in last change.
8788
87891998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8790
8791 * config.sub: Add support for C4x target.
8792 * configure.in: Likewise.
8793
87941998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8795
8796 * config.sub: Recognize sparcv9 just like sparc64.
8797
8798Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8799
8800 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8801
8802Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8803
8804 * config.guess: Correctly identify Pentium II sco boxes.
8805
8806 * config.guess: Fix "tr" code. From Weiwen Liu.
8807
8808Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8809
8810 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8811 stabs.
8812
8813Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8814
8815 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8816 (ALL_TARGET_MODULES): Add all-target-libchill.
8817 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8818 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8819 (all-target-libchill): Add dependencies.
8820 * configure.in (target_libs): Add libchill.
8821
8822Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8823
8824 * config.guess: Avoid assumptions about "tr" behaves when
8825 LANG is set to something other than English.
8826
8827Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8828
8829 * configure (gxx_include_dir): Changed to
8830 '${prefix}/include/g++'-${libstdcxx_interface}.
8831
8832 * config.if: New to determine the interfaces.
8833
8834Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8835
8836 * config.guess: Detect and handle MPE/IX.
8837 * config.sub: Deal with MPE/IX.
8838
8839Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8840
8841 * configure.in: Use mh-aix43.
8842
88431998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8844
8845 * configure: Fix --without/--disable cases for gxx-include-dir.
8846
8847Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8848
8849 * mdata-sh: Imported. Needed for automake support.
8850
8851Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8852
ba73c63f 8853 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8854 "chmod og=u `find . -print`".
8855
8856Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8857
ba73c63f 8858 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8859
8860Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8861
8862 * Makefile.in: Undo previous patch.
8863
8864Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8865
8866 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8867 to here ...
8868 (install-no-fixedincludes): and here
8869 (INSTALL_MODULES): ... from here.
8870
8871Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8872
8873 * config.sub: Merge with FSF.
8874
8875 * config.guess: Merge with FSF.
8876
8877Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8878
8879 * configure (extraconfigdirs): New variable.
8880 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8881 * Makefile.in (all): Move higher in file.
8882 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8883 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8884 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8885 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8886 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8887
88881998-07-23 Brendan Kehoe <brendan@cygnus.com>
8889
8890 * Makefile.in (all-target-libjava): Depend on all-gcc and
8891 all-target-newlib.
8892 (configure-target-libjava): Depend on $(ALL_GCC).
8893
8894Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8895
8896 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8897 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8898
8899Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8900
8901 * ylwrap: Change absolute path checks to check for DOS style path
8902 names.
8903
8904 * ylwrap: Don't use a full path name if the source file is in the
8905 same directory. From hjl@lucon.org (H.J. Lu).
8906
8907 * config-ml.in: Default to being verbose, to match Feb 18 change to
8908 configure.
8909
8910Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8911
8912 Brought over from egcs:
8913
8914 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8915
8916 * configure.in (target_subdir): Set to ${target_alias} instead
8917 of "libraries".
8918
8919 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8920
8921 * configure.in (target_subdir): Set to libraries if enable_multilib.
8922
8923Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8924
8925 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8926 multilibs, force reconfiguration the first time we create
8927 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8928
8929Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8930
8931 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8932 avoid confusion with --no-recursion.
8933
8934Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8935
8936 * configure.in: Win32 hosts shouldn't use install -x
8937 * install-sh: remove -x option, and special .exe-handling
8938 hack.
8939
8940Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8941
8942 * config.guess: Recognize i586-pc-beos.
8943 * configure.in: Don't build some bits for beos.
8944
8945Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8946
8947 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8948 CFLAGS default to -O2.
8949
8950 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8951 when using GNU ld.
8952
8953Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8954
8955 * ltmain.sh: Correct install when using a different shell.
8956
8957Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8958
8959 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8960
8961Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8962
8963 * makefile.vms: Update to build binutils/makefile.vms. Add install
8964 target.
8965
8966Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8967
8968 * ltconfig: Update to correct AIX handling.
8969
8970Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8971
8972 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8973
8974 * configure.in (target_subdir): Set to ${target_alias} instead
8975 of "libraries".
8976
89771998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8978
8979 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8980 (Makefile): Depend on $(gcc_version_trigger).
8981
8982 * configure (gcc_version): Change default initializer to empty
8983 string.
8984 (gcc_version_trigger): New variable; pass this variable down
8985 to subdir configures to enable them checking gcc's version
8986 themselves. Emit make macros for both gcc_version vars.
8987 (topsrcdir): Initialize reliably.
8988 (recursion line): Remove --with-gcc-version=${gcc_version}.
8989
89901998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8991
8992 * configure (enable_version_specific_runtime_libs): Implement new flag
8993 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8994 in $(libsubdir); emit definition in each generated Makefile.
8995 (gxx_include_dir): Initialize depending on
8996 $enable_version_specific_runtime_libs.
8997
89981998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8999
9000 * configure (gcc_version): Initialize properly depending on
9001 how and where configure is started.
9002 (recursion line): Pass a --with-gcc-version=${gcc_version}
9003 to configures in subdirs.
9004
9005Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9006
9007 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9008 cygmon
252b5132
RH
9009
9010Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9011
9012 * configure.in: Add cygmon and libstub support for mn10200.
9013
90141998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9015
9016 * configure (gcc_version): Add new variable describing the
9017 particular gcc version we're building.
9018 * Makefile.in (libsubdir): Add new macro for the directory
9019 in which the compiler finds executables, libraries, etc.
9020 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9021 and libsubdir.
9022
9023Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9024
ba73c63f
JM
9025 * Makefile.in (local-clean): Remove *.log.
9026 (warning.log): Built with warn_summary from build.log.
9027 (mail-report.log): Run test_summary.
9028 (mail-report-with-warnings.log): Run test_summary including
9029 warning.log in the report.
252b5132
RH
9030
9031Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9032
9033 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9034
9035Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9036
9037 * Makefile.in (grep): Grep no longer depends on libiberty.
9038
9039Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9040
9041 * Makefile.in: all-snavigator needs all-libgui.
9042
9043Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9044
9045 * configure.in: Add cygmon and libstub support for mn10300.
9046
9047Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9048
9049 * missing: Update to version from automake 1.3.
9050
9051 * ltmain.sh: On installation, don't get confused if the same name
9052 appears more than once in the list of library names.
9053
9054Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9055
9056 * config.sub: Accept m68060 and m5200 as CPU names.
9057
9058Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9059
9060 * configure: Use && rather than using -a in test, because odd
9061 strings can confuse test.
9062 * configure.in: Likewise.
9063
9064Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9065
9066 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9067
9068Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9069
9070 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9071 bootstrap4-lean): New targets.
9072
9073Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9074
9075 * mpw-* Delete. Not used.
252b5132
RH
9076
9077Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9078
9079 * COPYING.LIB: Update FSF address.
9080
9081Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9082
9083 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9084
9085 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9086 GAS_SUPPORT_DIRS.
9087
9088Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9089
9090 * ltconfig, ltmain.sh: Avoid producing a version number if
9091 -version-info was not used.
9092
9093Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9094
9095 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9096 building with newlib.
9097
90981998-04-30 Paul Eggert <eggert@twinsun.com>
9099
ba73c63f 9100 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9101 Solaris `make' causes it to continue to next definition.
252b5132 9102
afb8d725
JM
9103Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9104
9105 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9106 the right GUI libraries and files are installed along with GDB.
9107
252b5132
RH
9108Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9109
9110 * configure.in: Change alpha to alpha* in several places.
9111
9112Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9113
9114 * config.sub: Recognize sparc86x.
9115
9116Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9117
252b5132
RH
9118 * configure.in (--enable-target-optspace): Remove debug echo.
9119
9120Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9121
9122 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9123
9124Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9125
9126 * ltconfig: Update cygwin32 support.
9127
9128 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9129 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9130 (GDB_SUPPORT_DIRS): Likewise.
9131
9132Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9133
9134 * configure.in (target_makefile_frag): If --enable-target-optspace,
9135 use -Os to compile target libraries rather than -O2. Default to
9136 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9137 not used.
9138 * configure.in (target_cflags): Ditto for d30v.
9139
9140Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9141
9142 * Makefile.in (all-bfd): Depend on all-intl.
9143 (all-binutils): Likewise.
9144 (all-gas): Likewise.
9145 (all-gprof): Likewise.
9146 (all-ld): Likewise.
9147
252b5132
RH
91481998-04-19 Brendan Kehoe <brendan@cygnus.com>
9149
9150 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9151
9152Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9153
9154 * Makefile.in (all-bfd): Depend upon all-libiberty.
9155
9156 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9157
9158Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9159
9160 * Makefile.in: Add libstub.
9161
9162 * configure.in: Ditto. Build libstub for targets that have cygmon
9163 support.
9164
9165Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9166
9167 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9168
9169Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9170
9171 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9172 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9173
9174Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9175
9176 * configure: Define DEFAULT_M4 by searching PATH.
9177 * Makfile.in: Use DEFAULT_M4.
9178
9179Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9180
9181 * ltconfig: Add cygwin32 support.
9182
9183 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9184 to configure and build.
9185
9186Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9187
9188 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9189
9190Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9191
9192 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9193
9194Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9195
9196 * Makefile.in: add ash make rules
9197 * configure.in: add ash to native_only and host_tools lists
9198
9199Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9200
9201 * Makefile.in (all-gettext, all-intl): New targets.
9202 (ALL_MODULES): Added all-gettext, all-intl.
9203 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9204 (INSTALL_MODULES): Added install-gettext, install-intl.
9205 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9206
9207 * configure.in (host_tools): Added gettext.
9208 (native_only): Likewise.
9209 (noconfigdirs) [various cases]: Likewise.
9210 (host_libs): Added intl.
9211
afb8d725
JM
9212Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9213
9214 * configure: Do not disable building gdbtk for cygwin32 hosts.
9215
ba73c63f
JM
9216Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9217
9218 * configure.in: Add thumb-coff target.
9219 * config.sub: Add thumb-coff target.
9220
252b5132
RH
9221Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9222
9223 * Makefile.in: Revert yesterday's change.
9224 (all-target-winsup): all-target-librx stays out of here.
9225
9226Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9227
ba73c63f
JM
9228 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9229 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9230 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9231 Remove references to librx and libg++.
9232
9233Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9234
9235 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9236 recursive makes
9237
9238Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9239
9240 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9241 for newlib directory.
9242 (CXX_FOR_TARGET): Likewise.
9243
9244Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9245
9246 * ltconfig: Update after libtool/ltconfig.in change for
9247 hpux11.
9248
9249Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9250
9251 * ltconfig, ltmain.sh: Update to libtool 1.2.
9252
9253Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9254
9255 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9256 (install-gcc-cross): Instead, override LANGUAGES here.
9257
92581998-03-18 Dave Love <d.love@dl.ac.uk>
9259
9260 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9261 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9262
9263Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9264
9265 * configure.in: Add Thumb-pe target.
9266
9267Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9268
252b5132
RH
9269 * Makefile.in - changed sn targets to snavigator
9270 * configure.in - changed sn targets to snavigator
9271
9272Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9273
9274 * config-ml.in: After building symlink tree call make distclean
9275 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9276 to be the case for libiberty.
9277
9278Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9279
9280 * configure: When making link, also check the current
9281 directory. The configure scripts may create one.
9282
9283Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9284
9285 * config.sub: Accept alphapca56 and alphaev6 properly.
9286
9287Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9288
9289 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9290
252b5132
RH
9291Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9292
80413487 9293 * config.sub (sco5): Fix typo.
252b5132
RH
9294
9295Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9296
9297 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9298 install-itcl.
9299 (install-itcl): Remove dependency on install-tcl.
9300
9301Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9302
9303 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9304
252b5132
RH
9305Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9306
9307 * configure.in: Don't build libgui for a cygwin32 target when not on
9308 a cygwin32 host.
9309
9310Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9311
9312 * configure (redirect): Set to null, so default behavior of
9313 configure is now --verbose.
9314
93151998-02-16 Dave Love <d.love@dl.ac.uk>
9316
9317 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9318 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9319
9320Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9321
9322 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9323 this change to sync Makefile.in with its ChangeLog entries.
9324
9325Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9326
9327 * ltmain.sh (mkdir): Check that the directory doesn't exist
9328 before we exit with error, so that we don't get races during
9329 parallel builds.
9330
9331Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9332
9333 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9334
9335Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9336
9337 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9338 PICFLAG_FOR_TARGET.
9339 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9340
9341 * configure: Emit a definition for the new macro enable_shared
9342 into each Makefile.
9343
252b5132
RH
9344Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9345
9346 * configure.in (host_tools, native_only): Add libtool.
9347
9348Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9349
9350 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9351 Fix typo in ming config comment.
9352
9353Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9354
9355 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9356
9357Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9358
9359 * config.sub: Add tic30 cases, and map c30 to tic30.
9360
ba73c63f
JM
9361Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9362
9363 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9364 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9365 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9366 (CLEAN_TARGET_MODULES): Similarly
9367 (all-target-libf2c): Add dependences.
35590697 9368 * configure.in (target_libs): Add libf2c.
ba73c63f 9369
252b5132
RH
9370Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9371
ba73c63f
JM
9372 * configure.in: Remove expect from noconfigdirs when target
9373 is cygwin32. OK to build expect and dejagnu with Canadian
9374 Cross.
252b5132
RH
9375
9376Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9377
9378 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9379 host.
9380
9381 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9382 and mingw32.
9383
9384Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9385
9386 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9387 here as it is not defined in the toplevel Makefile.
9388
9389Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9390
9391 * configure (package_makefile_rules_frag): New variable, which names
9392 a file with generic rules, ...
9393 Change comment to mention we now have FIVE parts.
9394 * configure: Undo last change.
9395
9396Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9397
9398 * config.guess: More accurate determination of HP processor types.
9399 * config.sub: More accurate determination of HP processor types.
9400
9401Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9402
9403 * configure (package_makefile_frag): Move inserting the
9404 ${package_makefile_frag} to where it should be according
9405 to the comment.
9406
ba73c63f 9407Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9408
9409 * config.guess: Add support for Linux/ARM.
9410
9411Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9412
9413 * .cvsignore: Remove *-info and *-install since they match
9414 release-info and mpw-install, which we don't want to just ignore.
9415
9416Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9417
9418 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9419
9420Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9421
9422 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9423 local_prefix to sub-make invocations.
9424
9425Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9426
9427 * configure.in: Check makefile fragments in the source
9428 directory.
9429
9430Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9431
ba73c63f
JM
9432 * configure.in: Check whether host and target makefile
9433 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9434
9435Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9436
9437 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9438
252b5132
RH
9439Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9440
9441 * configure.in: Make sure we only replace RPATH_ENVVAR on
9442 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9443 regexp to sed.
9444
9445 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9446 to sub-makes.
9447
94481998-01-13 Lee Iverson (leei@ai.sri.com)
9449
9450 * config-ml.in (multi-do): LDFLAGS must include multilib
9451 designator.
9452
9453Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9454
9455 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9456
9457Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9458
9459 * config.sub: Add mingw32 support.
9460 * configure.in: Likewise.
252b5132
RH
9461
9462Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9463
9464 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9465
9466Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9467
9468 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9469 * configure (gxx_include_dir): Provide a definition for subdirs
9470 which do not use autoconf.
9471
9472Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9473
9474 * config.guess: Sync with egcs. Picks up new alpha support,
9475 BeOS & some additional linux support.
9476
ba73c63f 9477Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9478
9479 * config.guess: HP 9000/803 is a PA1.1 machine.
9480
ba73c63f
JM
9481Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9482
9483 * configure.in: It's alpha*-...
252b5132
RH
9484
9485Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9486
ba73c63f
JM
9487 * configure.in (host_makefile_frag, target_makefile_frag):
9488 Handle multiple config files.
9489 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9490 alpha-*-*.
252b5132
RH
9491
9492Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9493
9494 * mkdep: New file.
9495
9496Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9497
9498 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9499
9500Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9501
9502 * Makefile.in: Add libgui directory.
9503 (GDB_TK): Add all-libgui.
9504 * configure.in: Add libgui directory.
9505 * configure: Add all-libgui to GDB_TK.
9506
9507Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9508
9509 * config-ml.in (multidirs): Add m32r to multilib list.
9510
9511Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9512
9513 * Makefile.in (all-target-gperf): Change dependency to
9514 all-target-libstdc++.
9515
9516Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9517
9518 * config.guess: Add BeOS support.
9519
9520Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9521
9522 Source directory cvs renamed to cvssrc:
9523 * configure.in (host_tools): Change cvs to cvssrc.
9524 (native_only): Likewise.
9525 (noconfigdirs) [various cases]: Likewise.
9526 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9527 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9528 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9529 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9530 (all-cvssrc): Rename target from all-cvs.
9531
9532Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9533
9534 * configure (gxx_include_dir): Fix thinko.
9535
9536Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9537
9538 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9539 (install-cross, install-gcc-cross): New targets.
9540
9541Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9542
9543 * configure.in (noconfigdirs): Add support for Thumb target.
9544
9545 * config.sub (maybe_os): Add support for Thumb target.
9546
9547Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9548
9549 * Makefile.in: Add rules for cygmon.
9550
9551 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9552
9553Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9554
9555 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9556 * configure (gxx_include_dir): Provide a definition for subdirs
9557 which do not use autoconf.
9558
9559Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9560
9561 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9562 11/18/97 build
252b5132
RH
9563
9564Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9565
9566 * From Franz Sirl.
9567 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9568 found on RedHat Linux systems.
9569
9570Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9571
9572 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9573 guesses.
9574
9575Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9576
9577 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9578
9579Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9580
9581 * ltmain.sh: If mkdir fails, check whether the directory was created
9582 anyhow by some other process.
9583
9584Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9585
9586 * configure.in (d30v-*-*): Configure all directories.
9587
9588Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9589
9590 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9591 for the D30V.
9592
9593Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9594
9595 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9596
9597Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9598
80413487
RH
9599 * include/libiberty.h: Add extern "C" { so it can be used with C++
9600 progrms.
9601 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9602 programs.
252b5132
RH
9603
9604Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9605
9606 * configure.in (d30v-*-*): Configure GCC now.
9607
9608Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9609
9610 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9611 is no longer needed.
9612
9613Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9614
9615 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9616
9617Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9618
9619 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9620 targets using "$@" to provide support for similar but not identical
9621 targets without having to duplicate code.
9622
9623Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9624
9625 * makefile.vms: Fix to work with DEC C.
9626
9627Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9628
9629 * config.sub: Add mips-tx39-elf to marketing names.
9630
9631Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9632
9633 * ltmain.sh: Handle symlinks in generated script.
9634
9635Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9636
9637 * configure: Handle autoconf style directory options: --bindir,
9638 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9639 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9640 --sysconfdir.
9641 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9642 (sharedstatedir, localstatedir, oldincludedir): New variables.
9643 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9644 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9645 sbindir, sharedstatedir, and sysconfdir.
9646
9647Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9648
9649 * Makefile.in (bootstrap-lean): New target.
9650
9651Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9652
9653 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9654 sn, and gnuserv from noconfigdirs.
252b5132
RH
9655
9656Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9657
9658 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9659
9660Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9661
ba73c63f 9662 * Makefile.in (cross): New target.
252b5132
RH
9663
9664Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9665 Jeff Law <law@cygnus.com>
252b5132
RH
9666
9667 * Makefile.in (bootstrap2, bootstrap3): New targets.
9668 (all-bootstrap): Remove outdated and confusing target.
9669 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9670
afb8d725
JM
9671Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9672
9673 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9674 windows. Consistent with gdb/configure.
afb8d725 9675
252b5132
RH
96761997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9677
252b5132
RH
9678 * configure.in: Name Linux target fragment.
9679
9680 * configure: Rewrite so that project Makefile fragment is inserted
9681 first and appears last in the resulting Makefile.
9682
9683Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9684
9685 * Makefile.in (install-itcl): Install tcl first.
9686
252b5132 9687Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9688
252b5132
RH
9689 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9690
9691Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9692
9693 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9694
9695 * configure.in (skipdirs): Add target-librx for Linux.
9696 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9697
9698Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9699
9700 * Makefile.in (bootstrap): New target.
9701
9702Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9703
9704 * config.sub: Accept 'amigados' for backward compatability.
9705
9706Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9707
9708 * config.guess: Merge with FSF.
9709
ba73c63f
JM
9710Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9711
9712 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9713
252b5132
RH
9714Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9715
9716 * config.sub: Add "marketing-names" patch.
9717
9718Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9719
80413487 9720 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9721
9722Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9723
9724 * config.sub: Handle v850-elf.
9725
ba73c63f
JM
9726Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9727
9728 * .cvsignore (*-install): Remove.
9729
252b5132
RH
9730Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9731
9732 * ltconfig: Set CONFIG_SHELL in libtool.
9733 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9734
9735Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9736
9737 * configure.in (target_subdir): Set to libraries if enable_multilib.
9738
9739Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9740
9741 * config.guess: Update from gcc directory.
9742
9743Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9744
9745 * Makefile.in (all-sim): Depends on all-readline.
9746
9747Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9748
9749 * Makefile.in (BISON, YACC): Use $$s.
9750 (all-bison): Depend on all-texinfo.
9751
9752Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9753
9754 * Makefile.in (BISON): Add -L flag.
9755 (YACC): Likewise.
9756
9757Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9758
35590697
AJ
9759 * configure.in (noconfigdirs): Add support for v850e target.
9760
252b5132
RH
9761 * config.sub (maybe_os): Add support for v850e target.
9762
9763Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9764
35590697
AJ
9765 * configure.in (noconfigdirs): Add support for v850ea target.
9766
252b5132
RH
9767 * config.sub (maybe_os): Add support for v850ea target.
9768
9769Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9770
9771 * config.sub: Add mipstx39. Delete r3900.
9772
9773Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9774
9775 * Makefile.in (all-autoconf): Depends on all-texinfo.
9776
9777Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9778
9779 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9780 eabi targets.
9781
9782Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9783
9784 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9785
9786 * configure: When handling a Canadian Cross, handle YACC as well as
9787 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9788 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9789
9790Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9791
9792 * Makefile.in (BISON): bison, not byacc or bison -y.
9793 (YACC): bison -y or byacc or yacc.
9794 (various): Add *-bison as appropriate.
9795 (taz): No need to mess with BISON anymore.
9796
9797Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9798
9799 * configure: If OSTYPE matches *win32*, try to find a good value for
9800 CONFIG_SHELL.
9801
9802Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9803
9804 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9805 configure.in if it is present.
9806
9807Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9808
9809 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9810
9811Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9812
9813 * config.sub: Recognize `arc' cpu.
9814 * configure.in: Likewise.
9815 * config-ml.in: Likewise.
9816
9817Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9818
9819 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9820
9821Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9822
9823 * configure: Changed sed delimiter from ':' to '|' when
9824 attempting to substitute ${config_shell} for SHELL. On
9825 NT ${config_shell} may contain a ':' in it.
9826
9827Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9828
9829 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9830
9831Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9832
9833 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9834
9835Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9836
9837 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9838
9839 * ylwrap: If the program is a relative path, force it to be
9840 absolute.
9841
9842Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9843
9844 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9845
9846Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9847
9848 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9849 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9850 for libraries.
252b5132
RH
9851
9852Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9853
9854 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9855 separated by spaces.
252b5132
RH
9856
9857Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9858
9859 * ylwrap: New file.
9860 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9861
9862 * ltmain.sh: Handle /bin/sh at start of install program.
9863
9864 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9865
9866 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9867 * missing: New file, from automake 1.2.
9868
9869Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9870
9871 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9872 check-tk to CHECK_X11_MODULES.
9873
9874Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9875
9876 * config.sub: Merge with FSF.
9877
9878Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9879
9880 * config.guess: Merge with FSF.
9881
9882Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9883
9884 * configure: Treat msdosdjgpp like go32.
9885 * configure.in: Likewise. Don't remove gprof for go32.
9886
9887 * configure: Change Makefile.tem2 to Makefile.tm2.
9888
9889Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9890
9891 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9892
9893Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9894
9895 * install-sh (chmodcmd): Set to null if the DST directory already
9896 exists. Same as Nov 11th change.
9897
9898Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9899
35590697 9900 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9901
9902Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9903
9904 * config.guess: Update from FSF.
9905
9906Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9907
9908 * Makefile.in (GDB_TK): Depend on itcl and tix.
9909
9910Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9911
9912 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9913 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9914 (INSTALL_SCRIPT): New variable.
9915 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9916 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9917 to -x.
9918 * install-sh: Add support for -x option.
9919
9920Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9921
9922 * configure.in, Makefile.in: Treat tix like itcl.
9923
9924Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9925
9926 * Makefile.in (WINDRES): New variable.
9927 (WINDRES_FOR_TARGET): New variable.
9928 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9929 (EXTRA_HOST_FLAGS): Add WINDRES.
9930 (EXTRA_TARGET_FLAGS): Add WINDRES.
9931 (EXTRA_GCC_FLAGS): Add WINDRES.
9932 ($(DO_X)): Pass down WINDRES.
9933 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9934 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9935 DLLTOOL_FOR_TARGET.
9936
9937Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9938
9939 * configure.in: configure sim before gdb for win32-x-ppc
9940
9941Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9942
9943 Move gperf into the toplevel, from libg++.
9944 * configure.in (target_tools): Add target-gperf.
9945 (native_only): Add target-gperf.
9946 * Makefile.in (all-target-gperf): New target, depend on
9947 all-target-libg++.
9948 (configure-target-gperf): Empty rule.
9949 (ALL_TARGET_MODULES): Add all-target-gperf.
9950 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9951 (CHECK_TARGET_MODULES): Add check-target-gperf.
9952 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9953 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9954
9955Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9956
252b5132
RH
9957 * config.sub (mn10200): Recognize new basic machine.
9958
9959Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9960
9961 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9962 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9963
9964Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9965
9966 * configure.in: If we're building mips-sgi-irix6* native, turn on
9967 ENABLE_MULTILIB and set TARGET_SUBDIR.
9968
9969Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9970
9971 * Makefile.in (all-sn): Depend on all-grep.
9972
9973Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9974
9975 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9976
9977 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9978 Makefile. From Jeff Makey <jeff@cts.com>.
9979 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9980
9981 * Makefile.in (DISTBISONFILES): Remove.
9982 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9983 $(DEFAULT_YACC).
9984
9985 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9986 cygwin32.
252b5132
RH
9987
9988 * Makefile.in (LD): New variable.
9989 (EXTRA_HOST_FLAGS): Pass down LD.
9990 ($(DO_X)): Likewise.
9991
9992Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9993
9994 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9995
9996Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9997
9998 * configure.in (targargs): Strip out any supplied --build argument
35590697 9999 before adding our own. Always add --build.
252b5132
RH
10000
10001Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10002
10003 * configure.in (targargs): Pass --build if we're doing
10004 a cross-compile.
10005
10006Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10007
ba73c63f 10008 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10009 sed. Otherwise sed chokes on NT path names with drive
10010 designators. Also look for "?:*" as the leading characters in an
10011 absolute pathname.
10012
10013Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10014
10015 * config.sub: Support for r3900.
10016
10017Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10018
10019 * configure.in: Use install-sh, not install.sh.
10020
10021Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10022
10023 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10024 apply it twice.
10025
10026Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10027
10028 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10029 install-binutils.
10030
10031Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10032
10033 * Makefile.in: Add automake targets.
10034 * configure.in (host_tools): Add automake.
10035
10036Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10037
10038 * configure: Default CXX to c++, not gcc.
10039 * Makefile.in (CXX): Set to c++, not gcc.
10040 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10041
10042Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10043
10044 * install-sh: try appending a .exe if source file doesn't
10045 exist
10046
10047Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10048
10049 * configure.in: Turn on multilib by default.
10050 (cross_only): Remove target-libiberty.
10051
10052 * Makefile.in (all-gcc): Don't depend on libiberty.
10053
10054Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10055
10056 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10057
10058Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10059
10060 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10061 (DISTBISONFILES): Add ld/Makefile.in
10062
10063Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10064
10065 * configure.in: if target is cygwin32 but host isn't cygwin32,
10066 don't configure gdb tcl tk expect, not just gdb.
10067
10068Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10069
10070 * configure.in: Added gnuserv everywhere sn appears.
10071
10072 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10073 (CROSS_CHECK_MODULES): Added check-gnuserv.
10074 (INSTALL_MODULES): Added install-gnuserv.
10075 (CLEAN_MODULES): Added clean-gnuserv.
10076 (all-gnuserv): New target.
10077
10078Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10079
10080 * config.guess: Fixes for MIPS OpenBSD systems.
10081
10082Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10083
10084 * Makefile.in (INSTALL_XFORM): Remove.
10085 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10086
10087 * mkinstalldirs: New file, copied from automake.
10088 * Makefile.in (installdirs): Rename from install-dirs. Use
10089 mkinstalldirs. Change all users.
10090 (DEVO_SUPPORT): Add mkinstalldirs.
10091
10092Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10093
10094 * install-sh: Rename from install.sh.
10095 * Makefile.in (INSTALL): Change install.sh to install-sh.
10096 (DEVO_SUPPORT): Likewise.
10097
10098 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10099 Graichen <graichen@rzpd.de>.
10100
10101Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10102
10103 * config.guess: Recognize OpenBSD systems correctly.
10104
10105Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10106
10107 * README, Makefile.in (ETC_SUPPORT): Remove references to
10108 cfg-paper*, configure.{texi,man,info*}._
10109
10110Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10111
10112 * Makefile.in (all.normal): Ensure that gcc is built after all
10113 the x11 - ie gdb - targets.
10114
10115Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10116
10117 * makefile.vms: Don't run conf-a-gas.
10118
10119Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10120
80413487 10121 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10122
10123Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10124
10125 * configure.in: Remove noconfigdirs case since gdb also
10126 configures and builds for tic80-coff.
10127
10128Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10129
10130 * configure: Set cache_file to config.cache.
10131 * Makefile.in (local-distclean): Remove config.cache.
10132
10133Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10134
10135 * COPYING: Update FSF address.
10136
10137Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10138
10139 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10140 noconfigdirs.
10141
10142Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10143
10144 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10145 MAKEDIRS, is empty.
10146
10147Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10148
10149 * config.sub: Tweak mn10300 entry.
10150
10151Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10152
10153 * configure.in (host_tools): Put sim before gdb, so gdb's
10154 configure.tgt can determine if the simulator was configured.
10155
10156Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10157
10158 * config.sub: Move BeOS $os case to be with other Cygnus
10159 local cases.
10160
10161Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10162
10163 * config.sub: Remove misplaced comment that broke Linux.
10164
10165Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10166
10167 * config.sub: Add BeOS support.
10168
10169Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10170
10171 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10172
10173Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10174
10175 * configure.in (noconfigdirs): Remove tcl and tk from
10176 noconfigdirs for cygwin32 builds.
10177
10178Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10179
10180 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10181
10182Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10183
10184 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10185 make-all.com, use makefile.vms instead.
10186
10187Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10188
10189 * config.sub: Accept -lnews*.
10190
10191Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10192
10193 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10194 target-examples and target-libiberty for d30v.
252b5132
RH
10195
10196Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10197
10198 * configure.in (noconfigdirs): Enable ld for d30v.
10199
10200Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10201
10202 * configure.in (tic80-*-*): Build compiler.
10203
10204Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10205
10206 * configure.in (d30v-*): Remove sim directory from list of
35590697 10207 unsupported d30v directories
252b5132
RH
10208
10209Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10210
35590697
AJ
10211 * config.sub, configure.in: Add d30v target cpu.
10212
252b5132
RH
10213Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10214
10215 * makefile.vms: New file.
10216 * make-all.com: Remove.
10217
10218Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10219
10220 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10221
10222Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10223
10224 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10225
10226Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10227
10228 * Makefile.in (ALL_MODULES): Added all-db.
10229 (CROSS_CHECK_MODULES): Addec check-db.
10230 (INSTALL_MODULES): Added install-db.
10231 (CLEAN_MODULES): Added clean-db.
10232
10233Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10234
10235 * config.guess: Merge with latest FSF sources.
10236
10237Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10238
10239 * Makefile.in (ALL_MODULES): Added all-itcl.
10240 (CROSS_CHECK_MODULES): Added check-itcl.
10241 (INSTALL_MODULES): Added install-itcl.
10242 (CLEAN_MODULES): Added clean-itcl.
10243
10244Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10245
10246 * configure.in: build gdb for mn10200
10247
10248Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10249
10250 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10251
10252Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10253
10254 * configure.in (tic80-*-*): Turn off most targets right now.
10255
10256Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10257
10258 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10259 rather than the makeinfo program.
10260 (do-info): Depend upon all-texinfo.
10261
10262Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10263
10264 * configure.in: Remove uses of config/mh-linux.
10265
10266 * config.sub, config.guess: Merge with latest FSF sources.
10267
10268Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10269
10270 * config.sub (case $basic_machine): Add tic80 entries.
10271
10272Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10273
10274 * config.sub, config.guess: Merge with latest FSF sources.
10275
10276Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10277
10278 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10279 * mpw-config.in: Test for NewFolderRecursive.
10280 * mpw-install: Use symbolic name for startup filename.
10281 * mpw-README: Add various additional details.
10282
10283Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10284
10285 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10286
10287Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10288
10289 * configure.in: Do build gcc and the target libraries for
10290 the mn10200.
10291
10292Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10293
10294 * configure.in: don't avoid building gdb for mn10300 any more
10295 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10296 instead of single-quoting it.
10297
10298Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10299
10300 * configure.in: Don't use --with-stabs on IRIX 6.
10301
10302Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10303
10304 * configure.in (m32r): Build gdb, libg++ now.
10305
10306Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10307
10308 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10309 directories from noconfigdirs.
10310
10311Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10312
10313 * config.sub (basic_machine): added mips16 configuration
10314
10315Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10316
10317 * config.sub: Handle d10v-unknown.
10318
10319Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10320
10321 * config.sub: Handle v850-unknown.
10322
10323Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10324
10325 * Makefile.in: add findutils
10326 * configure.in: add findutils to list of host_tools
10327
10328Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10329
10330 * config.sub: Handle mn10200 and mn10300.
10331
10332Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10333
10334 * configure.in (d10v-*): Do not build librx.
10335
10336Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10337
10338 * configure.in (mn10300): Build everything except gdb & libgloss.
10339
10340Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10341
10342 * config.guess: Patch for Dansk Data Elektronik servers,
10343 from Niels Skou Olsen <nso@dde.dk>.
10344
10345 For ncr, use /bin/uname rather than uname, since GNU uname does not
10346 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10347
10348 Patch for MIPS R4000 running System V,
10349 from Eric S. Raymond <esr@snark.thyrsus.com>.
10350
10351 Fix thinko for nextstep.
10352
10353 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10354
10355 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10356 * config.guess: Guess mips-dec-mach_bsd4.3.
10357
10358 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10359 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10360 release numbers.
10361 * config.guess (mips-mips-riscos*): Emit just enough of the
10362 release number.
10363
10364 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10365 * config.guess (sparc-auspex-sunos*): Added.
10366 (f300-fujitsu-*): Added.
10367
10368 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10369 * config.guess: Recognize a Tadpole as a sparc.
10370
10371Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10372
10373 * config.guess: Don't assume that NextStep version is either 2 or
10374 3. NextStep 4 (aka OpenStep 4) has come out now.
10375
10376Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10377
10378 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10379 From Rik Faith <faith@cs.unc.edu>.
10380
10381Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10382
10383 * config.sub: Contributions from bug-gnu-utils to:
10384 Support plain "hppa" (no version given) architecture, reported by
10385 OpenStep.
10386 OpenBSD like NetBSD.
10387 LynxOs is not a hardware supplier.
10388
10389 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10390 OpenBSD like NetBSD.
252b5132
RH
10391 Stratus systems.
10392 More Pyramid systems.
10393 i[n>4]86 Intel chips.
10394 M680[n>4]0 Motorola chips.
10395 Use unknown instead of lynx for hardware manufacturer.
10396
10397Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10398
10399 * install.sh (chmodcmd): Set to null if the DST directory already
10400 exists.
10401
10402Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10403
10404 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10405 not use mt-ppc target Makefile fragment any more.
10406
10407Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10408
10409 * configure.in (*-*-windows): Exclude everything but those dirs
10410 needed to build windows.
10411
10412Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10413
10414 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10415
10416Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10417
10418 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10419
10420Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10421
10422 * Undo my previous change.
10423
10424Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10425
10426 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10427 unconditionally.
10428 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10429
10430Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10431
10432 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10433 host to add it's own flags.
252b5132
RH
10434
10435Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10436
10437 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10438
10439Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10440
10441 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10442 (CXX_FOR_TARGET): Likewise.
10443 (GCC_FOR_TARGET): Define.
10444 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10445 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10446 CC_FOR_TARGET was specified on the command line.
10447 (MAKEOVERRIDES): Don't define.
10448
10449Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10450
10451 * configure.in (m32r): Fix spelling of libg++ libs.
10452
10453Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10454
10455 * config.sub (-apple*): Remove, now redundant.
10456
10457Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10458
10459 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10460
10461 * configure: Rework yesterday's sed script patch.
10462
10463 * config.sub: Merge with FSF.
10464
10465Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10466
10467 * config.guess: Merge from FSF.
10468
10469 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10470 * config.guess: Use pc instead of unknown, for pc clone systems.
10471 Change linux to linux-gnu.
252b5132
RH
10472
10473 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10474 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10475
10476Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10477
10478 * test-build.mk (HOLES): Add "xargs" for gdb.
10479
10480 * configure: Avoid hpux10.20 sed bug.
10481
10482Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10483
4bddf3ad 10484 * configure.in: Add support for windows host
252b5132
RH
10485 (that is a build done under the Microsoft build environment).
10486
10487Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10488
10489 * Makefile.in: Replace all uses of srcroot with s, to shrink
10490 command line lengths.
10491
10492 Patches from Geoffrey Noer <noer@cygnus.com>:
10493 * configure.in: If configuring for newlib, pass --with-newlib to
10494 subdirectories.
10495 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10496 -Bnewlib/ and -Lwinsup to gcc.
10497 (CXX_FOR_TARGET): Likewise.
10498
10499Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10500
10501 * Makefile.in (ETC_SUPPORT): Add configure.
10502
10503Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10504
35590697 10505 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10506 host configuration file.
10507
10508Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10509
10510 * configure.in: Break mn10x00 support into separate
10511 mn10200 and mn10300 configurations.
10512 * config.sub: Likewise.
10513
10514Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10515
10516 * configure.in: Add lots of stuff to noconfigdirs for
10517 the mn10x00 targets.
10518
10519 * config.sub, configure.in: Add mn10x00 support.
10520
10521Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10522
10523 * make-all.com: Call conf-a-gas, not config-a-gas.
10524
10525Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10526
10527 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10528 targets.
252b5132
RH
10529
10530Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10531
10532 * mpw-README: Add much more detail for native PowerMac.
10533 * mpw-install: New file.
10534 * mpw-configure: Add --norecursion and --help options.
10535 * mpw-config.in: Translate readme and install files when
10536 copying to objdir.
10537 * mpw-build.in: Don't always depend on byacc and flex.
10538 (install-only-top): New action.
10539
10540Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10541
10542 * configure.in: You can now configure GDB for the v850.
10543
10544Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10545
10546 * configure.in (noconfigdirs): Don't configure any C++ dirs
10547 if targeting D10V.
10548
10549Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10550
10551 * config.sub: Recognize mips64vr5000.
10552
10553Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10554
10555 * configure.in: Use a single line for host_tools and native_only.
10556
10557Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10558
10559 * config.sub, configure.in: Add entries for m32r.
10560
10561Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10562
10563 * Makefile.in (inet-install): Don't run install-gzip.
10564
10565Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10566
10567 * configure.in: Don't config lots of things for *-*-windows*.
10568
10569Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10570
10571 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10572 (host_libs, host_tools): Copy from configure.in.
10573 * mpw-configure: Don't complain about directories not found.
10574
10575Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10576
10577 * configure.in (i[345]86): Recognize i686 for pentium pro.
10578 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10579 file.
10580
10581 * config.guess (i[345]86): Ditto.
10582
10583Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10584
10585 * configure.in (noconfigdirs): Removed gdb for D10V.
10586
10587Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10588
10589 * configure.in: Remove ld, target-libio, target-libg++, and
10590 target-libstdc++ from noconfigdirs.
10591
10592Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10593
10594 * configure: Fix three locations where shell scripts were
10595 being run directly rather than with config_shell.
10596
10597Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10598
10599 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10600 * config.sub (basic_machine): Recognize v850.
10601
10602Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10603
10604 * mpw-configure: Handle multiple enable/disable options and
10605 pass them down recursively, handle -c and -s flags appropriately
10606 depending on choice of compiler, add escape mechanism for
10607 quoted arguments to gC.
10608
10609Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10610
10611 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10612 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10613 so that -mrelocatable-lib and -mno-eabi are used.
10614
10615 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10616 not support --print-multi-lib, don't abort.
10617
252b5132
RH
10618Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10619
10620 * make-all.com: Run config-a-gas.
10621 * setup.com: Don't copy subdirectory files around.
10622
10623Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10624
10625 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10626 target, it now compiles correctly.
10627
10628Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10629
10630 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10631
10632Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10633
35590697 10634 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10635
10636Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10637
10638 * configure.in (native_only): Add prms.
10639
10640Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10643 (BINUTILS_SUPPORT_DIRS): Likewise.
10644
10645Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10646
10647 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10648 d10v support is added.
10649
10650Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10651
10652 * configure.in (d10v-*-*): New target.
10653
10654Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10655
10656 * config.guess (HP 9000/811): Recognize this as a PA1.1
10657 machine.
10658
10659Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10660
10661 * Makefile.in (do-tar-gz): New target, split out from tail end of
10662 taz target. Run each command separately, don't use pipes.
10663 (taz): Use it.
10664
10665Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10666
10667 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10668 * mpw-build.in: No builds should depend on building byacc or flex,
10669 they are assumed to be installed already.
10670
10671Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10672
10673 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10674 variable that CC_FOR_TARGET needs.
10675
10676Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10677
10678 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10679 options have changed since the last time the subdirectory was
10680 configured, and if it has, reconfigure.
10681 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10682 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10683
10684Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10685
10686 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10687 CLEAN_MODULES): Add bash.
10688 (all-bash): New target.
10689
10690Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10691
10692 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10693
10694Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10695
10696 * config.sub (basic_machine): Recognize d10v as a valid processor.
10697
10698Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10699
10700 * mpw-configure: Add support for --bindir.
10701 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10702
10703Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10704
10705 * configure.in: add bash, time, gawk to list of hosttools and things
10706 to only build for native toolchains
10707
10708Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10709
10710 * Makefile.in (docdir): Remove.
10711
10712Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10713
10714 * Makefile.in (datadir): Set to $(prefix)/share.
10715
10716Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10717
10718 * configure.in: build diff and patch for cygwin32-hosted
10719 toolchains.
10720
10721Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10722
10723 * config.sub: Accept -rtems*.
10724
10725Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10726
80413487 10727 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10728 remove diff from the list of things not buildable
10729 via Canadian Cross
252b5132
RH
10730
10731Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10732
10733 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10734 don't get ". ".
252b5132
RH
10735
10736Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10737
10738 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10739
10740Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10741
10742 * Makefile.in (taz): Handle case where tex3patch didn't even get
10743 checked out. Also, if it was found, put the symlink in a new util
10744 subdirectory.
10745
10746Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10747
10748 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10749
10750Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10751
10752 * config.sub: Recognize -openvms.
10753 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10754 * make-all.com, setup.com: New files.
10755
10756Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10757
10758 * Makefile.in (taz): tex3patch moved to texinfo/util.
10759
10760Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10761
afb8d725 10762 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10763 * configure.in: remove make from disable-if-Can-Cross list
10764 enable gdb if ${host} and ${target} are cygwin32
10765
10766Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10767
10768 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10769 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10770
10771Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10772
10773 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10774 distinguish sysv/svr4/bsd variants.
10775 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10776
10777Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10778
10779 * configure.in: Added copyright notice.
10780 * move-if-change: Added copyright notice.
10781
10782Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10783
10784 * configure.in (powerpcle-*-solaris*): Until we get shared
10785 libraries working, don't build gdb, sim, make, tcl, tk, or
10786 expect.
10787
10788Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10789
10790 * config.guess: Merge with FSF:
10791
10792 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10793 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10794
10795 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10796 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10797
10798 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10799 * config.guess: Combine two OSF1 rules.
10800 Also recognize field test versions. From mjr@zk3.dec.com.
10801 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10802 because GNU uname does not support -p. From pmr@pajato.com.
10803
10804Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10805
10806 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10807
10808Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10809
10810 * mpw-README: Document GCCIncludes.
10811
10812Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10813
10814 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10815
10816Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10817
10818 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10819
10820Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10821
10822 * configure.in (*-*-cygwin32): Configure make.
10823
10824Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10825
10826 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10827
10828Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10829
10830 * Makefile.in (all-inet): Depend on all-perl.
10831
10832 * Makefile.in (inet-install): New target.
10833
10834 * Makefile.in (all-inet): Depend on all-tcl.
10835 (all-inet): Depend on all-send-pr.
10836
10837Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10838
10839 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10840 temporarily.
10841
10842Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10843
10844 * configure.in: Don't configure --with-gnu-ld on AIX.
10845
10846Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10847
10848 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10849
10850Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10851
10852 * Makefile.in (ALL_MODULES): Added all-inet.
10853 (CROSS_CHECK_MODULES): Added check-inet.
10854 (INSTALL_MODULES): Added install-inet.
10855 (CLEAN_MODULES): Added clean-inet.
10856 (all-indent): New target.
10857
10858 * configure.in (host_tools): Added inet.
10859 (native_only): Added inet.
10860 (noconfigdirs): Added inet.
10861
10862Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10863
10864 * configure.in: Don't configure libgloss if we are not configuring
10865 newlib.
10866
10867Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10868
10869 * configure.in: Don't configure libgloss for unsupported
10870 architectures.
10871
10872Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10873
10874 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10875
10876Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10877
10878 * Makefile.in (ALL_MODULES): Include all-apache.
10879 (CROSS_CHECK_MODULES): Include check-apache.
10880 (INSTALL_MODULES): Include install-apache.
10881 (all-apache): New target.
10882
10883 * configure.in: Added apache everywhere perl is seen.
10884
10885Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10886
10887 * Makefile.in: Add support for clean-{module} and
10888 clean-target-{module} rules.
10889
10890Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10891
10892 * configure.in (*-*-ose) do not build libgloss.
10893
10894Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10895
10896 * config.guess (prep*:SunOS:5.*:*): Turn into
10897 powerpele-unknown-solaris2.
10898
10899Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10900
10901 * configure.in: Permit --enable-shared to specify a list of
10902 directories.
10903
10904Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10905
10906 * configure.in (host==solaris): Pass only the first word of $CC
10907 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10908
10909Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10910
10911 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10912
10913Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10914
10915 * Makefile.in (ALL_MODULES): Include all-perl.
10916 (CROSS_CHECK_MODULES): Include check-perl.
10917 (INSTALL_MODULES): Include install-perl.
10918 (ALL_X11_MODULES): Include all-guile.
10919 (CHECK_X11_MODULES): Include check-guile.
10920 (INSTALL_X11_MODULES): Include install-guile.
10921 (all-perl): New target.
10922 (all-guile): New target.
10923
10924 * configure.in (host_tools): Include perl and guile.
10925 (native_only): Include perl and guile.
10926 (noconfigdirs): Don't build guile and perl; no ports have been
10927 done.
10928
10929Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10930
80413487
RH
10931 * configure (--enable-*): Handle quoted option lists such as
10932 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10933
10934Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10935
10936 * Makefile.in ({,inst}all-target): New rule so we can make and
10937 install all of the target directories easily.
10938
10939Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10940
10941 * configure.in: Add missing global flag in sed substitution when
10942 deleting `target-' from ${configdirs}.
10943
10944Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10945
10946 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10947 option.
10948
10949 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10950 config/mh-necv4.
10951
10952 * install.sh: Correct misspelling of transformbasename.
10953
10954 * config.guess: Recognize mips-*-sysv*.
10955
10956Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10957
10958 * config.sub: Recognize mon960.
10959
10960Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10961
10962 * configure: Restore Canadian Cross handling of BISON and LEX,
10963 removed in Feb 20 change.
10964
10965Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10966
10967 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10968 Mention make install. Remove the old copyright date as well the
10969 clumsy and rather pointless copyright on the README file.
10970
10971Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10974 Makefile after running symlink-tree, then run `make distclean' to
10975 avoid clobbering any generated files in srcdir.
10976
10977Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10978
10979 * configure.in (m68k-*-netbsd*): Build everything now.
10980
10981Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10982
10983 * Makefile.in (taz): Fix quoting.
10984
10985Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10986
10987 * configure.in (sparclet-*-*): Build everything now.
10988
10989Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10990
10991 * configure.in (m68k-*-linux*): New host.
10992
10993Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10994
10995 * configure: Check for bison before byacc.
10996
10997Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10998
10999 * Makefile.in configure: Change the way LEX and BISON/YACC are
11000 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11001 searching PATH. These are used as fallbacks by Makefile.in if
11002 flex/bison/byacc aren't in objdir.
11003
11004Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11005
11006 * Makefile.in: Make everything which depends upon all-bfd also
11007 depend upon all-opcodes, in case --with-commonbfdlib is used.
11008
11009Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11010
11011 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11012 building NT native compilers on Unix.
11013
11014Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11015
11016 * configure.in: Don't get CC from the host Makefile fragment if we
11017 can find gcc in PATH, or if this is a Canadian Cross. Move the
11018 Solaris test for /usr/ucb/cc to the post target script, just after
11019 the compiler sanity test.
11020
11021Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11022
11023 * config.sub: Merge with FSF.
11024
11025Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11026
11027 * Makefile.in (RPATH_ENVVAR): New variable.
11028 (REALLY_SET_LIB_PATH): Use it.
11029 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11030
11031Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11032
11033 * config.sub, configure.in: Recognize sparclet cpu.
11034
11035Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11036
11037 * config.guess: Support m68k-cbm-sysv4.
11038
11039Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11040
11041 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11042 m68k-unknown-linuxaout from linker help string. Put quotes around
11043 $ld_help_string.
11044
11045Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11046
11047 * config.guess (powerpc-harris-powerunix): Add guess for port
11048 to new target.
11049
11050Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11051
11052 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11053
11054Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11055
11056 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11057 $(REALLY_SET_LIB_PATH) in Makefile.
11058 * Makefile.in (SET_LIB_PATH): New variable.
11059 (REALLY_SET_LIB_PATH): New variable.
11060 ($(DO_X)): Use $(SET_LIB_PATH).
11061 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11062 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11063 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11064 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11065 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11066 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11067 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11068 (install-dosrel): Likewise.
11069 (all-opcodes): Depend upon all-libiberty.
11070
11071Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11072
11073 * config.guess (*:CYGWIN*): New
11074
11075Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11076
11077 * Makefile.in (all-target-winsup): All all-target-libiberty.
11078
11079Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11080
11081 * configure.in (noconfigdirs): Add missing # in front of comment.
11082
11083Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11084
11085 * configure.in: add second pass to things added to noconfigdirs
11086 so *-gm-magic can exclude libgloss properly.
11087
11088Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11089
11090 * mpw-configure (extralibs_name, rez_name): Set correctly
11091 for MWC68K compiler.
11092
11093 * mpw-README: Add more info on the necessary build tools.
11094
11095Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11096
11097 * configure.in, config.sub: Recognize cygwin32.
11098
11099Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11100
11101 * config.guess, config.sub: Recognize A/UX.
11102
11103Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11104
11105 * config.sub: Merge with gcc/config.sub.
11106
11107Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11108
11109 * mpw-build.in (do-binutils): Add build of stamps.
11110
11111Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11112
11113 * config.sub: Add recognition for mips64vr4100*-* targets.
11114
11115Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11116
11117 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11118 Add creation of gconfigargs with `--enable-shared' turned on.
11119 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11120 ($(host)-stamp-stage3-configured): Likewise.
11121 (HOLES): Add chatr and ldd.
11122 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11123
11124Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11125
11126 * configure: Pass --nfp to recursive configures.
11127
11128Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11129
11130 * Makefile.in (DLLTOOL): New.
11131 (DLLTOOL_FOR_TARGET): New.
11132 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11133 (EXTRA_TARGET_FLAGS): Ditto.
11134 (EXTRA_GCC_FLAGS): Ditto.
11135 (CONFIGURE_TARGET_MODULES): Ditto.
11136 (DO_X): Ditto.
11137 * configure: Add DLLTOOL.
11138
11139Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11140
11141 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11142 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11143 mh-sco, since old workarounds no longer needed, and don't
11144 build ld, since libraries have weak symbols in COFF.
11145
11146Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11147
11148 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11149
11150Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11151
11152 * configure.in: Make sure that ${CC} can be used to compile an
11153 executable.
11154
afb8d725
JM
11155Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11156
11157 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11158 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11159 nothing depending on whether gdbtk is being built.
11160
252b5132
RH
11161Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11162
11163 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11164
11165Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11166
11167 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11168 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11169
11170Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11171
11172 * config-ml.in: Add support for
11173 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11174 Simplify setting of multidirs from --disable-foo.
11175
11176Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11177
11178 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11179 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11180 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11181 non-empty, pass them on to the GCC make.
252b5132
RH
11182 (all-bootstrap): New rule that is like all-gcc, except it executes
11183 the GCC bootstrap rule instead of the GCC all rule.
11184
11185Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11186
11187 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11188
11189Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11190
11191 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11192 DG/UX support.
11193
11194Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11195
11196 * config.sub (i*86*) Change [345] to [3456]
11197
11198Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11199
11200 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11201 --with-gnu-ld=no.
11202
11203Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11204
11205 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11206 AIX multilibs get built.
11207
11208Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11209
11210 * configure.in (i386-win32): Don't build expect if we're not
11211 building the tcl subdir.
11212
11213Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11214
11215 * Makefile.in: (configure-target-examples, all-target-examples):
11216 New targets, configure and build example programs.
11217
11218Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11219
11220 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11221 use it as input to sedit the generated MPW makefile.
11222 * mpw-README: Add a suggestion about Gestalt.h.
11223
11224Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11225
11226 * config.sub: Accept *-*-ieee*.
11227
11228Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11229
11230 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11231 Ronald F. Guilmette <rfg@monkeys.com>.
11232
11233Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11234
11235 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11236 for powerpc-pe native.
11237 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11238 (target==powerpc-pe): duplicate i386-win32 entry.
11239
11240Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11241
11242 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11243 of vxworks, not just vxworks5.1.
11244
11245Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11246
11247 * mpw-configure: Add support for exec-prefix.
11248
11249Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11250
11251 * config.guess: Recognize HP model 816 machines as having
11252 a PA1.1 processor.
11253
11254Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11255
11256 * configure: Ignore new autoconf configure options.
11257
252b5132
RH
11258Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11259
11260 * config.guess: Recognize Pentium under SCO.
11261 From Robert Lipe <robertl@arnet.com>.
11262
11263Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11264
11265 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11266
11267Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11268
11269 * configure.in: Don't configure gas for alpha-dec-osf*.
11270
11271Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * configure.in: Default to --with-stabs for some targets for which
11274 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11275 i[345]86*-*-unixware*.
11276
11277Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11278
11279 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11280 rather than basing it on the target. Simplify handling of options
11281 controlling which directories to configure. Remove extraneous
11282 slash in multi-clean target.
11283
11284Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11285
11286 * config-ml.in: Prefix more variables with ml_ so they don't collide
11287 with configure's.
11288
11289Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11290
11291 * configure: Don't turn -v into --v.
11292
11293Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11294
11295 * configure.in (targargs): Fix typo.
11296
11297 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11298
11299Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11300
11301 * configure.in: Strip --host and --target options from
11302 CONFIG_ARGUMENTS, and always configure for --host only. Add
11303 --with-cross-host option when building with a cross-compiler.
11304 * configure: Canonicalize the arguments put into config.status by
11305 always using `=' for an option with an argument. Pass a presumed
11306 --host or --target explicitly.
11307
11308Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11309
11310 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11311 into general OS recognition case.
11312
11313Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11314
11315 * configure.in (target_configdirs): add target-winsup only
11316 for win32 target systems.
11317
11318Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11319
11320 * Makefile.in (all-target-libgloss): Depend upon
11321 configure-target-newlib, since when libgloss is built it looks to
11322 see if the newlib directory exists.
11323
11324Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11325
11326 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11327 cfg-ml-*.in.
11328
11329Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * configure: Handle LD and LD_FOR_TARGET when configuring a
11332 Canadian Cross.
11333
252b5132
RH
11334Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11335
11336 * configure.in (target_libs): add target-winsup.
11337 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11338 (target==ppcle-pe): remove ld from $noconfigdirs.
11339
11340Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11341
11342 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11343 Preserve relative path names in $srcdir. Build symlink tree if
11344 configuring cross target dir and srcdir=. (= no VPATH support).
11345 (configure-target-libg++): Depend on configure-target-librx.
11346 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11347 * config-ml.in: New file.
11348 * symlink-tree: New file.
11349 * configure: Ensure srcdir="." if that's what it is.
11350
11351Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11352
11353 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11354 includes and FLEX_SKELETON setting.
11355 * mpw-configure (--with-gnu-ld): New option, controls whether
11356 to use PPCLink or ld with PowerMac GCC.
11357 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11358 * mpw-config.in: Configure grez if targeting Mac.
11359
11360 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11361 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11362 just macos.
252b5132
RH
11363 * configure.in: Configure grez resource compiler if targeting Mac.
11364 * Makefile.in (all-grez, install-grez): New targets.
11365
11366Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11367
11368 * configure: CXX defaults to gcc, not g++. If we find
35590697 11369 gcc in the path, set CC to gcc -O2.
252b5132
RH
11370
11371Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * configure: Default ${build} correctly. Avoid picking up extra
11374 spaces when reading CC and CXX from Makefile. When doing a
11375 Canadian Cross, use plausible default values for numerous
11376 variables.
11377 * configure.in: When doing a Canadian Cross, don't try to
11378 configure tools whose configure script can't handle it.
11379
11380Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11381
11382 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11383
11384Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11385
11386 * configure: Remove dubious bug reporting address.
11387
11388Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11389
11390 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11391 configure script, run that instead of this directory's configure.
11392 In either case, print a message that we're configuring the sub-dir.
11393
11394Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11395
11396 * configure.in: Before checking for the existence of various files,
11397 use sed to filter out "target-".
11398
11399Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11400
11401 * Makefile.in (DO_X): Split rule to decrease command line length
11402 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11403 (Philippe De Muyter).
11404
11405Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11406
11407 * Makefile.in (all-patch): depend on all-libiberty.
11408
11409Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11410
11411 * configure.in: If the only directory in target_configdirs which
11412 actually exists is libiberty, then set target_configdirs to empty,
11413 to avoid trying to build a target libiberty in a gas or gdb
11414 distribution.
11415
11416Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11417
11418 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11419 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11420 systems.
252b5132
RH
11421
11422Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11423
11424 * configure.in (copy_dirs): Use sys-include instead of include
11425 for --with-headers option.
11426
11427Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11428
11429 * Makefile.in, configure.in: Make winsup builds work with
11430 new scheme.
11431
11432Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11433
11434 * configure.in: Build the linker on AIX.
11435
11436Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11437
11438 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11439 where needed.
11440
11441Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11442
11443 * Makefile.in (all-gcc): Fix typo.
11444
11445Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11446
11447 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11448
11449Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11450
11451 * configure.in: Rename libFOO to target-libFOO, and xiberty
11452 to target-xiberty, to provide more flexibility.
11453 (target_subdir): Define. Create if cross.
11454 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11455 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11456 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11457 check-libFOO -> check-target-libFOO, etc.
11458 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11459 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11460 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11461 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11462 allow ALL_GCC="" to only configure.
11463 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11464 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11465 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11466
11467Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11468
11469 * Makefile.in (taz): Build "info" in etc explicitly.
11470
11471Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11472
11473 * configure.in: Make sure that CC is undefined (as opposed to
11474 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11475 problem with autoconf trying to configure on a host without GCC.
11476
11477Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11478
11479 * mpw-configure: Set host alias from choice of host compiler,
11480 only use generic MPW Makefile sed if present, edit a file
11481 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11482 * mpw-README: Add problem notes about CW6 and CW7.
11483
11484Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11485
11486 * Makefile.in (taz): Use ";" instead of ";;".
11487
11488Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11489
11490 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11491 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11492 DISTDOCDIRS.
11493 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11494 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11495
11496Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11497
11498 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11499 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11500 Move bfd to DISTSTUFFDIRS.
11501
11502Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11503
11504 * Makefile.in (X11_LIB): Removed.
11505 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11506
11507 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11508
11509Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11510
11511 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11512 names.
11513
11514Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11515
11516 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11517
11518Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11519
11520 * configure.in (i[345]86-*-win32): Always build newlib.
11521 Don't configure cvs, autoconf or texinfo.
11522 * Makefile.in (LD_FOR_TARGET): New.
11523 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11524 Pass down LD_FOR_TARGET.
11525
11526Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11527
11528 * winsup: New directory.
11529 * Makefile.in: Build winsup.
11530 * configure.in: Winsup is configured when target is win32.
11531 Can only build win32 target GDB when native.
35590697 11532
252b5132
RH
11533Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11534
11535 * config.guess: Recognize HP model 819 machines as having
11536 a PA 1.1 processor.
11537
11538Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11539
11540 * configure: Fix sed loop which substitutes for CC and CXX to
11541 avoid bug found in various sed implementations.
11542
11543Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11544
11545 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11546 simulator. Use standard powerpc-*-eabi*.
11547
11548Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11549
11550 * configure.in: Stop putting gas and binutils in noconfigdirs for
11551 powerpc-*-aix* and rs6000-*-*.
11552
11553Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11554
11555 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11556 -mcall-aixdesc libraries.
11557
11558Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11559
11560 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11561
11562 * config.sub (arm | armel | armeb): Fix shell syntax.
11563
11564Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11565
11566 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11567 -msoft-float and -mcpu=common support.
11568 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11569 libraries.
11570
11571Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11572
11573 * configure.in: Allow configuration and build of emacs19 for the alpha.
11574
11575Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11576
11577 * configure.in (CC): Get ^CC, not just any old CC, from
11578 ${host_makefile_frag}.
11579
11580Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11581
35590697 11582 * configure.in (CC): Try to get CC from
252b5132
RH
11583 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11584
11585Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11586
11587 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11588 only if it exists in $(srcdir).
11589
11590Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * configure: If CC and CXX are not set in the environment, set
11593 them, based on either an existing Makefile or on searching for gcc
11594 in PATH. Substitute for CC and CXX in Makefile.
11595 * configure.in: Remove libm from target_libs. Separate
11596 target_configdirs from configdirs. If CC is not set in
11597 environment, try to get it from a host Makefile fragment. Rewrite
11598 changes of configdirs to use skipdirs instead. A few minor
11599 tweaks. Take directories out of target_configdirs as they are
11600 taken out of configdirs. Remove existing Makefile files from
11601 subdirectories. Substitute for TARGET_CONFIGDIRS and
11602 CONFIG_ARGUMENTS in Makefile.
11603 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11604 by configure.in.
11605 (CONFIG_ARGUMENTS): Likewise.
11606 (CONFIGURE_TARGET_MODULES): New variable.
11607 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11608 ($(CONFIGURE_TARGET_MODULES)): New target.
11609 (configure-libg++, configure-libio): New targets.
11610 (all-libg++): Depend upon configure-libg++.
11611 (all-libio): Depend upon configure-libio.
11612 (configure-libgloss, all-libgloss): New targets.
11613 (configure-libstdc++): New target.
11614 (all-libstdc++): Depend upon configure-libstdc++.
11615 (configure-librx, all-librx): New targets.
11616 (configure-newlib): New target.
11617 (all-newlib): Depend upon configure-newlib
11618 (configure-xiberty): New target.
11619 (all-xiberty): Depend upon configure-xiberty.
11620
11621Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11622
11623 * configure.in (host i[345]86-*-win32): Expand the
11624 noconfigdirs again.
11625
11626Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11627
11628 * mpw-configure: Fix sed command file name.
11629
11630Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11631
35590697 11632 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11633 noconfigdirs again.
11634
11635Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11636
11637 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11638 or powerpc*-*-pe*, since they are not yet supported.
11639
11640Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11641
11642 Add PowerMac support and many other enhancements.
11643 * mpw-configure: New option --cc to select compiler to use,
11644 paste options set according to --cc into the generated
11645 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11646 if mpw-make.sed is present.
11647 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11648 add forward includes for PowerPC include files.
11649 * mpw-build.in: Build using Makefile.PPC if present.
11650 (do-byacc, etc): Remove separate version resource builds.
11651 (do-gas): Build "stamps" before "all".
11652 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11653 * mpw-README: Update to reflect --cc option, PowerMac support,
11654 and recently-reported compatibility problems.
11655
11656Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11657
11658 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11659 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11660 (--with-multilib-top): Pass to recursive invocations.
11661
11662Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11663
11664 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11665 v810-*-*.
11666
11667Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11668
11669 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11670 gdb, ld and opcodes on v810-*-*.
11671
252b5132
RH
11672Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11675 (local-maintainer-clean): New target.
11676 (maintainer-clean): New target.
11677 (realclean): Just depend upon maintainer-clean.
11678
11679Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11680
11681 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11682
11683Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * configure.in: Build ld in mips*-*-bsd* case.
11686
11687Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11688
11689 * config.sub: Accept -lites* OS. From Ian Dall.
11690
11691Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11692
11693 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11694 targets.
252b5132
RH
11695
11696Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11697
11698 * configure.in: treat i386-win32 canadian cross the same as
11699 i386-go32 canadian cross.
11700
11701Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11702
11703 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11704 running under the simulator to build a reduced set of libraries.
11705 (powerpc-*-eabiaix): Add fine grained multilib support added to
11706 other powerpc targets yesterday.
11707
11708Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11709
11710 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11711 -disable-softfloat, -disable-relocatable, -disable-aix, and
11712 -disable-sysv to control which multilib libraries get built.
11713
11714Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11715
11716 * configure: Add Makefile.tem to list of files to remove in trap
11717 handler.
11718
11719Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11720
11721 * config.guess (*Linux*): Add missing "exit"s.
11722 Also, need specific check for alpha-unknown-linux (uses COFF).
11723
11724Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11725
11726 * config.guess: Merge with FSF:
11727
11728 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11729 * config.guess (AIX4): More robust release numbering discovery.
11730
11731 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11732 * config.guess (i386-sequent-ptx): Properly get version number.
11733
11734 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11735 * config.guess (mips:*:4*:UMIPS): New case.
11736
11737Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11738
11739 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11740 (i386-win32 host): Likewise. Don't build readline.
11741
afb8d725
JM
11742Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11743
11744 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11745 SUPPORT_FILES to submakes.
11746
252b5132
RH
11747Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11748
11749 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11750 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11751 mpw-configure.
11752
11753Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11754
11755 * configure.in (appdirs): Use =, not ==, in test expression when
11756 trying to build the text to print in the warning message for
11757 Solaris users.
11758
11759Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11760
11761 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11762
11763Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11764
11765 * config.guess: Recognize lynx-2.3.
11766
11767Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11768
11769 * config.sub (z8ksim): Deleted
11770 (z8k-*-coff): New, this is the one true name of the target.
11771
11772Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11773
11774 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11775
11776Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11777
11778 * config.guess (*:Linux:*:*): First try asking the linker what the
11779 default object file format is (elf, aout, or coff). Then if this
11780 fails, try previous methods.
11781
11782Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11783
11784 * configure.in: Don't build newlib for *-*-vxworks5.1.
11785
11786Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11787
11788 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11789 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11790
11791Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11792
11793 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11794
11795Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11796
11797 * cfg-ml-com.in: New file.
11798 * cfg-ml-pos.in: New file.
11799
11800Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11801
11802 * COPYING.NEWLIB: Add HP free copyright to list.
11803
11804Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11805
11806 * config.sub: Recognize -eabi* for the system, not just -eabi.
11807
11808Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11809
11810 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11811 * config.sub, configure.in (win32): New target and host.
11812
11813Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11814
11815 * configure.in: Add i386-pe configuration.
11816
11817Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11818
11819 * mpw-build.in (install): Install GDB after LD.
11820
11821Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11822
11823 * mpw-config.in (elf/mips.h): Always forward-include, needed
11824 for GDB to build.
11825
11826Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11827
11828 * testsuite: New directory for customer acceptance and whole tool
11829 chain tests.
11830
11831Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11832
11833 * configure: If per-host line isn't found, but AC_OUTPUT is found
11834 and a configure script exists, run it instead.
11835
11836Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11837
11838 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11839
11840Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11841
11842 * configure: Set build_{cpu,vendor,os,alias} to host values when
11843 --build isn't specified.
11844
11845Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11846
11847 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11848 (FLAGS_TO_PASS): Pass them.
11849 (EXTRA_TARGET_FLAGS): Ditto.
11850
252b5132
RH
11851Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11852
11853 * Makefile.in (all-libg++): Depend on all-libstdc++.
11854
11855Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11856
11857 * configure.in (noconfigdirs): Enable all packages for
11858 i386-unknown-netbsd.
11859
11860Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11861
11862 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11863 hosted builds (DOS builds)
11864
11865Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11866
11867 Changes for ARM based on patches from Richard Earnshaw:
11868 * config.sub: Handle armeb and armel.
11869 * configure.in: Omit arm linker only for riscix.
11870
11871Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11872
11873 * config.guess: Update from FSF.
11874
11875Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11876
11877 * config.sub: Recognize powerpcle as the little endian varient of
11878 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11879 powerpcle variant. Convert pentium into i586, not i486. Add p5
11880 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11881 temporarily.
11882
11883Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11884
11885 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11886
11887Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11888
11889 * config.sub: Accept -lites* as a basic system type.
11890
11891Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11892
11893 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11894 installed, and if so return linuxoldld as the system name.
11895
11896Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11897
11898 * config.guess: Add hppa1.1-hp-lites support.
11899
11900Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11901
11902 * configure.in: Don't build newlib for m68k-vxworks5.1.
11903
11904Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11905
11906 * configure.in (mips-sgi-irix6): Use mh-irix5.
11907
11908Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11909
11910 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11911
11912Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11913
11914 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11915 OSF/1. Fix compiler flags.
252b5132
RH
11916 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11917
11918Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11919
11920 * configure.in: Recognize --with-newlib.
11921 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11922
afb8d725
JM
11923Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11924
11925 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11926 to *_X11_MODULES due to gdbtk needing X include files et al.
11927
252b5132
RH
11928Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11929
11930 Merge in support for Mac MPW as a host.
11931 (Old change descriptions retained for informational value.)
11932
11933 * mpw-config.in: Add generic include forwards for cpu-specific
11934 include files in aout and elf directories.
11935
11936 * mpw-configure: Added copyright.
11937 * mpw-config.in: Check for presence of required build tools.
11938 (target_libs): Add newlib.
11939 (target_tools): Add examples.
11940 (Read Me): Generate as "Read Me for MPW" instead.
11941 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11942 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11943 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11944
11945 * mpw-configure: Remove subdir-specific makefile hackery,
11946 delete mk.tmp after using it.
11947
11948 * mpw-build.in (all): Display start and end times.
11949
11950 * mpw-configure (host_canonical): Set.
11951 (target_cpu): Always add to makefiles.
11952 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11953 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11954 (mpw-mh-mpw): Look for in srcdir and srcroot.
11955 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11956
11957 * mpw-build.in: (install-only): New target.
11958
11959 * mpw-configure (host_alias, target_alias): Rename from hostalias
11960 and targetalias, add into generated Makefile.
11961 (mk.tmp): If present, add into generated Makefile.
11962 * mpw-build.in (all-gas): Build config.h first before gas proper.
11963
11964 * mpw-configure (config.status): Write only if changed.
11965 * mpw-config.in (readline): Configure it (not built, just used for
11966 definitions).
11967
11968 * mpw-config.in (elf/mips.h): Add a forward include.
11969
11970 * mpw-config.in: Forward-include most .h files in include into
11971 extra-include.
11972 (readline): Don't build.
11973 mpw-build.in (install): Install GDB.
11974
11975 * mpw-configure (prefix, mpw_prefix): Handle it.
11976 * mpw-config.in (mmalloc, readline): Don't configure.
11977 * mpw-build.in (thisscript): Rename to ThisScript.
11978 Use mpw-build instead of BuildProgram everywhere.
11979 (mmalloc, readline): Don't build.
11980 * mpw-README: New file, basic documentation about the MPW port.
11981
11982 * mpw-config.in: Use forward-include to create include files.
11983
11984 * mpw-configure: Add more things to the top of each configured
11985 Makefile, including contents of config/mpw-mh-mpw.
11986 * mpw-config.in (extra-include): Create this directory and fill it
11987 with Posix-like include files when configuring.
11988
11989 * config.sub (apple, mac, mpw): Add various aliases.
11990
11991 * mpw-build.in: New file, top-level build script fragment for MPW.
11992 * mpw-configure: New file, configure script for MPW.
11993 * mpw-config.in: New file, config fragment for MPW.
11994
11995Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11996
11997 * configure.in (host_libs): Remove glob, since it is gone from the
11998 sources.
11999
12000Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12001
12002 * Makefile.in: define empty GDB_NLM_DEPS var.
12003
12004 * configure.in(target_makefile_frag): use config/mt-netware
12005 for netware targets.
12006
12007Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12008
12009 * config.sub: Merge in recent FSF changes. Remove linux special
12010 cases.
12011
12012Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12013
4bddf3ad 12014 Revert this change:
252b5132
RH
12015
12016 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12017
12018 * build-all.mk: Use CC=cc -Xs on Solaris.
12019
252b5132
RH
12020Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12021
12022 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12023 stop using it.
12024 * Makefile.in: Nuke all references to glob subdirectory.
12025
12026Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12027
12028 * configure.in: Fix --enable-shared logic in per-host.
12029
12030Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12031
12032 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12033
12034Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12035
12036 * configure.in (noconfigdirs): Don't build gas on AIX, for
12037 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12038
12039Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12040
12041 * configure: Fix --cache-file to work if the file argument is a
12042 relative path.
12043
12044Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12045
12046 * configure: If the --cache-file is used, pass it down to
12047 configure in subdirectories.
12048
12049Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12050
12051 * config.sub: add vxworks29k configuration.
12052
12053Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12054
12055 * Makefile.in (taz): Do "diststuff" part quietly.
12056
12057Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12058
12059 * config.sub: Mini-merge with gcc/config.sub.
12060
12061Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12062
12063 * config.guess (IRIX): Sed - to _.
12064
12065Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12066
12067 * Makefile.in (source-vault, binary-vault): New targets.
12068
12069Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12070
12071 * config.sub: Recognize -eabi as a basic system type.
12072
12073Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12074
12075 * configure.in (enable_shared stuff): Fix typo.
12076
12077Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12078
12079 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12080
12081Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12082
12083 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12084
12085Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12086
12087 * configure.in (rs6000-*-*): Don't build gas.
12088
12089Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12090
12091 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12092 reduce command line length.
12093 (AS_FOR_TARGET): Check for as.new, not Makefile.
12094 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12095
12096Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12097
12098 * config.guess: Merge from FSF.
12099
12100Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12101
12102 * configure: Don't use $ when handling program_suffix.
12103
12104Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12105
12106 * configure.in: Configure tk for hppa/hpux.
12107
12108Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12109
12110 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12111
12112Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12113
12114 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12115 to LIBCXXFLAGS. Tests are better run without it.
12116
12117Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12118
12119 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12120
12121Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12122
12123 * configure.in (*-*-netware*): Don't configure xiberty.
12124
12125Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12126
12127 * configure.in: Remove tk from native_only list.
12128
12129Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12130
12131 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12132 for special NCD build.
12133
12134Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12135
12136 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12137 makeall.bat, they're only useful for binutils snapshots.
12138 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12139 makeall.bat to specified SUPPORT_FILES.
12140
12141Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12142
12143 * build-all.mk: Add Ericsson targets to sun4 and solaris
12144 hosts. Add BNR's sun4 target to solaris host, so their
12145 build-from-source will be tested in-house first.
12146
12147Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12148
12149 * Makefile.in (LIBCFLAGS): New variable.
12150 (CFLAGS_FOR_TARGET): Ditto.
12151 (LIBCFLAGS_FOR_TARGET): Ditto.
12152 (LIBCXXFLAGS): Ditto.
12153 (CXXFLAGS_FOR_TARGET): Ditto.
12154 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12155 (BASE_FLAGS_TO_PASS): Pass them.
12156 (EXTRA_TARGET_FLAGS): Ditto.
12157
4bddf3ad 12158 * configure.in: Support --enable-shared.
252b5132
RH
12159
12160Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12161
12162 * configure.in (target_libs): Include libstdc++ again.
12163 * config.guess: Update from FSF (for FreeBSD).
12164
12165Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12166
12167 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12168 makeall.bat.
12169 (DISTDOCDIRS): Add `etc'.
12170 (ETC_SUPPORT_PFX): New variable.
12171 (taz): Include anything from etc starting with a word in
12172 ETC_SUPPORT_PFX.
12173
12174Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12175
12176 * config.sub: Update for recent FSF changes. Remove obsolete
12177 h8300hds entry. Add -windows* and -osx as basic os. Minor
12178 spacing changes.
12179
12180Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12181
12182 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12183
12184 * config.guess: Merge with FSF.
12185 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12186
12187Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12188
12189 * configure: Since the "trap 0" handler will override the exit
12190 status on many systems, only use it for "exit 1", and make it set
12191 a non-zero exit status; reset it before "exit 0". Also, check
12192 exit status of config.sub, and error out if it failed.
12193
12194Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12195
12196 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12197 and install libgloss.
12198
12199Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12200
12201 * Makefile.in (all-binutils): Depend upon all-byacc.
12202
12203 * configure.in: Don't build emacs on Irix 5.
12204
12205Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12206
12207 * configure.in (*-*-netware*): Add libio.
12208
12209Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12210
12211 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12212 (CHECK_TARGET_MODULES): Ditto.
12213 (INSTALL_TARGET_MODULES): Ditto.
12214 (TARGET_LIBS): Ditto.
12215 (all-libstdc++): Note dependencies.
12216
12217Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12218
12219 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12220
12221Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12222
12223 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12224 -fexternal-templates.
12225
12226 * configure.in (target_libs): Add libstdc++.
12227 (noconfigdirs): Add libstdc++ as appropriate.
12228
12229Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12230
12231 * config.guess: Update from FSF.
12232
12233Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12234
12235 * configure: Use ${config_shell} when running ${configsub}.
12236
12237Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12238
12239 * config.sub: No longer recognize h8300h.
12240
12241Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12242
12243 * config.sub: Remove extraneous differences between config.sub and
12244 gcc/config.sub.
12245
12246Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12247
12248 * Makefile.in (DISTSTUFFDIRS): Add gas.
12249
12250Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12251
12252 * COPYING.NEWLIB: New file.
12253
12254Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12255
12256 * config.guess (HP-UX): Patch from Harlan Stenn
12257 <harlan@landmark.com> to also emit release level.
12258
12259Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12260
12261 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12262
12263Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12264
12265 * config.sub: Merge nextstep cleanup from FSF.
12266
12267Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12268
12269 * configure.in (arm-*-*): Don't configure ld for this target.
12270
12271Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12272
12273 * configure.in (*-*-netware): don't configure libg++, libio,
12274 librx, or newlib.
12275
12276Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12277
12278 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12279 configure ld--it works, but it doesn't support shared libraries.
12280
12281Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12282
12283 * config.guess (*-unknown-freebsd*): Get rid of possible
12284 trailing "(Release)" in version string.
12285 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12286
12287Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12288
12289 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12290 Fix type: *-next-neststep -> *-next-nextstep.
12291
12292 * config.guess: Merge from FSF:
12293
12294 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12295
12296 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12297
12298 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12299
12300 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12301 instead of UNIX_SV for UnixWare 1.0).
12302
12303Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12304
12305 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12306 to make gdb/nlm/* build after the compiler and linker.
12307
12308Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12309
12310 * config.guess (netbsd, freebsd, linux): Accept any machine,
12311 not just i[34]86.
12312 (m68k-atari-sysv4): Relocate to match FSF version.
12313
12314 * config.guess: More merges from the FSF:
12315
12316 Add a space before function call or macro invocation.
12317
12318 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12319
12320 * config.guess: Add trap cmd to remove dummy.c and dummy when
12321 interrupted.
12322
12323 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12324
12325 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12326 (dummy): Redirect stderr from compilation of dummy.c.
12327
12328 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12329
12330 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12331
12332Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12333
12334 * configure: Accept and ignore --cache*, for compatibility with
12335 new autoconf.
12336
12337Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12338
12339 * config.guess: Merge from FSF:
12340
12341 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12342
12343 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12344 (PATH): Add /.attbin at end for finding uname.
12345 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12346
12347 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12348
80413487 12349 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12350
12351 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12352
80413487
RH
12353 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12354 to select whether to use ELF or COFF.
252b5132
RH
12355
12356 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12357
80413487 12358 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12359
12360 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12361
12362 * config.guess: Guess the OS version for HPUX.
12363
12364 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12365
12366 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12367
12368Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12369
12370 * configure.in: Recognize --with-headers, --with-libs, and
12371 --without-newlib.
12372 * Makefile.in (all-xiberty): Depend upon all-ld.
12373
12374Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12375
12376 * configure.in: Change i[34]86 to i[345]86.
12377
12378Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12379
12380 * configure (version): A few more tweaks to help message.
12381
12382Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12383
12384 * Makefile.in: Remove (for now) librx as a host library,
12385 now that we're building it for target.
12386
12387Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12388
12389 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12390 (Karl Berry).
12391
12392Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12393
12394 * configure.in: Also configure librx.
12395
12396Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12397
12398 * Makefile.in: Update various rules to reflect that librx
12399 is now needed for libg++.
12400
12401Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12402
12403 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12404
12405Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12406
12407 * configure.in: Configure the examples directory.
12408
12409Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12410
12411 * configure: Simplify Jun 2 1994 change.
12412
12413Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12414
12415 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12416 /bin/gcc isn't good enough to build gcc.
12417
12418Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12419
12420 * Makefile.in (GDB_SUPPORT_FILES): Remove
12421 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12422 (gdb.tar.gz): Add new rule to use standard distribution building
12423 mechanism.
12424
12425Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12426
12427 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12428 Bill Cox <bill@cygnus.com>.
12429
12430Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12431
12432 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12433
12434Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12435
12436 * configure: Search current dir first in .gdbinit.
12437
12438Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12439
12440 * config.sub: Recognize freebsd (merged from gcc config.sub).
12441
12442Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12443
12444 * config.sub: Refer to NeXT's operating system as nextstep.
12445
12446 * config.sub (case $basic_machine): Re-order the cases, to match
12447 the order in the FSF version (which is mostly alphabethical).
12448 Merge in some additions and changes from the FSF.
12449
12450Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12451
12452 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12453 * config.sub: Recognize cxux7.
12454 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12455
12456Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12457
12458 * config.sub: Fix typo powerpc -> powerpc-*.
12459
12460Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12461
12462 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12463
12464 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12465 parallel with all-emacs and install-emacs). Top-level command
12466 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12467
12468Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12469
12470 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12471 $(relbindir)/make before doing ``make install'', and use
12472 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12473 installing over running make binary.
12474 ($(host)-stamp-stage3-installed): Likewise.
12475
12476Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12477
12478 * config.guess: Recognize Mach.
12479
12480Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12481
12482 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12483 see whether --exec-prefix was used.
12484
12485Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12486
12487 * README: Explicitly mention libg++/README. (Zoo's idea.)
12488
12489Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12490
12491 * Makefile.in: Add all-librx target similar to all-libproc.
12492
12493Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12494
12495 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12496 with post 1.2 uname bogosity.
12497
12498Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12499
12500 * configure: Remove temporary files on receipt of a signal.
12501
12502Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12503
12504 * configure: If there is a package_makefile_frag, remove
12505 ${subdir}/Makefile.tem after copying it in.
12506
12507Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12508
12509 * build_all.mk: support rs6000 lynx identifies itself as
12510 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12511 since /bin/gcc is too feeble to compile a modern gcc.
12512
12513Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12514
12515 * brought devo/test-build.mk update-to-date with progressive/
12516 test-build.mk. Add lynx targets and hppa flag info.
12517
12518Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12519
12520 * configure.in: Use mh-ncrsvr43. Patch from
12521 Tom McConnell <tmcconne@sedona.intel.com>.
12522
12523Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12524
12525 * config.guess (i386-unknown-bsdi): No longer need to
12526 check #if defined(__bsdi__) && defined(__i386__).
12527
12528Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12529
12530 * configure: Set program_transform_nameoption correctly.
12531
12532Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12533
12534 * brought build-all.mk update-to-date with progressive build-all.mk,
12535 added new targets and hppa info.
35590697 12536
252b5132
RH
12537Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12538
12539 * configure: If config.guess result is a prefix of the user
12540 specified target, assume a native build and use the user specified
12541 target as the host alias. Remove SunOS patch suffix removal hack.
12542 * configure.in: Remove SunOS patch suffix removal hack.
12543
12544 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12545 in NATIVE_CHECK_MODULES.
12546
12547Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12548
12549 * Makefile.in: Rename HOST_ONLY to NATIVE.
12550 * configure: Delete SunOs patch suffix from host_canonical
12551 and build_canonical variables that are prepended to Makefiles.
12552 * configure.in: Add comments for easier maintenance.
12553
12554Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12555
12556 * Makefile.in: Add all-libproc target similar to all-gui.
12557
12558Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12559
12560 * Makefile.in (CHECK_MODULES): split into
12561 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12562
12563Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12564
12565 * config.guess (i386-unknown-bsdi): New system to guess.
12566
12567Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12568
12569 * Makefile.in: Add all-gui target (but not yet build by "all").
12570
12571Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12572
12573 * config.sub: Move deletion of patch suffix from here...
12574 * configure.in: To here, at Ian's suggestion. The top-
12575 level scripts might need to know of a patch level.
12576
12577Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12578
12579 * config.sub: Strip off patch suffix so rtl is recognized
12580 as a sunos4.1.3 machine, even though it's been patched.
12581
12582Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12583
12584 * Makefile.in (INSTALL_LAST): Delete.
12585 (INSTALL_DOSREL): New.
12586
12587Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12588
12589 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12590 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12591 whether we pass down --with-gnu-ld anyhow.
12592
12593Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12594
12595 * Makefile.in (INSTALL_LAST): Change operation so it works
12596 on more flavors of make.
12597 * configure.in (go32): Don't build libg++ or libio.
12598
12599Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12600
12601 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12602 they can be overriden by templates.
12603
12604Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12605
12606 * configure.in (target==go32): Don't build gdb.
12607 * dosrel: New directory.
12608
12609Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12610
12611 * configure.in (host==go32): Configure dosrel too.
12612 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12613 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12614 be set by incoming names or templates.
12615 (INSTALL_LAST): New rule.
252b5132
RH
12616
12617Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12618
12619 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12620
12621Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12622
252b5132
RH
12623 * configure.in (appdirs): New variable. Currently empty, but will
12624 be used in gas distribution. If nonempty, lists a set of
12625 directories at least one of which must get configured, or top
12626 level configuration is considered to have failed.
12627 (rs6000-*-lynxos*): Use new file name.
12628
12629Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12630
12631 Eliminate XTRAFLAGS.
12632 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12633 newlib include files using -idirafter, and also use -nostdinc.
12634 (CXX_FOR_TARGET): Likewise.
12635 (XTRAFLAGS): Removed.
12636 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12637 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12638 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12639 ($(DO_X)): Don't pass down XTRAFLAGS.
12640
12641Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12642
12643 * configure.in (mips*-dec-bsd*): New target; do build linker.
12644 (mips*-*-bsd*): New target; don't build linker.
12645
12646Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12647
12648 * configure.in: support rs6000-*-lynxos* configuration.
12649 support sunos4 as a cross target.
12650
12651 * config.sub: look for lynx*, not lynx since the OS version may
12652 legitimately be part of the name.
12653
12654Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12655
12656 * configure.in (i[34]86-*-sco*): Move to be with other i386
12657 targets.
12658 (romp-*-*): New target. Skip various binary utilities.
12659 (vax-*-*): New target. Don't build newlib.
12660 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12661
12662Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12663
12664 * configure.in: Only set host_makefile_frag if config
12665 directory exists.
12666
12667Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12668
12669 * install.sh: If $dstdir exists, don't check whether each
12670 component does.
12671
12672Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12673
12674 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12675
12676Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12677
35590697
AJ
12678 * configure.in (*-*-lynxos*): Don't configure newlib for either
12679 native or cross Lynx.
252b5132
RH
12680
12681Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12682
12683 * config.sub (sparc64-elf): Fix os.
12684 (z8k): Remove duplicate.
12685
12686Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12687
12688 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12689 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12690
12691Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12692
12693 * configure: Make file links cleanly even if Lynx fails on
80413487 12694 an NFS symlink (at least fail cleanly).
252b5132
RH
12695
12696Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12697
12698 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12699 -XNh2000.
12700
12701Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12702
12703 * configure: Unknown options are fatal again.
12704
12705Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12706
12707 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12708 compatibility.
252b5132
RH
12709
12710Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12711
12712 * build-all.mk: Add `clean' target.
12713
12714Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12715
12716 * config.guess: Add SINIX support.
12717 * configure.in: Add mips-*-sysv4* support.
12718
12719Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12720
12721 * build-all.mk: Document all useful targets.
12722 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12723 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12724
12725Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12726
12727 * configure: Support --silent, --quiet.
12728
12729Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12730
12731 * configure: Support --disable-FEATURE.
12732
12733Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12734
12735 * config.guess: Recognize NCR running SVR4.3.
12736
12737Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12738
12739 * config.guess: Make BSDI generate i386-unknown-bsd386.
12740 Patch from Paul Eggert <eggert@twinsun.com>.
12741
12742Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12743
12744 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12745
12746Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12747
12748 * configure: Make unrecognized options give nonfatal warnings
12749 instead of fatal errors, and pass them to any subdirectory
12750 configures in case they recognize them.
12751 Make --x equivalent to --with-x.
12752
12753Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12754
12755 * configure: Add --enable-* options. Clean up usage message and
12756 some comments.
12757
12758Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12759
12760 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12761
12762Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12763
12764 * configure.in (hppa*-*-*): Enable binutils.
12765
12766Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12767
12768 * config.sub: Recognize cisco.
12769
12770Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12771
12772 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12773
12774Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12775
12776 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12777 than one configuration name. Add comment.
12778
12779Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12780
12781 * config.guess: about target *-hitachi-hiuxwe2, fixed
12782 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12783 macro is incorrect.]
12784
12785Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12786
12787 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12788 than the "make ls" stuff which used to be here.
12789
12790Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12791
12792 * config.guess: Recognize i[34]86-unknown-freebsd.
12793 From Shawn M Carey <smcarey@rodan.syr.edu>.
12794
12795Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12796
12797 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12798
12799Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12800
12801 * config.guess: Check for ptx.
12802
12803Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12804
12805 * config.sub: Add os9k checking.
12806
12807Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12808
12809 * config.guess: Handle OSF1 running on HPPA processors
12810
12811Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12812
12813 * configure: If subdir configure fails, print out a message with
12814 subdirectory name, in case subdir's configure code didn't identify
12815 itself.
12816
12817Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12818
12819 * configure.in: Remove embedded newlines from configdirs.
12820 Avoid mismatches of substrings. Fix matching strings at end
12821 of configdirs.
12822
12823Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12824
12825 * config.guess: Add Lynx/rs6000 config support.
12826
12827Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12828
12829 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12830
12831Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12832
12833 * configure.in (hppa*-*-osf*): Treat this just like most other
12834 PA configurations (eg no binutils or ld).
12835 (hppa*-*-*elf*): These configurations have binutils and ld.
12836
12837Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12838
12839 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12840
12841Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12842
12843 * configure.in (rs6000-*-*): Build gas.
12844
12845Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12846
80413487 12847 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12848
12849Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12850
12851 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12852 for GDB and GDB has been fixed to not need it.
12853
252b5132
RH
12854Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12855
12856 * config.guess: Recognize vax hosts.
12857
12858Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12859
12860 * configure (while loop): Don't use "break 2" inside case
12861 statement -- the case statement isn't an enclosing loop.
12862
12863Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12864
12865 * config.guess: Clean up NeXT support, to allow nextstep
12866 on Intel machines. Make OS be nextstep.
12867
12868Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12869
12870 * config.guess: Add alternate forms for Convex.
12871
12872Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12873
12874 * configure: Completely rewrite option processing. Take
12875 advantage of pattern-matching to avoid invoking test frequently.
12876 Also clean up host and target defaulting logic.
12877
12878Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12879
12880 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12881 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12882 commands (plus user environment) will fit SCO limits.
12883
12884Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12885
12886 * configure.in: Don't issue warnings about directories which are
12887 not being configured if -norecursion is set. Correct test for
12888 --with-gnu-as and --with-gnu-ld to not get confused by substring
12889 matches.
12890
12891 * configure.in: Don't build gas for alpha-dec-osf1*.
12892
12893Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12894
12895 * configure: Back out Per's change of 12/19/1993. It changes the
12896 behavior of configure in unexpected and confusing ways.
12897
12898 Also, use different delim char when calculating
12899 program_transform_name so that the name can contain slashes.
12900
12901Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12902
12903 * configure.in, config.sub: Add support for VSTa micro-kernel.
12904
12905Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12906
12907 * configure.in: Nuke hacks which were used to get a special
12908 version of GAS for HPPA configurations.
12909
12910Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12911
12912 * configure: If only ${target_alias} is given, use that
12913 as the default for ${host_alias}.
12914 * configure: Add missing back-slashes before nested quotes.
12915
12916Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12917
12918 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12919
12920Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12921
12922 * config.guess: Recognize some Tektronix configurations.
12923 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12924
12925Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12926
12927 * config.sub: Match any flavor of SH.
12928
12929Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12930
12931 * configure.in: Don't try to configure newlib for Alpha.
12932
12933Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12934
12935 * configure.in: Don't build ld for Irix 5. Don't build gas,
12936 libg++ or libio for any Alpha target.
12937
12938 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12939
12940Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12941
12942 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12943 default arguments -- so it tried to compress itself.
12944
12945Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12946
12947 * configure.in (notsupp): ensure that a space is always at the end
12948 of the configdirs list, since the grep checks for an explicit space
12949
12950Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12951
12952 * configure.in (target i386-sysv4.2): don't build ld, since static
12953 versions of many libraries are not available.
12954
12955Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12956
12957 * config.guess: Recognize Apollos (using environment variables).
12958 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12959
12960Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12961
12962 * config.guess: Recognize Sony news mips running newsos.
12963
12964Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12965
12966 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12967 "fi ; else" for bash.
12968
12969Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12970
12971 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12972
12973Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12974
12975 * config.sub: accept unixware as an alias for svr4.2.
12976 Fix some inconsistancies with the gcc version.
12977
12978Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12979
12980 * Makefile.in (DISTDOCDIRS): Add gdb.
12981
12982Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12983
12984 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12985
12986Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12987
12988 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12989 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12990 this now.
12991
12992Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * config.sub: Accept hiux* as an OS name.
12995
12996 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12997 etc/make-stds.texi. The underscore came from gcc, and dje now
12998 agrees that RUNTESTFLAGS is the correct name.
12999
13000Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13001
13002 * install.sh: Remove 'set -e'. It makes any conditionals
13003 in the script useless.
13004
13005 * config.guess: Automatically recognize arm-acorn-riscix
13006 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13007
13008Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13009
13010 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13011
13012Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13013
13014 * Makefile.in (DISTDOCDIRS): New variable.
13015 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13016 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13017
13018Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13019
13020 * configure.in (hppa target): check the source directory for the
13021 pagas sub-directory
13022
13023Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13024
13025 * config.sub: Allow -aout* and -elf*.
13026
13027Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13028
13029 * configure.in: Don't build ld on i386-solaris2, same as for
13030 sparc-solaris2.
13031
13032Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13033
13034 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13035
13036Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13037
13038 * configure.in: Configure gdb for alpha.
13039
13040Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13041
13042 * Makefile.in (CXXFLAGS): Add -O.
13043
13044Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13045
13046 * config.guess: added support for DG Aviion
13047
13048Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13049
13050 * configure.in: Produce warning message for subdirectories not
13051 configurable for this host/target combination. Don't try to
13052 configure gdb for vms.
13053
13054Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13055
13056 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13057 appropriate files before making "diststuff".
13058 (DISTBISONFILES): New var: list of files to be edited.
13059 (DISTSTUFFDIRS): Add binutils.
13060
13061Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13062
13063 * config.sub: also handle mipsel and mips64el (for little endian mips)
13064
13065Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13066
13067 * configure.in: Add * to end of all OS names.
13068
13069Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13070
13071 * configure.in: Build newlib for LynxOS native.
13072
13073Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13074
13075 * config.guess: Add support for delta 88k running SVR3.
13076
13077 * configure.in: Add comment about HP compiler vs. emacs.
13078
13079Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13080
13081 * configure.in: don't build ld on solaris2 (not a viable option
13082 due to bugs in getpwnam & getpwuid)
13083
13084Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13085
13086 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13087 config.guess will produce a full version number.
13088
13089Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13090
13091 * configure.in: Build linker and binutils for alpha-dec-osf1.
13092
13093Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13094
13095 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13096 and gdb/testsuite/Makefile.in.
13097
13098Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13099
13100 * configure.in: recognize mips*- instead of mips-
13101
13102Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13103
13104 * config.sub: Accept linux*coff and linux*elf as operating
13105 systems.
13106
13107Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13108
13109 * config.sub: Recognize mips64, and mips3 as an alias for it.
13110
13111Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13112
13113 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13114 gdb knows how to handle OSF/1 shared libraries.
13115
13116Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13119 * config.guess: Recognize Hitachi's HIUX.
13120 * config.sub: Recognize h3050r* and hppahitachi.
13121 Remove redundant cases for hp9k[23]*.
13122
13123Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13124
13125 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13126 if gas and ld are in the source tree and are in ${configdirs}.
13127 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13128 --with options (but still pass them down on the command line,
252b5132
RH
13129 if they were explicitly specified).
13130
13131Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13132
13133 * configure: substitute SHELL value in Makefile.in with
13134 ${CONFIG_SHELL}
13135
13136Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13137
13138 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13139 *-*-solaris2* targets.
13140
13141Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13142
13143 * Makefile.in: define M4, and pass it down to sub-makes;
13144 all-autoconf now depends on all-m4
13145
13146Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13147
13148 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13149 presence of {ar,ranlib} instead of a configured directory
13150
13151Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13152
13153 * config.guess: Accept 34?? as well as 33?? for NCR.
13154
13155Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13156
13157 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13158 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13159
13160Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13161
13162 * configure: grab values for $(CC) and $(CXX) from the
13163 environment, so that someone can do "CC=gcc configure; make" and
13164 have it work right (matching the way that autoconf works now)
13165
13166 * configure.in, Makefile.in: add support for gash, the tcl
13167 interface to Galaxy
13168
13169 * config.guess: add NetBSD variants (hp300, x86)
13170
13171Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13172
13173 * install.sh: Support -d option (in the manner of SunOS 4 install,
13174 as it is more deterministic than that of GNU install)
13175 (chmodcmd): Set file to mode 755 by default (should also do default
13176 chgrp and chown, but I don't feel like dealing with that now)
13177
13178Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13179
13180 * config.sub: Remove h8300hhms alias.
13181
13182Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13183
13184 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13185
13186Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13187
13188 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13189 as stmp-fixinc
13190
13191Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13192
13193 * config.sub: recognize m88110-bug-coff.
13194
13195Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13196
13197 * Makefile.in (all-libio): all dependencies on the toolchain used
13198 to build this (gcc, gas, ld, etc)
13199
13200Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13201
13202 * config.guess: Deal with OSF/1 1.3 on alpha.
13203
13204Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13205
13206 * install.sh: add some 'else true' clauses for portability
13207
13208 * configure.in: don't build libio for h8[35]00-*-* targets
13209
13210Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13211
13212 * Makefile.in: Add support for new libio.
13213
13214Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13215
13216 * install.sh: If one command fails, don't try the rest. Don't try
13217 to remove $dsttmp (via trap) unless we have already created it.
13218 If $src doesn't exist, detect it and exit with an error.
13219
13220 * config.guess: Recognize BSD on hp300.
13221
13222Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13223
13224 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13225 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13226
13227Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13228
13229 * Makefile.in (all-send-pr): depends on all-prms
13230
13231Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13232
13233 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13234
13235Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13236
13237 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13238 Added test for mips-mips-riscos5.
13239
13240Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13241
13242 * configure.in: use mh-hp300 for 68k HP hosts
13243
13244Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13245
13246 * configure: add support for CONFIG_SHELL, so that you can use
13247 some alternate shell for evaluating configure scripts
13248
13249Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13250
13251 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13252 in configure script to bug-gdb@prep.ai.mit.edu when building
13253 distribution archive.
13254 * Makefile.in (COMPRESS): Remove def.
13255 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13256 gdb.tar.Z and make-gdb.tar.Z respectively.
13257 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13258 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13259 to convergence with 'taz' target in Makefile.in.
13260
13261Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13262
13263 * install.sh (dsttmp): use trap to ensure that tmp files go
13264 away on error conditions
13265
13266Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13267
13268 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13269
13270Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13271
13272 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13273 its parent is '/' not ''.
13274
13275 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13276
13277Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13278
13279 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13280 that ${newsrcdir}/configure.in does.
13281
13282Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13283
13284 * test-build.mk: support for CONFIG_SHELL
13285
13286Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13287
13288 * config.sub (netware): Add as a basic system type.
13289
13290Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13291
13292 * Makefile.in (Makefile): depend on configure.in. Also drop the
13293 $(srcdir)/ from the dependency on Makefile.in.
13294
13295Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13296
13297 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13298 (h8300hhms is temporary until multi-libraries are implemented).
13299 * configure.in: Handle h8300h too.
13300
13301Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13302
13303 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13304
13305Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13306
13307 * configure: Remove extraneous output when guessing host type.
13308 * config.guess: Remove extraneous output when guessing using C
13309 compiler rather than uname, or when guessing fails.
13310
13311Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13312
13313 * Makefile.in: remove all.cross and install.cross targets
13314
13315 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13316 definitions
13317
13318Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13319
13320 * configure.in (target sh): Build gprof.
13321
13322Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13323
13324 * config.sub: change -solaris to -solaris2
13325
13326Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13327
13328 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13329
13330Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13331
13332 * configure: Correct error message for missing Makefile.in to
13333 print correct directory.
13334
13335Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13336
13337 * install.sh: kludge around 386BSD shell bug
13338
13339Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13340
13341 * config.guess: Recognize NeXT.
13342 * config.guess: Recognize i486-ncr-sysv4.
13343 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13344
13345Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13346
13347 * Makefile.in (MAKEINFOFLAGS): New variable.
13348 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13349 * build-all.mk, test-build.mk: Pass down --no-split as
13350 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13351
13352Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13353
13354 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13355
13356Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13357
13358 * Makefile.in (libg++.tar.z): New rule.
13359 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13360 * Makefile.in (taz): Only do a single chmod.
13361
13362Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13363
13364 * install.sh: don't use dirname anymore (replaced with sed usage)
13365
13366Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13367
13368 * Makefile.in: Change extension for gzip'd files from '.z' to
13369 '.gz' per new FSF standard usage.
13370
13371Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13372
13373 * configure: put quotes around the final value of program_transform_name
13374
13375Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13376
13377 * Makefile.in: new install.sh support; update install-info rules
13378
13379Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13380
13381 * configure.in: Build diff for crosses, but not for go32 host.
13382
13383 * configure.in: Build gprof only for native, and don't build it
13384 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13385
13386Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13387
13388 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13389
13390Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13391
13392 * configure.in (host_tools): Add prms.
13393
13394Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13395
13396 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13397 with $(FLAGS_TO_PASS) on the command line
13398
13399 * config.sub: Recognize lynx and lynxos
13400
13401Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13402
13403 * config.sub: Accept -ecoff*, not just -ecoff.
13404
13405Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13406
13407 * Makefile.in (taz): Use .gz suffix instead of .z.
13408 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13409 names.
13410
13411Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13412
13413 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13414
13415Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13416
13417 * Makefile.in (install-no-fixedincludes): install gcc last, so
13418 that rebuilds that might happen during 'make install' don't get
13419 bogus gcc include files
13420
13421Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13422
13423 Change from Utah for HPPA support:
13424 * config.guess: Recognize hppa1.x-hp-bsd.
13425
13426Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13427
13428 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13429 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13430
13431Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13432
13433 * config.sub: Add support for rom68k and bug boot monitors.
13434
13435Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13436
13437 * Makefile.in: Make all-opcodes depend on all-bfd.
13438
13439Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13440
13441 * config.guess: Added special check for i[34]86-univel-sysv4*.
13442
13443Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13444
13445 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13446 the processor rather than assuming i486.
13447
13448Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13449
13450 * config.guess: Recognize SunOS6 as Solaris3.
13451
13452Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13453
13454 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13455 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13456
13457Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13458
13459 * build-all.mk (all-cross): New target for Canadian Cross.
13460 Added Q2 go32 targets.
13461 * test-build.mk: Configure go32 cross sparclite-aout and
13462 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13463 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13464
13465Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13466
13467 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13468 GO32 hosted toolchains
13469
13470Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13471
13472 * configure: change so "-exec-prefix" gets passed down rather
13473 than "-exec_prefix" so autoconf generated Makefiles get the
13474 exec_prefix set right.
13475
13476Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13477
13478 * config.guess: get the Solaris2 minor version number
13479
13480 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13481
13482Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13483
13484 * config.guess: Recognize some Sequent platforms.
13485
13486Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13487
13488 * Makefile.in: added the vault-install target
13489
13490 * configure.in: actually use the Sun3 makefile fragment that's in
13491 config, also added the release dir to configdirs
13492
13493Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13494
13495 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13496
13497Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13498
13499 * configure.in: remove some program from Alpha targetted toolchains
13500
13501Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13502
13503 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13504 gprof.
13505 (taz): Run "make diststuff" in those directories instead of "make
13506 proto-dir". Look for "VERSION=" only at start of line in subdir
13507 Makefile. Use "gzip -9" for compression.
13508 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13509 (binutils.tar.z): New target.
13510
13511Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13512
13513 * Makefile.in (taz): Include gpl.texinfo.
13514
13515Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13516
13517 * Makefile.in (setup-dirs): Merged into "taz" target.
13518 (taz): Only do `proto-dir' stuff if a directory is actually needed
13519 for this target.
13520
13521Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13522
13523 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13524 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13525 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13526 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13527 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13528
13529Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13530
13531 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13532 config.sub, and move-if-change to gdb testsuite distribution
13533 archive, so the testsuite can be extracted, configured, and
13534 run separately from the gdb distribution. Blow away the Chill
13535 tests that require a Chill compiled executable, since GNU Chill
13536 is not yet publically available.
13537
13538Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13539
13540 * test-build.mk: set environment variables in a single command,
13541 instead of a list of assignments and exports
13542
13543 * config.guess: recognize Alpha/OSF1 systems
13544
13545Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13546
13547 * configure: Change help message to prefer --options rather than
13548 -options.
13549
13550Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13551
13552 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13553 zippy@ecst.csuchico.edu.
13554 * config.guess: Recognize miniframe.
13555
13556Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13557
9eb322aa
MF
13558 * Makefile.in: Use srcroot to find runtest rather than rootme.
13559 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13560
13561Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13562
13563 * test-build.mk: Extensive additions to support building on a
13564 machine other than the host.
13565
13566Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13567
13568 * configure (tooldir): Fix for i386-aix again.
13569
13570Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13571
13572 * configure, Makefile.in: Change definition of $(tooldir)
13573 to match the FSF.
13574
13575Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13576
13577 * config.guess: Recognize i[34]86/SVR4.
13578
13579Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13580
13581 * Makefile.in (all-gdb): gdb depends on sim.
13582
13583Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13584
13585 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13586 at the same time we make the prototype gdb directory.
13587 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13588 files at the same time as the gdb base release distribution.
13589
13590Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13591
13592 * Makefile.in (check): Use individual check targets rather than
13593 DO_X rule.
13594 (check-gcc): Added.
13595
13596Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13597
13598 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13599 for System V release 3.2.
13600
13601Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13602
13603 * config.sub: Recognize hppaosf.
13604 * configure.in: Do configure ld/binutils/gas for it.
13605
13606Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13607
13608 * configure (tooldir): Alter syntax used to set this, for systems
13609 where "\$" isn't handled right, like i386-aix.
13610
13611Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13612
13613 * configure: Pass program-transform-name, not
13614 program_transform_name, to recursive configures.
13615
13616Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13617
13618 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13619 of gas+ld+binutils.
13620
13621Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13622
13623 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13624
13625Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13626
13627 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13628
252b5132
RH
13629Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13630
13631 * Makefile.in (PRMS): Set back to all-prms.
13632
13633Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13634
13635 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13636 targets, rather than for MIPS hosts.
13637
13638Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13639
13640 * configure.in: add comment for --with-x default values
13641
13642 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13643
13644 * Makefile.in: add check-* targets for each of the directories in
13645 the tree. Add a definition of RUNTEST that will use the one we
13646 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13647
13648Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13649
13650 * configure.in: Removed obsolete references to bfd_target and
13651 target_makefile_frag.
13652
13653 * build-all.mk: Set assorted targets for Q2.
13654 * config.sub: Recognize z8k-sim and h8300-hms.
13655 * test-build.mk: Really don't pass host to configure.
13656 (HOLES): Added uname.
13657
13658Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13659
13660 * configure: Handle an empty program-prefix, program-suffix or
13661 program-transform-name correctly.
13662
13663Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13664
13665 * build-all.mk: -G 8 no longer required for MIPS targets.
13666 * test-build.mk: Don't pass host argument to configure; make it
13667 guess.
13668
13669Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13670
13671 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13672 * Makefile.in (COMPRESS): New macro, like GZIP.
13673
13674Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13675
13676 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13677
13678 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13679 with gas currently defaults to -G 0.
13680
13681Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13682
13683 * Makefile.in (all-flex): flex depends on byacc.
13684
13685 * build-all.mk: If host not specified, use config.guess. Pass TAG
13686 to test-build.mk as RELEASE_TAG.
13687 * test-build.mk (configargs): New variable containing arguments to
13688 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13689 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13690
13691 * config.guess: Use /bin/uname when checking -X argument on SCO,
13692 to avoid invoking GNU uname which doesn't understand -X.
13693
13694 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13695
13696 * configure.in: Build gas for mips-*-*.
13697
13698Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13699
13700 * Makefile.in (all.normal): insert missing backslash.
13701
13702Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13703
4bddf3ad 13704 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13705
13706 * Makefile.in: Complete overhaul to merge many almost identical
13707 targets.
13708
13709Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13710
13711 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13712 (gdb.tar.Z): Adjusted.
13713
13714 * Makefile.in (setup-dirs, taz): New targets; should be general
13715 enough to adapt for gdb sometime. Build only .z file.
13716 (gas.tar.z): New target.
13717
13718Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13719
13720 * build-all.mk: Use CC=cc -Xs on Solaris.
13721
252b5132
RH
13722Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13723
13724 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13725 for handling BISON for FSF releases.
13726
13727Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13728
13729 * configure: Actually implement the change zoo just documented.
13730
13731Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13732
13733 * configure: when using config.guess, only set target_alias when
13734 it's not already been set (ie, on the command line)
13735
13736Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13737
13738 * Makefile.in: add installcheck target, set PRMS to install-prms
13739
13740Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13741
13742 * configure: add support for package_makefile_fragment, handle the
13743 case where a directory has a configure.in file but no Makefile.in
13744 more gracefully (with an actual understandable error message, even);
13745 add support for --without (and add this to the usage message); also
13746 explicitly add a --host=${host_alias} to the command line when
13747 config.guess is used
13748
13749Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13750
13751 * configure: Must use both --host and --target in recursive calls.
13752
13753Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13754
13755 * Makefile.in: Change deja-gnu to dejagnu.
13756
13757Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13758
13759 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13760
13761Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13762
13763 * configure.in: canonicalize all instances to *-*-solaris2*,
13764 also strip out a number of tools to not build for go32 host
13765
13766Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13767
13768 * config.guess: add GPL.
13769
13770 * Makefile.in, config.guess, config.sub, configure: bump
13771 copyrights to 93.
13772
13773Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13774
13775 * Makefile.in (do-info): Removed obsolete check for existence of
13776 localenv file.
13777
13778 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13779
13780Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13781
13782 * Makefile.in: a couple of 'else true' for decstation,
13783 support for TclX
13784
13785 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13786
13787Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13788
13789 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13790
13791Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13792
13793 * config.guess: Recognize i386-ibm-aix (PS/2).
13794 * configure.in: Use config/mh-aix386 file for it.
13795
13796Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13797
13798 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13799 CC_FOR_TARGET instead.
13800 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13801
13802Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13803
13804 * Makefile.in: Add sim to list of directories sent with gdb
13805
13806Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13807
13808 * configure.in: Put back mips-dec-bsd* case.
13809
13810Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13811
13812 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13813 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13814 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13815
13816Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13817
13818 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13819
13820 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13821 (install-info): install dir.info only if it exists,
13822 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13823
13824Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13825
13826 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13827 gas for mips-dec-bsd.
13828
13829Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13830
13831 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13832 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13833
13834Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13835
13836 * configure.in: Added "dejagnu" to hosttools list.
13837
13838Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13839
13840 * config.sub, configure.in, config.guess: Add support
13841 for Bosx, an AIX variant from Bull.
13842 Patches from F.Pierresteguy@frcl.bull.fr.
13843
13844Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13845
13846 * devo/dejagnu: Initial creation of devo/dejagnu.
13847 Migrated dejagnu testcases and support files for testing software
13848 tools to reside as subdirectories, currently called "testsuite",
13849 within the directory of the software tool. Migrated all programs,
13850 support libraries, etc. beloging to dejagnu proper from
13851 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13852 with no modifications. The changes to these files which will
13853 allow them to configure, build, and execute properly will be made
13854 in a future update.
13855
13856Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13857
13858 * Makefile.in: Change send_pr to send-pr.
13859 * configure.in: Likewise.
13860 * send_pr: Renamed directory to send-pr.
13861
13862Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13863
13864 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13865
13866Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13867
13868 * README: Update for gdb-4.8 release.
13869 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13870 gdb-xxx.tar.z (gzip'd) file also.
13871
13872Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13873
13874 * Makefile.in: make all-diff depend on all-libiberty
13875
13876Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13877
13878 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13879
13880Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13881
13882 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13883
13884Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13885
13886 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13887 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13888 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13889
13890Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13891
13892 * Makefile.in: makeinfo binary is in a new location
13893
13894Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13895
13896 * config.sub: Accept -ecoff as an OS.
13897
13898 * Makefile.in: Various changes to eliminate a level of make
13899 recursion and reduce the required command line length.
13900 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13901 sub-makes.
13902 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13903 variables holding settings for specific sub-makes.
13904 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13905 in terms of BASE_FLAGS_TO_PASS.
13906 (TARGET_LIBS): New variable listing directories which use
13907 TARGET_FLAGS_TO_PASS.
13908 (subdir_do): Eliminated.
13909 (do-*): New set of targets to replace subdir_do.
13910 (various): All targets which used subdir_do now depend on do-*.
13911 (local-clean): Renamed from do_clean.
13912 (local-distclean): New target, dependency of distclean and
13913 realclean.
13914 (install-info): Don't create directories. Depend on dir.info
13915 rather than calling make recursively.
13916 (install-dir.info): Eliminated.
13917 (install-info-dirs): Create all info directories here.
13918 (dir.info): Depend upon do-install-info.
13919
13920 * test-build.mk (HOLES): Added false.
13921
13922Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13923
13924 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13925
13926Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13927
13928 * Makefile.in (info): remove dependency on all-texinfo. The
13929 problem was really in texinfo/C, not at this level.
13930
13931Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13932
13933 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13934
13935Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13936
13937 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13938 GDB releases.
13939
13940Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13941
13942 * configure: Include srcdir in message about target of link not
13943 being found. Don't convert `-' to `_' in `with' options being
13944 passed to subdirs.
13945
13946Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13947
13948 * configure.in: add uudecode to host_tools
13949
13950 * Makefile.in: added {all,install}-uudecode targets, added them to
13951 the appropriate lists
13952
13953Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13954
13955 * Makefile.in (all-gcc): Added dependency on all-gas.
13956
13957 * configure.in (mips-*-*): Build ld and binutils.
13958
13959Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13960
13961 * configure: check return code from mkdir, print error message and
13962 exit on failure.
13963
13964Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13965
13966 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13967
13968Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13969
13970 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13971
13972Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13973
13974 * config.sub (h8500): Recognize this as a cpu type.
13975
13976Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13977
13978 * configure: source directory missing is no longer a warning
13979
13980 * configure.in: recognize irix[34]* instead of irix[34]
13981
13982 * Makefile.in: define and pass down X11_LIB
13983
252b5132
RH
13984Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13985
13986 * guess-systype: Renamed to ...
13987 * config.guess: ... by popular request.
13988 * configure.in, Makefile.in: Update accordingly.
13989
13990Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13991
13992 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13993 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13994 + Execute ./dummy instead of assuming . is in PATH.
13995
13996Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13997
13998 * guess-systype: New shell script. Attempts to guess the
13999 canonical host name of the executing host.
14000 Only a few hosts are supported so far.
14001 * configure: Call guess-systype if no host is specified.
14002
14003Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14004
14005 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14006 gcc Makefile.
14007
14008
14009Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14010
14011 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14012 (all-gcc, install-gcc, subdir_do): Use it.
14013
14014Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14015
14016 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14017
14018Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14019
14020 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14021 set exclusively by configure, using configure.in .
14022
14023Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14024
14025 * test-build.mk: set $PATH for all builds
14026
14027 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14028
14029Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14030
14031 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14032 the one used in gcc/Makefile.in, so that a null expansion doesn't
14033 override the one needed to build gcc with a native cc.
14034
14035
14036Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14037
14038 * configure: Accept -with arguments.
14039
14040Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14041
14042 * Makefile.in: added h8300sim
14043
14044Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14045
252b5132
RH
14046 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14047 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14048 (all-cygnus, native, build-cygnus): Make
14049 $(canonhost)-stamp-3stage-done, not $(host)....
14050 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14051 i386-sco3.2v4. Added else true to if command.
14052
14053Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14054
14055 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14056
14057Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14058
14059 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14060
14061Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14062
14063 * configure.in: don't remove binutils from Solaris builds
14064
14065Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14066
14067 * Makefile.in: get rid of earlier definitions for *clean,
14068 also handle the recursive info rule better
14069
14070Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14071
14072 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14073 do more-or-less the right thing.
14074
14075Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14076
14077 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14078 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14079
14080Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14081
14082 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14083 $(host_canonical).
14084
14085 * configure.in: split the configdirs list into 4 categories (native
14086 v. cross, library v. tool) and handle the cross-only and native-
14087 only in more reasonable (and correct!) way.
14088
14089Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14090
14091 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14092 configdirs anymore.
14093
14094Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14095
14096 * Makefile.in: extensive cleanup:: removed all of the explicit
14097 clean-* targets, collapsed many wrappers around subdir_do into
14098 one, added additional targets to satisfy standards.texi, deleted
14099 some old targets, some changes for consistency
14100
14101Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14102
14103 * configure.in: handle some programs as cross-only, and others as
14104 native only
14105
14106 * test-build.mk: handle partial holes in a more generic manner
14107
14108 * Makefile.in: m4 depends on libiberty
14109
252b5132
RH
14110Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14111
14112 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14113 time, wdiff, and find to configdirs
14114
14115 * Makefile.in: all, clean, and install rules for the new programs
14116 added to configure.in
14117
14118Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14119
14120 * configure.in: use mh-sun for all *-sun-* hosts
14121
252b5132
RH
14122Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14123
14124 * Makefile.in: define flags for X11 include files and library file
14125 locations, pass them down to the programs that need this info
14126
14127 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14128
252b5132
RH
14129Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14130
14131 * configure.in: start building libg++ for HP-UX targets
14132
14133Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14134
14135 * README: Update references to files moved into etc/.
14136
14137Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14138
14139 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14140 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14141
14142Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14143
14144 * configure: accept dash as well as underscore in long option
14145 names for FSF compatibility.
14146
14147Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14148
14149 * config.sub: added -sco3.2v4 support from FSF.
14150
14151Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14152
14153 * configure.in: expand the section that adds or removes
14154 directories from the list of programs to build, to handle native
14155 vs. cross in addition to host v. native
14156
14157Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14158
14159 * Makefile.in: Replace C++ in macro names with CXX.
14160 This is less likely to break ...
14161
14162Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14163
14164 * test-build.mk: add -w to GNU_MAKE
14165
14166Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14167
14168 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14169 add 'sparc' to list of recognized cpus. This needed to make
14170 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14171 Delete some redundant ose68 variants. Recognize -wrs as an os,
14172 then changes that into $CPU-wrs-vxworks.
14173
14174 * configure.in: remove most references to gdbtest, regularize
14175 target based program removal
14176
14177 * test-build.mk: import from p3 tree (many fixes and changes)
14178
14179Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14180
14181 * Makefile.in: added rules to handle tcl, tk, and expect
14182
14183 * configure.in: handle those directories if they exist
14184
14185Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14186
14187 * config.sub: removed bogus hppabsd and hppahpux names, since
14188 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14189
14190Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14191
14192 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14193 depends upon all-xiberty
14194
14195 * Makefile.in: changes from p3, including:
14196
14197 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14198
14199 * Makefile.in (XTRAFLAGS): include newlib directories if
14200 newlib/Makefile exists, rather than if host != target.
14201
14202 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14203
14204 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14205 from the same source tree and not building a cross-compiler. This
14206 matters for the libg++ configuration if reconfiguring a tree that
14207 has already been installed.
14208
14209 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14210
14211 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14212 pick up the machine and system specific header files.
14213
14214 * Makefile.in: added AS_FOR_TARGET, passed down in
14215 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14216 the C compiler to use to create programs which are run in the
14217 build environment, set it to default to $(CC), and passed it down
14218 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14219
14220 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14221
14222 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14223 We need them for unusual native builds, like systems without
14224 ranlib.
14225
14226 * configure: also define $(host_canonical) and
80413487
RH
14227 $(target_canonical), which are the full, canonical names for the
14228 given host and target
252b5132
RH
14229
14230Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14231
14232 * Makefile.in: Added separate definitions for C++.
14233
14234Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14235
14236 * configure.in (configdirs): Add deja-gnu.
14237
14238Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14239
14240 * README: Update for configure.texi and gdb-4.7 release.
14241
14242Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14243
14244 * Makefile.in: Move "all" target to top of file.
14245 Previously, first target was ".PHONY" which caused BSD4.4 make
14246 to build .PHONY when make was run without arguments.
14247
14248Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14249
14250 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14251 Library-copylefted code in libiberty.
14252
14253Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14254
14255 * config.sub: Replace m68kmote with plain old m68k.
14256
14257Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14258
14259 * Makefile.in: Remove space from blank line, avoid Make complaints.
14260
14261Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14262
14263 * config.sub: Complain if no argument is given. Added support for
14264 386bsd as OS and target alias.
14265
14266Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14267
14268 * Makefile.in (XTRAFLAGS): include newlib directories if
14269 newlib/Makefile exists, rather than if host != target.
14270
14271Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14272
14273 * config.sub: recognize sparclite-wrs-vxworks.
14274
14275 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14276 p3.) Added clean-xiberty to clean.
14277
14278Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14279
14280 * configure.in: use *-*-* instead of nested cases for host and target
14281
14282Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14283
14284 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14285 from the same source tree and not building a cross-compiler. This
14286 matters for the libg++ configuration if reconfiguring a tree that
14287 has already been installed.
14288
14289Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14290
14291 * config.sub (i486v/i486v4): Merge in from FSF version.
14292
14293Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14294
14295 * configure: only set PWD if it is already set.
14296
14297Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14298
14299 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14300 doesn't have unset and all success paths (and most error paths)
14301 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14302 to just ${PWD} to avoid confusion.)
14303
14304Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14305
14306 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14307 even for a native compilation.
14308
14309Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14310
14311 Changes to make the gdb.tar.Z rule work better.
14312
14313 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14314 (DEVO_SUPPORT): Add configure.texi.
14315 (bfd-ilrt.tar.Z): Remove ancient rule.
14316
14317Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14318
14319 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14320 pick up the machine and system specific header files.
14321
14322 * configure.in, config.sub: added new target m68010-adobe-scout,
14323 with alias of adobe68k. Changed configure.in to check for
14324 -scout before -sco* to avoid a false match.
14325
14326 * Makefile.in: added AS_FOR_TARGET, passed down in
14327 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14328 the C compiler to use to create programs which are run in the
14329 build environment, set it to default to $(CC), and passed it down
14330 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14331
14332Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14333
14334 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14335 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14336 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14337 FOR_TARGET variants, to newlib and libg++.
14338
14339Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14340
14341 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14342 first.
14343
14344Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14345
14346 * config.sub: Accept `elf' as an environment.
14347
14348Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14349
14350 * Makefile.in (all-opcodes): cd into the right directory
14351
14352Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14353
14354 * configure: added -program_transform_name option, used as
14355 argument to sed when installing programs.
14356 configure.texi: added documentation for -program_prefix,
14357 -program_suffix and -program_transform_name.
14358
14359Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14360
14361 * config.sub: Accept i486 where i386 ok.
14362
14363Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14364
14365 * config.sub: accept we32k
14366
14367Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14368
35590697 14369 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14370
14371 * Makefile.in: don't create all directories for ``make install'';
14372 let the subdirectories create the ones they need.
14373
14374Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14375
80413487 14376 * COPYING: new file, GPL v2
252b5132
RH
14377
14378Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14379
14380 * Makefile.in: use the new gen-info-dir, which needs a template
14381 argument (which also lives in texinfo)
14382
14383 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14384
252b5132
RH
14385Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14386
14387 * config.sub (ncr3000): Change i386 to i486.
14388
14389Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14390
14391 * Makefile.in: add install-rcs, install-grep to
14392 install-no-fixedincludes, removed install-bison and install-libgcc
14393
14394Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14395
14396 * configure.in: grab the HPUX makefile fragment if on HPUX
14397
14398Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14399
14400 * Makefile.in: eradicate bison spoor (ditto libgcc).
14401 configure.in: recognise m68{k,000}-ericsson-OSE.
14402 es1800 is alias for m68k-ericsson-OSE
14403
14404Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14405
14406 * configure.in: rearrange the parts that remove programs from
14407 configdirs, based now on HOST==TARGET or by canonical triple.
14408
14409Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14410
14411 * test-build.mk: recurse explicitly with -f test-build.mk when
14412 appropriate. predicate stage3 and comparison on the existence
14413 of gcc. That is, if gcc isn't around, we aren't three-staging.
14414 On very clean, also remove ...stamp-co. Build in-place before
14415 doing other builds.
14416
14417Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14418
14419 * Makefile.in, configure.in: add tgas
14420
14421Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14422
14423 * Makefile.in: a number of changes merged in from progressive.
14424
14425 * configure.in: add libm.
14426
14427 * .cvsignore: ignore some stuff that comes from test-build.mk.
14428
252b5132
RH
14429Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14430
14431 * config.sub: Add es1800 (m68k-ericsson-es1800).
14432
14433Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14434
14435 * configure: Add program_suffix (parallel to program_prefix)
14436 * Makefile.in: adjust directory-creating script for losing decstation
14437
14438Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14439
14440 * configure: Minor $subdir-related fixes.
14441
14442Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14443
14444 * configure: fix various problems with propogating
14445 makefile_target_frag in subdirs.
14446 * configure.in: config libgcc if its there
14447
14448Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14449
14450 * config.sub: HPPA merge.
14451
252b5132
RH
14452Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14453
14454 * Makefile.in: Replace all-bison with all-byacc in all
14455 dependency lines for other tools (which now use byacc).
14456
14457Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14458
14459 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14460
252b5132
RH
14461Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14462
14463 * Makefile.in: make gprof rules similar to byacc rules (instead of
14464 vestigal $(unsubdir) that didn't work...)
14465
14466Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14467
14468 * config.sub: Add support for Linux.
14469 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14470 (at least for libg++).
14471
14472Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14473
14474 * configure.texi: fix doc for the -nfp option to configure
14475
14476Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14477
14478 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14479
14480Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14481
14482 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14483 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14484 * configure.in: added solaris* host_makefile_frag hook.
14485
14486Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14487
14488 * config.sub: changed recognition of m68000 so that various
14489 m68k types can be specified via m680[01234]0
14490
14491Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14492
14493 * config.sub (basic_machine): fix sed so that '-foo' isn't
14494 completely substituted out while .+'-foo' loses the '-foo'
14495
14496Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14497
14498 * config.sub ($os): Add -aout.
14499
14500Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14501
14502 * configure: If host_makefile_frag is absolute, don't
14503 prefix ${invsubdir} (relevant to libg++ auto-configure).
14504
14505Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14506
14507 * Makefile.in (tooldir): Define it.
14508 (all-ld): Depend on all-flex.
14509
14510Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14511
14512 * Makefile.in (check): Fix libg++ special case.
14513
14514Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14515
14516 * configure: do not bury `pwd` into config.status, thus do fewer
14517 pwd's.
14518
14519 * configure: print the "Building in" message only when building in
14520 other than "." AND verbose.
14521
14522 * configure: remove -s, rework -v to better accomodate guested
14523 configures.
14524
14525 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14526
14527Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14528
14529 * Makefile.in: macroize flags passed on recursion. remove
14530 fileutils.
14531
14532Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14533
14534 * configure: get makesrcdir right for subdirs deeper than 1.
14535
14536 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14537 install.
14538
14539Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14540
14541 * Makefile.in: don't print subdir_do or recursion lines.
14542
14543Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14544
14545 * standards.texi: added menu item.
14546
14547 * Makefile.in: build and install standards.info.
14548
14549 * standards.texi: new file.
14550
14551Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14552
14553 * configure: test for and move config.status pieces from
14554 ${subdir}/.
14555
14556Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14557
252b5132
RH
14558 * configure: Test for existance of files before trying to mv
14559 them, to avoid numerous non-existance messages.
14560
14561Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14562
14563 * configure: correct final line of config.status.
14564
14565 * configure: patch from eggert. Avoids a protection problem if
14566 the original Makefile.in is read only.
14567
14568 * configure: use move-if-change from gcc to create config.status.
14569 Some makefiles depend on config.status to tell if a directory
14570 has been reconfigured for a different host. This change
14571 prevents those directories from remaking everything in the case
14572 where the reconfig was only intended to rebuild a Makefile.
14573
14574 * configure: test for config.sub with "config.sub sun4" rather
14575 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14576 host alias from a missing config.sub.
14577
14578Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14579
14580 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14581 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14582
14583Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14584
14585 * configure: mkdir ${subdir} as needed.
14586
14587Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14588
14589 * Makefile.in,configure.in: added autoconf.
14590
14591Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14592
14593 * Makefile.in: no longer pass against on recursion.
14594
14595 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14596 definitions are not inherited.
14597
14598 * configure: correct makesrcdir when subdir is .
14599
14600Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14601
14602 * configure: Add support for 'subdirs' variable, which is
14603 like 'configdirs', except that configure doesn't re-invoke
14604 itself for subdirs, it just creates a Makefile for each subdir.
14605 * configure.texi: Document subdirs.
14606
14607Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14608
14609 * configure.in: added flex to configdirs
14610
14611Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14612
14613 * Makefile.in: remove clean-stamps from clean.
14614
14615Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14616
14617 * configure.in: Add gdbtest to configdirs.
14618
14619Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14620
14621 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14622 to recursive makes.
14623 * configure.in: Recognize new ncr3000 config.
14624
14625Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14626
14627 * Makefile.in, configure.in: removed references to gdbm.
14628
14629Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14630
14631 * config.sub: Don't canonicalize os value
14632 newsos* to bsd (readline needs to check for newsos).
14633 (This fix was earlier made Jan 31, but got re-broken.)
14634
14635Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14636
14637 * configure.in: sco is an os, not a vendor!
14638
14639 * configure: Quote $( better. Keep various shells happy.
14640
14641Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14642
14643 * Makefile.in: eliminate stamp-files.
14644
14645Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14646
14647 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14648 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14649
14650Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14651
14652 * config.sub: fix iris/iris3.
14653
14654Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14655
14656 * configure: re-add -rm.
14657
14658Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14659
14660 * Maskefile.in: add .stmp-rcs to all.
14661
14662 * configure.in: remove gas from rs6000 build, use aix host fragment.
14663
14664Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14665
14666 * configure: pass down site_option during recursion.
14667
14668Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14669
14670 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14671
14672Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14673
14674 * configure: Change exec_prefix so that it really defaults to prefix.
14675
14676Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14677
14678 * Makefile.in, configure.in: Add support for mmalloc library.
14679
14680Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14681
14682 * Makefile.in: add stmp dependencies for a few more things.
14683
14684Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14685
14686 * configure: adjusted error message on objdir/srcdir configure
14687 collision, per john's suggestion.
14688
14689 * Makefile.in: add libiberty stmp to all and all.cross.
14690
14691Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14692
14693 * Makefile.in: remove force dependencies, add grep to all.
14694
14695Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14696
14697 * Makefile.in: drop flex. make stamp files work.
14698
14699 * configure: added test for conflicting configuration in srcdir,
14700 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14701 gets cranky. use relative paths for configure and srcdir
14702 whenever possible. Send some error messages to stderr that were
14703 going to stdout.
14704
14705Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14706
14707 * Makefile.in: Fix libg++ rule to check for gcc directory
14708 before using gcc/gcc. Also pass XTRAFLAGS.
14709
14710Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14711
14712 * Makefile.in: added stmp-files so that directories aren't polled
14713 when they are already built.
14714
14715 * configure.texi: fixed a node pointer problem.
14716
14717Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14718
4bddf3ad 14719 * config.sub configure.in gdb/configure.in
252b5132
RH
14720 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14721 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14722 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14723
14724Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14725
14726 * configure: -recurring becomes -silent. corrected help message
14727 for -site= option.
14728
14729 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14730
14731Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14732
14733 * configure: when building Makefile for crosses, replace
14734 tooldir and program_prefix. default srcdir from location of
14735 config.sub. remove "for host in hosts" and "for target in
14736 targets" loops.
14737
14738Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14739
14740 * Makefile.in: Do not pass bindir or mandir to cvs.
14741
14742Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14743
14744 * Makefile.in, configure.in: removed traces of namesubdir,
14745 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14746 copyrights to '92, changed some from Cygnus to FSF.
14747
14748 * configure.texi: remove most references to multiple hosts,
14749 multiple targets, subdirs, etc.
14750
14751 * configure.man: removed rcsid. reference config.sub not
14752 config.subr.
14753
14754 * Makefile.in: mkdir $(infodir) on install-info.
14755
14756Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14757
14758 * configure.texi: Explain better about .gdbinit and about
14759 the environment that configure.in sections run in.
14760
14761Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14762
14763 * configure.in: Ultrix is only a decstation if it's a MIPS.
14764
14765Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14766
14767 * README: DOC.configure => cfg-paper.texi.
14768
14769Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14770
14771 * config.sub (near case $os): Don't convert newsos* to bsd!
14772
14773Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14774
14775 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14776 the number of copies of COPYING that go into the GDB tar file.
14777
14778Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14779
4bddf3ad 14780 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14781 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14782 Fix SCO configuration stuff.
14783
14784Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14785
14786 * Makefile.in: For libg++, make sure the -I pointing
14787 to the gcc directory goes *after* all the libg++-local -I flags.
14788 Also, move just-gcc dependency from just-libg++ to all-libg++.
14789
14790Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14791
14792 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14793
14794Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14795
14796 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14797
14798Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14799
14800 * config.sub: Add stratus configuration frags. Also
14801 submitted to FSF.
14802
14803Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14804
14805 * Makefile.in (DEV_SUPPORT): add configure.man.
14806
14807 * config.sub(Decode manufacturer-specific): add -none*.
14808
14809Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14810
14811 * Makefile.in: remove form feeds to make Sun's make happy.
14812 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14813
14814Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14815
14816 * Makefile.in (AR_FLAGS): Make quieter.
14817
14818Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14819
14820 * configure.in: Add libg++.
14821 * configure: When verbose, don't output the command line at each
14822 level; it will be unremarkably the same as the previous version,
14823 which will be the same as what the user typed.
14824
14825Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14826
14827 * configure.in, Makefile.in: fix clean-info, add flex. add
14828 fileutils.
14829
14830 * configure: be less sensitive to spaces in Makefile.in. Do not
14831 look for sources in "..". Doing so breaks subdirectories that
14832 might have their own configure. If a subdir has it's own
14833 configure script, use it.
14834
14835Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14836
14837 * cfg-paper.texi: some changes suggested by rms.
14838
14839Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14840
14841 * config.sub: Merge in some small additions from the FSF version,
14842 taken from the gcc distribution, to bring the Cygnus and FSF
14843 versions into closer sync.
14844
14845Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14846
14847 * configure.in: Changed svr4 references to sysv4.
14848
14849Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14850
14851 * configure: added -V for version number option.
14852
14853Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14854
14855 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14856 renamed from DOC.configure to cfg-paper.texi.
14857
14858Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14859
14860 * configure, config.subr, config.sub: config.subr is now
14861 config.sub again.
14862
14863Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14864
14865 * configure.texi: new file, in progress.
14866
14867 * Makefile.in: build info file and install the man page for
14868 configure.
14869
14870 * configure.man: new file, first cut.
14871
14872 * configure: find config.subr again now that configuration "none"
14873 has gone. removed all traces of the -ansi option. removed all
14874 traces of the -languages option.
14875
14876 * config.subr: resync from rms.
14877
d932cae7 148781991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14879
14880 * configure, config.sub, config.subr: merge config.sub into
14881 config.subr, call the result config.subr, remove config.sub, use
14882 config.subr.
14883
14884 * Makefile.in: revised install for dir.info.
14885
d932cae7 148861991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14887
14888 * configure.in: add decstation host makefile frag.
14889
14890 * Makefile.in: BISON now bison -y again. also install-gcc on
14891 install. clean-gdbm on clean. infodir belongs in datadir.
14892 Make directories for info install. Build dir.info here then
14893 install it.
14894
d932cae7 148951991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14896
14897 * Makefile.in: fix for bad directory tests.
14898
d932cae7 148991991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14900
14901 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14902 regexp. -srcdir relative was being handled incorrectly.
14903
14904 * Makefile.in: unwrapped some for loops so that parallel makes
14905 work again and so one can focus one's attention on a particular
14906 package.
14907
d932cae7 149081991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14909
14910 * configure: added PWD as a stand in for `pwd` (for speed). use
14911 elif wherever possible. make -srcdir work without -objdir.
14912 -objdir= commented out.
14913
d932cae7 149141991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14915
14916 * configure: +options become --options. -subdirs commented out.
14917 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14918 Makefile now at top of generated Makefile. Removed cvs log
14919 entries. added -srcdir. create .gdbinit only if there is one
14920 in ${srcdir}.
14921
14922 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14923 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14924 and mandir now keyed off datadir by default.
14925
d932cae7 149261991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14927
14928 * Freshly created ChangeLog.
14929
14930\f
14931Local Variables:
14932mode: change-log
14933left-margin: 8
14934fill-column: 76
14935version-control: never
14936End:
This page took 1.189107 seconds and 4 git commands to generate.