Add libstdc++-raw-cxx.m4
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
53ab32d8
JBG
12012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2
3 * config.sub: Merge from config repo.
4
d2489204
JBG
52012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6
7 * configure.ac: Merge from GCC.
8 * Makefile.tpl: Dito.
9 * Makefile.in: Dito.
10 * configure: Dito.
11
c23b5043
JBG
122012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
13
14 * configure.ac (noconfigdirs): Merge from GCC.
15 * configure: Regenerate.
16
1dd1f7f6
JBG
172012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
18
19 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
20
2bda3143
L
212012-11-14 Roland McGrath <mcgrathr@google.com>
22
23 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
24 * configure: Regenerate.
25
5286fdef
L
262012-11-13 Richard Henderson <rth@redhat.com>
27
28 * configure.ac: Move libsanitizer logic to subdirectory.
29 * configure: Regenerate.
30
312012-11-13 Dodji Seketeli <dodji@redhat.com>
32
33 * configure.ac: Enable libsanitizer just on x86 linux for now.
34 * configure: Re-generate.
35
362012-11-13 David Edelsohn <dje.gcc@gmail.com>
37
38 * configure.ac: Merge libquadmath sections.
39 * configure: Regenerate.
40
412012-11-12 Wei Mi <wmi@google.com>
42
43 * configure.ac: Add libsanitizer to target_libraries.
44 * Makefile.def: Ditto.
45 * configure: Regenerate.
46 * Makefile.in: Regenerate.
47
f66a9a70
L
482012-11-03 H.J. Lu <hongjiu.lu@intel.com>
49
50 * configure: Regenerated.
51
522012-11-03 Robert Mason <rbmj@verizon.net>
53
54 * configure.ac: add --disable-libstdcxx configure option
55 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
56
6d94c122
CV
572012-10-24 Corinna Vinschen <corinna@vinschen.de>
58
59 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
60 against Mingw64 w32api.
61 * configure: Regenerate.
62
a882be68
EB
632012-10-23 Eric Botcazou <ebotcazou@adacore.com>
64
65 PR bootstrap/54820
66 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
67 * configure: Regenerate.
68
b3676d82
EB
692012-10-22 Eric Botcazou <ebotcazou@adacore.com>
70
71 PR bootstrap/54820
72 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
73 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
74 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
75 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
76 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
77 * Makefile.in: Regenerate.
78 * configure.ac (have_static_libs): New variable and associated check.
79 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
80 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
81 * configure: Regenerate.
82
7b0e8ca5
MF
832012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
84
85 * config.guess, config.sub: Include updated version from
86 config-patches. Adds microblaze little endian support.
87
8e71395b
L
882012-09-28 Ian Lance Taylor <iant@google.com>
89
90 * Makefile.def: Make all-target-libgo depend on
91 all-target-libbacktrace.
92 * Makefile.in: Rebuild.
93
942012-09-26 Ian Lance Taylor <iant@google.com>
95
96 * Makefile.def: Make all-gcc depend on all-libbacktrace.
97 * Makefile.in: Rebuild.
98
992012-09-06 Diego Novillo <dnovillo@google.com>
100
101 * configure.ac: Bump minimum GMP version to 4.2.3.
102 * configure: Re-generate.
103
1042012-09-05 Georg-Johann Lay <avr@gjlay.de>
105
106 PR target/54461
107 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
108 target-libgloss if not configured --with-avrlibc=no.
109 * configure: Regenerate.
110
1112012-09-04 Jason Merrill <jason@redhat.com>
112
113 * configure.ac: Fix --enable-languages=all.
114
1152012-09-03 Richard Guenther <rguenther@suse.de>
116
117 PR bootstrap/54138
118 * configure.ac: Re-organize ISL / CLOOG checks to allow
119 disabling with either --without-isl or --without-cloog.
120 * configure: Regenerated.
121
1222012-09-03 Georg-Johann Lay <avr@gjlay.de>
123
124 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
125 * configure: Regenerate.
126
d09bbf00
SE
1272012-09-21 Steve Ellcey <sellcey@mips.com>
128
129 * configure.ac: Add mips*-mti-elf* target.
130 * configure: Regenerate.
131
2bf680c4
ILT
1322012-09-19 Ian Lance Taylor <iant@google.com>
133
134 * configure.ac (host_libs): Add libbacktrace.
135 (target_libraries): Add libbacktrace.
136 * Makefile.def (host_modules): Add libbacktrace.
137 (target_modules): Likewise.
138 * configure, Makefile.in: Rebuild.
139
5c0b3823
WL
1402012-09-15 Jiong Wang <jiwang@tilera.com>
141
142 * configure.ac (ENABLE_GOLD): support tilegx*
143 * configure: rebuild
144
1488e230
DE
1452012-09-14 David Edelsohn <dje.gcc@gmail.com>
146
147 PR target/38607
148 Merge upstream change.
149 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
150
151 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
152 Add libgomp*.o to compare_exclusions for AIX.
153 * configure: Regenerate.
154
df6795ce
L
1552012-08-26 H.J. Lu <hongjiu.lu@intel.com>
156
157 PR binutils/4970
158 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
159 and opcodes.
160 * Makefile.in: Regenerated.
161
7ec59b9e
L
1622012-08-14 Diego Novillo <dnovillo@google.com>
163
164 Merge from cxx-conversion branch.
165
166 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
167 POSTSTAGE1_CONFIGURE_FLAGS.
168 * Makefile.in: Regenerate.
169 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
170 Force C++ when bootstrapping.
171 * configure: Regenerate.
172
1732012-07-06 Richard Guenther <rguenther@suse.de>
174
175 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
176 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
177 --with-gmp=system.
178 * Makefile.in: Regenerated.
179 * configure: Likewise.
180
1812012-07-06 Richard Guenther <rguenther@suse.de>
182
183 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
184 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
185 supply V=1 as extra_make_flags.
186 * configure: Regenerated.
187 * Makefile.in: Likewise.
188
1892012-07-03 Richard Guenther <rguenther@suse.de>
190
191 * Makfile.def (isl): Remove not necessary extra_exports and
192 extra_make_flags.
193 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
194 * Makefile.in: Regenerated.
195
1962012-07-03 Richard Guenther <rguenther@suse.de>
197
198 * Makefile.def (cloog): Add V=1 to extra_make_flags.
199 * configure.ac: If either the ISL or the CLooG check failed
200 do not try to build in-tree versions.
201 * Makefile.in: Regenerated.
202 * configure: Regenerated.
203
2042012-07-02 Richard Guenther <rguenther@suse.de>
205 Michael Matz <matz@suse.de>
206 Tobias Grosser <tobias@grosser.es>
207 Sebastian Pop <sebpop@gmail.com>
208
209 * Makefile.def: Add ISL host module, remove PPL host module.
210 Adjust ClooG host module to use the proper ISL.
211 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
212 * configure.ac: Include config/isl.m4. Add ISL host library,
213 remove PPL. Remove PPL configury, add ISL configury, adjust
214 ClooG configury.
215 * Makefile.in: Regenerated.
216 * configure: Likewise.
217
2182012-07-02 Richard Guenther <rguenther@suse.de>
219
220 Merge from graphite branch
221 2011-07-21 Tobias Grosser <tobias@grosser.es>
222
223 * configure: Regenerated.
224 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
225 both cloog.org and legacy versions. The only supported version will
226 be CLooG with the isl backend.
227
228 2011-07-21 Tobias Grosser <tobias@grosser.es>
229
230 * configure: Regenerated.
231 * configure.ac: Require cloog isl 0.17.0
232
233 2011-07-21 Tobias Grosser <tobias@grosser.es>
234
235 * configure: Regenerated.
236 * config/cloog.m4: Do not define CLOOG_ORG
237
2382012-06-29 Steven Bosscher <steven@gcc.gnu.org>
239
240 * configure.ac: Skip C if explicitly selected.
241 * configure: Regenerate.
242
2432012-06-28 Christophe Lyon <christophe.lyon@st.com>
244
245 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
246 they contain -O2.
247 * configure: Regenerate.
248
2492012-06-20 Jason Merrill <jason@redhat.com>
250
251 * Makefile.tpl (check-target-libgomp-c++): New.
252 (check-target-libitm-c++): New.
253 * Makefile.def (c++): Add them.
254 * Makefile.in: Regenerate.
255
2562012-05-16 Olivier Hainque <hainque@adacore.com>
257
258 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
259 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
260 (install-no-fixedincludes): Adjust accordingly.
261 * Makefile.in: Regenerate.
262
2632012-05-09 Nick Clifton <nickc@redhat.com>
264 Paul Smith <psmith@gnu.org>
265
266 PR bootstrap/50461
267 * configure.ac (mpfr-dir): When using in-tree MPFR sources
268 allow for the fact that from release v3.1.0 of MPFR the source
269 files were moved into a src sub-directory.
270 * configure: Regenerate.
271
2722012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
273
274 * configure.ac: Bump minimum MPFR version to 2.4.0.
275 * configure: Regenerated.
276
2772012-05-01 Richard Henderson <rth@redhat.com>
278
279 * Makefile.def (libatomic): New target_module.
280 * configure.ac (target_libraries): Add libatomic.
281 (noconfigdirs): Check if libatomic is supported.
282 * Makefile.in, configure: Rebuild.
283
f87f9c61
L
2842012-05-15 H.J. Lu <hongjiu.lu@intel.com>
285
286 Merge upstream change
287 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
288
2892011-11-21 Andreas Tobler <andreast@fgznet.ch>
290
291 * libtool.m4: Additional FreeBSD 10 fixes.
292
68f107fa
AO
2932012-06-28 Christophe Lyon <christophe.lyon@st.com>
294
295 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
296 they contain -O2.
297 * configure: Regenerate.
298
b9c361e0
JL
2992012-05-14 Catherine Moore <clm@codesourcery.com>
300
301 * NEWS: Mention PowerPC VLE port.
302
9eb322aa
MF
3032012-05-11 Mike Frysinger <vapier@gentoo.org>
304
305 * MAINTAINERS (config/): Move to intl/ section.
306 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
307
58b1dd21
NC
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
2e702c99
RM
3172012-05-02 Roland McGrath <mcgrathr@google.com>
318
319 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
320 * configure: Regenerate.
321
d2213593
JB
3222012-04-25 Joel Brobecker <brobecker@adacore.com>
323
324 * config.sub: Update to 2012-04-18 version from official repo.
325
202e2356
NC
3262012-03-19 Tristan Gingold <gingold@adacore.com>
327
328 * configure.ac (ia64*-*-*vms*): Add support for ld.
329 * configure: Regenerate.
330
2479f722
RO
3312012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
332
333 * configure.ac (enable_libgomp): Remove *-*-irix6*.
334 (unsupported_languages): Remove mips-sgi-irix6.*.
335 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
336 (with_stabs): Remove.
337 * configure: Regenerate.
338
4e97d92b
RO
3392012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
340
341 * configure.ac (enable_libgomp): Remove *-*-osf*.
342 (with_stabs): Remove alpha*-*-osf*.
343 * configure: Regenerate.
344
f9ea6f98
JJ
3452012-03-09 Jeff Johnston <jjohnstn@redhat.com>
346
347 * COPYING.NEWLIB: Modify DJ Delorie license to include
348 modification rights in clause as permitted by DJ Delorie.
349 * COPYING.LIBGLOSS: Ditto.
350
48688b3e
JJ
3512012-03-09 Jeff Johnston <jjohnstn@redhat.com>
352
353 * COPYING.NEWLIB: Remove two unused licenses.
354
0945bbee
TG
3552012-03-05 Tristan Gingold <gingold@adacore.com>
356
357 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
358 * configure: Regenerate.
359
516be0c5
JJ
3602012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
361
362 * COPYING.NEWLIB: Add Adapteva notice.
363 * COPYING.LIBGLOSS: Add Adapteva notice.
364
64b986c0
EB
3652011-12-18 Eric Botcazou <ebotcazou@adacore.com>
366
367 * configure: Regenerate.
368
58cddc18
JJ
3692011-12-15 Jeff Johnston <jjohnstn@redhat.com>
370
371 * COPYING.LIBGLOSS: Add GPL with exception license.
372
b121d7d4
DD
3732011-11-09 Roland McGrath <mcgrathr@google.com>
374
375 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
376 * configure: Rebuild.
377 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
378 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
379 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
380 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
381 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
382 Add READELF.
383 * Makefile.in: Rebuild.
384
d32e2926
RH
3852011-11-08 Richard Henderson <rth@redhat.com>
386
387 * configure.ac: Test for libitm directory present first.
388
389 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
390
391 * configure.ac: Test libitm/configure.tgt to disable libitm.
392 * configure: Rebuild.
393
98dd765a
RO
3942011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
395
396 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
397 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
398 * Makefile.in: Regenerate.
399
99c513f6
DD
4002011-11-01 DJ Delorie <dj@redhat.com>
401
402 * configure.ac (rl78-*-*) New case.
403 * configure: Regenerate.
404
ff3ec4ee
DD
4052011-11-01 DJ Delorie <dj@redhat.com>
406
407 * config.sub: Update to version 2011-10-29 (added rl78)
408
c28a9f49
NC
4092011-10-27 Nick Clifton <nickc@redhat.com>
410
411 * config.sub: Import these changes from the config project:
412
413 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
414 Ben Elliston <bje@gnu.org>
415
416 * config.sub (epiphany): New.
417
418 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
419 Ben Elliston <bje@gnu.org>
420
9eb322aa 421 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
422
423 2011-08-23 Roland McGrath <mcgrathr@google.com>
424
425 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
426 64eb to be64.
427
428 2011-08-16 Roland McGrath <mcgrathr@google.com>
429
430 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
431 (nacl): Grok as alias for 32el-unknown-nacl.
432
860144e4
JB
4332011-08-19 Joel Brobecker <brobecker@adacore.com>
434
435 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
436
40ae9136
YQ
4372011-08-14 Yao Qi <yao@codesourcery.com>
438
439 Merge from gcc:
440
441 2011-08-14 Yao Qi <yao@codesourcery.com>
442 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
443 * configure: Regenerate.
444
ffdd6afc
ILT
4452011-07-26 Ian Lance Taylor <iant@google.com>
446
447 Merge from gcc:
448
449 2011-07-26 Ian Lance Taylor <iant@google.com>
450 * configure.ac: Set have_compiler based on whether gcc directory
451 exists, rather than on whether gcc is in configdirs.
452 * configure: Rebuild.
453
454 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
455 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
456 link directories.
457 * Makefile.in: Rebuild.
458
459 2011-07-20 Ian Lance Taylor <iant@google.com>
460 PR bootstrap/49787
461 * configure.ac: Move --enable-bootstrap handling earlier in file.
462 If --enable-bootstrap and either --enable-build-with-cxx or
463 --enable-build-poststage1-with-cxx, enable C++ automatically.
464 * configure: Rebuild.
465
466 2011-07-19 Ian Lance Taylor <iant@google.com>
467 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
468 make C++ a boot_language. Set and substitute
469 POSTSTAGE1_CONFIGURE_FLAGS.
470 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
471 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
472 * configure, Makefile.in: Rebuild.
473
474 2011-07-16 Jason Merrill <jason@redhat.com>
475 * Makefile.def (language=c++): Add check-c++0x and
476 check-target-libmudflap-c++.
477 * Makefile.tpl (check-target-libmudflap-c++): New.
478 * Makefile.in: Regenerate.
479
480 2011-07-16 Matthias Klose <doko@ubuntu.com>
481 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
482 * Makefile.def (target_modules/libjava): Pass
483 $(EXTRA_CONFIGARGS_LIBJAVA).
484 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
485 if not configured with --enable-static-libjava.
486 * Makefile.in: Regenerate.
487 * configure: Likewise.
488
489 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
490 PR regression/47836
491 PR bootstrap/23656
492 PR other/47733
493 PR bootstrap/49247
494 PR c/48825
495 * configure.ac (target_libraries): Remove target-libiberty.
496 Remove case-statement setting skipdirs=target-libiberty for
497 multiple targets. Remove checking target_configdirs and
498 removing target-libiberty but keeping target-libgcc if
499 otherwise empty.
500 * Makefile.def (target_modules): Don't add libiberty.
501 (dependencies): Remove all traces of target-libiberty.
502 * configure, Makefile.in: Regenerate.
503
9ccb86e7
JM
5042011-07-22 Jason Merrill <jason@redhat.com>
505
506 * Makefile.def (language=c++): Add check-c++0x and
507 check-target-libmudflap-c++.
508 * Makefile.tpl (check-target-libmudflap-c++): New.
509 * Makefile.in: Regenerate.
510
090bc50f
RO
5112011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
512
513 * configure: Regenerate.
514
cff32a7c
RO
5152011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
516
517 PR target/39150
518 * configure.ac (i[3456789]86-*-solaris2*): Also accept
519 x86_64-*-solaris2.1[0-9]*.
520 * configure: Regenerate.
521
eb4b2452
NC
5222011-06-13 Walter Lee <walt@tilera.com>
523
524 * configure.ac (tilepro-*-*) New case.
525 (tilegx-*-*): Likewise.
526 * configure: Regenerate.
527
3c0013bf
NC
5282011-06-06 Nick Clifton <nickc@redhat.com>
529
530 * config.sub: Sync from upstream.
531
91c1f14c
DK
5322011-05-08 Doug Kwan <dougkwan@google.com>
533
534 Merge from gcc:
535
536 2011-05-08 Doug Kwan <dougkwan@google.com>
537
538 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
539 * configure: Regenerated.
540 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
541 value from configure.
542 * Makefile.in: Regenerated.
543
c7e4b184
JM
5442011-05-05 Joseph Myers <joseph@codesourcery.com>
545
546 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
547 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
548 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
549 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
550 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
551 *-*-vxworks*): Disable newlib and libgloss in separate case
552 statement.
553 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
554 to separate case statement.
555 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
556 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
557 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
558 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
559 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
560 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
561 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
562 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
563 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
564 i[[3456789]]86-*-rdos*, m32r-*-*,
565 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
566 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
567 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
568 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
569 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
570 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
571 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
572 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
573 and libgloss in main case over targets. Remove most empty cases
574 in main case over targets.
575 * configure: Regenerate.
576
7152a690
JM
5772011-05-04 Joseph Myers <joseph@codesourcery.com>
578
579 * configure.ac: Remove code setting special library locations for
580 hppa*64*-*-hpux11*. Remove code setting compiler for
581 sparc-sun-solaris2*.
582 * configure: Regenerate.
583
ff46fb8f
JM
5842011-05-04 Joseph Myers <joseph@codesourcery.com>
585
586 * configure.ac: Separate libgloss_dir settings from general case
587 over targets.
588 * configure: Regenerate.
589
82ae827f
JM
5902011-04-28 Joseph Myers <joseph@codesourcery.com>
591
592 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
593 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
594 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
595 cases in libgcj-disabling case statement.
596 (hppa*64*-*-linux*): Set unsupported_languages instead of
597 disabling target-zlib.
598 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
599 to hppa*64*-*-hpux*.
600 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
601 hppa*-*-hpux*.
602 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
603 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
604 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
605 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
606 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
607 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
608 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
609 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
610 libgcj-disabling case statement.
611 * configure: Regenerate.
612
0827f9a6
JM
6132011-04-28 Joseph Myers <joseph@codesourcery.com>
614
615 * configure.ac: Disable Java for targets not supporting libffi.
616 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
617 Remove cases in Java-disabling statement.
618 (*arm-wince-pe): Change to arm-wince-pe.
619 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
620 cases in Java-disabling statement.
621 (bfin-*-*): Don't disable Java again.
622 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
623 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
624 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
625 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
626 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
627 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
628 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
629 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
630 Java-disabling statement.
631 (mmix-*-*): Don't disable Java again.
632 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
633 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
634 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
635 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
636 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
637 statement.
638 * configure: Regenerate.
639
899b04ef
JM
6402011-04-28 Joseph Myers <joseph@codesourcery.com>
641
642 Merge from GCC:
643
644 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
645
646 PR lto/48086
647 * configure.ac: Re-enable LTO on *-apple-darwin9*.
648 * configure: Regenerate.
649
9863d716
JM
6502011-04-28 Joseph Myers <joseph@codesourcery.com>
651
652 * configure.ac: Separate cases disabling Java and Java libraries
653 from general case over targets.
654 * configure: Regenerate.
655
a90ef4bf
JM
6562011-04-06 Joseph Myers <joseph@codesourcery.com>
657
658 * configure.ac (build_tools): Remove build-byacc.
659 (host_libs): Remove mmalloc.
660 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
661 autoconf automake libtool diff rcs fileutils shellutils time
662 textutils wdiff find uudecode hello tar gzip indent recode release
663 sed perl gawk findutils gettext zip.
664 (libgcj): Remove target-qthreads.
665 (target_tools): Remove target-examples target-gperf.
666 (YACC): Don't handle building byacc.
667 * configure: Regenerate.
668 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
669 dosutils, examples, fileutils, find, findutils, gawk, gettext,
670 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
671 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
672 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
673 handle building components.
674 * Makefile.in: Regenerate.
675
05a02268
RW
6762011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
677
678 * config.sub: Sync from upstream.
679
c5f5c3c2
JM
6802011-04-01 Joseph Myers <joseph@codesourcery.com>
681
682 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
683 (microblaze*): Don't disable libssp.
684 * configure: Regenerate.
685
f6c1938b
JM
6862011-04-01 Joseph Myers <joseph@codesourcery.com>
687
688 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
689 moveifchange.
690 * configure: Regenerate.
691 * Makefile.tpl: Use @SHELL@ not @config_shell@.
692 * Makefile.in: Regenerate.
693
1f111696
JM
6942011-04-01 Joseph Myers <joseph@codesourcery.com>
695
696 * configure.ac (*-*-sysv4*): Don't enable libgomp.
697 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
698 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
699 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
700 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
701 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
702 md_exec_prefix cases.
703 * configure: Regenerate.
704
065a5627
JM
7052011-04-01 Joseph Myers <joseph@codesourcery.com>
706
707 * configure.ac: Separate cases disabling target-libssp,
708 target-libiberty, target-libstdc++-v3 and Fortran from general
709 case over targets.
710 * configure: Regenerate.
711
b2f14e4a
JM
7122011-04-01 Joseph Myers <joseph@codesourcery.com>
713
714 * configure.ac (*-*-chorusos): Don't disable libgcj.
715 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
716 Remove case.
717 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
718 (arm-*-coff): Don't disable libgcj.
719 (arm*-*-linux-gnueabi): Remove useless assignment.
720 (arm-*-riscix*): Don't disable libgcj.
721 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
722 configuration.
723 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
724 (c54x*-*-*): Remove case.
725 (tic54x-*-*): Don't disable GCC or GCC libraries.
726 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
727 to *.
728 (d10v-*-*): Don't disable GCC libraries.
729 (d30v-*-*): Don't disable libgcj.
730 (h8500-*-*): Don't disable GCC libraries.
731 (i960-*-*): Don't disable libgcj.
732 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
733 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
734 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
735 libgcj.
736 (m68k-*-coff*): Remove case.
737 (mmix-*-*): Don't disable libgloss on host.
738 (mn10200-*-*, mn10300-*-*): Remove cases.
739 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
740 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
741 Don't disable libgcj.
742 (romp-*-*): Remove case.
743 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
744 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
745 case.
746 (v810-*-*): Don't disable GCC libraries.
747 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
748 (ip2k-*-*): Don't disable GCC libraries.
749 * configure: Regenerate.
750
6a608608
JM
7512011-03-28 Joseph Myers <joseph@codesourcery.com>
752
753 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
754 libffi on host.
755 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
756 on host.
757 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
758 * configure: Regenerate.
759
5b806d27
NC
7602011-03-26 John Marino <binutils@marino.st>
761
762 * configure.ac: Add support for *-*-dragonfly*
763 * configure: Regenerate.
764
0377a422
JM
7652011-03-25 Joseph Myers <joseph@codesourcery.com>
766
767 * configure.ac (native_only): Remove.
768 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
769 send-pr uudecode guile gnuserv on host.
770 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
771 send-pr rcs guile perl texinfo libtool on host.
772 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
773 automake send-pr rcs guile perl texinfo libtool on host.
774 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
775 (*-*-kaos*): Don't disable target-examples target-gperf on target.
776 (alpha*-dec-osf*): Don't disable fileutils on target.
777 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
778 texinfo send-pr expect dejagnu on target.
779 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
780 target-qthreads on target.
781 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
782 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
783 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
784 x86_64-*-mingw*): Don't disable expect on target.
785 (*-*-cygwin*): Don't disable target-gperf on target.
786 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
787 gnuserv on target.
788 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
789 target.
790 * configure: Regenerate.
791
2354b38b
JM
7922011-03-25 Joseph Myers <joseph@codesourcery.com>
793
794 * configure.ac (target_tools): Remove target-groff.
795 (native_only): Remove target-groff.
796 (hppa*64*-*-*): Don't disable byacc.
797 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
798 setting.
799 (*-*-kaos*): Don't skip target-librx and target-groff.
800 (*-*-netware*): Don't skip target-libmudflap.
801 (*-*-tpf*): Don't skip target-libmudflap.
802 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
803 directories on the host.
804 (ia64*-*-*vms*): Don't skip tix.
805 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
806 host.
807 * configure: Regenerate.
808
28d9b232
PB
8092011-03-24 Paolo Bonzini <pbonzini@redhat.com>
810
811 * configure.ac: Remove references to mt-mep, mt-netware,
812 mt-wince.
813 * Makefile.def: Add all-utils soft dependencies.
814 * Makefile.tpl: Remove GDB_NLM_DEPS.
815 * configure: Regenerate.
816 * Makefile.in: Regenerate.
817
dbbe5f95
PB
8182011-03-24 Paolo Bonzini <bonzini@gnu.org>
819
820 Sync from GCC:
821
822 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
823
824 * configure.ac: Do not include mh-x86omitfp.
825 * configure: Regenerate.
826
827 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
828
829 * configure.ac: Remove empty cases.
830 * configure: Regenerate.
831
832 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
833
834 * Makefile.def: Add dependency from termcap to gdb.
835 * Makefile.in: Regenerate.
836
837 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
838
839 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
840 * configure: Regenerate.
841 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
842 * Makefile.tpl: Likewise.
843 * Makefile.in: Regenerate.
844
845 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
846
847 * configure.ac: Remove all mentions of tentative_cc.
848 * configure: Regenerate.
849
850 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
851
852 PR lto/48086
853 * configure.ac: Re-enable LTO on *-apple-darwin9.
854 * configure: Regenerate.
855
3516a403
JM
8562011-03-24 Joseph Myers <joseph@codesourcery.com>
857
858 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
859 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
860 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
861 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
862 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
863 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
864 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
865 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
866 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
867 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
868 *-*-rhapsody*): Remove host cases.
869 * configure: Regenerate.
870
93cc359e
JM
8712011-03-24 Joseph Myers <joseph@codesourcery.com>
872
873 * configure.ac (ppc*-*-pe): Remove host case.
874 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
875 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
876 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
877 cases.
878 * configure: Regenerate.
879
29b2c556
JM
8802011-03-24 Joseph Myers <joseph@codesourcery.com>
881
882 * config.sub: Update to version 2011-03-23.
883
f0ff0f90
JM
8842011-03-22 Joseph Myers <joseph@codesourcery.com>
885
886 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
887 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
888 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
889 * configure: Regenerate.
890
782cb41f
JM
8912011-03-22 Joseph Myers <joseph@codesourcery.com>
892
893 * config-ml.in: Don't handle arc-*-elf*.
894 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
895 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
896 handle GCC libraries.
897 * configure: Regenerate.
898
0e8ad34f
RO
8992011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
900
901 PR bootstrap/48120:
902 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
903 Add -lstdc++ -lm to LIBS.
904 * configure: Regenerate.
905
5548b4ce
DE
9062011-03-18 David Edelsohn <dje.gcc@gmail.com>
907
908 * config.guess: Update to version 2011-02-02
909 * config.sub: Update to version 2011-02-24
2e702c99 910
86ed8cf6
SP
9112011-03-03 Sebastian Pop <sebastian.pop@amd.com>
912
9eb322aa
MF
913 * configure.ac: Adjust test of with_ppl.
914 * configure: Regenerated.
86ed8cf6 915
b123da99
SP
9162011-03-02 Sebastian Pop <sebastian.pop@amd.com>
917
918 * configure.ac: Add -lpwl to ppllibs.
919 * config/cloog.m4: Add -lisl to clooglibs.
920 * configure: Regenerated.
921
822ce8ee
RW
9222011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
923
924 Import from Libtool and gnulib:
925
926 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
927
928 Prepare for supporting FreeBSD 10.
929 * config.rpath: Remove handling of freebsd1* which soon would
930 match FreeBSD 10.0.
931
932 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
933
934 Remove support for FreeBSD 1.x.
935 * libtool.m4 (_LT_LINKER_SHLIBS)
936 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
937 soon would incorrectly match FreeBSD 10.0.
938
dcb5e506
RW
9392011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
940
941 PR binutils/12283
942 * MAINTAINERS (mkinstalldirs): Comes from Automake.
943 (move-if-change): Comes from gnulib.
944 * move-if-change: Import version from gnulib.
945
8d8eef9a
RW
9462011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
947
948 Sync from GCC:
949
950 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
951
952 PR lto/47225
953 * Makefile.def (lto-plugin): Double dash for enable-shared.
954 (configure-gcc): Depend on all-lto-plugin.
955 * Makefile.in: Rebuilt.
956
957 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
958
959 * configure.ac: Remove extra bracket.
960 * configure: Regenerate.
961
962 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
963
964 PR lto/47225
965 * Makefile.def: Add dependency for install-gcc
966 on install-lto-plugin.
967 * Makfile.in: Regenerated
968
969 2011-01-25 Jakub Jelinek <jakub@redhat.com>
970
971 * configure.ac: If with_ppl is no, move setting with_cloog=no
972 after CLOOG_REQUESTED check.
973 * configure: Regenerated.
974
975 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
976
977 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
978 CLooG has been requested.
979 * configure: Regenerated.
980
981 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
982
983 * configure: Regenerated.
984 * configure.ac: Check for version 0.11 (or later revision) of PPL.
985
986 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
987
988 * configure: Regenerated.
989 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
990
991 2011-01-07 Jan Hubicka <jh@suse.cz>
992
993 PR lto/47225
994 * Makefile.in: Regenerate.
995 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
996 configure.
997
65b4571a
AO
9982011-01-31 Alexandre Oliva <aoliva@redhat.com>
999
1000 PR libgcj/44341
1001 * configure.ac: Discard --with-* flags for host when configuring
1002 target libraries for cross build.
1003 * configure: Rebuilt.
1004
7837304f
AS
10052011-01-21 Andreas Schwab <schwab@redhat.com>
1006
1007 Sync from GCC:
1008
1009 2011-01-21 Andreas Schwab <schwab@redhat.com>
1010
1011 * configure.ac: Use AS_HELP_STRING throughout.
1012 * configure: Regenerate.
1013
1014 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1015
1016 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1017 * configure: Regenerate.
1018
115ef890
RW
10192010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1020
1021 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1022
92c9a463
JB
10232011-01-13 Joel Brobecker <brobecker@adacore.com>
1024
1025 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1026 for ia64-hpux.
1027 * configure: Regenerate.
1028
887ebfb4
RW
10292011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1030
1031 Sync from GCC:
1032 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1033
1034 * configure.ac: (picochip): Disable libiberty.
1035 * configure: Regenerate.
1036
04d2c2b2
JJ
10372010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1038
1039 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1040
33d23ee8
ILT
10412010-12-10 Ian Lance Taylor <iant@google.com>
1042
1043 PR bootstrap/46819
1044 * configure.ac: For --disable-libgcj clear libgcj_saved.
1045 * configure: Rebuild.
1046
89a1e9c3
PB
10472010-12-10 Tobias Burnus <burnus@net-b.de>
1048
1049 PR fortran/46540
1050 * configure.ac: Add --disable-libquadmath and
1051 --disable-libquadmath-support.
1052 * configure: Regenerate.
1053
ac7bcd26
TG
10542010-12-10 Tristan Gingold <gingold@adacore.com>
1055
1056 * src-release (ETC_SUPPORT): add gnu-oids.texi
1057
d357cef7
HPN
10582010-12-03 Hans-Peter Nilsson <hp@axis.com>
1059
1060 PR libffi/46792
1061 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1062 * configure: Regenerate.
1063
4f11b223
ILT
10642010-12-02 Ian Lance Taylor <iant@google.com>
1065
1066 * configure.ac: Always set default for poststage1_ldflags to
1067 -static-libstdc++ -static-libgcc.
1068
989abc33
JJ
10692010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1070
1071 * COPYING.NEWLIB: Add National Semiconductor notice.
1072
950386c6
AS
10732010-11-29 Andreas Schwab <schwab@redhat.com>
1074
1075 * configure.ac: Move comment to remove extra space in last argument
1076 of GCC_TARGET_TOOL.
1077
87cda2cf
AO
10782010-11-26 Alexandre Oliva <aoliva@redhat.com>
1079
7d509c83 1080 PR other/46026
87cda2cf
AO
1081 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1082 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1083 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1084 (BASE_FLAGS_TO_PASS): Use it.
1085 * configure: Rebuilt.
1086 * Makefile.in: Rebuilt.
1087
d3b50760
L
10882010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1089
1090 PR binutils/12258
1091 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1092 Properly check default linker.
1093 * configure: Regnerated.
1094
c7791212
NC
10952010-11-23 Matthias Klose <doko@ubuntu.com>
1096
1097 * configure.ac: For --enable-gold, handle value `default' instead of
1098 `both*'. New configure option --{en,dis}able-ld.
1099 * configure: Regenerate.
1100
9e1a94f4
ILT
11012010-11-20 Ian Lance Taylor <iant@google.com>
1102
1103 * configure.ac: Only disable a language library if no language needs
1104 it. Don't let --disable-libgcj uncondtionally disable libffi.
1105 * configure: Rebuild.
1106
ceca0218
PB
11072010-11-20 Paolo Bonzini <bonzini@gnu.org>
1108
1109 * configure: Regenerate.
1110
9b980aa1
RW
11112010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1112
1113 PR other/46202
1114 * configure.ac: Fix just-built in-tree STRIP name to be
1115 binutils/strip-new.
1116 * configure: Regenerate.
1117 * Makefile.def (install-strip-gcc, install-strip-binutils)
1118 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1119 (install-strip-sid): Mirror dependencies on non-strip variants
1120 of these targets on the respective -strip prerequisites.
1121 * Makefile.tpl (install-strip, install-strip-host)
1122 (install-strip-target): New targets.
1123 (install-strip-[+module+], install-strip-target-[+module+]):
1124 New targets.
1125 * Makefile.in: Regenerate.
1126
e552509b
ILT
11272010-11-19 Ian Lance Taylor <iant@google.com>
1128 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1129
1130 * configure.ac: Add target-libgo to target_libraries. Set
1131 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1132 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1133 (HOST_EXPORTS): Add GOC.
1134 (BASE_TARGET_EXPORTS): Add GOC.
1135 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1136 (GOCFLAGS_FOR_TARGET): New variable.
1137 (EXTRA_HOST_FLAGS): Add GOC.
1138 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1139 * Makefile.def (target_modules): Add libgo.
1140 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1141 (dependencies): Add dependency from configure-target-libgo to
1142 configure-target-libffi and all-target-libstdc++-v3. Add
1143 dependencies from all-target-libgo to all-target-libffi.
1144 (languages): Add go.
1145 * configure: Rebuild.
1146 * Makefile.in: Rebuild.
1147
11482010-11-19 Ian Lance Taylor <iant@google.com>
1149
1150 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1151 compiler/flag environment variables.
1152
11532010-11-18 Ian Lance Taylor <iant@google.com>
1154
1155 * configure.ac: Check for lang_requires_boot_languages in
1156 config-lang.in files.
1157 * configure: Rebuild.
1158
8c21d9c7
MF
11592010-11-17 Mike Frysinger <vapier@gentoo.org>
1160
1161 * .gitignore: New file.
1162
e552509b
ILT
11632010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1164 Tobias Burnus <burnus@net-b.de>
1165
1166 PR fortran/32049
1167 * Makefile.def: Add libquadmath; build it with language=fortran.
1168 * configure.ac: Add libquadmath.
1169 * Makefile.tpl: Handle multiple libs in check-[+language+].
1170 * Makefile.in: Regenerate.
1171 * configure: Regenerate.
1172
11732010-11-15 Andreas Schwab <schwab@redhat.com>
1174
1175 * configure.ac: Fix spelling in option names.
1176 * configure: Regenerated.
1177
11782010-11-13 Georg-Johann Lay <georgjohann@web.de>
1179
1180 PR bootstrap/39622
1181 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1182 * configure: Regenerated.
1183
11842010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1185
1186 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1187 define the cloog backend to use. Furthermore, only pass the ppllibs to
1188 the configure checks, if necessary.
1189 * configure: Regenerate.
1190
11912010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1192
1193 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1194 * configure: regenerate
1195
11962010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1197
1198 * config/cloog.m4: Fix typo. verison -> version.
1199 * configure: Regenerate.
1200
12012010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1202
1203 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1204 * configure: Regenerate.
1205
12062010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1207
1208 * configure.ac: Support official CLooG.org versions.
1209 * configure: Regenerate.
1210 * config/cloog.m4: New.
1211
aa291e2d
ME
12122010-11-05 Michael Eager <eager@eagercon.com>
1213
1214 * COPYING.LIBGLOSS: Correct typo in microblaze.
1215 * COPYING.NEWLIB: Same.
1216
e552509b
ILT
12172010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1218
1219 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1220 * configure: Regenerate.
1221
74cea91b
DK
12222010-11-03 Ian Lance Taylor <iant@google.com>
1223 Dave Korn <dave.korn.cygwin@gmail.com>
1224
1225 PR lto/46273
1226 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1227 and on other supported platforms whenever LTO is enabled.
1228 * configure: Rebuild.
1229
6d0cd39e
AM
12302010-11-02 Alan Modra <amodra@gmail.com>
1231
1232 PR binutils/12110
1233 * configure.ac: Error when source path contains spaces.
1234 * configure: Regenerate.
1235
18a8530e
ILT
12362010-10-20 Ian Lance Taylor <iant@google.com>
1237
1238 * Makefile.def (target_modules): Set lib_path to src/.libs for
1239 libstdc++-v3 module.
1240 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1241 * Makefile.in: Rebuild.
1242
6ed3211e
JJ
12432010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1244 Joseph Myers <joseph@codesourcery.com>
1245
1246 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1247 notices.
1248 * COPYING.NEWLIB: Add Texas Instruments notice.
1249
a8eb3f0a
DK
12502010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1251
1252 * configure.ac (build_lto_plugin): New shell variable.
1253 (--enable-lto): Turn on by default for all non-ELF platforms that
1254 have had LTO support added so far. Set build_lto_plugin appropriately
1255 for both ELF and non-ELF.
1256 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1257 * configure: Regenerate.
1258
4074d5f2
RW
12592010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1260
1261 PR bootstrap/45326
1262 PR bootstrap/45174
1263 * configure.ac: Honor initial values of $build_configargs,
1264 $host_configargs, $target_configargs. Mark the precious, so
1265 environment settings get recorded.
1266 * configure: Regenerate.
1267
29821356
RW
12682010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1269
1270 Sync from GCC:
1271
1272 2010-09-30 Michael Eager <eager@eagercon.com>
1273
1274 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1275 * configure: Regenerate.
1276
1277 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1278
1279 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1280 targets and amend comment.
1281 * configure: Regenerate.
1282
1283 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1284
1285 * configure.ac: Enable LTO by default on Darwin.
1286 * configure: Regenerate.
1287
1288 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1289
1290 PR bootstrap/44455
1291 * configure.ac (extra_mpfr_configure_flags): Copy from
1292 extra_mpc_gmp_configure_flags.
1293 * configure: Re-generated.
1294
57eefe4d
RW
12952010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1296
1297 Sync from GCC:
1298
1299 PR bootstrap/45796
1300 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1301 Depend on all-build-libiberty.
1302 * Makefile.in: Regenerate.
1303
13042010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1305
1306 Sync from GCC:
1307
1308 PR bootstrap/44621
1309 * configure.ac: Fix unportable shell quoting.
1310 * configure: Regenerate.
1311
48bb73dd
RW
13122010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1313
1314 * configure.ac: Support all v850 targets.
1315 * configure: Regenerate.
1316
1d14850f
PB
13172010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1318
1319 PR target/44862
1320 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1321 Provide -B option to allow for link spec %s substitutions for
1322 libstdc++.a on darwin.
1323 * Makefile.in: Regenerate.
1324
7530c480
AO
13252010-06-10 Alexandre Oliva <aoliva@redhat.com>
1326
1327 * Makefile.def (configure-gcc): Depend on all-libelf.
1328 * Makefile.in: Rebuild.
1329
285d560d
RW
13302010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1331
1332 * config.sub, config.guess: Update from upstream sources.
1333
a009f2e7
RW
13342010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1335
1336 Sync from GCC:
1337
1338 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1339 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1340 * configure: Regenerated.
1341
1342 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1343 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1344 * configure: Regenerate.
1345
1346 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1347 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1348 * configure: Regenerate.
1349
1350 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1351 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1352 separately.
1353 * configure: Regenerate.
1354
1355 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1356 * configure: Regenerate after change to elf.m4.
1357
1358 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1359 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1360 * configure: Regenerated.
1361
1362 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1363 * configure.ac: Print "buggy but acceptable" when CLooG
1364 revision is less than 9.
1365 * configure: Regenerated.
1366
e49e5c92
DK
13672010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1368
1369 Merge from gcc:
1370
1371 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1372 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1373 * configure: Regenerate.
1374
1375 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1376 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1377 a platform that supports LTO.
1378 * configure: Regenerate.
1379
1380 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1381 PR lto/42776
1382 * configure.ac (--enable-lto): Refactor handling so libelf tests
1383 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1384 and allow LTO to be explicitly enabled on non-ELF platforms that
1385 are known to support it inside else-clause.
1386 * configure: Regenerate.
1387
e6de499b
NC
13882010-04-27 Roland McGrath <roland@redhat.com>
1389 H.J. Lu <hongjiu.lu@intel.com>
1390
1391 * configure.ac (--enable-gold): Support both, both/gold and
1392 both/bfd to add gold to configdirs without removing ld.
1393 * configure: Regenerated.
1394
1395 * Makefile.def: Add install-gold dependency to install-ld.
1396 * Makefile.in: Regenerated.
1397
d594eacc
TG
13982010-04-14 Tristan Gingold <gingold@adacore.com>
1399
1400 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1401 * configure: Regenerate.
1402
938d2b74
RW
14032010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1404
1405 Merge from gcc:
1406 PR bootstrap/43615
1407 PR bootstrap/43328
1408 Revert:
1409 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1410 * configure.ac: Do not pass --enable-multilib nor
1411 --disable-multilib in baseargs. Accept explicitly passed
1412 --enable_multilib.
1413 * configure: Regenerate.
1414
a9ef41a7
RW
14152010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1416
1417 PR bootstrap/43328
1418 * configure.ac: Do not pass --enable-multilib nor
1419 --disable-multilib in baseargs. Accept explicitly passed
1420 --enable_multilib.
1421 * configure: Regenerate.
1422
619a3713
JM
14232010-03-23 Joseph Myers <joseph@codesourcery.com>
1424
1425 * configure.ac (tic6x-*-*): New case.
1426 * configure: Regenerate.
1427
92f4e989
JM
14282010-03-23 Joseph Myers <joseph@codesourcery.com>
1429
1430 Merge from gcc:
1431 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1432 PR ada/42554
1433 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1434 * configure: Regenerate.
1435
c35a0556
JM
14362010-03-23 Joseph Myers <joseph@codesourcery.com>
1437
1438 * config.sub: Update to version 2010-03-22.
1439 * config.guess: Update to version 2009-12-30.
1440
18fa8f9c
JM
14412010-03-14 Joseph Myers <joseph@codesourcery.com>
1442
1443 Merge from gcc:
1444 2010-01-11 Richard Guenther <rguenther@suse.de>
1445 PR lto/41569
1446 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1447 * Makefile.in: Regenerated.
1448
ba98da75
RO
14492010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1450
1451 PR libstdc++/32499
1452 * configure.ac (RANLIB): Default to true.
1453 (STRIP): Likewise.
1454 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1455 * configure: Regenerate.
1456
3994761f
NC
14572010-02-17 Nick Clifton <nickc@redhat.com>
1458
1459 PR 11238
1460 * Makefile.tpl (local-distclean): Also remove config.cache files in
1461 sub-directories as there may not be Makefiles present in the
1462 sub-directories.
792cdb50
NC
1463 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1464 the config.cache files found by the find command.
1465
3994761f
NC
1466 * Makefile.in: Regenerate.
1467 * configure.ac: Revert previous delta.
1468 * configure: Regenerate.
1469
01a82011
NC
14702010-02-15 Nick Clifton <nickc@redhat.com>
1471
1472 PR 11238
1473 * configure.ac: Delete config.cache files in sub-directories when
1474 deleting Makefiles.
1475 * configure: Regenerate.
1476
143754cd
NC
14772010-02-15 Nick Clifton <nickc@redhat.com>
1478
1479 * configure.ac: Sync from gcc.
1480 * configure: Regenerate.
1481
a6b5846e
KG
14822010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1483
1484 Sync from gcc:
1485 * configure.ac: Add "recommended" version checks for GMP/MPC.
1486 Update recommended GMP/MPFR/MPC versions.
1487 * configure: Regenerate.
1488
2aa2364a
JR
14892010-01-25 Joern Rennecke <amylaar@spamcop.net>
1490
1491 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1492 * configure.ac (bootstrap_target_libs): Make inclusion of
1493 target-libgomp conditional on libgomb being in target_configdirs.
1494 * configure: Regenerate.
1495
d35e937f
JR
14962010-01-23 Joern Rennecke <amylaar@spamcop.net>
1497
1498 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1499 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1500 * configure: Regenerate.
1501
911e63d0
JR
15022010-01-22 Joern Rennecke <amylaar@spamcop.net>
1503
1504 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1505 * configure.ac (target_configdirs): Substitute.
1506 * Makefile.def: Bootstrap target module libgomp.
1507 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1508 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1509 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1510 * configure, Makefile.in: Regenerate.
1511
3725885a
RW
15122009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1513
1514 * libtool.m4: Sync from git Libtool.
1515 * ltmain.sh: Likewise.
1516 * ltoptions.m4: Likewise.
1517 * ltversion.m4: Likewise.
1518 * lt~obsolete.m4: Likewise.
1519
d5f2ee2e 15202010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1521 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1522
1523 PR bootstrap/42424
1524 * configure.ac: Include libtool m4 files.
9eb322aa 1525 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1526 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1527 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1528
d5f2ee2e
KG
1529 * configure: Regenerate.
1530
f2b2dd91
RW
15312010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1532
1533 PR bootstrap/41818
1534 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1535 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1536 * Makefile.in: Regenerate.
1537
06ca7962
BE
15382009-12-18 Ben Elliston <bje@au.ibm.com>
1539
1540 * config.sub, config.guess: Update from upstream sources.
1541
30a16d7b
JJ
15422009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1543
1544 * COPYING.NEWLIB: Update copyright date.
1545 * COPYING.LIBGLOSS: Ditto.
1546
d9b76ff9
KG
15472009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1548
1549 PR middle-end/30447
1550 PR middle-end/30789
1551 PR other/40302
1552
1553 * configure.ac: Require MPC.
1554 * configure: Regenerate.
1555
1556 * configure.ac: Update minimum MPC version to 0.8.
1557 * configure: Regenerate.
1558
e12dec02
PB
15592009-11-20 Paolo Bonzini <bonzini@gnu.org>
1560
1561 * config.guess: Sync with upstream and gcc.
1562 * config.sub: Sync with upstream and gcc.
1563
606a9ca0
AO
15642009-11-16 Alexandre Oliva <aoliva@redhat.com>
1565
1566 * Makefile.def: Restore host and target settings for gmp.
1567 * Makefile.in: Rebuild.
1568
1f53ca9a
AO
15692009-11-16 Alexandre Oliva <aoliva@redhat.com>
1570
1571 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1572 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1573 Fix portability of test of C++ as bootstrap language. Add
1574 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1575 * configure: Rebuild.
1576 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1577 and cloog. Fix in-tree ppl configuration. Introduce libelf
1578 in-tree building.
1579 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1580 (POSTSTAGE1_HOST_EXPORTS): Use it.
1581 (STAGE[+id+]_CXXFLAGS): New.
1582 (BASE_FLAGS_TO_PASS): Pass it down.
1583 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1584 extra_exports.
1585 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1586 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1587 extra_exports.
1588 * Makefile.in: Rebuild.
1589
15902009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1591
1592 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1593 paths for *-w64-mingw* and x86_64-*mingw*.
1594 * configure: Regenerated.
1595
15962009-10-30 Kai Tietz <kai.tietz@onevision.com>
1597
1598 * configure.ac: Disable target-winsup & co for
1599 x86_64-*-mingw* and *-w64-mingw* targets.
1600 * configure: Regenerated.
1601
16022009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1603
1604 * configure.ac (CLooG test): Use = with test.
1605 * configure: Regenerate.
1606
16072009-10-22 Richard Guenther <rguenther@suse.de>
1608
1609 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1610 cloog if the ppl version check failed. Move flags saving
1611 before setting in libelf check.
1612 * configure: Regenerate.
1613
16142009-10-21 Richard Guenther <rguenther@suse.de>
1615
1616 * configure.ac: Adjust the ppl and cloog configure to work as
1617 documented. Disable cloog if ppl was disabled. Omit the version
1618 checks if they were disabled.
1619 * configure: Re-generate.
1620
6811fb56
RW
16212009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1622
1623 * configure.ac: Add 'lto' to enable_languages, not
1624 new_enable_languages, and only if not already present.
1625 * configure: Regenerate.
1626
700d40ca
ILT
16272009-10-06 Ian Lance Taylor <iant@google.com>
1628
1629 * Makefile.def: check-gold depends upon all-gas.
1630 * Makefile.in: Rebuild.
1631
16322009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1633
1634 * Makefile.def: all-lto-plugin depends on all-libiberty.
1635 set bootstrap=true for lto-plugin.
1636 Add lto-plugin.
1637 * Makefile.in: Regenerate.
1638 * configure.ac (host_libs): Add lto-plugin.
1639 * configure: Regenerate.
1640
16412009-10-03 Diego Novillo <dnovillo@google.com>
1642
1643 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1644 (HOST_LIBELFLIBS): Define.
1645 (HOST_LIBELFINC): Define.
1646 * Makefile.in: Regenerate.
1647 * configure.ac: Add --enable-lto.
1648 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1649 If --enable-lto is used, add 'lto' to new_enable_languages.
1650 If --enable-lto is used and gold is enabled, add
1651 lto-plugin to configdirs.
1652 * configure: Regenerate.
1653
16542009-10-03 Simon Baldwin <simonb@google.com>
1655
1656 * configure.ac: If --with-system-zlib, suppress local zlib and
1657 pass --with-system-zlib to subdir configure scripts.
1658 * configure: Regenerate.
1659
16602009-10-01 Loren J. Rittle <ljrittle@acm.org>
1661 Paolo Bonzini <bonzini@gnu.org>
1662
1663 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1664 $(srcdir).
1665 * Makefile.in: Rebuilt.
1666
c8cb1b3e
PB
16672009-09-29 Paolo Bonzini <bonzini@gnu.org>
1668
1669 Sync from gcc:
1670 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1671
1672 * configure.ac: Update minimum MPC version to 0.7.
1673 * configure: Regenerate.
1674
30167e0a
NC
16752009-09-25 Nick Clifton <nickc@redhat.com>
1676
1677 * configure.ac: Pass any --cache-file=/dev/null option on to
1678 subconfigures.
1679 * configure: Regenerate.
1680
707a0b5c
NC
16812009-09-23 Nick Clifton <nickc@redhat.com>
1682
1683 * config.sub, config.guess: Update from upstream sources.
1684
700d40ca
ILT
16852009-09-22 Loren J. Rittle <ljrittle@acm.org>
1686
1687 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1688 * Makefile.in: Rebuilt.
1689
2fd0b40b
RW
16902009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1691
1692 PR bootstrap/32272
1693 * configure.ac: Error out if $srcdir isn't '.' but contains
1694 host-${host_noncanonical}.
1695 * configure: Regenerate.
1696
4385ad3c
RW
16972009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1698
16b1ad29
RW
1699 * configure.ac: If bootstrapping a combined tree with
1700 --enable-gold, require c++ in stage1_languages.
1701 * configure: Regenerate.
1702
f8dc745f
RW
1703 * configure.ac: Also add target_libs of stage1_languages to
1704 bootstrap_target_libs.
1705 * configure: Regenerate.
1706
4385ad3c
RW
1707 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1708 with --enable-languages not containing c++.
1709 * configure: Regenerate.
1710
df51e4e1
JZ
17112009-09-16 Jie Zhang <jie.zhang@analog.com>
1712
1713 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1714 * configure: Regenerate.
1715
06a51eac
RW
17162009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1717
1718 * configure.ac: Do not use $extrasub for replacing @if/@endif
1719 parts in Makefile; instead, use additional arguments to
1720 AC_CONFIG_COMMANDS to do the replacement manually, with several
1721 sed invocations, to avoid HP-UX sed command limits.
1722 * configure: Regenerate.
1723
96655cc4
AO
17242009-09-04 Alexandre Oliva <aoliva@redhat.com>
1725
1726 * configure.ac (with-build-config): Document. Handle without.
1727 Handle missing argument.
1728 * configure: Rebuilt.
1729
17302009-09-03 Alexandre Oliva <aoliva@redhat.com>
1731
1732 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1733 Default to bootstrap-debug only if compare-debug works.
1734 * configure: Rebuilt.
1735 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1736 * Makefile.in: Rebuilt.
1737
17382009-09-01 Alexandre Oliva <aoliva@redhat.com>
1739
1740 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1741 * Makefile.in: Rebuilt.
1742
8e957354
PB
17432009-09-02 Paolo Bonzini <bonzini@gnu.org>
1744
1745 * Makefile.tpl (AWK): Fix typo.
1746 * Makefile.in: Regenerate.
1747
17482009-09-02 Paolo Bonzini <bonzini@gnu.org>
1749
1750 * configure.ac: Detect awk and sed.
1751 * Makefile.def (flags_to_pass): Add AWK and SED.
1752 * Makefile.tpl (AWK, SED): New.
1753 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1754 * configure: Regenerate.
1755 * Makefile.in: Regenerate.
1756
fb792462
TG
17572009-09-01 Tristan Gingold <gingold@adacore.com>
1758
1759 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1760 Remove logical names.
1761
a69e7d0a
DK
17622009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1763
1764 * ltmain.sh (func_normal_abspath): New function.
1765 (func_relative_path): Likewise.
1766 (func_mode_help): Document new -bindir option for link mode.
1767 (func_mode_link): Add new -bindir option, and use it to place
1768 output DLL if specified.
1769
d444d2ba
RW
17702009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1771
1772 * configure.ac (AC_PREREQ): Bump to 2.64.
1773
13b7343a
RW
17742009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1775
af542c2e
RW
1776 * README-maintainer-mode: Point directly to upstream locations
1777 for autoconf, automake, libtool, gettext, instead of copies on
1778 sources.redhat.com. Document required versions.
1779 * configure.ac: Do not substitute datarootdir, htmldir,
1780 pdfdir, docdir. Do not process --with-datarootdir,
1781 --with-htmldir, --with-pdfdir, --with-docdir.
1782 * configure: Regenerate.
1783
81ecdfbb
RW
1784 * configure: Regenerate.
1785
13b7343a
RW
1786 * compile: Sync from Automake 1.11.
1787 * depcomp: Likewise.
1788 * install-sh: Likewise.
1789 * missing: Likewise.
1790 * mkinstalldirs: Likewise.
1791 * ylwrap: Likewise.
1792
c1102ce7
RW
17932009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1794
34a0f3cf
RW
1795 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1796 (baseargs): Add --disable-option-checking.
1797 * configure: Regenerate.
1798
c1102ce7
RW
1799 * Makefile.def (configure-target-libiberty): Depend on
1800 all-binutils and all-ld.
1801 (configure-target-newlib): Likewise.
1802 * Makefile.in: Regenerate.
1803
e8a5fa9c
RW
18042009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1805
1806 Sync with GCC, merge:
1807
1808 2009-07-31 Christian Bruel <christian.bruel@st.com>
1809
1810 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1811 * configure: Regenerate.
1812
1813 2009-07-06 Ian Lance Taylor <iant@google.com>
1814
1815 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1816 * configure: Rebuild.
1817
1818 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1819
1820 PR bootstrap/40338
1821 * configure.ac (comparestring): Create new variable.
1822 * Makefile.tpl (comparestring): Use to skip some comparisions.
1823 * configure: Regenerate.
1824 * Makefile.in: Regenerate.
1825
1826 2009-06-23 Ian Lance Taylor <iant@google.com>
1827
1828 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1829 boot_languages. Only bootstrap target libraries listed in
1830 target_libs for some boot language. Add --with-stage1-ldflags,
1831 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1832 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1833 if not building with C++.
1834 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1835 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1836 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1837 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1838 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1839 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1840 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1841 * configure, Makefile.in: Rebuild.
1842
1843 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1844
1845 * configure.ac: Detect MPC in default directory.
1846 * configure: Regenerate.
1847
1848 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1849
1850 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1851 to noconfdirs.
1852 * configure: Regenerate.
1853
1854 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1855
1856 * Makefile.def: Add MPC support and dependencies.
1857 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1858
1859 * Makefile.in, configure: Regenerate.
1860
1861 2009-05-24 Nicolas Roche <roche@adacore.com>
1862
1863 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1864 * Makefile.in: Regenerate.
1865
1866 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1867
1868 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1869 * configure: Regenerate.
1870
1871 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1872
1873 * configure.ac ($with_ppl): Default to no if not supplied.
1874 ($with_cloog): Likewise.
1875 configure: Regenerate.
1876
1877 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1878
1879 PR bootstrap/39739
1880 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1881 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1882
1883 * configure, Makefile.in: Regenerate.
1884
1885 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1886
1887 * configure.ac: Change copyright header to refer to version
1888 3 of the GNU General Public License and to point readers at the
1889 COPYING3 file and the FSF's license web page.
1890 * Makefile.def: Likewise.
1891 * Makefile.tpl: Likewise.
1892 * Makefile.in: Regenerate.
1893
1894 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1895
1896 * configure.ac: Restore match for darwin9 or later. Use double
1897 brackets since regeneration eats one pair.
1898 * configure: Regenerate.
1899
bf110216
CF
19002009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1901
1902 * MAINTAINERS: Perform some obvious fixups.
1903
2262bbf4
BE
19042009-08-17 Ben Elliston <bje@au.ibm.com>
1905
1906 * config.sub, config.guess: Update from upstream sources.
1907
25a07265
NC
19082009-08-06 Michael Eager <eager@eagercon.com>
1909
1910 * configure.ac: Add Microblaze target.
1911 * configure: Regenerate.
1912
85bd1942
TG
19132009-07-02 Tristan Gingold <gingold@adacore.com>
1914
1915 * configure.ac: Do not exclude gas for i386-*-darwin.
1916 Add a case for x86_64-*-darwin.
1917 * configure: Regenerate.
1918
f9806fa5
DE
19192009-06-26 Doug Evans <dje@sebabeach.org>
1920
1921 * Makefile.def (host_modules): Add cgen.
1922 * Makefile.in: Regenerate.
1923 * configure.ac (host_tools): Add cgen.
1924 * configure: Regenerate.
1925
6bfb4e30
JJ
19262009-06-17 Michael Eager <eager@eagercon.com>
1927
1928 * COPYING.LIBGLOSS: Add Xilinx license.
1929
8bcf2718
NC
19302009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1931
1932 * configure.ac: Define is_elf for QNX Neutrino targets.
1933 * configure: Regenerate.
1934
04ec0acb
RW
19352009-06-03 Jerome Guitton <guitton@adacore.com>
1936 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1937
9eb322aa
MF
1938 * Makefile.tpl (all): Avoid a trailing backslash.
1939 * Makefile.in: Regenerate.
04ec0acb 1940
7ee5dbeb
BE
19412009-06-03 Ben Elliston <bje@au.ibm.com>
1942
1943 * config.sub, config.guess: Update from upstream sources.
1944
fda13ee8
AO
19452009-06-02 Alexandre Oliva <aoliva@redhat.com>
1946
1947 * Makefile.tpl ([+compare-target+]): Compare all stage
1948 directories, rather than just gcc.
1949 * Makefile.in: Rebuilt.
1950
4a657b0d
DK
19512009-05-28 Doug Kwan <dougkwan@google.com>
1952
1953 * configure.ac: Support gold for target arm*-*-*.
1954 * configure: Regenerate.
1955
07fc31c9
AO
19562009-05-27 Alexandre Oliva <aoliva@redhat.com>
1957
1958 * Makefile.tpl (all): Avoid harmless warning in make all when
1959 gcc-bootstrap is enabled but stage_last does not exist.
1960 * Makefile.in: Rebuilt.
1961
8a7a39ab
TG
19622009-05-25 Tristan Gingold <gingold@adacore.com>
1963
1964 * setup.com: Complete the file with configuration and build.
1965
b5233201
AO
19662009-05-18 Alexandre Oliva <aoliva@redhat.com>
1967
1968 PR other/40159
1969 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1970 gcc-no-bootstrap are mutually exclusive.
1971 * Makefile.in: Rebuilt.
1972
7b6175f9
AO
19732009-05-18 Alexandre Oliva <aoliva@redhat.com>
1974
1975 PR other/40159
1976 * Makefile.tpl (all): Don't end with unconditional success.
1977 * Makefile.in: Rebuilt.
1978
1b05fbbd
AO
19792009-05-12 Alexandre Oliva <aoliva@redhat.com>
1980
1981 PR target/37137
1982 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1983 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1984 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1985 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1986 stage_configureflags, stage_cflags and stage_libcflags into
1987 explicit Makefile macros.
1988 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1989 GFORTRAN.
1990 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1991 CC. Set CC_FOR_BUILD from CC.
1992 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1993 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1994 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1995 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1996 and GFORTRAN.
1997 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1998 (_LIBCFLAGS): Renamed to _TFLAGS.
1999 (do-compare-debug, do-compare3-debug): Drop.
2000 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2001 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2002 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2003 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2004 (XGCC_FLAGS_FOR_TARGET): New.
2005 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2006 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2007 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2008 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2009 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2010 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2011 TFLAGS.
2012 (BUILD_CONFIG): Include if requested.
2013 (all): Set TFLAGS on bootstrap.
2014 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2015 (all-stageid-prefixmodule): Likewise.
2016 (do-clean, distclean-stageid): Set TFLAGS.
2017 (restrap): Fix whitespace.
2018 * Makefile.in: Rebuilt.
2019
dc17c78c
EB
20202009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2021
2022 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2023 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2024 * Makefile.in: Regenerate.
2025
14324cd7
EZ
20262009-04-24 Eli Zaretskii <eliz@gnu.org>
2027
2028 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2029 consistency with config.sub. (Update from upstream sources.)
2030
f8d5f06c
JM
20312009-04-21 Joseph Myers <joseph@codesourcery.com>
2032
2033 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2034
0000e2bf
BE
20352009-04-17 Ben Elliston <bje@au.ibm.com>
2036
2037 * config.sub, config.guess: Update from upstream sources.
2038
20135e4c
NC
20392009-04-15 Anthony Green <green@moxielogic.com>
2040
34adf976 2041 * configure.ac: Add moxie support.
20135e4c
NC
2042 * configure: Rebuilt.
2043
ef699244
L
20442009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2045
2046 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2047 * configure: Regenerate.
2048
10ad8ef3
L
20492009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2050
2051 PR gas/10039
2052 * configure.ac: Require texinfo 4.7.
2053 * configure: Regenerated.
2054
c50523ce
L
20552009-04-09 Steve Ellcey <sje@cup.hp.com>
2056
2057 * Makefil.def (languages): New entries.
2058 * Makefile.tpl (check-gcc-*): New generic target.
2059 * Makefile.in: Regenerate.
2060
47afba5f
EZ
20612009-03-27 Eli Zaretskii <eliz@gnu.org>
2062
2063 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2064 Windows builds of Sed.
2065
dc448a7b
TT
20662009-03-18 Tom Tromey <tromey@redhat.com>
2067
2068 * configure: Rebuild.
2069 * configure.ac (host_libs): Add libiconv.
2070 * Makefile.in: Rebuild.
2071 * Makefile.def (host_modules): Add libiconv.
2072 (configure-gdb, all-gdb): Depend on libiconv.
2073
24741ab2
JB
20742009-03-16 Tristan Gingold <gingold@adacore.com>
2075
2076 * configure.ac: Treat gdb as supported on x86_64-darwin.
2077 * configure: Regenerate.
2078
29383458
JM
20792009-03-16 Joseph Myers <joseph@codesourcery.com>
2080
2081 Merge from GCC:
2082
2083 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2084
2085 * configure.ac (--with-host-libstdcxx): New option.
2086 * configure: Regenerate.
2087
2088 2009-01-29 Robert Millan <rmh@aybabtu.com>
2089
2090 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2091 * configure: Regenerate.
2092
2093 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2094
2095 PR tree-optimization/38515
2096 * configure.ac (cloog-polylib): Removed.
2097 (with_ppl, with_cloog): Test for "no".
2098 * configure: Regenerated.
2099
58e24671
RW
21002009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2101
2102 Backport from git Libtool:
2103
2104 2009-01-19 Robert Millan <rmh@aybabtu.com>
2105 Support GNU/kOpenSolaris.
2106 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2107 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2108 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2109 GNU/kOpenSolaris.
2110
314b2e66
AS
21112009-02-05 Andreas Schwab <schwab@suse.de>
2112
2113 * Makefile.tpl (stage_last): Define $r and $s before using
2114 $(RECURSE_FLAGS_TO_PASS).
2115 * Makefile.in: Regenerate
2116
8b700390
JJ
21172009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2118
2119 * COPYING.NEWLIB: Add ARM license.
2120
66775d67
AM
21212009-01-16 Alan Modra <amodra@bigpond.net.au>
2122
2123 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2124 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2125 * Makefile.in: Regenerate.
2126
19e99079
NC
21272009-01-15 Douglas B Rupp <rupp@gnat.com>
2128
2129 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2130 * configure: Regenerate.
2131
22e8c8e0
RW
21322008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2133
2134 Backport link test fix from upstream Libtool:
2135
2136 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2137 Add cache variables to tests that require the linker to work.
2138 For shlibpath_overrides_runpath, this also changes the semantics
2139 to let the result from the C compiler take precedence.
2140 compiler take precedence.
2141
7d6d7764
BE
21422008-12-02 Ben Elliston <bje@au.ibm.com>
2143
2144 * config.sub, config.guess: Update from upstream sources.
2145
ea8af06e
JJ
21462008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2147
2148 * COPYING.NEWLIB: Updated.
2149 * COPYING.LIBGLOSS: Ditto.
2150
af0771d3
PB
21512008-12-16 Paolo Bonzini <bonzini@gnu.org>
2152
2153 Sync with GCC:
2154
2155 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2156
2157 * configure.ac (ppllibs): Add by default the lib flags.
2158 * configure: Regenerate.
2159
2160 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2161
314b2e66
AS
2162 * configure.ac: Add double brackets on darwin[912].
2163 * configure: Regenerate.
af0771d3
PB
2164
2165 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2166
314b2e66
AS
2167 * configure.ac: Expand to darwin10 and later.
2168 * configure: Regenerate.
af0771d3 2169
f7c83eac
AS
21702008-12-02 Andreas Schwab <schwab@suse.de>
2171
2172 * Makefile.def: configure-target-boehm-gc depends on
2173 all-target-libstdc++-v3.
2174 * Makefile.in: Regenerate.
2175
bc67ad83
BE
21762008-12-02 Ben Elliston <bje@au.ibm.com>
2177
2178 * config.sub, config.guess: Update from upstream sources.
2179
e28c595f
JM
21802008-11-27 Joseph Myers <joseph@codesourcery.com>
2181
2182 Merge from GCC:
2183
2184 2007-12-02 Matthias Klose <doko@ubuntu.com>
2185
2186 * config-ml.in: Remove 64bit configure tests.
2187
2188 2008-05-14 Rafael Espindola <espindola@google.com>
2189
2190 * config-ml.in: don't handle --enable-shared and --enable-static.
2191
2192 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2193 Tobias Grosser <grosser@fim.uni-passau.de>
2194 Jan Sjodin <jan.sjodin@amd.com>
2195 Harsha Jagasia <harsha.jagasia@amd.com>
2196 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2197 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2198 Adrien Eliche <aeliche@isty.uvsq.fr>
2199
2200 Merge from graphite branch.
2201 * configure: Regenerate.
2202 * Makefile.in: Regenerate.
2203 * configure.ac (host_libs): Add ppl and cloog.
2204 Add checks for PPL and CLooG.
2205 * Makefile.def (ppl, cloog): Added modules and dependences.
2206 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2207 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2208
2209 2008-09-03 Richard Guenther <rguenther@suse.de>
2210
2211 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2212 cloog test.
2213 * configure: Re-generate.
2214
2215 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2216
2217 * configure.ac (--with-cloog-polylib): New.
2218 (--disable-cloog-version-check): New.
2219 (--disable-ppl-version-check): New.
2220 * configure: Re-generate.
2221
2222 2008-09-05 Richard Guenther <rguenther@suse.de>
2223
2224 * configure.ac: Initialize clooglibs to -lcloog.
2225 * configure: Re-generate.
2226
2227 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2228
2229 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2230 recommended version to 2.3.2.
2231
2232 * configure: Regenerate.
2233
2234 2008-10-31 Ben Elliston <bje@au.ibm.com>
2235
2236 * configure.ac (spu-*-*): Remove special case.
2237 * configure: Regenerate.
2238
2239 Complete comment text from GCC version of:
2240
2241 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2242
2243 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2244 (GCC_SHLIB_SUBDIR): New.
2245 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2246 * configure: Regenerate.
2247 * Makefile.in: Regenerate.
2248
652dec25
TG
22492008-11-27 Tristan Gingold <gingold@adacore.com>
2250
2251 * configure.ac: Build gdb for i?86-*-darwin*
2252 * configure: Regenerated.
2253
7582fb4a
DJ
22542008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2255
2256 PR bootstrap/38014
2257 PR bootstrap/37923
2258
2259 Revert:
2260
2261 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2262
2263 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2264 * Makefile.in: Regenerated.
2265
2266 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2267
2268 PR gdb/921
2269 PR gdb/1646
2270 PR gdb/2175
2271 PR gdb/2176
2272
2273 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2274 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2275 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2276 (HOST_EXPORTS): Pass CPPFLAGS.
2277 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2278 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2279 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2280 * Makefile.in, configure: Regenerated.
2281 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2282 and CPPFLAGS_FOR_BUILD.
2283
faee1be2
UW
22842008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2285
2286 * configure.ac [spu-*-*]: Do not set skipdirs.
2287 * configure: Re-generate.
2288
b7c2dce4
DJ
22892008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2290
2291 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2292 * Makefile.in: Regenerated.
2293
bb52de30
DJ
22942008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2295
2296 PR gdb/921
2297 PR gdb/1646
2298 PR gdb/2175
2299 PR gdb/2176
2300
2301 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2302 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2303 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2304 (HOST_EXPORTS): Pass CPPFLAGS.
2305 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2306 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2307 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2308 * Makefile.in, configure: Regenerated.
2309 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2310 and CPPFLAGS_FOR_BUILD.
2311
b25062ae
SE
23122008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2313
2314 * libtool.m4: Update to libtool 2.2.6.
2315 * lt~obsolete.m4: Update to libtool 2.2.6.
2316 * ltmain.sh: Update to libtool 2.2.6.
2317 * ltsugar.m4: Update to libtool 2.2.6.
2318 * ltversion.m4: Update to libtool 2.2.6.
2319 * ltoptions.m4: Update to libtool 2.2.6.
2320 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2321
3bbd2f8f
AL
23222008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2323
2324 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2325 (GCC_SHLIB_SUBDIR): New.
2326 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2327 * configure: Regenerate.
2328 * Makefile.in: Regenerate.
2329
b29d32ce
TG
23302008-08-28 Tristan Gingold <gingold@adacore.com>
2331
2332 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2333 Enable bfd, binutils and opcodes.
2334 * configure: Regenerate.
2335
c325a203
DD
23362008-08-16 Nicolas Roche <roche@adacore.com>
2337
2338 * Makefile.tpl: Add BOOT_ADAFLAGS.
2339 * Makefile.in: Regenerate.
2340
e7c8859c
RS
23412008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2342
2343 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2344 * configure: Regenerate.
2345
da888c87
PB
23462008-07-30 Paolo Bonzini <bonzini@gnu.org>
2347
2348 Sync with gcc:
2349 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2350
f7c83eac
AS
2351 * configure.ac: Add makefile fragments for hpux.
2352 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2353 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2354 * configure: Regenerate.
2355 * Makefile.in: Regenerate.
da888c87
PB
2356
2357 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2358
f7c83eac
AS
2359 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2360 * Makefile.in: Regenerate.
2361 * configure: Regenerate.
da888c87 2362
944982cf
ILT
23632008-06-18 Ian Lance Taylor <iant@google.com>
2364
662c6704
ILT
2365 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2366
944982cf
ILT
2367 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2368
7a283e07
RW
23692008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2370
2371 * configure: Regenerate.
2372
5b553f7e
RW
23732008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2374
2375 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2376 "$@" is still intact with both Autoconf 2.59 and 2.62.
2377 * configure: Regenerate.
2378
675492f0
RW
23792008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2380
2381 * Makefile.tpl: Fix comment errors.
2382 * Makefile.in: Regenerate.
2383
b018a5d1
JB
23842008-06-13 Julian Brown <julian@codesourcery.com>
2385
2386 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2387 of libobjc for ARM EABI Linux.
2388 * configure: Regenerate.
2389
310213e8
DE
23902008-06-12 David S. Miller <davem@davemloft.net>
2391 David Edelsohn <edelsohn@gnu.org>
2392
2393 * configure.ac: Add powerpc*-*-* to gold supported targets.
2394 * configure: Regenerate.
2395
6641ce42
JM
23962008-06-08 Joseph Myers <joseph@codesourcery.com>
2397
2398 PR tree-optimization/36218
2399 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2400 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2401 (all prefix="build-"): Pass them to build-system sub-makes.
2402 * Makefile.in: Regenerate.
2403
03c2f9e6
DJ
24042008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2405
2406 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2407 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2408 mkdep, and compile. Update comments.
2409 (ETC_SUPPORT): Add ChangeLog and update comments.
2410
4538db8b
ILT
24112008-05-11 Ian Lance Taylor <iant@google.com>
2412
2413 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2414
266df637
PB
24152008-04-18 Paolo Bonzini <bonzini@gnu.org>
2416
2417 Sync with gcc:
2418 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2419
2420 PR bootstrap/35457
2421 * configure.ac: Include override.m4.
2422 * configure: Regenerate.
2423
2424 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2425
f7c83eac
AS
2426 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2427 * Makefile.in: Regenerate.
266df637
PB
2428
2429 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2430
f7c83eac
AS
2431 * configure.ac: Do not build libssp for the AVR.
2432 * configure: Regenerate.
266df637 2433
a86a761e
NC
24342008-04-18 Nick Clifton <nickc@redhat.com>
2435
2436 * MAINTAINERS: Replace reference to configure.in with reference to
2437 configure.ac.
2438
52310858
NC
24392008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2440
f7c83eac 2441 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2442 as nonconfigurable directories list.
f7c83eac 2443 * configure: Regenerate.
52310858 2444
f5314dd5
DM
24452008-04-14 David S. Miller <davem@davemloft.net>
2446
2447 * configure.ac: Add sparc*-*-* to gold supported targets.
2448 * configure: Regenerate.
2449
e2208220
BE
24502008-04-14 Ben Elliston <bje@au.ibm.com>
2451
2452 * config.sub, config.guess: Update from upstream sources.
2453
0bb6ea20
HPN
24542008-04-12 Hans-Peter Nilsson <hp@axis.com>
2455
2456 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2457 * Makefile.in: Regenerate.
2458
e5164e97
ILT
24592008-04-07 Ian Lance Taylor <iant@google.com>
2460
2461 * Makefile.def: check-gold depends upon all-binutils.
2462 * Makefile.in: Regenerate.
2463
e33b51a6
NC
24642008-04-04 Nick Clifton <nickc@redhat.com>
2465
2466 PR binutils/4334
2467 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2468 builds.
2469 * configure: Regenerate.
2470
fc5df3ab
NC
24712008-04-04 NightStrike <NightStrike@gmail.com>
2472
2473 PR other/35151
f7c83eac
AS
2474 * configure.ac: Combine rules for mingw32 and mingw64.
2475 * configure: Regenerate.
fc5df3ab 2476
c779bab8
PB
24772008-03-27 Paolo Bonzini <bonzini@gnu.org>
2478
2479 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2480 * Makefile.in: Regenerate.
2481
93f9b408
ILT
24822008-03-20 Ian Lance Taylor <iant@google.com>
2483
2484 * configure.ac: Add support for --enable-gold.
2485 * Makefile.def: Add gold as a directory like ld.
2486 * configure, Makefile.in: Regenerate.
2487
5746fb46
AK
24882008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2489
2490 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2491 (s390_cond_extensions): Reduced extensions to the compare related.
2492 (main): z10 cpu type option added.
2493 (expandConditionalJump): Renamed to ...
2494 (insertExpandedMnemonic): ... this.
2495
2496 * opcodes/s390-opc.c: Re-group the operand format makros.
2497 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2498 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2499 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2500 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2501 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2502 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2503 INSTR_SIL_RDU): New instruction formats added.
2504 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2505 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2506 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2507 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2508 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2509 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2510 masks added.
2511 (s390_opformats): New formats added "ris", "rrs", "sil".
2512 * opcodes/s390-opc.txt: Add the conditional jumps with the
2513 extensions removed from automatic expansion in s390-mkopc.c manually.
2514 (asi - trtre): Add new System z10 EC instructions.
2515 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2516
58c85be7
RW
25172008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2518
2519 * configure.ac: m4_include config/proginstall.m4.
2520 * configure: Regenerate.
2521
78124051
RW
25222008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2523
2524 Backport from upstream Libtool:
f7c83eac 2525
78124051 2526 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2527
78124051
RW
2528 Deal with Autoconf 2.62's semantic change in m4_append.
2529 * ltsugar.m4 (lt_append): Replace broken versions of
2530 m4_append.
2531 (lt_if_append_uniq): Don't require separator to be overquoted,
2532 and avoid broken m4_append.
2533 (lt_dict_add): Fix typo.
2534 * libtool.m4 (_LT_DECL): Don't overquote separator.
2535
018f1bea
DE
25362008-03-13 David Edelsohn <edelsohn@gnu.org>
2537
2538 * config.rpath: Add AIX 6 support.
2539
5c5f596d
PB
25402008-03-13 Paolo Bonzini <bonzini@gnu.org>
2541
2542 * Makefile.def (stageprofile). Remove -fprofile-generate
2543 from stage_libcflags.
2544 * Makefile.in: Regenerate.
2545
a1f93a5e
BE
25462008-03-13 Ben Elliston <bje@au.ibm.com>
2547
2548 * config.sub, config.guess: Update from upstream sources.
2549
98c3d905
AK
25502008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2551
2552 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2553 * s390-opc.txt (cmpsc): Duplicate entry removed.
2554 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2555 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2556 fier, cu42, cu41): Fix operand format.
2557
7f6ef0c0
PB
25582008-02-20 Paolo Bonzini <bonzini@gnu.org>
2559
f7c83eac
AS
2560 PR bootstrap/32009
2561 PR bootstrap/32161
2562
2563 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2564 * configure: Regenerate.
2565
2566 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2567 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2568 STAGE4_LIBCFLAGS): New.
2569 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2570 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2571 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2572 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2573 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2574 for target modules. Don't export LIBCFLAGS.
2575 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2576 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2577 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2578 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2579 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2580 * Makefile.in: Regenerate.
7f6ef0c0 2581
eaf19029
PB
25822008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2583
2584 PR libgcj/33085
2585 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2586 Do not use -DDLL_EXPORT. Backport from upstream.
2587
680c43e9
NC
25882008-02-14 Nick Clifton <nickc@redhat.com>
2589
2590 Import this patch from gcc:
2591 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2592
2593 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2594
c72b1d96
HPN
25952008-02-02 Hans-Peter Nilsson <hp@axis.com>
2596
2597 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2598 * configure: Regenerate.
2599
8b66833e
BW
26002008-01-31 Marc Gauthier <marc@tensilica.com>
2601
2602 * configure.ac (xtensa*-*-*): Recognize processor variants.
2603 * configure: Regenerate.
2604
9cc8ae67
PB
26052008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2606
f7c83eac
AS
2607 PR bootstrap/34922
2608 * configure.ac (PARSE_ARGS): Push suitable setting of
2609 ac_subdirs_all, for `./configure --help=recursive'.
2610 Handle `+' in generic toplevel directory disabling.
2611 * configure: Regenerate.
9cc8ae67 2612
19090595
BE
26132008-01-23 Ben Elliston <bje@au.ibm.com>
2614
2615 * config.sub, config.guess: Update from upstream sources.
2616
9f1e7fd3
BE
26172008-01-08 Ben Elliston <bje@au.ibm.com>
2618
2619 * config.sub, config.guess: Update from upstream sources.
2620
2f959d61
JJ
26212007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2622
2623 * COPYING.LIBGLOSS: Update default copyright.
2624
aa054b85
JJ
26252007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2626
2627 * COPYING.NEWLIB: Update default copyright.
2628
57c53b2b
RS
26292007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2630
2631 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2632 Change recommended MPFR from 2.2.1 > 2.3.0.
2633 * configure: Regenerate.
2634
fee14b60
RS
26352007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2636
2637 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2638 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2639 * Makefile.in: Regenerate.
2640
c9b68031
DD
26412007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2642
2643 * configure.ac: Enable libjava for x86_64-*-darwin9.
2644 * configure: Regenerate.
2645
ad25e7d5
BE
26462007-12-05 Ben Elliston <bje@au.ibm.com>
2647
2648 * config.sub, config.guess: Update from upstream sources.
2649
6ac84f65
PB
26502007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2651
f7c83eac
AS
2652 * config-ml.in: Robustify against white space in absolute file
2653 names.
6ac84f65 2654
f7c83eac
AS
2655 * config-ml.in (multi-clean): Substitute ${Makefile}.
2656 Remove superfluous ${Makefile} in list.
6ac84f65 2657
7b3200f9
DJ
26582007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2659
2660 * Makefile.def (dependencies): Make configure-gdb depend on
2661 all-intl.
2662 * Makefile.in: Regenerated.
2663
2c133ff9
JJ
26642007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2665
2666 * Makefile.def: To avoid problems running with parallel makes,
2667 build newlib before libgloss so that target specific header
2668 files are availble.
2669 * Makefile.in: Regenerate.
2670
5074315a
DJ
26712007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2672
2673 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2674 * Makefile.in: Regenerate.
2675
f5bc1778
DJ
26762007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2677
2678 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2679 * libdecnumber: New directory, imported from GCC.
2680
c66487f8
NC
26812007-10-08 Mike Frysinger <vapier@gentoo.org>
2682
2683 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2684 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2685 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2686 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2687 * configure: Regenerate.
2688
b5714970
PB
26892007-10-01 Paolo Bonzini <bonzini@gnu.org>
2690
2691 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2692 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2693 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2694 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2695 * configure.ac: Default them to host tools for $host = $build.
2696 Subst them.
2697
2698 * configure: Regenerate.
2699 * Makefile.in: Regenerate.
2700
f3b1e08e
RS
27012007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2702
2703 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2704 * configure: Regenerate.
2705
cff87f51
DD
27062007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2707
2708 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2709 libstdc++.
2710 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2711 * configure: Regenerate.
2712 * Makefile.in: Regenerate.
f7c83eac 2713
625a61cd
AS
27142007-09-17 Andreas Schwab <schwab@suse.de>
2715
2716 * configure.ac: Raise minimum makeinfo version to 4.6.
2717 * configure: Regenerate.
2718
83a3a68b
AM
27192007-09-15 Alan Modra <amodra@bigpond.net.au>
2720
2721 * configure.ac: Correct makeinfo version check.
2722 * configure: Regenerate.
2723
5bd8be13
RS
27242007-09-14 Richard Sandiford <richard@codesourcery.com>
2725
2726 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2727 to $skipdirs and only disable gprof for newlib. Use the normal
2728 mips*-elf* handling in other respects.
2729 * configure: Regnerate.
2730
5566c1fa
DD
27312007-09-12 David Daney <ddaney@avtrex.com>
2732
2733 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2734 enabling libgcj.
2735 * configure: Regenerate.
2736
27372007-09-12 Richard Guenther <rguenther@suse.de>
2738
2739 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2740 nor --disable-checking is provided also turn on yes and types
2741 checking for stage1.
2742 * configure: Re-generate.
2743
a18e2996 27442007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2745
2746 PR target/33281
2747 * configure.ac: Use config/mh-mingw on mingw.
2748 * configure: Regenerate.
84e7906e 2749
691bb5a1
DD
27502007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2751
2752 PR other/32154
2753 * configure.ac: For libgloss targets, point the linker to the linker
2754 script, startup code and simulator library.
2755 * configure: Regenerate.
2756
6d18b86b
AH
27572007-09-09 Andrew Haley <aph@redhat.com>
2758
2759 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2760 target-libjava.
6d18b86b 2761
f00a3165 27622007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2763
f00a3165 2764 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2765
2abc4e65
BE
27662007-08-21 Richard Guenther <rguenther@suse.de>
2767
2768 * configure.ac: Add types checking to stage1 checking flags.
2769 * configure: Regenerate.
2770
8a6ee3ab 27712007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2772 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2773
2774 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2775 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2776 * Makefile.in: Regenerate.
2777 * configure.ac (--with-debug-prefix-map): New.
2778 * configure: Regenerate.
2779
429acdec
RS
27802007-08-17 Richard Sandiford <richard@codesourcery.com>
2781 Nigel Stephens <nigel@mips.com>
2782
429acdec
RS
2783 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2784 as target_makefile_frag.
2785 * configure: Regenerate.
2786
8520c408
AO
27872007-08-16 Alexandre Oliva <aoliva@redhat.com>
2788
2789 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2790 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2791 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2792 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2793 (do-compare, do-compare3, do-compare-debug): New.
2794 ([+compare-target+]): Use them.
2795
27962007-08-16 Alexandre Oliva <aoliva@redhat.com>
2797
2798 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2799 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2800 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2801 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2802 (do-compare, do-compare3, do-compare-debug): New.
2803 ([+compare-target+]): Use them.
2804
2444379b
BE
28052007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2806 Ben Elliston <bje@au.ibm.com>
2807
2808 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2809 --silent if $silent.
2810 * configure: Regenerate.
2811
d6f99447
DJ
28122007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2813
2814 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2815
bd0aa315
NC
28162007-07-17 Nick Clifton <nickc@redhat.com>
2817
2818 * COPYING3: New file. Contains version 3 of the GNU General
2819 Public License.
2820 * COPYING3.LIB: New file. Contains version 3 of the GNU
2821 Lesser General Public License.
2822
0ebe98fb
BS
28232007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2824
2825 * configure.ac: Fix my previous change to really match GCC.
2826 * configure: Regenerate.
2827
521ec477
DD
28282007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2831 * configure: Regenerate.
2832
28332007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2834
2835 * configure.ac: Add some missing m4 quotation.
2836 * configure: Regenerate.
2837
0c24b341
NC
28382007-07-09 Kai Tietz <kai.tietz@onevision.com>
2839
f7c83eac
AS
2840 * Makefile.def: Add windmc tool to build.
2841 * Makefile.tpl: Likewise.
2842 * configure.ac: Likewise.
2843 * Makefile.in: Regenerate.
2844 * configure: Regenerate.
0c24b341 2845
a09314d0
L
28462007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2847
2848 * lt~obsolete.m4: New. Import from 20070318 libtool.
2849
7c3e1d12
BS
28502007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2851
2852 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2853 uclinux and linux-uclibc targets.
2854 * configure: Regenerate.
2855
a5b3b4dd
DD
28562007-06-28 DJ Delorie <dj@redhat.com>
2857
2858 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2859 not building newlib.
2860 * configure: Regenerated.
f7c83eac 2861
184d813c
DJ
28622007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2863
2864 * src-release (DEVO_SUPPORT): Correct typos.
2865
31d99776
DJ
28662007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2867
2868 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2869 * Makefile.in: Regenerated.
2870
e00a73e3
PB
28712007-06-14 Paolo Bonzini <bonzini@gnu.org>
2872
f7c83eac
AS
2873 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2874 (distclean-stage[+id+]): Possibly delete stage_last.
2875 * Makefile.in: Regenerate.
e00a73e3 2876
98a1bbc5
BE
28772007-06-07 Ben Elliston <bje@au.ibm.com>
2878
2879 * config.sub, config.guess: Update from upstream sources.
2880
973601e1
BE
28812007-06-07 Ben Elliston <bje@au.ibm.com>
2882
2883 * Makefile.tpl: Fix spelling error.
2884 * Makefile.in: Regenerate.
2885
2038f525
PB
28862007-06-04 Paolo Bonzini <bonzini@gnu.org>
2887
2888 Sync with gcc:
2889 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2890
f7c83eac
AS
2891 PR bootstrap/29382
2892 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2893 * configure: Rebuilt.
2038f525 2894
f7c5c4b5
PB
28952007-06-01 Steve Ellcey <sje@cup.hp.com>
2896
12a64d4f
L
2897 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2898 lt_cv_sys_max_cmd_len.
f7c5c4b5 2899
7ad9660b
PB
29002007-05-31 Paolo Bonzini <bonzini@gnu.org>
2901
2902 * ltgcc.m4: Update from GCC.
2903
0e7ef45c
EC
29042007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2905
12a64d4f 2906 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2907
37ad9514
SE
29082007-05-24 Steve Ellcey <sje@cup.hp.com>
2909
2910 * ltmain.sh: Update from GCC.
2911 * libtool.m4: Update from GCC.
2912 * ltsugar.m4: New. Update from GCC.
2913 * ltversion.m4: New. Update from GCC.
2914 * ltoptions.m4: New. Update from GCC.
2915 * ltconfig: Remove.
2916 * ltcf-c.sh: Remove.
2917 * ltcf-cxx.sh: Remove.
2918 * ltcf-gcj.sh: Remove.
2919 * src-release: Update with new libtool file list.
2920
8ee82aff
PB
29212007-05-16 Paolo Bonzini <bonzini@gnu.org>
2922
2923 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2924 stage_cflags.
2925 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2926 Remove CFLAGS/LIBCFLAGS.
2927 (configure-stage[+id+]-[+prefix+][+module+],
2928 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2929 * Makefile.in: Regenerate.
2930
149cb58d
SE
29312007-04-14 Steve Ellcey <sje@cup.hp.com>
2932
2933 * config-ml.in: Update from GCC.
2934
91506736
DJ
29352007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2936
2937 * src-release (do-proto-toplev): Process the support directories before
2938 the tool directory.
2939
ffa8bd48
RS
29402007-03-21 Richard Sandiford <richard@codesourcery.com>
2941
2942 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2943 of glob. Quote arguments with single quotes too.
2944 * configure: Regenerate.
2945
a4fd3374
DD
29462007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2947
2948 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2949 * Makefile.in: Regenerate
2950
b8025f34
AS
29512007-03-07 Andreas Schwab <schwab@suse.de>
2952
2953 * configure: Regenerate.
2954
a3ca38d2
DD
29552007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2956
2957 * configure.ac: Add "--with-pdfdir" configure option,
2958 which defines pdfdir variable.
2959 * Makefile.def (target=fixincludes): Add install-pdf to
2960 missing targets.
2961 (recursive_targets): Add install-pdf target.
2962 (flags_to_pass): Add pdfdir.
2963 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2964 target.
2965 * configure: Regenerate
2966 * Makefile.in: Regenerate
2967
29682007-02-28 Eric Christopher <echristo@apple.com>
2969
2970 Revert:
2971 2006-12-07 Mike Stump <mrs@apple.com>
2972
2973 * Makefile.def (dependencies): Add dependency for
2974 install-target-libssp and install-target-libgomp on
2975 install-gcc.
2976 * Makefile.in: Regenerate.
2977
29782007-02-27 Matt Kraai <kraai@ftbfs.org>
2979
2980 * configure: Regenerate.
2981 * configure.ac: Move statements after variable declarations.
2982
a4708fba
JM
29832007-02-19 Joseph Myers <joseph@codesourcery.com>
2984
2985 * configure.ac: Adjust for loop syntax.
2986 * configure: Regenerate.
2987
9a819804
AO
29882007-02-18 Alexandre Oliva <aoliva@redhat.com>
2989
2990 * configure: Rebuilt.
2991
81ec575a
AO
29922007-02-18 Alexandre Oliva <aoliva@redhat.com>
2993
2994 * configure.ac: Drop multiple occurrences of --enable-languages,
2995 and fix its quoting.
2996 * configure: Rebuilt.
2997
92f01d61 29982007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
2999 Nathan Sidwell <nathan@codesourcery.com>
3000 Vladimir Prus <vladimir@codesourcery.com
3001 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3002
3003 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3004 * configure: Regenerate.
3005
b1299c4e
DJ
30062007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3007
3008 * configure.ac (target_libraries): Move libgcc before libiberty.
3009 * configure: Regenerated.
3010
18f6b6ee
PB
30112007-02-13 Paolo Bonzini <bonzini@gnu.org>
3012
3013 * configure: Regenerate again?
3014
9c4e9f27
PB
30152007-02-13 Paolo Bonzini <bonzini@gnu.org>
3016
3017 * configure: Reapply PR30748 fix which was lost in the previous commit.
3018
24ff9987
DJ
30192007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3020 Paolo Bonzini <bonzini@gnu.org>
3021
3022 PR bootstrap/30753
3023 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3024 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3025 * configure: Regenerated.
3026
7df2cd5d
PB
30272007-02-10 Paolo Bonzini <bonzini@gnu.org>
3028
3029 * configure: Regenerate.
3030
b0aaa663
DJ
30312007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3032
3033 PR bootstrap/30748
3034 * configure.ac: Correct syntax for Solaris ksh.
3035 * configure: Regenerated.
3036
a0323144
PB
30372007-02-09 Paolo Bonzini <bonzini@gnu.org>
3038
3039 * Makefile.def: Sync with GCC.
3040 * Makefile.tpl: Sync with GCC.
3041 * Makefile.in: Regenerate.
3042 * configure: Regenerate.
3043
c6b750e1
DJ
30442007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3045
3046 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3047 noncanonical equivalents.
3048 * configure.in: Rename to...
3049 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3050 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3051 target_noncanonical. Use them. Rewrite removal of configure
3052 arguments for autoconf 2.59. Discard variable settings. Force
3053 program_transform_name for native tools.
3054
3055 * Makefile.in: Regenerated.
3056 * configure: Regenerated with autoconf 2.59.
3057
3058 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3059
f3cd89f4
JJ
30602007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3061
3062 * COPYING.LIBGLOSS: Reformat default Red Hat
3063 license to fit within 80 columns.
3064 * COPYING.NEWLIB: Ditto.
3065
4e206d7e
DB
30662007-02-05 Dave Brolley <brolley@redhat.com>
3067
3068 * Contribute the following changes:
3069 2006-11-28 DJ Delorie <dj@redhat.com>
3070
3071 * configure.in: Fix typo for mep's target_makefile_frag.
3072 * configure: Regenerated.
3073
3074 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3075
3076 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3077 * configure: Regenerate.
3078
3079 2001-09-19 DJ Delorie <dj@redhat.com>
3080
3081 * configure.in (target_makefile_frag): use mt-mep
3082
3083 2001-06-12 Don Howard <dhoward@redhat.com>
3084
3085 * configure.in: Remove gdb from MeP skip list.
3086
3087 2001-04-05 DJ Delorie <dj@redhat.com>
3088
3089 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3090
3091 2001-03-20 Ben Elliston <bje@redhat.com>
3092
3093 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3094
3095 2001-03-19 Ben Elliston <bje@redhat.com>
3096
3097 * config.sub (mep, mep-*): Add.
3098
b2edfdd2
AS
30992007-01-31 Andreas Schwab <schwab@suse.de>
3100
3101 * Makefile.tpl (LDFLAGS): Substitute it.
3102 * Makefile.in: Regenerate.
3103
ceb92e78
PB
31042007-01-11 Paolo Bonzini <bonzini@gnu.org>
3105
3106 * configure.in: Change == to = in test command.
f7c83eac 3107 * configure: Regenerate.
ceb92e78 3108
4b900473 31092007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3110 Nick Clifton <nickc@redhat.com>
3111 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3112
3113 * configure.in (build_configargs, host_configargs, target_configargs):
3114 Remove build/host/target parameters.
3115 (host_libs): Add gmp and mpfr.
3116 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3117 * Makefile.def (gmp, mpfr): New.
3118 (gcc): Remove target.
3119 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3120 target_os, target_vendor): New.
3121 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3122 * configure: Regenerate.
3123 * Makefile.in: Regenerate.
4b900473
PB
3124
31252007-01-11 Matt Fago <fago@earthlink.net>
3126
3127 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3128 to improve robustness of configure tests.
4b900473
PB
3129 * configure: Regenerate.
3130
80f6dcbc
NC
31312007-01-08 Kai Tietz <kai.tietz@onevision.com>
3132
3133 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3134 * configure: Regenerate.
80f6dcbc 3135
f86e35b8
NC
31362007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3137
3138 * Makefile.tpl (all-target): Correct @if conditional for target
3139 modules.
3140 * configure.in: Omit libiberty if building only target libgcc.
3141 * configure, Makefile.in: Regenerated.
3142
79fcd0ec
PB
31432007-01-04 Paolo Bonzini <bonzini@gnu.org>
3144
3145 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3146 * configure: Regenerate.
3147
6aa8ef82
DJ
31482007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3149
3150 * Makefile.def (target_modules): Add libgcc.
3151 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3152 * Makefile.tpl (clean-target-libgcc): Delete.
3153 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3154 on gcc even for bootstrapped modules. Rewrite handling of
3155 lang_env_dependencies to loop over target_modules.
3156 * configure.in (target_libraries): Add target-libgcc.
3157 * Makefile.in, configure: Regenerated.
3158
9b134994
PB
31592006-12-29 Paolo Bonzini <bonzini@gnu.org>
3160
3161 Sync with gcc:
3162 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3163
f7c83eac
AS
3164 * configure.in: Reorganize recognition of languages. Add
3165 --enable-stage1-languages. Show supported languages for the chosen
3166 target rather than all recognized languages.
3167 * configure: Regenerate.
9b134994
PB
3168
3169 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3170
f7c83eac
AS
3171 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3172 * Makefile.in: Regenerate.
9b134994
PB
3173
3174 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3175
f7c83eac
AS
3176 * configure.in: Warn that MPFR 2.2.0 is buggy.
3177 * configure: Regenerate.
9b134994 3178
8cf39b1b
ILT
31792006-12-27 Ian Lance Taylor <iant@google.com>
3180
3181 * configure.in: When removing Makefiles to force a reconfigure, also
3182 remove prev-DIR*/Makefile.
3183 * configure: Regenerate.
3184
ebff6cd5
KH
31852006-12-23 Kazu Hirata <kazu@codesourcery.com>
3186
3187 * config.bfd: Recognize fido.
3188
8a0d8a5c
PB
31892006-12-19 Paolo Bonzini <bonzini@gnu.org>
3190
3191 Sync with gcc:
3192
3193 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3194
3195 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3196 it only affects bootstrap and could be tested on "$host" as well.
3197 * configure: Regenerate.
3198 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3199
3200 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3201
3202 PR bootstrap/29544
3203 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3204 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3205 move here comment from Makefile.tpl.
3206 * Makefile.tpl: Move some definitions higher in the file.
3207 (STAGE1_CHECKING): New.
3208 * configure.in: Add --enable-stage1-checking.
3209 * configure: Regenerate.
3210 * Makefile.in: Regenerate.
3211
3212 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3213
3214 * configure.in: Update error message for missing GMP/MPFR.
3215
3216 * configure: Regenerate.
3217
3218 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3219
3220 * configure.in: Update MPFR version in error message.
3221
3222 * configure: Regenerate.
3223
3224 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3225
3226 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3227 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3228 --with-gmp-lib): New flags.
3229
3230 * configure: Regenerate.
3231
790c0838
AM
32322006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3233
3234 PR bootstrap/30134
3235 * configure.in: Correct x86 darwin support for libjava to powerpc
3236 and i?86 only.
3237 * configure: Regenerate.
3238
77d7106f
AM
32392006-12-11 Alan Modra <amodra@bigpond.net.au>
3240
3241 * configure.in: Handle spu makefile frag.
77d7106f
AM
3242 * Makefile.tpl (MAINT): Define
3243 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3244 * configure: Regenerate.
3245 * Makefile.in: Regenerate.
3246
0cfa5389
BE
32472006-12-11 Ben Elliston <bje@au.ibm.com>
3248
3249 * config.sub, config.guess: Update from upstream sources.
3250
2839fe5d
BE
32512006-12-11 Ben Elliston <bje@au.ibm.com>
3252
3253 * configure.in: Sync with GCC (spu-*-*).
3254 * configure: Sync with GCC.
3255
b897f5d4
MS
32562006-12-07 Mike Stump <mrs@apple.com>
3257
3258 * Makefile.def (dependencies): Add dependency for
3259 install-target-libssp and install-target-libgomp on
3260 install-gcc.
3261 * Makefile.in: Regenerate.
3262
9daf3993
PB
32632006-11-16 Paolo Bonzini <bonzini@gnu.org>
3264
3265 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3266 (unstage): Test for stage_last presence.
3267
3268 PR bootstrap/29802
3269 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3270 * Makefile.in: Regenerate.
3271
9dbaa842
DD
32722006-11-14 DJ Delorie <dj@redhat.com>
3273
3274 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3275 * Makefile.in: Sync with GCC.
3276 * configure.in: Sync with GCC (mpfr, gmp).
3277 * configure: Sync with GCC.
3278
b0cbce8d
JJ
32792006-11-08 Jie Zhang <jie.zhang@analog.com>
3280
3281 * configure.in: Remove target-libgloss from noconfigdirs for
3282 bfin-*-*.
3283 * configure: Regenerated.
3284
44330a94
JJ
32852006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3286
3287 * COPYING.NEWLIB: Add spu license.
7de05dd5 3288 * COPYING.LIBGLOSS: Ditto.
44330a94 3289
56a8fe78
DD
32902006-10-17 Brooks Moses <bmoses@stanford.edu>
3291
3292 * Makefile.def: Added pdf target handling.
3293 * Makefile.tpl: Added pdf target handling.
3294 * Makefile.in: Regenerated.
3295
fbb00ad0
JJ
32962006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3297
3298 * COPYING.NEWLIB: Updated.
3299 * COPYING.LIBGLOSS: Ditto.
3300
6b89cc21
DB
33012006-09-27 Dave Brolley <brolley@redhat.com>
3302
3303 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3304 $s instead of $r.
3305 * configure: Regenerated.
3306
17bcf627
BE
33072006-09-26 Ben Elliston <bje@au.ibm.com>
3308
3309 * config.sub, config.guess: Update from upstream sources.
3310
f3529cf1
TS
33112006-09-20 Thiemo Seufer <ths@mips.com>
3312
3313 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3314 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3315 * configure: Regenerate.
3316
45055374
CV
33172006-08-30 Corinna Vinschen <corinna@vinschen.de>
3318
3319 * configure.in: Never build newlib for a Mingw host.
3320 Never build newlib as Mingw target library.
3321 Test the existence of winsup/cygwin for building a Cygwin newlib,
3322 rather than just winsup.
3323 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3324 building a Mingw target.
3325 * configure: Regenerate.
3326
4be041b2 33272006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3328 Nigel Stephens <nigel@mips.com>
3329 David Ung <davidu@mips.com>
4be041b2
TS
3330
3331 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3332
1d89b610
PB
33332006-07-25 Paolo Bonzini <bonzini@gnu.org>
3334
3335 Sync from GCC:
3336 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3337
f7c83eac
AS
3338 PR bootstrap/18058
3339 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3340 if the bootstrap compiler is a GCC version that supports it.
3341 * configure: Regenerate.
1d89b610 3342
66a79c16
DJ
33432006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3344
3345 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3346 * configure: Regenerated.
3347
c1cb7e02
PB
33482006-07-18 Paolo Bonzini <bonzini@gnu.org>
3349
f7c83eac
AS
3350 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3351 for stages after the first.
c1cb7e02 3352
7206a0ee
JJ
33532006-07-17 Jakub Jelinek <jakub@redhat.com>
3354
3355 * Makefile.def: Add dependencies for configure-opcodes
3356 on configure-intl and all-opcodes on all-intl.
3357 * Makefile.in: Regenerated.
3358
6816f995
AO
33592006-07-04 Peter O'Gorman <peter@pogma.com>
3360
3361 * ltconfig: chmod 644 before ranlib during install.
3362
3d3adb43
PB
33632006-07-03 Paolo Bonzini <bonzini@gnu.org>
3364
1f3f1bbf 3365 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3366 * configure: Regenerate.
3367
64ce424c
PB
33682006-07-03 Paolo Bonzini <bonzini@gnu.org>
3369
3370 Sync from gcc:
3371
3372 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3373
3374 PR other/27063
3375 * configure.in: Test subdir_requires and give an appropriate
3376 error message.
3377 * configure: Regenerate.
3378
3379 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3380
3381 PR target/27540
3382 * configure.in: Only enable libgomp on IRIX 6.
3383 * configure: Regenerate.
3384
d42c4017
DA
33852006-06-20 David Ayers <d.ayers@inode.at>
3386
3387 PR bootstrap/28072
3388 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3389 whether target-libjava is being configured instead of whether the
3390 java front end is enabled.
3391 * configure: Regenerate.
0e7ef45c 3392
4962c51a
MS
33932006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3394
3395 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3396 to R_ARM_LDC_SB_G{0,1,2} respectively.
3397
caee866a
PB
33982006-06-15 Paolo Bonzini <bonzini@gnu.org>
3399
3400 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3401 too.
3402 * Makefile.in: Regenerate.
3403
363ef840
DA
34042006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3405
3406 Sync from gcc:
3407
3408 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3409 * configure.in: Don't enable libgomp on hpux10.
3410 * configure: Rebuilt.
3411
54d1c879
DA
34122006-06-13 David Ayers <d.ayers@inode.at>
3413
3414 Sync from gcc:
3415
3416 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3417
54d1c879
DA
3418 PR bootstrap/27963
3419 PR target/19970
0e7ef45c 3420 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3421 ${libgcj} is specified.
3422 * configure: Regenerate.
0e7ef45c 3423
a4d8b690
JJ
34242006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3425
3426 Sync from gcc:
3427
3428 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3429 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3430
3431 PR bootstrap/18033
3432 * config-ml.in: Eval option if surrounded by single quotes.
3433
4f0ef2d8
CD
34342006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3435
3436 Sync from gcc:
0e7ef45c 3437
4f0ef2d8 3438 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3439
4f0ef2d8
CD
3440 PR libobjc/13946
3441 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3442 * Makefile.in: Regenerate.
3443 * configure.in: Add --enable-objc-gc at toplevel and have it
3444 enable boehm-gc for Objective-C.
3445 Remove target-boehm-gc from libgcj.
3446 Add target-boehm-gc to target_libraries.
3447 Add target-boehm-gc to noconfigdirs where ${libgcj}
3448 is specified.
3449 Assert that boehm-gc is supported when requested for Objective-C.
3450 Only build boehm-gc if needed either for Java or Objective-C.
3451 * configure: Regenerate.
3452
3453 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3454
4f0ef2d8
CD
3455 PR 27674
3456 * Makefile.tpl (configure-[+prefix+][+module+],
3457 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3458 Remove rule to unstage bootstrapped modules.
3459 (stage_current): New.
3460 * Makefile.in: Regenerate.
3461
3462 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3463 Andreas Tobler <a.tobler@schweiz.ch>
3464
3465 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3466 * configure: Rebuilt.
3467
3468 Revert
3469 2006-01-31 Richard Guenther <rguenther@suse.de>
3470 Paolo Bonzini <bonzini@gnu.org>
3471
3472 * Makefile.def (target_modules): Add libgcc-math target module.
3473 * configure.in (target_libraries): Add libgcc-math target library.
3474 (--enable-libgcc-math): New configure switch.
3475 * Makefile.in: Re-generate.
3476 * configure: Re-generate.
3477
c17b816b
JJ
34782006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3479
3480 * config-ml.in: Alter CCASFLAGS to include special
3481 multilib options the same as is done for CFLAGS.
3482
20e95c23
DJ
34832006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3484
3485 * Makefile.def: Added dependencies from sim and gdb on intl, and
3486 added configure dependencies to everything with an all dependency
3487 on intl.
3488 * gettext.m4: Removed.
3489 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3490 (GDB_SUPPORT_DIRS): Add intl.
3491 * Makefile.in: Regenerated.
3492
4bd8ad80
DJ
34932006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3494
3495 * src-release (DEVO_SUPPORT): Add config.rpath.
3496
c380fdd8
PB
34972006-05-25 Paolo Bonzini <bonzini@gnu.org>
3498
3499 * Makefile.def (bfd, opcodes): Fix lib_path.
3500 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3501 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3502 * Makefile.in: Regenerate.
3503
701628f5
MS
35042006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3505
3506 * configure.in: Enable gprof for cross builds.
3507 * configure: Regenerate.
3508
25aae7f2
DJ
35092006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3510
3511 * src-release (MAKEINFOFLAGS): Define.
3512 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3513
ea3d1626
BE
35142006-05-14 Ben Elliston <bje@au.ibm.com>
3515
3516 * config.sub, config.guess: Update from upstream sources.
3517
49b9e644
BE
35182006-05-12 Ben Elliston <bje@au.ibm.com>
3519
3520 * config.sub, config.guess: Update from upstream sources.
3521
482dd2f6
DJ
35222006-05-04 Steve Ellcey <sje@cup.hp.com>
3523
3524 * blt, iwidgets, mmalloc: Remove directories.
3525
8b01a5c2
DD
35262006-05-01 DJ Delorie <dj@redhat.com>
3527
641a3af4 3528 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3529 * configure: Regenerate.
3530
a481dbb7
DD
35312006-04-18 DJ Delorie <dj@redhat.com>
3532
3533 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3534 reference libgloss so that libssp can be built in a combined
3535 tree.
3536 * configure: Regenerate.
3537
962c9e74
BE
35382006-04-10 Ben Elliston <bje@au.ibm.com>
3539
3540 * contrib: Remove directory.
3541
108a6f8e
CD
35422006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3543
3544 * Makefile.tpl: Add install-html target.
3545 * Makefile.def: Add install-html target.
3546 * Makefile.in: Regenerate.
3547 * configure.in: Add --with-datarootdir, --with-docdir,
3548 and --with-htmldir options.
3549 * configure: Regenerate.
3550
a4ef73e9
BE
35512006-03-31 Ben Elliston <bje@au.ibm.com>
3552
3553 PR binutils/1860
3554 * configure.in: Require makeinfo 4.4 or higher.
3555 * configure: Regenerate.
3556
b37df25a
PB
35572006-03-14 Paolo Bonzini <bonzini@gnu.org>
3558
3559 * Makefile.in: Regenerate.
3560
a6df5a19
PB
35612006-03-14 Paolo Bonzini <bonzini@gnu.org>
3562
3563 Sync with gcc:
3564 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3565
f7c83eac
AS
3566 * configure.in: Handle --disable-<component> generically.
3567 * configure: Regenerate.
a6df5a19
PB
3568
3569 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3570
f7c83eac
AS
3571 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3572 (TARGET_CONFIGDIRS): Remove.
3573 * configure.in: Remove AC_SUBST(target_configdirs).
3574 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3575
3576
65419985
L
35772006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3578
3579 PR libgcj/17311
3580 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3581
c52c6897
PB
35822006-02-20 Paolo Bonzini <bonzini@gnu.org>
3583
3584 PR bootstrap/25670
3585
3586 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3587
3588 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3589 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3590 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3591 BUILD_PREFIX, BUILD_PREFIX_1.
3592 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3593
3594 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3595 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3596
3597 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3598 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3599 of `cat stage_current`. Always provide the `r' and `s' variables.
3600 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3601 a single shell execution.
3602 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3603 bootstrapped modules, make the stage1 module if the build was not
3604 started yet, else build the current stage.
3605 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3606 (all-build, all-host, all-target, [+make_target+]-host,
3607 [+make_target+]-target): Do not use \-continued lines.
3608 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3609 (current_stage, restrap, stage_last): New.
3610
3611 * Makefile.in: Regenerate.
3612 * configure: Regenerate.
3613
b3ded179
PB
36142006-02-14 Paolo Bonzini <bonzini@gnu.org>
3615
3616 Sync from gcc:
3617
3618 2006-01-31 Richard Guenther <rguenther@suse.de>
3619 Paolo Bonzini <bonzini@gnu.org>
3620
f7c83eac
AS
3621 * Makefile.def (target_modules): Add libgcc-math target module.
3622 * configure.in (target_libraries): Add libgcc-math target library.
3623 (--enable-libgcc-math): New configure switch.
3624 * Makefile.in: Re-generate.
3625 * configure: Re-generate.
3626 * libgcc-math: New toplevel directory.
b3ded179
PB
3627
3628 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3629 Jakub Jelinek <jakub@redhat.com>
3630 Diego Novillo <dnovillo@redhat.com>
b3ded179 3631
f7c83eac
AS
3632 * libgomp: New directory.
3633 * Makefile.def: Add target_module libgomp.
3634 * Makefile.in: Regenerate.
3635 * configure.in (target_libraries): Add target-libgomp.
3636 * configure: Regenerate.
b3ded179 3637
3a35eeb3
PB
36382006-02-14 Paolo Bonzini <bonzini@gnu.org>
3639 Andreas Schwab <schwab@suse.de>
0e7ef45c 3640
3a35eeb3
PB
3641 * configure: Regenerate.
3642
2429c060
PB
36432006-01-16 Paolo Bonzini <bonzini@gnu.org>
3644
3645 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3646 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3647 the assembler, linker and binutils.
3648 * configure: Regenerate.
3649
ec49b2b8
NC
36502006-01-16 Nick Clifton <nickc@redhat.com>
3651
49b9e644 3652 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3653
44b2308f
AO
36542006-01-05 Alexandre Oliva <aoliva@redhat.com>
3655
3656 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3657 @ from continuation.
3658 * Makefile.in: Rebuilt.
3659
80911fe1
PB
36602006-01-04 Paolo Bonzini <bonzini@gnu.org>
3661
3662 Sync from gcc:
3663
3664 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3665
f7c83eac 3666 PR bootstrap/24252
80911fe1 3667
f7c83eac
AS
3668 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3669 * Makefile.tpl (OBJDUMP): New.
3670 (EXTRA_HOST_FLAGS): Add it.
3671 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3672
f7c83eac
AS
3673 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3674 to use symbolic links between directories. Avoid race conditions
3675 or make them harmless.
3676 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3677
f7c83eac
AS
3678 * Makefile.def (LEAN): Pass.
3679 * Makefile.tpl (LEAN): Define.
3680 (stage[+id+]-start): Accept that the previous directory does not
3681 exist, if the bootstrap is lean.
3682 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3683 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3684 configure substitution.
3685 ([+compare-target+]): Likewise.
3686 ([+bootstrap-target+]-lean): New.
3687 * configure.in: Remove lean bootstrap support from here.
80911fe1 3688
f7c83eac
AS
3689 * Makefile.in: Regenerate.
3690 * configure: Regenerate.
80911fe1
PB
3691
3692 2006-01-02 Andreas Schwab <schwab@suse.de>
3693
f7c83eac
AS
3694 * configure.in: When reconfiguring remove Makefile in
3695 all stage directories.
3696 * configure: Regenerate.
80911fe1 3697
b59bea8a
NC
36982005-12-27 Leif Ekblad <leif@rdos.net>
3699
3700 * configure.in: Add support for RDOS target.
3701 * configure: Regenerate.
3702
d7730bac
NC
37032005-12-27 Nick Clifton <nickc@redhat.com>
3704
3705 PR binutils/1990
3706 * libtool.m4: Synchronize with version in GCC sources.
3707
c02dabc3
PB
37082005-12-20 Paolo Bonzini <bonzini@gnu.org>
3709
f7c83eac 3710 Revert Ada-related part of the previous change.
c02dabc3 3711
f7c83eac
AS
3712 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3713 Do not pass.
3714 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3715 * Makefile.in: Regenerate.
3716 * configure.in: Do not include mt-ppc-aix target fragment.
3717 * configure: Regenerate.
c02dabc3 3718
f6d183c0
PB
37192005-12-19 Paolo Bonzini <bonzini@gnu.org>
3720
3721 * configure.in: Select appropriate fragments for PowerPC/AIX.
3722 * configure: Regenerate.
3723
3724 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3725 BOOT_CFLAGS, BOOT_LDFLAGS.
3726 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3727 BOOT_CFLAGS, BOOT_LDFLAGS.
3728 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3729 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3730 (stage): Fail if we cannot complete the work.
3731 * Makefile.in: Regenerate.
3732
f29759fc
JJ
37332005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3734
3735 * COPYING.NEWLIB: Update copyright year for default
3736 copyright.
3737
1f054001
PB
37382005-12-15 Paolo Bonzini <bonzini@gnu.org>
3739
3740 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3741 install-host-nogcc): Don't invoke $(stage) at the end.
3742 * Makefile.in: Regenerate.
3743
0aed8855
PB
37442005-12-14 Paolo Bonzini <bonzini@gnu.org>
3745
3746 * configure.in: Flip the top-level bootstrap switch.
3747 * configure: Regenerate.
3748
3749 Merge from gcc:
3750
3751 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3752
f7c83eac
AS
3753 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3754 $(stage) and $(unstage).
3755 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3756 (all): Remove stray semicolon.
3757 (local-distclean): Don't handle multilib.tmp and multilib.out.
3758 (install.all): Set $s for consistency.
3759 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3760 check_multilibs setting. Always make the install directory.
3761 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3762 Correct @if/@endif.
3763 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3764 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3765 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3766 (multilib.out): Remove.
3767 * Makefile.in: Regenerated.
0aed8855
PB
3768
37692005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3770
3771 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3772 * configure.in: Replace ms1 arch with mt.
3773 * configure: Rebuilt.
3774
37752005-12-05 Paolo Bonzini <bonzini@gnu.org>
3776
3777 Sync with gcc:
3778
4970f871
NS
37792005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3780
3781 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3782 * configure.in: Replace ms1 arch with mt.
3783 * configure: Rebuilt.
3784
be01d343
PB
37852005-12-05 Paolo Bonzini <bonzini@gnu.org>
3786
3787 Sync with gcc:
3788
3789 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3790
f7c83eac
AS
3791 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3792 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3793 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3794 Find in-tree tools if available.
3795 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3796 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3797 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3798 (COMPILER_*_FOR_TARGET): New.
3799 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3800 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3801 (CONFIGURED_*, USUAL_*): Remove.
3802 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3803 STRIP): Use autoconf substitutions.
3804 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3805 COMPILER_NM_FOR_TARGET): New.
3806 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3807
3808 (all): Make all-host and all-target in parallel.
3809 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3810 that $$r and $$s are set before invoking a recursive make.
3811 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3812 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3813
3814 2005-11-29 Ben Elliston <bje@au.ibm.com>
3815
f7c83eac
AS
3816 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3817 from the gcc build directory.
3818 * Makefile.in: Regenerate.
be01d343
PB
3819
3820 2005-11-29 Ben Elliston <bje@au.ibm.com>
3821
f7c83eac
AS
3822 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3823 depend on all-libdecnumber.
3824 * configure.in (host_libs): Include libdecnumber.
3825 * Makefile.in: Regenerate.
3826 * configure: Likewise.
be01d343
PB
3827
3828 2005-11-21 Kean Johnston <jkj@sco.com>
3829
f7c83eac 3830 * config.sub, config.guess: Sync from upstream sources.
be01d343 3831
907be67c
DJ
38322005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3833
3834 * Makefile.def: Remove gdb dependencies for gdbtk.
3835 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3836 (configure-gdb, install-gdb): New rules.
3837 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3838 * Makefile.in, configure: Regenerated.
3839
e360f423
PB
38402005-10-22 Paolo Bonzini <bonzini@gnu.org>
3841
3842 PR bootstrap/24297
3843 * Makefile.tpl (do-[+make-target+], do-check, install,
3844 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3845 are set before recursing.
3846 * Makefile.in: Regenerate.
3847
45d5eb0a
EB
38482005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3849
3850 PR bootstrap/18939
3851 * Makefile.def (gcc) <target>: Fix thinko.
3852 * Makefile.in: Regenerate.
3853
3cf3372e
BS
38542005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3855
3856 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3857 * configure: Regenerate.
3858
bd70a46f
KH
38592005-10-09 Kazu Hirata <kazu@codesourcery.com>
3860
3861 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3862 target-libffi, target-qthreads, target-libjava, and
3863 targetlibobjc.
3864 * configure: Regenerate.
3865
5ae72758
DJ
38662005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3867
3868 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3869 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3870 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3871 (USUAL_OBJDUMP_FOR_TARGET): New.
3872 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3873 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3874 * configure, Makefile.in: Regenerated.
5ae72758 3875
cc96343e
PB
38762005-10-05 Paolo Bonzini <bonzini@gnu.org>
3877
3878 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3879 before other host packages.
3880
f70224b5
PB
38812005-10-05 Paolo Bonzini <bonzini@gnu.org>
3882
3883 PR bootstrap/22340
3884
3885 * configure.in (default_target): Remove.
3886 * Makefile.tpl (all): Do not use prerequisites as subroutines
3887 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3888 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3889 use prerequisites as subroutines.
3890 (check-host, check-target): New.
3891 (bootstrap configure & all targets): Do not use stage*-start
3892 if the directory layout is already ok.
3893 (non-bootstrap configure & all targets): Prepend a $(unstage).
3894 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3895 (NOTPARALLEL): Remove.
3896 (unstage, stage variables): New variables.
3897 (unstage, stage targets): Simply expand to those variables.
3898
3899 * configure: Regenerate.
3900 * Makefile.in: Regenerate.
3901
c13c918a
JW
39022005-10-04 James E Wilson <wilson@specifix.com>
3903
3904 * Makefile.def (lang_env_dependencies): Add libmudflap.
3905 * Makefile.in: Regenerate.
3906
376a0e54
CM
39072005-10-03 Catherine Moore <clm@cm00re.com>
3908
3909 * configure.in (bfin-*-*): Support bfin.
3910 * configure: Regenerated.
3911
d320aacb
L
39122005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3913
3914 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3915 * configure: Regenerated.
3916
7e0f7140
GK
39172005-09-28 Geoffrey Keating <geoffk@apple.com>
3918
3919 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3920 (LIPO_FOR_TARGET): New.
3921 (CONFIGURED_LIPO_FOR_TARGET): New.
3922 (USUAL_LIPO_FOR_TARGET): New.
3923 (STRIP_FOR_TARGET): New.
3924 (CONFIGURED_STRIP_FOR_TARGET): New.
3925 (USUAL_STRIP_FOR_TARGET): New.
3926 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3927 STRIP_FOR_TARGET.
3928 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3929 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3930 * Makefile.in: Regenerate.
3931 * configure: Regenerate.
0e7ef45c 3932
096f7d00
DE
39332005-09-19 David Edelsohn <edelsohn@gnu.org>
3934
3935 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3936 (rs6000-*-aix*): Same.
3937 * configure: Regenerate.
3938
39392005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3940
3941 * configure.in: Recognize f95 in the --enable-languages option,
3942 and substitute it for fortran, issuing a warning.
3943 * configure: Regenerate.
3944
2016dfcc
BE
39452005-09-07 Ben Elliston <bje@au.ibm.com>
3946
3947 Import from Autoconf sources:
3948
3949 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3950 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3951 Elliston. Handle weird characters correctly.
3952
6dd2fda9
DD
39532005-08-30 Phil Edwards <phil@codesourcery.com>
3954
3955 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3956 * configure: Regenerated.
3957
e6db70d4
RE
39582005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3959
f7c83eac
AS
3960 * Makefile.def (libssp): Add to lang_env_dependencies.
3961 * Makefile.in: Regenerate.
e6db70d4 3962
e1e3d0f5
CG
39632005-08-17 Christian Groessler <chris@groessler.org>
3964
3965 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3966 * Makefile.in: Regenerate.
3967
05cbd757
PB
39682005-08-12 Paolo Bonzini <bonzini@gnu.org>
3969
3970 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3971 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3972 Look for alternate names of the target cc and c++
3973 * configure: Regenerate.
3974
55db4b87
PB
39752005-08-08 Paolo Bonzini <bonzini@gnu.org>
3976
3977 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3978 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3979 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3980 tools; remove code to manually set them.
3981 (Target tools): Look in the environment for them.
3982 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3983 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
3984 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
3985 build directory.
3986 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
3987 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
3988 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
3989 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3990 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
3991 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
3992 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
3993 * configure: Regenerate.
3994 * Makefile.in: Regenerate.
3995
414e5532
MM
39962005-07-27 Mark Mitchell <mark@codesourcery.com>
3997
3998 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 3999 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4000 * Makefile.in: Regenerated.
4001
a19b6204
MM
40022005-07-26 Mark Mitchell <mark@codesourcery.com>
4003
4004 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4005 (CFLAGS_FOR_TARGET): Use it.
4006 (CXXFLAGS_FOR_TARGET): Likewise.
4007 * Makefile.in: Regenerated.
4008 * configure.in (--with-build-sysroot): New option.
4009 * configure: Regenerated.
4010
b73aa406
PB
40112005-07-24 Paolo Bonzini <bonzini@gnu.org>
4012
4013 * Makefile.tpl: Wrap install between unstage and stage
4014 * Makefile.in: Regenerate.
4015
6e4d0bcb
KC
40162005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4017
4018 * all files: Update FSF address.
4019
49f58d10
JB
40202005-07-14 Jim Blandy <jimb@redhat.com>
4021
4022 * configure.in: Add cases for Renesas m32c.
4023 * configure: Regenerated.
0e7ef45c 4024
1d9c9cd7
KC
40252005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4026
4027 * COPYING, compile, config-ml.in, config.guess,
4028 config.sub, install-sh, missing, mkinstalldirs,
4029 symlink-tree, ylwrap: Sync from upstream sources.
4030
1587117a
EC
40312005-07-13 Eric Christopher <echristo@redhat.com>
4032
4033 * configure.in: Add toplevel noconfigdir support for tpf.
4034 * configure: Regenerate.
4035
bb780410
DD
40362005-07-11 Jakub Jelinek <jakub@redhat.com>
4037
4038 * Makefile.def (target_modules): Add libssp.
4039 * configure.in (target_libraries): Add target-libssp.
4040 * configure: Rebuilt.
4041 * Makefile.in: Rebuilt.
4042
064d0a7c
PB
40432005-07-11 Paolo Bonzini <bonzini@gnu.org>
4044
4045 PR ada/22340
4046
4047 * Makefile.def: Sync with gcc.
4048 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4049 * Makefile.in: Regenerate.
4050
b2edd3b5
AS
40512005-07-07 Andreas Schwab <schwab@suse.de>
4052
4053 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4054 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4055 * Makefile.in: Regenerated.
4056
5f128533
KH
40572005-07-07 Kazu Hirata <kazu@codesourcery.com>
4058
4059 * configure.in: Add --enable-libssp and --disable-libssp.
4060 * configure: Regenerate with autoconf-2.13.
4061
4e3fc8e5
GK
40622005-07-06 Geoffrey Keating <geoffk@apple.com>
4063
4064 * configure.in: Don't build sim or rda when targetting darwin.
4065 * configure: Regenerate.
4066
c7357d6a
BE
40672005-07-04 Ben Elliston <bje@gnu.org>
4068
4069 * src-release (do-proto-toplev): Remove dejagnu bits.
4070 (DEJAGNU_SUPPORT_DIRS): Remove.
4071 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4072 (GDBD_SUPPORT_DIRS): Likewise.
4073 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4074 (INSIGHTD_SUPPORT_DIRS): Likewise.
4075 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4076
40772005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4078
4079 * setup.com (mpw): Remove unused directive.
4080
7d329e61
PB
40812005-06-22 Paolo Bonzini <bonzini@gnu.org>
4082
4083 * Makefile.def (stagefeedback): Come after profile.
4084 Define profiledbootstrap target.
4085 * Makefile.tpl (profiledbootstrap): Remove.
4086 (stageprofile-end): Zap stagefeedback.
4087 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4088 * Makefile.in: Regenerate.
4089
e5fbed21
DD
40902005-06-13 Zack Weinberg <zack@codesourcery.com>
4091
4092 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4093 In 'cpp' stanza, support '#line' as well as '# '.
4094
59f7ec45
HPN
40952005-06-07 Hans-Peter Nilsson <hp@axis.com>
4096
4097 * configure.in (unsupported_languages): New macro.
4098 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4099 non-ported target libraries in noconfigdirs.
4100 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4101 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4102 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4103 unsupported_languages.
4104 * configure: Regenerate.
4105
c10e9ba7
DD
41062005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4107
4108 * configure.in: Fix typo in handling of --with-mpfr-dir.
4109 * configure: Regenerate.
4110
20deb2b8
JB
41112005-06-02 Jim Blandy <jimb@redhat.com>
4112
4113 * config.sub: Add cases for the Renesas m32c. (This patch has been
4114 accepted into the master sources.)
4115
cdb9b172 41162005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4117 Michael Snyder <msnyder@redhat.com>
4118 Stan Cox <scox@redhat.com>
cdb9b172 4119
f7c83eac 4120 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4121
f7c83eac 4122 * configure: Regenerate.
cdb9b172 4123
1dc3053f
PB
41242005-05-25 Paolo Bonzini <bonzini@gnu.org>
4125
4126 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4127 (Dependencies): Consider target modules for bootstrap dependencies.
4128 Make target bootstrap modules depend on each stage's gcc.
4129 * Makefile.in: Regenerate.
4130
c60fe18b
PB
41312005-05-20 Paolo Bonzini <bonzini@gnu.org>
4132
4133 * Makefile.def (configure-gcc): Depend on binutils having been built.
4134 (all-gcc): No need to do it here.
4135 * Makefile.in: Regenerate.
4136
27258dd4
PB
41372005-05-19 Paul Brook <paul@codesourcery.com>
4138
0e7ef45c 4139 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4140 language cannot be built.
4141 * configure: Regenerate.
4142
42ecbf5e
DJ
41432005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4144
4145 * ylwrap: Import from Automake 1.9.5.
4146
ae380b45
MS
41472005-05-04 Mike Stump <mrs@apple.com>
4148
4149 * configure.in: Always pass --target to target configures as
4150 otherwise rebuilds that do --recheck will fail.
811d3af8 4151 * configure: Rebuilt.
ae380b45 4152
d545f33b
PB
41532005-05-04 Paolo Bonzini <bonzini@gnu.org>
4154
4155 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4156 STAGE_HOST_EXPORTS.
4157 (configure, all): Add bootstrap support.
4158 (Host modules, target modules): Pass post-stage1 flags and exports.
4159 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4160 * Makefile.in: Regenerate.
4161
2faa2958
PB
41622005-04-29 Paolo Bonzini <bonzini@gnu.org>
4163
4164 Sync from gcc:
4165
4166 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4167
f7c83eac 4168 * config.sub: Update from master copy.
2faa2958
PB
4169
4170 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4171
f7c83eac
AS
4172 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4173 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4174 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4175 "*-*-elf" and "*-*-linux*".
4176 * configure: Regenerate.
2faa2958 4177
a7254363
PB
41782005-04-06 Paolo Bonzini <bonzini@gnu.org>
4179
f7c83eac 4180 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4181 (TARGET_CONFIGARGS): Include --with-target-subdir.
4182 (configure, all): New macros. Use them throughout.
4183
a8637a7d
PB
41842005-04-05 Paolo Bonzini <bonzini@gnu.org>
4185
4186 * Makefile.tpl: Sync with gcc.
4187 * Makefile.in: Regenerate.
4188
dd387d52
JR
41892005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4190
4191 * config/mh-mingw32: Delete.
4192 * configure.in: Don't use it.
4193 * configure: Regenerate.
4194
e90269c8
PB
41952005-03-31 Paolo Bonzini <bonzini@gnu.org>
4196
4197 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4198 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4199 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4200 (HOST_LIB_PATH): Generate from Makefile.def.
4201 (TARGET_LIB_PATH): Likewise.
4202 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4203 * Makefile.in: Regenerate.
4204 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4205 (RPATH_ENVVAR): Include Darwin case.
4206 * configure: Regenerate.
4207
9a237d9e
PB
42082005-03-25 Paolo Bonzini <bonzini@gnu.org>
4209
4210 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4211 * configure: Regenerate.
4212
479759c8
ZW
42132005-03-21 Zack Weinberg <zack@codesourcery.com>
4214
4215 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4216 gcc_version, and gcc_version_trigger from set of flags to pass.
4217 * Makefile.tpl: Remove definitions of above variables.
4218 (config.status): Remove dependency on $(gcc_version_trigger).
4219 * Makefile.in: Regenerate.
4220 * configure.in: Do not reference config/gcc-version.m4 nor
4221 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4222 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4223 * configure: Regenerate.
4224
4cfaf6d5
DD
42252005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4226 Andrew Pinski <pinskia@physics.uc.edu>
4227
4228 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4229 * Makefile.in: Regenerate.
4230
33a3fb7b
AO
42312005-03-01 Alexandre Oliva <aoliva@redhat.com>
4232
4233 PR libgcj/20160
4234 * ltmain.sh: Avoid creating archives with components that have
4235 duplicate basenames.
4236
2da12f12
PB
42372005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4238
479759c8
ZW
4239 PR bootstrap/20250
4240 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4241 instead of check.
4242 * Makefile.in: Regenerate.
2da12f12 4243
b00612cc
PB
42442005-02-28 Paolo Bonzini <bonzini@gnu.org>
4245
4246 Sync from gcc.
4247
4248 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4249
4250 PR bootstrap/17383
4251 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4252 * Makefile.tpl (HOST_SUBDIR): New substitution.
4253 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4254 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4255 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4256 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4257 (Host modules, Bootstrapped modules): Use it.
4258 (Build modules, Target modules): Do not create symlink trees,
4259 always configure out-of-srcdir.
4260 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4261 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4262 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4263 $(HOST_SUBDIR). Create a symlink for host_subdir.
4264
4265 * Makefile.in: Regenerate.
4266 * configure: Regenerate.
4267
4268 Merged from libada-gnattools-branch:
4269 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4270
4271 * Makefile.def: Add gnattools as a module, depending on target-libada.
4272 * Makefile.in: Regenerate.
4273 * configure.in: Include gnattools in host_tools; disable it if ada
4274 is disabled.
4275 * configure: Regenerate.
4276
c3e65f62
NC
42772005-02-23 Nick Clifton <nickc@redhat.com>
4278
4279 * configure: Regenerate.
4280
e4d180c2
NC
42812005-02-22 Paul Schlie <schlie@comcast.net>
4282
4283 * configure.in: Allow darwin targeted ports to build tk, itcl and
4284 libgui.
4285
e3c770b1
EB
42862005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4287
4288 PR libgcj/10353
4289 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4290 * configure: Regenerate.
4291
9c73618c
AC
42922005-02-08 Andrew Cagney <cagney@gnu.org>
4293
4294 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4295 gdb/ section. Update GDB's URL.
4296
c46f8c51
AC
42972005-01-31 Andrew Cagney <cagney@gnu.org>
4298
4299 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4300
c7e66c6d
HPN
43012005-01-29 Hans-Peter Nilsson <hp@axis.com>
4302
4303 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4304 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4305 target-libgloss when not *-*-elf and *-*-aout.
4306 * configure: Regenerate.
4307
a53bf506
AC
43082005-01-27 Andrew Cagney <cagney@gnu.org>
4309
4310 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4311
45181ed1
AC
43122005-01-24 Andrew Cagney <cagney@gnu.org>
4313
4314 * gettext.m4: Only fall back to ../intl/ when it's present.
4315
a1e0f4e4
KC
43162005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4317
4318 * install-sh, config.sub: Import from upstream.
4319
43202005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4321
4322 PR bootstrap/18222
4323 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4324 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4325 * Makefile.in: Regenerate.
4326
c50382e2
PB
43272005-01-03 Paolo Bonzini <bonzini@gnu.org>
4328
4329 Revert 2004-12-28 Makefile changes, a better fix will be
4330 applied to mainline and src after GCC 4.0 branches.
4331
11d07737
PB
43322004-12-28 Paolo Bonzini <bonzini@gnu.org>
4333
4334 PR bootstrap/17383
4335
4336 * Makefile.def (target_modules): Remove stage parameter,
4337 it is always true now.
4338 * Makefile.tpl (configure-build-[+module+],
4339 configure-target-[+module+]): Always build symlink tree
4340 for the directory and for include. BUILD_SUBDIR and
4341 TARGET_SUBDIR cannot be . anymore.
4342 * Makefile.in: Regenerate.
4343
dadfdbe2
DD
43442004-12-25 David Edelsohn <edelsohn@gnu.org>
4345
4346 Revert 2004-12-08 Makefile changes.
4347
dbf85af7
JR
43482004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4349
4350 * configure.in (sh64-*-*): Reenable gprof.
4351 * configure: Regenerate.
4352
6b8fea99
JB
43532004-12-09 Jim Blandy <jimb@redhat.com>
4354
4355 * MAINTAINERS: List 'depcomp' as part of automake.
4356
7341462c
DE
43572004-12-08 David Edelsohn <edelsohn@gnu.org>
4358
4359 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4360 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4361 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4362 * Makefile.in: Regenerate.
4363
21fde4dc
DD
43642004-12-07 Matt Kraai <kraai@ftbfs.org>
4365
4366 * Makefile.tpl: Generate normal dependencies if the LHS module is
4367 not bootstrapped.
4368 * Makefile.in: Regenerate.
4369
3da796a2
RS
43702004-12-03 Richard Sandiford <rsandifo@redhat.com>
4371
4372 * configure.in: Include config/gxx-include-dir.m4. Use
4373 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4374 * configure: Regenerate.
4375
73fb7068
RS
43762004-12-03 Richard Sandiford <rsandifo@redhat.com>
4377
4378 * config.if: Delete.
4379 * configure.in: Set libstdcxx_incdir directly.
4380 * configure: Regenerate.
4381 * MAINTAINERS: Remove mention of config.if.
4382 * src-release (DEVO_SUPPORT): Remove config.if.
4383
6c8e6ce9
EC
43842004-12-02 Eric Christopher <echristo@redhat.com>
4385
3b6098f8
EC
4386 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4387 of things to remove.
6c8e6ce9 4388 * Makefile.in: Regenerate.
479759c8 4389
b8658a2f
RS
43902004-12-02 Richard Sandiford <rsandifo@redhat.com>
4391
4392 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4393 * configure: Regenerate.
4394
afefada0
RS
43952004-12-02 Richard Sandiford <rsandifo@redhat.com>
4396
4397 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4398 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4399 * configure: Regenerate.
4400
5dcac624
DA
44012004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4402
4403 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4404 (hppa*64*-*-*): Delete incorrect comment.
4405 * configure: Rebuilt.
4406
57d1eb1a
DD
44072004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4408
4409 * install-sh, compile: Import from automake.
4410
44112004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4412
4413 * config.guess, config.sub: Import from savannnah.
4414
6d389afc
MS
44152004-11-12 Mike Stump <mrs@apple.com>
4416
4417 * Makefile.def: Add html support.
4418 * Makefile.tpl: Likewise.
4419 * Makefile.in: Regenerate.
4420
69e57115
GK
44212004-11-11 Geoffrey Keating <geoffk@apple.com>
4422
4423 PR 18423
4424 * configure.in: Remove all instances of build-fixincludes from
4425 noconfigdirs.
4426 (build_configargs): Supply --target to subdirectories.
4427 * configure: Regenerate.
4428
4429 * Makefile.def: Make gcc install depend on fixincludes install.
4430 * Makefile.in: Regenerate.
4431
ba719b26
HPN
44322004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4433
4434 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4435 target-libgfortran.
4436 * configure: Regenerate.
4437
c37653e7
DE
44382004-11-07 David Edelsohn <edelsohn@gnu.org>
4439
4440 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4441 like CC.
4442
1eefd493
PB
44432004-11-05 Paolo Bonzini <bonzini@gnu.org>
4444
4445 * Makefile.def (host fixincludes): Specify missing targets.
4446 * Makefile.in: Regenerate.
4447
02b1af09
L
44482004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4449
4450 PR other/17783
4451 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4452 * configure: Regenerated.
4453
7f266840
DJ
44542004-11-04 Daniel Jacobowitz <dan@debian.org>
4455
4456 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4457 * configure: Regenerated.
4458
47444073
AL
44592004-10-28 Eric B. Weddington <ericw@evcohs.com>
4460
4461 PR target/18151
4462 * configure.in (case ${target}): Do not build fixincludes for avr.
4463 * configure: Regenerated.
4464
caeba88f
AL
44652004-10-26 Paolo Bonzini <bonzini@gnu.org>
4466
4467 * configure.in (case ${target}): Do not build fixincludes
4468 on platforms where it is not used.
4469 * configure: Regenerated.
4470
0fdbe983
DJ
44712004-10-23 Daniel Jacobowitz <dan@debian.org>
4472
4473 * configure.in: Use an absolute path to install-sh.
4474 * configure: Regenerated.
4475
1c0f67c1
AC
44762004-10-19 Andrew Cagney <cagney@gnu.org>
4477
4478 * src-release (do-djunpack, do-md5sum): Install the generated file
4479 directly into the proto-toplev/ directory.
479759c8 4480
a9cfce9c
AC
44812004-10-19 Andrew Cagney <cagney@gnu.org>
4482
4483 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4484
ac0fa625
DD
44852004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4486
4487 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4488 * configure: Regenerate.
4489
d27cc32e
PB
44902004-10-06 Paolo Bonzini <bonzini@gnu.org>
4491
4492 Fix wrong conflict resolution in:
4493
4494 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4495
4496 * Makefile.in: Regenerate.
4497 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4498 in the recursive `make', instead of hardwiring `all'.
4499 (Autogenerated TARGET-* variables): New.
4500
1763908f
UW
45012004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4502
4503 Merged from GCC / libtool upstream:
4504 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4505 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4506 * ltcf-cxx.sh (tpf*): Likewise.
4507 * ltconfig (tpf*): Add TPF OS configuration support.
4508
0490e016
NC
45092004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4510
4511 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4512 * configure: Regenerate.
0490e016 4513
32be62b5
RS
45142004-09-24 Michael Roth <mroth@nessie.de>
4515
4516 * configure.in (--without-headers): Add missing double quotes.
4517 * configure: Regenerate.
4518
6048df60
DD
45192004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4520
4521 * ylwrap: Revert to previous version.
4522
315b3b02
L
45232004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4524
6048df60 4525 PR bootstrap/17369
315b3b02
L
4526 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4527 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4528 SET_GCC_LIB_PATH_CMD.
4529 (BASE_TARGET_EXPORTS): Likewise.
4530 * Makefile.in: Regenerated.
4531
4532 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4533 * configure: Regenerated.
4534
fe69863c
DD
45352004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4536
4537 * config.guess: New upstream version
4538 * compile, depcomp, install-sh, ylwrap: Likewise.
4539
45402004-09-19 Roger Sayle <roger@eyesopen.com>
4541
4542 * config/mh-x86omitfp: New host makefile fragment. Add
4543 -fomit-frame-pointer to the default BOOT_CFLAGS.
4544 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4545 * configure: Regenerate.
4546
45472004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4548
4549 PR target/11572
4550 * configure.in (*-*-darwin*): Renable libobjc.
4551 * configure: Regenerate.
4552
be75bbe1 45532004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4554
be75bbe1
DB
4555 * Makefile.def: Remove libbanshee.
4556 * Makefile.tpl: Ditto.
4557 * configure.in: Ditto.
4558 * Makefile.in: Regen.
4559 * configure: Ditto.
4560
1b882a91
PB
45612004-09-07 Paolo Bonzini <bonzini@gnu.org>
4562
4563 * missing: Import latest version from master repository.
4564
eb1352ed
NC
45652004-09-04 Nick Clifton <nickc@redhat.com>
4566
4567 * config.sub: Import latest version from master repository.
4568 * config.guess: Likewise.
4569 This includes these changes:
479759c8 4570
eb1352ed
NC
4571 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4572
4573 * config.sub: Handle crisv32, alias etraxfs.
4574 * config.guess (crisv32:Linux:*:*): Handle.
4575
4576 2004-08-13 Brad Smith <brad@comstyle.com>
4577
4578 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4579 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4580
4581 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4582
4583 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4584 assume the processor is a powerpc. This is because coreutils
4585 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4586 in this case, due to a MacOS X bug that causes
4587 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4588 to return a negative number.
4589 Problem reported by Petter Reinholdtsen in:
4590 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4591
4592 2004-07-19 Ben Elliston <bje@gnu.org>
4593
4594 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4595
4596 2004-06-24 Ben Elliston <bje@gnu.org>
4597
4598 * config.guess: Update copyright years.
4599 * config.sub: Likewise.
4600
4601 2004-06-22 Robert Millan <robertmh@gnu.org>
4602
4603 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4604 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4605
4606 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4607
4608 * config.guess (*:*VMS:*:*): New entry. Replaces
4609 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4610 manufacturer.
4611
4612 2004-06-22 Ben Elliston <bje@gnu.org>
4613
4614 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4615 * config.sub: Likewise.
4616
4617 2004-06-22 Ben Elliston <bje@gnu.org>
4618
4619 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4620 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4621
4622 2004-06-11 Ben Elliston <bje@gnu.org>
4623
4624 * config.guess (pegasos:OpenBSD:*:*): Remove.
4625
4626 2004-06-11 Ben Elliston <bje@gnu.org>
4627
4628 From Wouter Verhelst <wouter@grep.be>:
4629 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4630
4631 2004-06-11 Ben Elliston <bje@gnu.org>
4632
4633 * config.guess (luna88k:OpenBSD:*:*): New.
4634
4635 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4636
4637 * config.guess (m32r*:Linux:*:*): New case.
4638 * config.sub: Handle m32rle.
4639
4640 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4641
4642 From Jens Petersen <petersen@redhat.com>:
4643 * config.sub: Handle sparcv8.
4644
4645 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4646
4647 From Tom Smith <smith@cag.lkg.hp.com>:
4648 * config.guess: Version suffixes are equally significant on Tru64
4649 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4650 prefix of "P" (patched kernel).
4651
4652 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4653
4654 * config.sub: Add support for National Semiconductor CRX target.
4655
2a3124ca 46562004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4657
2a3124ca
RH
4658 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4659 *-*-netware, but add target-libmudflap.
4660 Consolidate *-*-netware targets (of which really only i?86 exists)
4661 into a single entry.
4662 * configure: Likewise.
4663
0df3d27f
PB
46642004-09-01 Paolo Bonzini <bonzini@gnu.org>
4665
4666 * Makefile.tpl (sorry): Remove.
4667 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4668 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4669 (do-clean): Clean per-stage directories too.
4670 (do-distclean): Run distclean-stage1 too.
4671 (.NOTPARALLEL): Enable during toplevel bootstrap.
4672 (stage[+id+]-bubble): Enable parallel execution during
4673 the recursive invocation.
4674 * Makefile.in: Regenerate.
4675
4676 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4677
4678 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4679
4680 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4681 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4682 * configure: regenerate
479759c8
ZW
4683 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4684 -mdynamic-no-pic
0df3d27f
PB
4685
46862004-08-31 Paolo Bonzini <bonzini@gnu.org>
4687
4688 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4689 include.
4690 * configure.in: Fix indentation.
4691 * configure: Regenerate.
4692
ee025550
PB
46932004-08-31 Paolo Bonzini <bonzini@gnu.org>
4694
4695 * Makefile.def (build_modules): Add fixincludes.
4696 (dependencies): Make gcc depend on fixincludes.
4697 * configure.in (build_tools): Add fixincludes.
4698 (build_configdirs): Always include build_libs.
4699 * Makefile.in: Regenerate.
4700 * configure: Regenerate.
4701
47022004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4703
4704 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4705 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4706 phony targets; do not generate timestamp files.
4707 (distclean-stageN): Remove references to their timestamp files.
4708 (restageN, touch-stageN): Remove.
4709 (stageN-bubble): Rewritten.
4710 (compare): Support lean bootstraps.
4711 * Makefile.in: Regenerate.
4712
4713 * configure.in: Only warn when bootstrapping but
4714 build != host or build != target. Support lean bootstraps.
4715 * configure: Regenerate.
4716
4717 Sync from gcc:
4718 2004-08-26 Phil Edwards <phil@codesourcery.com>
4719
4720 * configure.in: Give a better error message if GMP/MPFR are missing
4721 and a language needing them has been requested.
4722 * configure: Regenerated.
4723
4724 2004-08-25 Phil Edwards <phil@codesourcery.com>
4725
4726 * configure.in: Print a list of available language front-ends if
4727 a requested one is missing. Tidy stray tab characters.
4728 * configure: Regenerated.
4729
72b2455a
PB
47302004-08-17 Paolo Bonzini <bonzini@gnu.org>
4731
4732 * Makefile.in: Regenerate.
4733 * configure: Regenerate.
4734
4735 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4736 stage_*_flags.
4737 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4738 for bootstrapped modules if toplevel bootstrap is going.
4739 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4740 modules. Adjust for changes in Makefile.def. Enable several
4741 rules even in non-bootstrap mode, just to avoid peppering the
4742 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4743 (stage-[+prev+]-bubble): Remove.
4744
4745 * Makefile.def (Dependencies): Depend on all-build-bison,
4746 all-build-flex, all-build-byacc, all-build-texinfo, rather
4747 than the host variations.
4748 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4749 with BUILD_SUBDIR.
4750 (BISON): Update for recent Bisons.
4751 (YACC): Fix typo.
4752 (cross): Depend on all-build.
4753 (all): Do not depend on all-build.
4754 (prebootstrap): Remove.
4755 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4756 (Prebootstrap dependencies): Add them to the per-stage targets
4757 and to all-prebootstrap.
4758 * configure.in (build_configdirs): Always enable build_tools.
4759 (BUILD_DIR_PREFIX): Remove.
4760
4761 * Makefile.def (gcc): Add target variable.
4762 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4763 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4764 in the recursive `make', instead of hardwiring `all'.
4765 (Autogenerated TARGET-* variables): New.
4766
de0b4a87
JW
47672004-08-17 Robert Millan <robertmh@gnu.org>
4768
4769 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4770 (instead of FreeBSD).
4771 * configure: Regenerate.
4772
ad681c85
NN
47732004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4774
675c6968
NN
4775 * Makefile.def, configure.in, src-release: Remove useless, bogus
4776 references to tix.
4777 * Makefile.in, configure: Regenerate.
4778
ad681c85
NN
4779 * src-release: Stop distributing mmalloc with gdb (which doesn't
4780 use it).
4781 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4782 * Makefile.in: Regenerate.
4783
11b04d1f
DD
47842004-08-09 Mark Mitchell <mark@codesourcery.com>
4785
4786 * configure.in (arm*-*-eabi*): New target.
4787 * configure: Regenerate.
4788
f2420bea
NN
47892004-08-01 Robert Millan <robertmh@gnu.org>
4790
4791 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4792 libmudflap for all GNU-based systems (with Glibc).
4793 * configure: Regenerate.
4794
9e6ce191
PB
47952004-08-06 Paolo Bonzini <bonzini@gnu.org>
4796
4797 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4798 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4799 (Dependencies): New section.
4800 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4801 (configure-target-[+module+]): Depend on maybe-all-gcc
4802 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4803 (toplevel profiledbootstrap): Fix dependencies.
4804 * Makefile.in: Regenerate.
4805
df4a6958
MM
48062004-08-03 Mark Mitchell <mark@codesourcery.com>
4807
4808 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4809 target-libiberty to noconfigdirs.
4810
11b04d1f
DD
48112004-08-03 Paul Brook <paul@codesourcery.com>
4812
4813 * configure.in: Check for MPFR as well as GMP.
4814 * configure: Regenerate.
4815
b813574b
PB
48162004-08-03 Paolo Bonzini <bonzini@gnu.org>
4817
4818 * Makefile.def (host-modules): Add gcc.
4819 * Makefile.in: Regenerate.
4820 * Makefile.tpl (sorry): New rule.
4821 (configure-host, all-host, [+make_target+]-host, do-check,
4822 install-host): Do not add gcc as a special case.
4823 (host modules): Add a small special-casing for gcc. Export
4824 extra_make_flags through the environment.
4825 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4826 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4827 other recursive targets for gcc): Remove.
4828
4829 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4830 (stage, unstage): New rules.
4831 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4832 distclean-stage[+id+]): Use stage_current.
4833 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4834 the stage*-start rules.
4835
61edac0c
JW
48362004-07-19 Robert Millan <robertmh@gnu.org>
4837
4838 Synced from gcc:
4839
4840 2004-04-26 Robert Millan <robertmh@gnu.org>
4841
4842 Add patches from libtool CVS.
4843 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4844 * ltconfig: Likewise.
4845 * ltcf-c.sh: Likewise.
4846 * ltcf-cxx.sh: Likewise.
4847 * ltcf-gcj.sh: Likewise.
4848
3e707e94
PB
48492004-07-12 Paolo Bonzini <bonzini@gnu.org>
4850
4851 * configure.in: Add noconfigdirs for crx-*-*.
4852 * configure: Regenerate.
4853
48542004-07-12 Paolo Bonzini <bonzini@gnu.org>
4855
4856 Synced from gcc:
4857
4858 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4859
4860 * configure.in: Build libmudflap by default on FreeBSD.
4861 * configure: Regenerated.
4862
4863 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4864
4865 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4866 systems.
4867 * configure: Regenerated.
4868
4869 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4870
4871 PR target/16344
4872 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4873 feedback based compiler.
4874 * Makefile.in: Rebuilt.
4875
4876 2004-07-05 Phil Edwards <phil@codesourcery.com>
4877
4878 * configure.in: Do not prepend $srcdir to /dev/null in
4879 makefile fragments.
4880 * configure: Regenerate.
4881
a7ee7660
AO
48822004-07-08 Alexandre Oliva <aoliva@redhat.com>
4883
4884 * Makefile.def (host_modules): Set bootstrap=true for flex.
4885 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4886 * Makefile.in: Rebuilt.
4887
6a9cf61e
PB
48882004-07-01 Paolo Bonzini <bonzini@gnu.org>
4889
4890 * Makefile.def (build_modules): Add bison, byacc, flex,
4891 m4, texinfo.
4892 (flags_to_pass): Add FLEX.
4893 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4894 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4895 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4896 DEFAULT_MAKEINFO): Remove.
4897 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4898 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4899 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4900 objdir or else use configured tool.
4901 (all-build): New.
4902 (all): Depend on it.
4903 (Build module dependencies): Add.
4904 * Makefile.in: Regenerate.
4905 * configure.in: Better support for multiple build modules,
4906 matching what is done for host/target modules. Do not look
4907 for "plausible" locations of build tools if Canadian cross.
4908 Use autoconf's AC_PROG_CC to find a C compiler. Define
4909 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4910 * configure: Regenerate.
4911
95b6a1f2
PB
49122004-06-22 Paolo Bonzini <bonzini@gnu.org>
4913
4914 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4915 * Makefile.in: Regenerate.
4916
7ffa0b57
PB
49172004-06-22 Paolo Bonzini <bonzini@gnu.org>
4918
4919 * Makefile.tpl (configure-build-[+module+],
4920 configure-[+module+], configure-target-[+module+]): Pass
4921 [+extra_configure_args+].
4922 (all-build-[+module+], all-[+module+], check-[+module+],
4923 install-[+module+], [+make_target+]-[+module+],
4924 all-target-[+module+], check-target-[+module+],
4925 install-target-[+module+], [+make_target+]-target-[+module+]):
4926 Pass [+extra_make_args+].
4927 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4928 (GCC_HOST_EXPORTS): Remove.
4929 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4930 cross, check-gcc, check-gcc-c++, install-gcc,
4931 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4932 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4933 * Makefile.in: Regenerate.
4934
929ba6e7
CF
49352004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4936
4937 * configure.in: Check for srcdir/winsup rather than build directory
4938 winsup.
4939 * configure: Regenerate.
4940
b76d7de0
CV
49412004-06-17 Corinna Vinschen <vinschen@redhat.com>
4942
4943 * configure.in: Don't build Cygwin native newlib if winsup
4944 directory is missing. Emit warning instead.
4945 * configure: Regenerate.
4946
656fdd47
PB
49472004-06-09 Paolo Bonzini <bonzini@gnu.org>
4948
4949 * Makefile.tpl (touch-stage[+id+]): New.
4950 (restage[+prev+]): Depend on touch-stage[+id+].
4951
4952 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4953 Use it throughout.
4954
4955 * Makefile.def: Add profile and feedback bootstrap stages.
4956 Remove next field from bootstrap stages.
4957 * Makefile.tpl (LN, LN_S): Substitute.
4958 (stageN-start, stageN-end): Use double-colon rules, to
4959 provide a hook for additional setup commands.
4960 (distclean-stageN-gcc, restageN): Create dependencies from
4961 [+prev+], not from [+next+].
4962 (stageN-bubble): Add commands for successive stages from
4963 [+prev+], using double-colon rules.
4964 (all-stageN-gcc): Fix typo.
4965 (stagefeedback-start, profiledbootstrap): New.
4966 * Makefile.in: Regenerate.
4967 * configure.in: Call ACX_PROG_LN.
4968 * configure: Regenerate.
4969
498d4a71
CF
49702004-06-03 Paolo Bonzini <bonzini@gnu.org>
4971
4972 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4973 without gcc.
4974 * configure: Regenerate.
4975
377d8c42
PB
49762004-06-01 Paolo Bonzini <bonzini@gnu.org>
4977
4978 * Makefile.tpl: Fix typo.
4979 * Makefile.in: Regenerate.
4980
f5f8a794
PB
49812004-06-01 Paolo Bonzini <bonzini@gnu.org>
4982
4983 * configure.in: Remove new- prefix from toplevel
4984 bootstrap targets.
4985 * configure: Regenerate.
4986
f7a4c34f
PB
49872004-06-01 Paolo Bonzini <bonzini@gnu.org>
4988
4989 Merge this patch from the gcc tree:
4990
4991 2004-05-30 Andreas Jaeger <aj@suse.de>
4992 Jim Wilson <wilson@specifixinc.com>
4993
4994 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4995 like CC.
4996
319cab08
PB
49972004-06-01 Paolo Bonzini <bonzini@gnu.org>
4998
4999 * Makefile.tpl (all.normal): Rename to all.
5000 (all): Replace with a rule to pick the default
5001 target from configure.
5002 (all-gcc, configure-gcc): Use conditionals to
5003 do nothing when toplevel bootstrap is going on.
5004 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5005 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5006 * configure.in: Support --enable-bootstrap.
5007
5008 * Makefile.def: Remove new- prefix from toplevel
5009 bootstrap targets.
5010 * Makefile.tpl: Likewise.
5011
5012 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5013 target.
5014
5015 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5016 $(RECURSE_FLAGS) to recursive invocation of make.
5017
5018 * Makefile.in: Regenerate.
5019 * configure: Regenerate.
5020
88f64edc
DJ
50212004-05-27 Daniel Jacobowitz <dan@debian.org>
5022
5023 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5024 * configure: Regenerate.
5025
378fce5b
DD
50262004-05-25 Daniel Jacobowitz <drow@false.org>
5027
5028 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5029 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5030 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5031 targets.
5032 * Makefile.in: Regenerate.
5033
dfdffa2c
PB
50342005-05-24 Paolo Bonzini <bonzini@gnu.org>
5035
5036 * configure.in: Test the ability to symlink directories.
5037 * configure: Regenerate.
5038
5039 * Makefile.def (bootstrap-stage): New definitions.
5040 * Makefile.tpl (configure-stage1-gcc,
5041 configure-stage2-gcc, configure-stage3-gcc,
5042 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5043 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5044 new-restage3, compare): Autogenerate, see Makefile.in
5045 entry for behavioral changes.
5046 (distclean-stage1, new-stage1-start, new-stage1-end,
5047 new-stage1-bubble, distclean-stage2, new-stage2-start,
5048 new-stage2-end, new-stage2-bubble, distclean-stage3,
5049 new-stage3-start, new-stage3-end): New autogenerated targets.
5050 (objext, prebootstrap, BOOT_CFLAGS,
5051 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5052 targets.
5053
5054 * Makefile.in: Regenerate.
5055 (distclean-stage1, new-stage1-start, new-stage1-end,
5056 new-stage1-bubble, distclean-stage2, new-stage2-start,
5057 new-stage2-end, new-stage2-bubble, distclean-stage3,
5058 new-stage3-start, new-stage3-end): New targets.
5059 (all-stage1-gcc): Move prebootstrap dependency from here...
5060 (configure-stage1-gcc): ...to here.
5061 (new-bootstrap): Use bubble targets.
5062 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5063 Use per-stage distclean targets.
5064 (configure-stage1-gcc, configure-stage2-gcc,
5065 configure-stage3-gcc, all-stage1-gcc,
5066 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5067 Use new-stageN-start to prepare the tree.
5068
04cf1b77
PB
50692004-05-23 Paolo Bonzini <bonzini@gnu.org>
5070
5071 * Makefile.def (host_modules): add libcpp.
5072 * Makefile.tpl: Add dependencies on and for libcpp.
5073 * Makefile.in: Regenerate.
5074 * configure.in: Add libcpp host module.
5075 * configure: Regenerate.
5076
80b200a1
ZW
50772004-05-17 Zack Weinberg <zack@codesourcery.com>
5078
5079 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5080 of libf2c.
5081 * configure, Makefile.in: Regenerate.
5082
4b1cb4fe
DD
50832004-05-13 Diego Novillo <dnovillo@redhat.com>
5084
5085 Merge from tree-ssa-20020619-branch.
5086
5087 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5088 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5089 (HOST_GMPLIBS): Define.
5090 (HOST_GMPINC): Define.
5091 (TARGET_LIB_PATH): Add libmudflap.
5092 (GFORTRAN_FOR_TARGET): Define.
5093 (configure-build*): Export GFORTRAN.
5094 (configure-gcc): Export GMPLIBS and GMPINC.
5095 (all-gcc): Add maybe-all-libbanshee.
5096 (configure-target-libgfortran): Define.
5097 * Makefile.in: Regenerate.
5098 * configure.in (host_libs): Add libbanshee.
5099 (target_libraries): Add target-libmudflap and target-libgfortran.
5100 Add --with-libbanshee.
5101 Handle --disable-libmudflap.
5102 (*-*-freebsd*): Use with_gmp.
5103 Add $(libgcj) to noconfigdirs.
5104 * configure: Regenerate.
5105 * depcomp: New file.
5106 * MAINTAINERS: Add tree-ssa maintainers.
5107
51082004-04-28 Paolo Bonzini <bonzini@gnu.org>
5109
5110 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5111 * configure: Regenerate.
5112
b8908782
DD
51132004-04-27 Paolo Bonzini <bonzini@gnu.org>
5114
5115 Revert:
5116 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5117
5118 * Makefile.def (flags_to_pass): Remove *dir variables that
5119 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5120 as well as prefix and exec_prefix.
5121 * Makefile.in: Regenerate.
5122
51232004-04-26 Paolo Bonzini <bonzini@gnu.org>
5124
5125 * Makefile.def (host_modules): Mark with the bootstrap
5126 flag packages on which gcc depends.
5127 * Makefile.tpl (all-bootstrap): Use it.
5128 * Makefile.in: Regenerate.
5129
51302004-04-26 Paolo Bonzini <bonzini@gnu.org>
5131
5132 * Makefile.def (flags_to_pass): Remove *dir variables that
5133 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5134 as well as prefix and exec_prefix.
5135 * Makefile.in: Regenerate.
5136
51372004-04-26 Paolo Bonzini <bonzini@gnu.org>
5138
80b200a1
ZW
5139 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5140 * configure: Regenerate.
5141 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5142 * gcc/Makefile.tpl (compare): Use the result of the test.
5143 * gcc/Makefile.in: Regenerate.
b8908782
DD
5144
51452004-04-23 Paolo Bonzini <bonzini@gnu.org>
5146
5147 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5148 Always relocate gcc and prev-gcc to the original names, even
5149 if the build fails.
5150 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5151 New targets.
5152
0f260896
RO
51532004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5154
5155 * configure.in (mips*-*-irix5*): Enable ld.
5156 * configure: Regenerate.
5157
51860f05
JW
51582004-04-15 James E Wilson <wilson@specifixinc.com>
5159
5160 * Makefile.tpl (configure-[+module+], configure-gcc,
5161 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5162 Set and export LDFLAGS.
5163 * Makefile.in: Regenerate.
5164
54752a6b
NN
51652004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5166
5167 PR bootstrap/14871
5168 * Makefile.tpl: If we don't have built-in-tree target tools,
5169 use the ones found by configure rather than hacking around with
5170 program_transform_name.
5171 * configure.in: Give Makefile.tpl the information necessary
5172 to do that.
5173 * Makefile.in: Regenerate.
5174 * configure: Regenerate.
5175
51762004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5177
5178 PR bootstrap/14760
5179 * configure.in: When computing baseargs, strip *all* copies of
5180 offending options. Also, don't match/substitute the trailing space,
5181 so that this actually works when two similar options are separated by
5182 only one space.
5183 * configure: Regenerate.
5184
51852004-04-06 David Edelsohn <edelsohn@gnu.org>
5186
80b200a1
ZW
5187 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5188 (rs6000-*-aix*): Same.
5189 * configure: Regenerate.
54752a6b 5190
5e2b61fb
SS
51912004-03-25 Stan Shebs <shebs@apple.com>
5192
5193 Remove MPW support, no longer used.
5194 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5195 mpw-install: Remove files.
5196 * src-release (DEVO_SUPPORT): Remove names of removed files.
5197 * MAINTAINERS: Likewise.
5198
1a6f2dc7
NN
51992004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5200
a0049f1b
NN
5201 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5202 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5203 * Makefile.in: Regenerate.
5204
1a6f2dc7
NN
5205 * configure.in (top level bootstrap support): Rework --enable-werror
5206 to set @stage2_werror_flag@.
5207 * configure: Regenerate.
5208 * Makefile.tpl (top level bootstrap support): Pass
5209 @stage2_werror_flag@ down to configure in stages 2 and 3.
5210 * Makefile.in: Regenerate.
5211
920e3419
NN
52122004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5213
5214 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5215 for stages 2 and 3 as well as in make. As a consequence, remove
5216 OUTPUT_OPTION (now detected by configure) from the flags passed down
5217 to make.
5218 * Makefile.in: Regenerate.
5219
5220 * Makefile.tpl (new-bootstrap): Fix typo.
5221 * Makefile.in: Regenerate.
5222
4fa63067
NN
52232004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5224
5225 * Makefile.tpl: Rearrange by moving recursive_targets rules
5226 into their proper sections.
5227 * Makefile.tpl (top level bootstrap support): Move disabling
5228 of coverage flags from 'make' to 'configure'; improve comments.
5229 * Makefile.in: Regenerate.
5230
5231 * Makefile.tpl (experimental top level bootstrap) Move stage1
5232 language setting from all- target to configure- target; disable
5233 intermodule optimization in stage 1; prevent gratuitous rebuilds
5234 of stage 1.
5235 * Makefile.in: Regenerate.
5236 * configure.in: Comma-separate stage 1 language list for top
5237 level bootstrap.
5238 * configure: Regenerate.
5239
5240 * Makefile.tpl: Clean up experimental top level bootstrap support:
5241 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5242 prev-gcc in configure- targets as well as all- targets.
5243 * Makefile.in: Regenerate.
5244
fb8a10fd
NN
52452004-03-17 Paolo Bonzini <bonzini@gnu.org>
5246
5247 * configure.in: Remove symbolic link section.
5248 * configure: Regenerate.
5249 * Makefile.tpl (links): Remove.
5250 * Makefile.in: Regenerate.
5251
947f426e 52522004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5253 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5254
5255 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5256 Set with AC_CHECK_PROGS.
947f426e
NN
5257 * configure.in: Fix comment typo from last patch.
5258 * configure: Regenerate.
5259
1d39f329
NN
52602004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5261
5262 * Makefile.tpl: Introduce experimental top level bootstrap support.
5263 * Makefile.in: Regenerate.
5264 * configure.in: Introduce support for top level bootstrap.
5265 * configure: Regenerate.
5266
4b0ac75d 52672004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5268 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5269
5270 PR bootstrap/14522
5271 * configure.in: Cope with shells that do not support unquoted ^
5272 * configure: Regenerate.
5273
2e70b094 52742004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5275 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5276
5277 PR bootstrap/14522
5278 * configure.in: Cope with shell that do not support nesting
5279 quotes inside quoted backquote substitutions.
5280 * configure: Regenerate.
5281
52822004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5283
5284 PR bootstrap/14522
5285 * configure.in: Fix escaping of $.
5286 * configure: Regenerate.
5287
9e07f89d
NN
52882004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5289
5290 * configure: Regenerate.
5291
52922004-03-08 Paolo Bonzini <bonzini@gnu.org>
5293
5294 PR ada/14131
5295 Move language detection to the top level.
5296 * configure.in: Find default values for the tools as
5297 soon as possible. Disable ada if GNAT is not found.
5298 Emit error message about missing languages. Expand
5299 --enable-languages=all for the gcc subdirectory.
5300
1712ab83
RS
53012004-03-01 Richard Sandiford <rsandifo@redhat.com>
5302
5303 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5304 and disable libgcj.
5305 * configure: Regenerated.
5306
3dee29da
NN
53072004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5308
5309 PR bootstrap/7087
5310 * Makefile.tpl: Guard XFOO sed statements better.
5311 * Makefile.tpl: Add dependency for configure-target-libada.
5312 * Makefile.in: Regenerate (incidentally fixes broken
5313 commit when libada-branch was merged).
5314
0558264b
AC
53152004-02-28 Andrew Cagney <cagney@redhat.com>
5316
5317 * src-release (CVS_NAMES): Define.
5318 (do-tar, do-tar): Prune $(CVS_NAMES).
5319
c38f9803
AC
53202004-02-23 Andrew Cagney <cagney@redhat.com>
5321
5322 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5323 2004-02-19.09.
5324
55636792
NN
53252004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5326
5327 PR bootstrap/11932
5328 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5329
1e600082
AC
53302004-02-19 Andrew Cagney <cagney@redhat.com>
5331
5332 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5333 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5334
3769cd82
DD
53352004-02-11 David Edelsohn <edelsohn@gnu.org>
5336
5337 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5338 (rs6000-*-aix*): Same.
5339 * configure: Regenerate.
5340
a92834c8
DD
53412004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5342
5343 * configure.in (host): Add in missing $noconfigdirs to defines.
5344 * configure: Regenerate.
5345
a2592b1b
DD
53462004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5347 Nathanael Nerode <neroden@gcc.gnu.org>
5348
5349 PR ada/6637, PR ada/5911
80b200a1 5350 Merge with libada-branch:
a2592b1b
DD
5351 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5352 with appropriate dependencies. Add --enable-libada configure switch.
5353 * configure, Makefile.in: Regenerate.
5354
e31d1ea3
DD
53552004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5356
5357 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5358 * configure: Regenerate.
5359
db85f5c0
JJ
53602004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5361
5362 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5363
fc434214
DD
53642004-01-23 DJ Delorie <dj@redhat.com>
5365
5366 * Makefile.def (target_modules) [libiberty]: Don't stage.
5367 * Makefile.in: Rebuilt.
5368
ad445c2c 53692004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5370
ad445c2c
JJ
5371 * COPYING.NEWLIB: Update to include copyrights for new
5372 iconv code.
5373
72bbedde
AC
53742004-01-15 Andrew Cagney <cagney@redhat.com>
5375
5376 * src-release: Update copyright year.
5377 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5378 (NEWLIB_SUPPORT_DIRS): Delete macro.
5379 (newlib.tar.bz2): Delete rule.
5380
a6d6062d
DD
53812004-01-14 Loren J. Rittle <ljrittle@acm.org>
5382
5383 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5384 * Makefile.tpl (configure-target-[+module+]): Support stage.
5385 * Makefile.in: Rebuilt.
5386
f8b73030
MR
53872003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5388
5389 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5390 throughout.
5391
aff0e9df
NN
53922004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5393
bb5dca17
NN
5394 * configure.in: Use ./config.cache, not config.cache.
5395 * configure: Regenerate.
5396 * Makefile.tpl: Special-casing not needed for GCC any more.
5397 * Makefile.in: Regenerate.
5398
82252c06
NN
5399 * configure.in: Don't share a cache file for host dirs.
5400 * configure: Regenerate.
5401
aff0e9df
NN
5402 * config-ml.in: Don't mess with the cache file.
5403
95036d20
NN
54042004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5405
ac7b618e
NN
5406 * Makefile.tpl: Make GCC use a separate config.cache.
5407 * Makefile.in: Regenerate.
5408
95036d20
NN
5409 PR bootstrap/11932, PR bootstrap/11933
5410 (I don't know if it will fix either of them, but it relates
5411 to them.)
5412 * configure.in: Don't use shared config.cache for target
5413 directories.
5414 * configure: Regenerate.
5415
08c1856b
DD
54162003-12-31 Roger Sayle <roger@eyesopen.com>
5417
5418 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5419 * configure: Regenerated.
5420
c1968181 54212003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5422
9eb322aa
MF
5423 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5424 * configure: Regenerated.
c1968181 5425
10ecffb9
NN
54262003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5427
5428 Port change over from GCC:
5429 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5430 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5431 (configure-build-[+module+], configure-[+module+]): Likewise.
5432 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5433 * Makefile.in: Regenerate.
5434
f2ab5990
TF
54352003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5436
5437 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5438 * configure: Regenerate.
5439
41a7d11a
JJ
54402003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5441
80b200a1 5442 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5443 stdlib.
5444
d9441a1f
DD
54452003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5446
5447 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5448 * Makefile.in: Regenerate.
5449
3a48a978
DD
54502003-10-20 Phil Edwards <phil@codesourcery.com>
5451
5452 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5453 * configure: Regenerate.
5454
f0b24077
NN
54552003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5456
5457 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5458 HOST_FLAGS_TO_PASS.
5459 * Makefile.in: Regenerate.
5460
5fbad20a
DD
54612003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5462
5463 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5464 * configure: Rebuilt
5465 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5466 * Makefile.in: Rebuilt
5467
78be4155
L
54682003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5469
5470 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5471
051fcc7a
L
54722003-10-01 Phil Edwards <pme@gcc.gnu.org>
5473
5474 * config-ml.in: Use ac_configure_args directly instead of
5475 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5476 actually seen.
5477
54782003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5479
5480 * config-ml.in: Propagate INSTALL variables.
5481
f27d4f92
DJ
54822003-09-21 Daniel Jacobowitz <drow@mvista.com>
5483
5484 * configure.in: Pass a computed --program-transform-name
5485 to subconfigures.
5486 * configure: Regenerated.
5487
cae4d560
NN
54882003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5489
5490 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5491 * Makefile.in: Regenerate.
5492
5493 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5494 * Makefile.in: Regenerate.
5495
8ff944f6
DJ
54962003-09-17 Daniel Jacobowitz <drow@mvista.com>
5497
5498 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5499 quoting.
5500 * configure: Regenerated.
5501
d9a35680
MC
55022003-09-12 Michael Chastain <mec@shout.net>
5503
5504 Fix PR gdb/857.
5505 * src-release (do-proto-topleve): Remove junk files
5506 intl/config.cache, intl/config.status,
5507 intl/config.h, intl/stamp-h.
5508
710068b9
AC
55092003-09-14 Andrew Cagney <cagney@redhat.com>
5510
5511 * src-release (dejagnu.tar): New target.
5512 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5513 (do-djunpack): Use $(PACKAGE) for the package name.
5514
e1008165
DD
55152003-09-04 DJ Delorie <dj@redhat.com>
5516
5517 * configure: Regenerate.
5518
21998d12
NC
55192003-09-04 Robert Millan <robertmh@gnu.org>
5520
5521 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5522
ccca4bb3
DD
55232003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5524
5525 * configure.in: Ensure arguments to sed are properly spaced.
5526 * configure: Regenerate.
5527
ee949b5e
DJ
55282003-08-28 Daniel Jacobowitz <drow@mvista.com>
5529
5530 Merge from gcc:
5531 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5532 * install-sh: Update to newer upstream versions (associated with
5533 aclocal 1.7).
5534 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5535
75addda2
DJ
55362003-08-27 Daniel Jacobowitz <drow@mvista.com>
5537
5538 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5539 * configure: Regenerated.
5540
8d2877d8
NN
55412003-08-23 Phil Edwards <pme@gcc.gnu.org>
5542
5543 * configure.in: Use newline instead of semicolon when assuming
5544 shell arguments in a for loop.
5545 * configure: Regenerated.
5546
d2cc0e0d
GK
55472003-08-20 Geoffrey Keating <geoffk@apple.com>
5548
5549 PR 8180
5550 * configure.in: When testing with_libs and with_headers, treat
5551 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5552 * configure: Regenerate.
80b200a1 5553
d2cc0e0d
GK
5554 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5555 make, shell, etc.
5556 (baseargs): Likewise.
5557 * configure: Regenerate.
5558
04d1ab34
GK
55592003-08-19 Geoffrey Keating <geoffk@apple.com>
5560
5561 * configure.in: Disable libgcj for darwin not on powerpc.
5562 * configure: Rebuild.
5563
ca506da8
MC
55642003-08-15 Michael Chastain <mec@shout.net>
5565
5566 * src-release (do-proto-toplev): Remove junk files
5567 dejagnu/example/calc/config.status,
5568 dejagnu/example/calc/config.log.
5569
a4aa3f49
DD
55702003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5571
5572 * config-ml.in, symlink-tree: Add license.
5573
ede4fbe4
NN
55742003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5575
5576 Merge from gcc:
5577
5578 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5579 * Makefile.tpl (check, check-c++): Express dependencies using
5580 dependencies rather than commands.
5581 * Makefile.in: Regenerate.
5582
5583 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5584 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5585 * Makefile.in: Update.
5586
970f29af
AC
55872003-08-01 Andrew Cagney <cagney@redhat.com>
5588
5589 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5590 * configure: Ditto.
5591
b2884a0c
DD
55922003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5593
5594 * configure.in: Enable libgcj for darwin.
5595 * configure: Rebuild.
5596
c07f46a4
NN
55972003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5598
5599 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5600
9175bfc0
NN
56012003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5602
5603 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5604 creating target and build subdirs to build all parent dirs as needed.
5605 * Makefile.in: Rebuild.
5606 * configure.in: Don't build dirs explicitly here.
5607 * configure: Rebuild.
5608
b9abda6a
AO
56092003-07-22 Alexandre Oliva <aoliva@redhat.com>
5610
5611 * Makefile.tpl (all-make): Depend on intl.
5612 * Makefile.in: Rebuilt.
5613
eef8ffd4
NN
56142003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5615
5616 * config.if: Remove unused libc_interface determination.
5617
295efaf0
NN
56182003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5619
5620 * Makefile.in: Regenerate, correctly this time.
5621
e5c3f801
NN
56222003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5623
5624 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5625 unused INSTALL_PROGRAM_ARGS.
5626 * configure.in: Use AC_PROG_INSTALL.
5627 * Makefile.in: Regenerate.
5628 * configure: Regenerate.
5629
4a18bd6b
AO
56302003-07-10 Alexandre Oliva <aoliva@redhat.com>
5631
5632 * configure: Rebuilt.
5633 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5634 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5635 newlib nor libgloss.
5636 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5637 * configure.in (am33_2.0-*-linux*): Added.
5638
fbd1054d
BW
56392003-07-09 Bob Wilson <bob.wilson@acm.org>
5640
5641 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5642 * configure: Regenerate.
5643
b40e3958
L
56442003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5645
5646 * config-ml.in: Replace PWD with PWD_COMMAND.
5647 * Makefile.tpl: Likewise.
5648 * Makefile.in: Regenerated.
5649
4a5be7ba
NN
56502003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5651
5652 * configure.in: Clean up config-lang.in handling. Delete
5653 useless assignment to "subdirs".
5654 * configure: Regenerate.
5655
9c14acb8
NN
56562003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5657
5658 * configure.in: Rename 'target_libs' to 'target_libraries'.
5659 Remove useless reference to 'target_libs'.
5660 * configure: Regenerate.
5661
8f32e830
KS
56622003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5663
5664 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5665 * Makefile.in: Regenerate.
5666
12f0bd74
NN
56672003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5668
5669 * Makefile.def: Introduce flags_to_pass.
5670 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5671 * Makefile.in: Regenerate.
5672
b07c2aad
HPN
56732003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5674
5675 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5676 and target-libgloss.
5677 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5678 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5679 * configure: Regenerate.
b07c2aad 5680
56f25033
DD
56812003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5682
5683 * configure.in: Update testsuite_flags to new location.
5684 * configure. Regenerate.
80b200a1 5685
4ec9a3b2
NN
56862003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5687
5688 * Makefile.tpl: Remove BUILD_CC stuff.
5689 * Makefile.in: Regenerate.
5690
059083b1 56912003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5692
059083b1
L
5693 * config.guess: Update to 2003-06-12 version.
5694 * config.sub: Update to 2003-06-13 version.
5695
535b046a
TS
56962003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5697
5698 * MAINTAINERS: Add myself as MIPS co-maintainer.
5699
00c22daa 57002003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5701
00c22daa
L
5702 * config.guess: Update to 2003-06-06 version.
5703 * config.sub: Update to 2003-06-06 version.
5704
1047cb91
DD
57052003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5706
5707 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5708 * configure. Regenerate.
5709
123494c8
NN
57102003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5711
1047cb91
DD
5712 * configure.in: Disable serial configure by default.
5713 * configure: Regenerate.
5714 * Makefile.tpl: Abolish .NOTPARALLEL.
5715 * Makefile.in: Regenerate.
5716
7f121bbf
NN
5717 * Makefile.tpl: Replace {build,host,target}_canonical by
5718 {build,host,target}.
5719 * Makefile.in: Regenerate.
5720
123494c8
NN
5721 * Makefile.tpl: Fix stupid pasto.
5722 * Makefile.in: Regenerate.
5723
ec7e0995
NN
57242003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5725
5726 * Makefile.tpl: Remove bogus conditional.
5727 * Makefile.in: Regenerate.
5728
27b1cc72
NN
57292003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5730
2a4cbe27
NN
5731 * Makefile.tpl: Make 'recursive targets' using autogen rather
5732 than shell loop. Remove duplicate 'clean' targets and false
5733 comments.
5734 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5735 Add systematic method of specifying missing targets in subdirs.
5736 Add copyright boilerplate.
5737 * Makefile.in: Regenerate.
5738 * configure.in: Add 'recursive targets' to maybe list.
5739 * configure: Regenerate.
5740
27b1cc72
NN
5741 * Makefile.tpl: Rename [+target+] to [+make_target+].
5742 * Makefile.def: Rename 'target' to 'make_target'.
5743
01e51bd0
NC
57442003-05-30 Nick Clifton <nickc@redhat.com>
5745
5746 * README-maintainer-mode: Update URL for locating blessed config
5747 tools.
5748
2fd84b42
NC
57492003-05-29 Robert Millan <rmh@debian.org>
5750
5751 * ltconfig: Import this patch and modify for use with current
5752 version of ltconfig:
5753
5754 2003-05-21 Bruno Haible <bruno@clisp.org>
5755
5756 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5757 GNU/FreeBSD.
5758
8945c6bb
DD
57592003-05-28 DJ Delorie <dj@redhat.com>
5760
5761 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5762 * Makefile.in: Regenerate.
5763
2f9632a1
JJ
57642003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5765
80b200a1 5766 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5767
3a12db16 57682003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5769
3a12db16
DD
5770 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5771 newlib or libgloss.
5772 * Makefile.in: Regenerate.
5773
44482353
DD
57742003-05-21 DJ Delorie <dj@redhat.com>
5775
5776 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5777 * Makefile.in: Regenerate.
5778
fec2c52d
MR
57792003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5780
5781 * configure.in: Use curly braces in the definition of tooldir.
5782 * configure: Regenerate.
5783
16ae0395
NN
57842003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5785
5786 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5787 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5788 Factor out common code from autogen IF statements.
5789 * configure: Regenerate.
5790 * Makefile.in: Regenerate.
5791
ec11bdc6
DD
57922003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5793
5794 * configure.in: Accept i[3456789]86 for machine type.
5795 * configure: Regenerate.
5796
dd12c3a8
NN
57972003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5798
5799 * configure.in: Switch more things to use maybe dependencies.
5800 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5801 * configure: Regenerate.
5802 * Makefile.tpl: Switch more things to use maybe dependencies.
5803 * Makefile.in: Regenerate.
5804
cf662e21
AJ
58052003-05-16 Andreas Schwab <schwab@suse.de>
5806
5807 * Makefile.tpl (install-opcodes): Define.
5808 * Makefile.in: Rebuild.
5809
5481b376
AJ
58102003-05-13 Andreas Jaeger <aj@suse.de>
5811
5812 * config.guess: Update to 2003-05-09 version.
5813 * config.sub: Update to 2003-05-09 version.
5814
3959a22a
AJ
58152003-05-13 Michael Eager <eager@mvista.com>
5816
5817 * configure.in: Correct sed script so that options in quotes are not
5818 deleted.
5819 * configure: Rebuild.
5820
564b43e5
CV
58212003-05-12 Corinna Vinschen <corinna@vinschen.de>
5822
5823 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5824 and $$s/newlib/libc/sys/cygwin32 include paths.
5825 * configure: Ditto.
5826
bb947dc9
L
58272003-05-05 H.J. Lu <hjl@gnu.org>
5828
5829 * config-ml.in: Restored from gcc repository.
5830
77f7441a
CD
58312003-05-02 Chris Demetriou <cgd@broadcom.com>
5832
80b200a1
ZW
5833 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5834 * Makefile.in: Regenerate.
77f7441a 5835
a26d7085
DJ
58362003-04-27 Daniel Jacobowitz <drow@mvista.com>
5837
5838 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5839 and Makefile.def.
5840
e4c4d240
DJ
58412003-04-27 Daniel Jacobowitz <drow@mvista.com>
5842
5843 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5844 * Makefile.in: Regenerated.
5845
62a3fc85
DD
58462003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5847
5848 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5849 * Makefile.in: Regenerate.
5850
58512003-04-18 Jakub Jelinek <jakub@redhat.com>
5852
5853 * configure.in (powerpc64*-*-linux*): Remove.
5854 * configure: Rebuilt.
5855
5b474aa8
DD
58562003-04-17 Phil Edwards <pme@gcc.gnu.org>
5857
5858 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5859 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5860 and restrap.
5861 * Makefile.in: Regenerate.
5862
58632003-04-16 Richard Earnshaw <rearnsha@arm.com>
5864
5865 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5866 * configure: Regenerated.
5867
bc295afe
AO
58682003-04-11 Alexandre Oliva <aoliva@redhat.com>
5869
5870 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5871 * */configure: Rebuilt.
5872
3728fade
NN
58732003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5874
5875 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5876 * Makefile.in: Regenerate.
5877
ce5b542e
MC
58782003-03-14 Michael Chastain <mec@shout.net>
5879
5880 * Makefile.in: Regenerate with correct Makefile.def.
5881
3db0a37f
NN
58822003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5883
5884 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5885 Make macro.
5886 * Makefile.in: Regenerate.
5887 * configure.in: Clean up gxx_include_dir logic.
5888 * configure: Regenerate.
5889
34349c6e
DD
58902003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5891
5892 * configure.in (gxx_include_dir): Fix typo.
5893 * configure: Regenerated.
5894
686c28c9
AC
58952003-03-06 Andrew Cagney <cagney@redhat.com>
5896
5897 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5898
bba45b8b 58992003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5900
bba45b8b
NN
5901 * configure.in: Include $(build_tooldir)/sys-include in
5902 FLAGS_FOR_TARGET.
5903 * configure: Regenerated.
5904
2683747f
NN
59052003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5906
bba45b8b
NN
5907 * Makefile.tpl: Reindent.
5908 * Makefile.in: Regenerate.
5909 * configure.in: Reindent. Don't set unused variables.
5910 * configure: Regenerate.
5911
2683747f
NN
5912 * Makefile.tpl: Always pass down RANLIB.
5913 * Makefile.in: Regenerate.
5914
5915 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5916 * Makefile.in: Regenerate.
5917 * configure.in: Remove unused logic relating to --enable-shared
5918 and --enable-threads. Remove bogus comments. Remove redundant
5919 noconfigdirs.
5920 * configure: Regenerate.
5921
5922 * configure.in: Replace ${libstdcxx_version} by its value.
5923 Remove reference to mh-dgux.
5924 * configure: Regenerate.
5925
50212802
NN
59262003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5927
5928 * Makefile.tpl: Rearrange.
5929 * Makefile.in: Regenerate.
5930
a6be7fc6
NC
59312003-02-25 Nick Clifton <nickc@redhat.com>
5932
5933 * configure: Remove site-file supprot - it is obsolete.
5934
f8a495c8
NC
59352003-02-24 Uwe Stieber <uwe@wwws.de>
5936
5937 * configure.in: Add support for kaOS as cross build target system.
5938 * configure: Regenerated.
5939
3decd77d
DD
59402003-02-20 Sean McNeil <sean@blue.mcneil.com>
5941
5942 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5943 configure-target-* as some target builds may require additional
5944 flags for preprocessor tests.
5945 * Makefile.in: Regenerated.
5946
f4ff34a3
AO
59472003-02-19 Alexandre Oliva <aoliva@redhat.com>
5948
5949 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5950 * ltconfig: Handle it.
5951 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5952 auto-detecting it.
5953
b7e4a931
AO
59542003-02-19 Alexandre Oliva <aoliva@redhat.com>
5955
5956 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5957 it is used as argument to $CC.
5958 * ltcf-gcj.sh: Likewise.
5959
6b784d9f
AO
59602003-02-19 Alexandre Oliva <aoliva@redhat.com>
5961
5962 * configure.in: Introduce --enable-maintainer-mode.
5963 * configure: Rebuilt.
5964 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5965 for maintainer mode.
5966 * Makefile.in: Rebuilt.
5967
8bcd8a07
AC
59682003-02-19 Andrew Cagney <ac131313@redhat.com>
5969
5970 * configure: Regenerate using autoconf 2.13.
5971
ee3fd329
AM
59722003-02-19 Alan Modra <amodra@bigpond.net.au>
5973
5974 * config.guess: Import latest version.
5975 * config.sub: Import latest version.
5976
e9e45685
JM
59772003-02-18 Jason Merrill <jason@redhat.com>
5978
5979 * Makefile.tpl (check-c++): Allow parallelism.
5980
859789af
AC
59812003-02-17 Andrew Cagney <ac131313@redhat.com>
5982
5983 * configure: Regenerate using autoconf 000227.
5984
b3f16a9b
GK
59852003-02-15 Geoffrey Keating <geoffk@apple.com>
5986
5987 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5988 don't configure target-libobjc.
5989 * configure: Regenerate.
5990
72e60e02
DD
59912003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5992
5993 * Makefile.tpl (RANLIB): Define.
5994 * Makefile.in: Regenerate.
5995
91f0e695
KS
59962003-02-06 Keith R Seitz <keiths@redhat.com>
5997
5998 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5999 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6000 * Makefile.in: Regenerated.
6001 * configure.in: Remove all traces of snavigator, db, and grep.
6002 * configure: Regenerated.
6003
122bfa92
FCE
60042003-01-31 Frank Ch. Eigler <fche@redhat.com>
6005
6006 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6007 * Makefile.in: Regenerated.
6008
264095c3
AO
60092003-01-30 Alexandre Oliva <aoliva@redhat.com>
6010
6011 * config.if: Copy from GCC.
6012
a84dbcb3
AO
60132003-01-27 Phil Edwards <pme@gcc.gnu.org>
6014
6015 * configure.in: Revert 24Jan change.
6016 * configure: Regenerate.
6017
19618276
NN
60182003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6019
6020 * configure.in: Revert previous change.
6021 * configure: Regenerate.
6022
b7f27a92
NN
60232003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6024
6025 * configure.in: Make rda native-only.
6026 * configure: Regenerate.
6027
83326456
NN
60282003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6029
6030 * configure.in: Add missing \.
6031 * configure: Rebuilt.
6032
5e367fa5
JJ
60332003-01-17 Jakub Jelinek <jakub@redhat.com>
6034
6035 * configure.in (baseargs): Avoid using \| in sed regular
6036 expressions.
6037 * configure: Rebuilt.
6038
e01f337c
JJ
60392003-01-16 Jakub Jelinek <jakub@redhat.com>
6040
6041 * configure.in (baseargs): Remove all supported forms of
6042 --cache-file, --srcdir, --host, --build and --target options
6043 from argument lists.
6044 * configure: Rebuilt.
6045
aa236487
AO
60462003-01-15 Alexandre Oliva <aoliva@redhat.com>
6047
6048 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6049 * configure: Rebuilt.
6050
586c0873
NN
60512003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6052
6053 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6054 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6055 * Makefile.in: Regenerate.
6056 * configure: Regenerate.
6057
497f816e
DD
60582003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6059
6060 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6061 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6062 * Makefile.in: Regenerate.
6063
bfbe5519
AO
60642003-01-09 Alexandre Oliva <aoliva@redhat.com>
6065
6066 * configure.in: Remove Makefile in build, host and target modules
6067 unless configure was run with --no-recursion.
6068 * configure: Rebuilt.
6069
3f234ef5
CD
60702003-01-08 Chris Demetriou <cgd@broadcom.com>
6071
6072 * config.guess: Update to 2003-01-03 version.
6073 * config.sub: Update to 2003-01-03 version.
6074
a3982d48
CF
60752003-01-07 Christopher Faylor <cgf@redhat.com>
6076
6077 * configure: Regenerate with proper autoconf 2.13.
6078
75778ec4
CF
60792003-01-07 Christopher Faylor <cgf@redhat.com>
6080
80b200a1
ZW
6081 * configure.in: Add AC_PREREQ for consistency.
6082 * configure: Regenerate.
75778ec4 6083
c180f501
AC
60842003-01-06 Andrew Cagney <ac131313@redhat.com>
6085
6086 * configure.in (GDB_TK): Add tcl directories conditional on
6087 gdb/gdbtk directory being present.
6088 * configure: Regenerate.
5481b376 6089
46ca2cc2
DA
60902003-01-04 John David Anglin <dave.anglin@nrc.ca>
6091
6092 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6093 by gcc if LD is not defined and we are not doing a Canadian Cross.
6094 * configure: Rebuilt.
6095
53dd8dab
DJ
60962003-01-01 Daniel Jacobowitz <drow@mvista.com>
6097
6098 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6099
50ceb20c
TT
61002002-12-31 Tom Tromey <tromey@redhat.com>
6101
6102 * Makefile.in: Rebuilt.
6103 * Makefile.def (target_modules) [libffi]: Allow installation.
6104
e78b5cfe
AS
61052002-12-31 Andreas Schwab <schwab@suse.de>
6106
6107 * configure.in: Fix use of $program_transform_name.
6108 * configure: Regenerated.
6109
67448102
DJ
61102002-12-30 Daniel Jacobowitz <drow@mvista.com>
6111
6112 * configure.in (baseargs): Don't remove first configure argument.
6113 * configure: Regenerated.
6114
e6bfb94a
AO
61152002-12-29 Alexandre Oliva <aoliva@redhat.com>
6116
6117 * Makefile.tpl (local-distclean): Don't remove...
6118 (multilib.ts): ... this. Moved into...
6119 (multilib.out): ... this. Don't use sub-make.
6120 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6121 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6122 (configure-build-[+module+], configure-[+module+],
6123 configure-target-[+module+], configure-gcc): ... these. Test
6124 for Makefile existence. Drop config.status from dependencies.
6125 * Makefile.in: Rebuilt.
6126 * configure.in: Move gcc-version-trigger to the end of
6127 ac_configure_args. Add comments to maybedep.tmp and
6128 serdep.tmp. Introduce --disable-serial-configure. Remove
6129 nonopt from baseargs, matching and removing corresponding
6130 whitespace while at it.
6131 * configure: Rebuilt.
6132
8f0dfb36
AO
61332002-12-28 Alexandre Oliva <aoliva@redhat.com>
6134
6135 * configure.in (host_configargs): Replace reference to
6136 no-longer-defined buildopts with --build=${build_alias}.
6137 * configure: Rebuilt.
6138
43be203f
AO
61392002-12-28 Alexandre Oliva <aoliva@redhat.com>
6140
6141 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6142 program_transform_name to standard idiom.
6143 (AUTOGEN, AUTOCONF): Define.
6144 (Makefile.in): Use $(AUTOGEN).
6145 (Makefile): Depend on config.status, and use autoconf-style rule to
6146 build it. Move original commands to...
6147 (config.status): ... this new target.
6148 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6149 $(AUTOCONF).
6150 * Makefile.in: Rebuilt.
6151
a0da8069
NN
61522002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6153
d18f1c9f
NN
6154 * Makefile.tpl: Fix dramatic bustage due to change in
6155 program_transform_name.
6156 * Makefile.in: Regenerate.
6157
6158 * configure.in: Remove unnecessary PATH setting.
6159 * configure: Regnerate.
6160
6161 * configure.in: Don't default to unprefixed tools unless
6162 the native tools will work.
6163 * configure: Regenerate.
6164
a0da8069
NN
6165 * configure.in: Convert to autoconf script. Blow away lots
6166 of now-redundant Makefile fragments.
6167 * configure: Generate using Autoconf.
6168 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6169 * Makefile.in: Regenerate.
6170
c567df0a
NN
61712002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6172
5481b376 6173 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6174 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6175
5481b376 6176 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6177 where they belong.
2c7f9a32 6178
2dabcfb4
AS
61792002-12-24 Andreas Schwab <schwab@suse.de>
6180
6181 * Makefile.tpl (multilib.out): Fix missing space.
6182 * Makefile.in: Regenerate.
6183
1086bc09
NN
61842002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6185
6186 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6187 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6188 * Makefile.in: Regenerate.
6189 * configure.in: Remove unnecessary leftovers.
6190
1086bc09
NN
61912002-12-21 Geoffrey Keating <geoffk@apple.com>
6192
6193 * configure.in (extra_ranlibflags_for_target): New variable.
6194 (*-*-darwin): Add -c to ranlib commands.
6195 * configure (tooldir): Handle extra_ranlibflags_for_target.
6196
14e9ca95
JJ
61972002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6198
6199 * COPYING.NEWLIB: Updated.
6200 * COPYING.LIBGLOSS: Ditto.
6201
14c428fb
NN
62022002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6203
6204 * Makefile.tpl: Revert HJL's change.
6205 * Makefile.in: Regenerated.
6206 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6207 always.
6208
313b8244
AS
62092002-12-19 Andreas Schwab <schwab@suse.de>
6210
6211 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6212 * Makefile.in: Regenerate.
6213
efeae3db
L
62142002-12-18 H.J. Lu <hjl@gnu.org>
6215
6216 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6217 * Makefile.in: Regenerated.
6218
6219 * configure.in (build_prefix): New. Substitute.
6220
43d92c63
NN
62212002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6222
59da4fe6
NN
6223 * Makefile.tpl: Don't let real targets depend on phony targets.
6224 * Makefile.in: Regenerate.
6225
43d92c63
NN
6226 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6227 * Makefile.in: Regenerate.
6228
b72e6a2d
JM
62292002-12-16 Jason Merrill <jason@redhat.com>
6230
6231 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6232 previous 'make bootstrap'.
6233 * Makefile.in: Regenerate.
6234
95c72c44
HPN
62352002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6236
6237 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6238
7d695d07
JM
62392002-12-13 Jason Merrill <jason@redhat.com>
6240
6241 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6242 library tests.
6243 (check-c++): Just depend on it and check-target-libstdc++-v3.
6244 * Makefile.in: Regenerate.
6245
54103d1e
NN
62462002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6247
6248 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6249 * Makefile.in: Regenerate.
6250
4024f1e1
JJ
62512002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6252
80b200a1
ZW
6253 * COPYING.NEWLIB: Update list of alternate Regent of California
6254 licenses and discuss official revoking of advertising clause.
6255 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6256
7dda0df6
AO
62572002-12-12 Alexandre Oliva <aoliva@redhat.com>
6258
6259 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6260 * Makefile.in: Rebuilt.
6261
d03be79e 62622002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6263
929293f4
NN
6264 * configure: Fix bug put in by gremlins.
6265
d03be79e
NN
6266 * Makefile.tpl: Substitute more autoconfily.
6267 * configure: Substitute more autoconfily.
6268 * Makefile.in: Regenerate.
6269
62702002-12-08 Andrew Cagney <ac131313@redhat.com>
6271
6272 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6273 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6274
62752002-12-06 DJ Delorie <dj@redhat.com>
6276
6277 * Makefile.tpl: Change configure dependencies to not have real
6278 targets depend on phony targets.
b4a77b47 6279
db1ac78d
NN
62802002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6281
bcaf2395
NN
6282 * configure.in: Revert unintentional change.
6283
b4fa093e
NN
6284 * src-release: Configure host subdirs.
6285
db1ac78d
NN
6286 * Makefile.tpl: Change dependency for */multilib.out so that
6287 it works when gcc isn't in the tree.
6288
6289 * configure.in: Substitute more.
6290 * configure: Run subconfigures from the Makefile.
6291 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6292 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6293
15723a45
NN
62942002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6295
e2b9e2dc
NN
6296 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6297 and corresponding dependencies.
6298 * Makefile.in: Regenerate.
6299
2af579c4
NN
6300 * configure.in (host_tools): Order binutils, gas and ld for
6301 convenience in running the testsuites.
6302
a2cc058a
NN
6303 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6304 * Makefile.in: Regenerate.
6305 * configure.in: Introduce rules to serialize subconfigure runs.
6306
15723a45
NN
6307 * configure.in: Introduce BASE_CC_FOR_TARGET.
6308 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6309 Realize configure-build-* targets. Realize configure-target-* targets.
6310 * Makefile.in: Regenerate.
6311
ae831be5
NN
63122002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6313
6314 * configure: Move gcc_version_trigger stuff from here...
6315 * configure.in: ...to here.
6316
6317 * configure.in: Separate subconfigure options added by this file from
6318 options given by the user. Add machinery to put args for host
6319 subconfigures into the Makefile.
6320
6321 * Makefile.tpl: Remove 'vault' targets.
6322 * Makefile.tpl: Reorder and comment dependencies.
6323 * Makefile.in: Regenerate.
6324
bbf7c8ac
NN
63252002-11-28 Geoffrey Keating <geoffk@apple.com>
6326
6327 * configure.in: Move host-specific darwin noconfigdirs into
6328 the host-specific section.
6329
930314a4
NN
63302002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6331
52d7cdee
NN
6332 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6333 during replay.
6334 * Makefile.in: Regenerate.
6335
930314a4
NN
6336 (finishing slow-motion replay)
6337 * configure: Remove skip-this-dir support.
6338 * Makefile.tpl: Remove skip-this-dir support.
6339
6340 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6341 subdirectories.
6342 * Makefile.in: Regenerate.
6343
6344 * Makefile.tpl: Strip out useless setting of 'dir'.
6345 * Makefile.in: Regenerate.
5481b376 6346
930314a4
NN
63472002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6348
6349 (finishing slow-motion replay)
6350 * configure.in: Fix deeply stupid bug.
6351
6352 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6353 shell code in CXX_FOR_TARGET
6354 * Makefile.def: Introduce raw_cxx.
6355 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6356 RAW_CXX_FOR_TARGET.
6357 * Makefile.in: Regenerate.
6358
63592002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6360
6361 (finishing slow-motion replay)
6362 * Makefile.tpl: Remove unnecessary ifs.
6363 * Makefile.in: Regenerate.
6364
5481b376 6365 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6366 dependencies. Maybe-ize build-libiberty. Create dummy install
6367 targets for 'no_install' modules.
5481b376 6368 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6369 build_modules stuff to configure.in.
5481b376 6370 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6371 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6372 * Makefile.in: Regenerate.
6373
3866be5d
NN
63742002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6375
6376 (continuing slow-motion replay)
6377 * Makefile.tpl: Make all-target, install-target behave similarly
6378 to all, install (only hitting configured targets). Eliminate
6379 unused macro defintions.
6380
6381 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6382 build != host.
6383
6384 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6385
6386 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6387
5481b376 6388 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6389 configuring. Remove references to "dosrel".
6390 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6391 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6392 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6393 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6394 and redundant dependency; rearrange slightly.
6395 * Makefile.def: Add host-side libtermcap, utils.
6396
6397 * Makefile.in: Regenerate.
6398
e393202e
NN
63992002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6400
6401 (Continuing slow-motion replay)
6402 * Makefile.def: Add list of recursive targets to autogenerate.
6403 Add build_modules.
6404 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6405 targets. Autogenerate *-build-* targets.
6406 * Makefile.in: Regenerate.
6407
583d52d7
NN
64082002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6409
6410 (Continuing slow-motion replay)
6411 * configure: More autoconf-style substitutions.
6412 * Makefile.tpl: More autoconf-style substitutions.
6413 * Makefile.in: Regenerate.
6414
64152002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6416
6417 (Continuing slow-motion replay)
6418 * configure: Substitute more variables in a more autoconf-friendly
6419 way. Simplify slightly.
6420 * Makefile.tpl: Make more variables substitutable in an
6421 autoconf-friendly way.
6422 * Makefile.in: Regenerate.
6423
874e38b4
NN
64242002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6425
6426 (Continuing slow-motion replay)
6427 * configure.in (v810*): Remove special setting of tools.
6428
6429 * configure: Add support for extra required flags for ar or nm.
6430 * configure.in (aix4.3+): Use above support for target-specific
6431 issues, rather than using config/mt-aix43.
6432
852e5f18
NN
64332002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6434
6435 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6436 * configure: Remove 'removing', which doesn't work. Replace $subdir
6437 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6438 with $srcdir. Reformat indentation. Substitute some variables
6439 formerly hard-coded in the Makefile for build=host.
6440 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6441 * Makefile.def: Autogenerate more.
6442 * Makefile.in: Regenerate.
6443
c9a0d920
DD
64442002-11-13 Bruce Korb <bkorb@gnu.org>
6445
6446 * Makefile.tpl: syntactic cleanup
6447
dd2768ff
KB
64482002-11-04 Kevin Buettner <kevinb@redhat.com>
6449
6450 * Makefile.def (host_modules): Add rda.
6451 * Makefile.in: Regenerate.
6452 * configure.in (target_tool): Add target-rda to list.
6453
1aa8389d
DD
64542002-10-25 Phil Edwards <pme@gcc.gnu.org>
6455
6456 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6457 and restrap targets to this rule.
6458 * Makefile.in: Regenerate.
6459
28f46298
HPN
64602002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6461
6462 * configure.in (i[3456]86-*-linux*): Add check to disable
6463 ${libgcj} for glibc1.
6464
ff72e302
NC
64652002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6466
6467 * configure.in: Add tic4x target.
6468
8607b6c9
NN
64692002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6470
6471 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6472 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6473 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6474 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6475 * Makefile.in: Regenerate.
6476
f8f61f4a
NN
64772002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6478
c86f794b
NN
6479 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6480 * Makefile.in: Regenerate.
6481
a9590527
NN
6482 * Makefile.def: Remove order dependency comments.
6483 * Makefile.tpl: Add explicit install-install dependencies.
6484 * Makefile.in: Regenerate.
6485
8412ce72
NN
6486 * Makefile.tpl: Remove material now in src-release. (Finally!)
6487 * Makefile.in: Regenerate.
6488
8b9f37f1
NN
6489 * configure: Restore my original patch by syncing with gcc version.
6490
f8f61f4a
NN
6491 * Bring following over from gcc:
6492
64932002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6494
6495 * configure.in (s390*-*-linux*): Enable libgcj.
6496
403d9505
NN
64972002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6498
6499 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6500
95f6f383
AM
65012002-10-02 Alan Modra <amodra@bigpond.net.au>
6502
e4673b0a 6503 * configure: Move stray lines back to where they belong.
95f6f383 6504
748503c8
NN
65052002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6506
a581b5c3
NN
6507 * Makefile.tpl: Insert configure-target target, for src-release.
6508
c084f5b4
NN
6509 * configure: Finish reverting change which Andrew Cagney started
6510 reverting. Should fix bustage.
6511
7aa673ed 6512 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6513 * src-release: New file. Contains material for making net
6514 releases for gdb, binutils, et al., formerly in Makefile.in.
6515
82a9b2d9
NC
65162002-09-30 Nick Clifton <nickc@redhat.com>
6517
6518 * cpu: New top level directory. Intended to hold input files for
6519 CGEN which have FSF copyright assignment.
6520 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6521
c2463a00
AC
65222002-09-29 Andrew Cagney <ac131313@redhat.com>
6523
6524 Revert below (note that src does not contain Makefile.tpl):
6525 * Makefile.tpl: Make subsituted variables more autoconfy.
6526 * Makefile.in: Regenerate.
6527
f03b4789
NN
65282002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6529
c11e16a9
NN
6530 * configure: Revert accidentally applied changes.
6531
f03b4789
NN
6532 * Makefile.tpl: Make more autoconf-friendly.
6533 * Makefile.in: Regenerate.
6534 * configure: Make substitution more autoconf-like.
6535
65362002-09-28 Richard Earnshaw <rearnsha@arm.com>
6537
6538 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6539 single entry to handle all these.
6540 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6541 libjava on arm-*-elf.
6542
c0292023
GK
65432002-09-27 Geoffrey Keating <geoffk@apple.com>
6544
6545 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6546 things that depend on them.
6547
c66d951e
NN
65482002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6549
6550 * Makefile.tpl: Make subsituted variables more autoconfy.
6551 * Makefile.in: Regenerate.
6552 * configure: Make seds more autoconfy.
6553
907a7241 65542002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6555
6556 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6557 * Makefile.in: Regenerate.
6558 * configure.in: Rewrite sed statements to look autoconfy.
6559
907a7241
NN
6560 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6561 all-target-foo on configure-target-foo.
6562 * Makefile.def: Ditto.
6563 * Makefile.in: Rebuild.
6564
405ea7a0
NN
65652002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6566
6567 * Makefile.def: New file.
6568 * Makefile.tpl: New file.
6569 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6570
6571 * configure.in: Minor rearrangement. Simplify tests.
6572
bdc57bfd
JT
65732002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6574
6575 * configure.in (with_headers): Skip copy if value is "yes".
6576 (with_libs): Likewise.
6577
ae03d6e2
NN
65782002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6579
6580 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6581 * configure.in (sh*-*-pe*): Ditto.
6582 * configure.in (mips*-*-pe*): Ditto.
6583 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6584
6585 * configure.in: Rearrange.
6586
707960fe
NC
65872002-09-12 Nick Clifton <nickc@redhat.com>
6588
6589 * Import these changes from the config master repository:
6590
6591 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6592
6593 * config.sub: Add tic4x target.
6594
6595 2002-09-03 Ben Elliston <bje@redhat.com>
6596
6597 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6598 Reported by <Duncan_Stodart@insession.com>.
6599
36ea319f
JJ
66002002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6601
6602 * COPYING.NEWLIB: More updates.
6603
cf57480a
JJ
66042002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6605
6606 * COPYING.NEWLIB: Update.
6607
fd31a171
AC
66082002-08-23 Andrew Cagney <ac131313@redhat.com>
6609
23b632fc
AC
6610 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6611
fd31a171
AC
6612 * config.guess: Import version 2002-08-23.
6613 * config.sub: Import version 2002-08-22.
6614
a08bafb5
AO
66152002-08-20 Alexandre Oliva <aoliva@redhat.com>
6616
6617 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6618 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6619 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6620
17240c1f
NC
66212002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6622
6623 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6624
e70ad0c6
L
66252002-08-04 H.J. Lu (hjl@gnu.org)
6626
6627 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6628
574e6d11
DD
66292002-07-31 Alan Modra <amodra@bigpond.net.au>
6630
6631 * configure.in: Move generic linux case to end. Copy generic
6632 linux noconfigdirs to mips*-*-linux* entry and new
6633 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6634
611e7523
CD
66352002-07-19 Chris Demetriou <cgd@broadcom.com>
6636
6637 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6638 one instance of them which was missed to the list to update.
6639
51759676
CD
66402002-07-16 Chris Demetriou <cgd@broadcom.com>
6641
6642 * config.guess: Update to 2002-07-09 version.
6643 * config.sub: Update to 2002-07-03 version.
6644
7c1f909c
DD
66452002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6646
6647 * configure.in: Remove two redundant tests.
6648
d7cf5d30
DD
66492002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6650
6651 * configure.in (mips*-*-irix6*o32): Enable stabs.
6652
c74222f7
DD
66532002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6654
5b53c336
DD
6655 * configure.in: Don't build grez.
6656 * Makefile.in: Ditto.
6657
c74222f7
DD
6658 * Makefile.in: Remove references to bsp, cygmon, libstub.
6659 * configure.in: Ditto.
6660
6661 * configure.in: Remove leftover reference to gdbtest.
6662
edd1b227
DD
66632002-07-08 Phil Edwards <pme@gcc.gnu.org>
6664
6665 * configure.in (gxx_include_dir): Change to match versioned
6666 C++ headers if --enable-version-specific-runtime-libs is used.
6667
486186e3
AO
66682002-07-04 Steve Ellcey <sje@cup.hp.com>
6669
6670 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6671
ff0a3bf8
DD
66722002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6673
6674 * configure.in: Make --without-x work.
6675
1dfa8174
NC
66762002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6677
6678 * contrib: New directory. Created to contain a copy of the
5481b376 6679 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6680 the FSF GCC sources.
6681
07637366
DD
66822002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6683
b6f83f2a
DD
6684 * configure.in: Rearrange target Makefile fragment collection.
6685
07637366
DD
6686 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6687 cvs[src].
6688 * configure.in: Ditto.
6689
f48556b1
DD
66902002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6691
6692 * Makefile.in: Eliminate 'apache' targets.
6693 * configure.in: Eliminate 'apache' targets.
6694
6695 * configure.in: Eliminate redundant tests. Reorganize.
6696
6697 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6698
6699 * config-ml.in: Eliminate references to Cygnus configure.
6700
6701 * Makefile.in: Eliminate references to building emacs.
6702
67032002-07-01 Denis Chertykov <denisc@overta.ru>
6704
6705 * configure.in: Add support for ip2k.
6706
cdb9e2b8
BE
67072002-06-24 Ben Elliston <bje@redhat.com>
6708
6709 * configure.in (host_tools): Remove cgen.
6710
6711 * Makefile.in (all-cgen): Remove; runs from its source directory.
6712 (check-cgen, install-cgen, clean-cgen): Likewise.
6713 (all-opcodes): No not depend on all-cgen.
6714 (all-sim): Likewise.
6715
3558860c
DD
67162002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6717
6718 * configure.in: Fix AIX configury bug.
6719
e3b0c936
DD
67202002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6721
cdb9e2b8 6722 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6723
cdb9e2b8
BE
6724 * configure.in: Move definition of libstdcxx_flags right above
6725 usage, rather than way earlier.
8ee424c0 6726
c712250a
DD
6727 * configure.in: Pull definition of is_cross_compiler earlier.
6728
9ee1a75c
DD
6729 * configure.in: Rearrange a little.
6730
e3b0c936
DD
6731 * configure.in: Remove references to librx.
6732 * Makefile.in: Remove references to librx.
6733
b2bd228e
DD
67342002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6735
6736 * configure.in: Eliminate ${gasdir} variable.
6737
7cd52483
DB
67382002-06-18 Dave Brolley <brolley@redhat.com>
6739
6740 * configure.in: Add support for frv.
6741 * config.sub: Add support for frv.
6742
6c5e141a
DD
67432002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6744
6745 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6746
0d18b56d
JT
67472002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6748
6749 * configure.in (vax-*-netbsd*): Re-enable gas.
6750
fd8958d5
DD
67512002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6752
27f15fdd
DD
6753 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6754 BUILD_PREFIX_1, to correct nomenclature.
6755 * configure: Likewise.
6756
fd8958d5
DD
6757 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6758 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6759
0c2442b7
DD
67602002-05-31 Olaf Hering <olh@suse.de>
6761
6762 * config-ml.in: Propogate DESTDIR also.
6763
a3602181
JT
67642002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6765
6766 * configure.in (vax-*-netbsd*): Don't build gas for this
6767 platform.
6768
c95f53ae
MM
67692002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6770
6771 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6772 and libgcj for AVR.
6773
1d7c1053
NC
67742002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6775
6776 * config.sub: Add DLX target.
6777
4b37028f
JT
67782002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6779
6780 * config.guess: Update to 2002-05-22 version.
6781 * config.sub: Likewise.
6782
d5de0a84
NC
67832002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6784
6785 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6786 * config-ml.in: Likewise.
6787 * configure: Likewise.
6788 * configure.in: Likewise.
6789
c92a0210
DD
67902002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6791
115a77aa
DD
6792 * configure.in: Simplify makefile fragment collection.
6793
6794 * configure.in: Remove code to build emacs.
e99daf2b 6795
91e060aa
DD
6796 * configure.in : Remove --srcdir argument from targargs and buildargs
6797 (it's always overridden in the Makefile anyway). Rearrange a bit.
6798
6799 * configure: Move some logic to configure.in.
6800 * configure.in: Move some logic from configure.
c92a0210 6801
91217342
JJ
68022002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6803
6804 * COPYING.LIBGLOSS: New file.
6805
d3d8a9ee
NC
68062002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6807
6808 * Makefile.in: Honour DESTDIR.
6809
3a036cdc
AO
68102002-05-05 Alexandre Oliva <aoliva@redhat.com>
6811
6812 * configure.in (noconfigdirs): Don't disable libgcj on
6813 sparc64-*-solaris* and sparcv9-*-solaris*.
6814
6d095fe4
AO
68152002-05-03 Alexandre Oliva <aoliva@redhat.com>
6816
6817 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6818
dac55df9
TF
68192002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6820
6821 * configure.in (FLAGS_FOR_TARGET): Do not add
6822 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6823 on i[3456]86-*-linux*.
6824
a018e15b
TF
68252002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6826
6827 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6828
6829 * configure.in (noconfigdirs): Do not add target-newlib if
6830 target == i[3456]86-*-linux*, and host == target.
6831
5f284831
MM
68322002-04-29 Mark Mitchell <mark@codesourcery.com>
6833
6834 * config.guess: Updated to 2002-04-26's version.
6835 * config.sub: Updated to 2002-04-26's version.
6836
33babf59
DD
68372002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6838
bd5f7da2
DD
6839 * configure.in: delete reference to absent file
6840
a0c4f3a0
DD
6841 * configure.in: replace '[' with 'test'
6842
66f1ba4f
DD
6843 * configure.in: Eliminate references to gash.
6844 * Makefile.in: Eliminate references to gash.
6845
7c3ab50c
DD
6846 * configure.in: remove useless references to 'pic' makefile fragments.
6847
bbc025f5
DD
6848 * configure.in: (*-*-windows*) Finish removing.
6849
33babf59
DD
6850 * configure.in: Eliminate redundant test for libgui.
6851
d5ec694c
DD
68522002-04-26 Joel Sherrill <joel@OARcorp.com>
6853
6854 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6855 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6856
57a5346c
DD
68572002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6858
6859 * configure.in: remove references to dead files
6860
dbf93899
DD
68612002-04-18 Tom Tromey <tromey@redhat.com>
6862
6863 * configure.in: Disallow configuring libgcj when it is already
6864 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6865 Solaris 2.8 by default. For PR libgcj/6158.
6866
26eadf68
DD
68672002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6868
6869 * configure.in: Move default CC setting out of config/mh-* fragments
6870 directly into here.
6871
a0a2c6c6
DD
68722002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6873
6874 * configure.in: don't even try to configure or make a subdirectory
6875 if there's no configure script for it.
6876
9972f812
DD
68772002-04-15 Mark Mitchell <mark@codesourcery.com>
6878
6879 * MAINTAINERS: Remove chill maintainers.
6880 * Makefile.in (CHILLFLAGS): Remove.
6881 (CHILL_LIB): Remove.
6882 (TARGET_CONFIGDIRS): Remove libchill.
6883 (CHILL_FOR_TARGET): Remove.
6884 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6885 CHILL_LIB.
6886 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6887 (CHECK_TARGET_MODULES): Likewise.
6888 (INSTALL_TARGET_MODULES): Likewise.
6889 (CLEAN_TARGET_MODULES): Likewise.
6890 (configure-target-libchill): Remove.
6891 (all-target-libchill): Remove.
6892 * configure.in (target_libs): Remove target-libchill.
6893 Do not compute CHILL_FOR_TARGET.
6894 * libchill: Remove directory.
5481b376 6895
75205f78
DD
68962002-04-15 DJ Delorie <dj@redhat.com>
6897
6898 * Makefile.in, configure.in, configure: Sync with gcc, entries
6899 follow...
6900
69012002-04-08 Tom Tromey <tromey@redhat.com>
6902
6903 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6904 Fixes PR libgcj/6068.
6905
69062002-03-30 Krister Walfridsson <cato@df.lth.se>
6907
6908 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6909
69102002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6911
6912 * configure.in (alpha*-dec-osf*): Enable libgcj.
6913
69142002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6915
6916 Fix for: PR bootstrap/3591, target/5676
6917 * configure.in (mcore-pe): Disable the configuration of
6918 libstdc++-v3 since exceptions are not supported.
6919
69202002-03-20 Anthony Green <green@redhat.com>
6921
6922 * configure.in: Enable libgcj for xscale-elf target.
6923
69242002-02-28 Alexandre Oliva <aoliva@redhat.com>
6925
6926 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6927 libjava.
6928 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6929
69302002-02-22 Alexandre Oliva <aoliva@redhat.com>
6931
6932 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6933 libstdc++-v3 and libjava.
6934
69352002-02-11 Adam Megacz <adam@xwt.org>
6936
6937 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6938 boehm-gc
6939
69402002-02-09 Alexandre Oliva <aoliva@redhat.com>
6941
6942 * config.guess: Updated to 2002-01-30's version.
6943 * config.sub: Updated to 2002-02-01's version.
6944 Contribute sh64-elf.
6945 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6946 * configure.in: Added sh64-*-*.
6947
69482002-01-17 H.J. Lu <hjl@gnu.org>
6949
6950 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6951 (all-target-fastjar): Also depend on all-target-libiberty.
6952
6953Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6954
6955 * configure, configure.in: Use temp file for long sed commands.
6956
69572001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6958
6959 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6960 libf2c.
6961
69622001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6963
6964 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6965
69662001-10-11 Hans-Peter Nilsson <hp@axis.com>
6967
6968 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6969
69702001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6971
6972 * configure: Handle temporary files securely using mkdir.
6973
69742001-09-26 Will Cohen <wcohen@redhat.com>
6975
6976 * configure.in (*-*-linux*): Disable configuration of target-newlib
6977 and target-libgloss.
6978
69792001-09-26 Alexandre Oliva <aoliva@redhat.com>
6980
6981 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6982 RANLIB.
6983
69842001-08-11 Graham Stott <grahams@redhat.com>
6985
6986 * Makefile.in (check-c++): Add missing semicolon.
6987
69882001-07-25 Andrew Haley <aph@cambridge.redhat.com>
6989
6990 * configure.in (sh-*-linux*): New.
6991
69922001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6993
6994 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6995 and libgcj on m68hc11/m68hc12.
6996
69972001-06-27 H.J. Lu (hjl@gnu.org)
6998
6999 * Makefile (CFLAGS_FOR_BUILD): New.
7000 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7001
70022001-06-01 Hans-Peter Nilsson <hp@axis.com>
7003
7004 * configure.in (libstdcxx_flags): Do not try to execute
7005 libstdc++-v3/testsuite_flags until it exists.
7006
70072001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7008
7009 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7010
70112001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7012
7013 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7014
7015Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7016
7017 * configure.in: Move *-chorusos target case to the proper switch.
7018 Disable libgcj.
7019
70202001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7021
7022 * Makefile.in (STAGE1_CFLAGS): Pass down.
7023
70242001-04-13 Alan Modra <amodra@one.net.au>
7025
7026 * config.guess: Add hppa64-linux support. Note for next import that
7027 this is already in the master file.
7028 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7029
70302001-03-22 Colin Howell <chowell@redhat.com>
7031
7032 * Makefile.in (DO_X): Do not backslash single-quotes in
7033 backquotes (two places).
7034
70352001-03-18 Laurynas Biveinis <lauras@softhome.net>
7036
7037 * Makefile.in (DO_X): Quote nested quotes.
7038
70392001-03-15 Laurynas Biveinis <lauras@softhome.net>
7040
7041 * Makefile.in (DO_X): Use double quotes for quoting
7042 "RANLIB=$${RANLIB}".
7043
70442001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7045
7046 * configure.in: Only use `lang_requires' for languages athat are
7047 actually enabled.
7048
70492001-03-07 Tom Tromey <tromey@redhat.com>
7050
7051 * configure.in: Allow config-lang.in to set `lang_requires' to list
7052 of other required languages.
7053
70542001-03-06 Laurynas Biveinis <lauras@softhome.net>
7055
7056 * Makefile.in: Remove RANLIB definition. Use RANLIB
7057 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7058 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7059
70602001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7061 Alexandre Oliva <aoliva@redhat.com>
7062
7063 * Makefile.in (check-c++): Use tabs, not spaces.
7064
70652001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7066
7067 * Makefile.in (check-c++): New rule.
7068
7069 * configure.in (target_libs): Remove libg++.
7070 (noconfigdirs): Remove libg++.
7071 (noconfigdirs): Same.
7072 (noconfigdirs): Same.
7073 (noconfigdirs): Same.
7074
7075 * config-ml.in: Remove libg++ references.
7076
7077 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7078 (ALL_TARGET_MODULES): Same.
7079 (configure-target-libg++): Remove.
7080 (all-target-libg++): Remove.
7081 (configure-target-libio): Remove.
7082 (all-target-libio): Remove.
7083 (check-target-libio): Remove.
7084 (.PHONY): Remove.
7085 (libg++.tar.bz2): Remove.
7086 (all-target-cygmon): Remove libio.
7087 (all-target-libstdc++): Remove.
7088 (configure-target-libstdc++): Remove.
7089 (TARGET_LIB_PATH): Remove libstdc++.
7090 (ALL_GCC_CXX): Remove libstdc++.
7091 (all-target-gperf): Correct.
7092
70932001-02-15 Anthony Green <green@redhat.com>
7094
7095 * configure: Introduce GCJ_FOR_TARGET.
7096 * configure.in: Ditto.
7097 * Makefile.in: Ditto.
7098
70992001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7100
7101 * configure.in: for *-chorusos, don't config target-newlib and
7102 target-libgloss.
7103
71042001-02-04 Mark Mitchell <mark@codesourcery.com>
7105
7106 Remove V2 C++ library.
7107 * configure.in: Remove --enable-libstdcxx_v3 support.
7108
71092001-01-27 Richard Henderson <rth@redhat.com>
7110
7111 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7112
71132001-01-26 Tom Tromey <tromey@redhat.com>
7114
7115 * configure.in: Allow libgcj to be built on Sparc Solaris.
7116
71172001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7118
7119 * configure.in: Enable libgcj on several additional platforms.
7120
71212001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7122
7123 * configure.in: Enable libgcj for linux targets.
7124
71252001-01-09 Mike Stump <mrs@wrs.com>
7126
7127 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7128 failures of subdirectories.
7129
71302001-01-02 Laurynas Biveinis <lauras@softhome.net>
7131
7132 * configure: handle DOS-style absolute paths.
7133
71342001-01-02 Laurynas Biveinis <lauras@softhome.net>
7135
7136 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7137
71382000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7139
7140 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7141 (libstdcxx_incdir): Pass down.
7142 * config.if: Remove expired bits for cxx_interface, add stub.
7143 (libstdcxx_incdir): Add variable for g++ include directory.
7144 * configure.in (gxx_include_dir): Use it.
7145
71462000-12-15 Andreas Jaeger <aj@suse.de>
7147
7148 * configure.in: Handle lang_dirs.
7149
71502000-12-13 Anthony Green <green@redhat.com>
7151
7152 * configure.in: Disable libgcj for any target not specifically
7153 listed. Disable libgcj for x86 and Alpha Linux until compatible
7154 with g++ abi.
7155
71562000-12-13 Mike Stump <mrs@wrs.com>
7157
7158 * Makefile.in (local-distclean): Also remove fastjar.
7159
71602000-12-10 Anthony Green <green@redhat.com>
7161
7162 * configure.in: Define libgcj. Disable libgcj target libraries for
7163 most targets.
7164
71652000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7166
7167 * configure.in (target_libs): Revert 2000-12-08 patch.
7168 (noconfigdirs): Added target-libjava.
7169
71702000-12-09 Laurynas Biveinis <lauras@softhome.net>
7171
7172 * Makefile.in: handle DOS-style absolute paths.
7173
71742000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7175
7176 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7177 libjava.
7178 * configure.in (target_libs): Removed `target-libjava'.
7179
71802000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7181
7182 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7183 (ALL_MODULES): Added fastjar.
7184 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7185 (all-target-libjava): all-fastjar replaces all-zip.
7186 (all-fastjar): Added.
7187 (configure-target-fastjar, all-target-fastjar): Likewise.
7188 * configure.in (host_tools): Added fastjar.
7189
71902000-12-07 Mike Stump <mrs@wrs.com>
7191
7192 * Makefile.in (local-distclean): Remove leftover built files.
7193
71942000-11-16 Fred Fish <fnf@be.com>
7195
7196 * configure.in (enable_libstdcxx_v3): Fix typo,
7197 libstd++ -> libstdc++.
7198
71992000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7200
7201 * configure: Provide the original toplevel configure arguments
7202 (including $0) to subprocesses in the environment rather than
7203 through gcc/configargs.h.
7204
72052000-11-12 Mark Mitchell <mark@codesourcery.com>
7206
7207 * configure: Turn on libstdc++ V3 by default.
7208
72092000-10-16 Michael Meissner <meissner@redhat.com>
7210
7211 * configure (gcc/configargs.h): Only create if there is a build GCC
7212 directory created.
7213
72142000-10-05 Phil Edwards <pme@gcc.gnu.org>
7215
7216 * configure: Save configure arguments to gcc/configargs.h.
7217
72182000-10-04 Andris Pavenis <pavenis@latnet.lv>
7219
7220 * Makefile.in (bootstrap): avoid recursion if subdir missing
7221 (cross): ditto
7222 (do-proto-toplev): ditto
7223
7224Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7225
7226 * configure.in: Do not build byacc for hppa64. Provide paths to the
7227 X11 libraries for hppa64.
7228
72292000-09-02 Anthony Green <green@cygnus.com>
7230
7231 * Makefile.in (all-gcc): Depend on all-zlib.
7232 (CLEAN_MODULES): Add clean-zlib.
7233 (ALL_MODULES): Add all-zlib.
7234 * configure.in (host_libs): Add zlib.
7235
72362000-08-25 Alexandre Oliva <aoliva@redhat.com>
7237
7238 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7239 $targargs to tell whether newlib is going to be built.
7240
7241 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7242 $$r/TARGET_SUBDIR/libio for _G_config.h.
7243
72442000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7245
7246 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7247
7248 * configure: Make enable_threads and enable_shared defaults
7249 explicit. Substitute enable_threads into generated Makefiles.
7250 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7251 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7252
72532000-08-02 Manfred Hollstein <manfredh@redhat.com>
7254
7255 * configure.in: Re-enable all references to libg++ and librx.
7256
ffb97b2f 72572002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7258
ffb97b2f
DD
7259 * configure.in: Add *-*-freebsd* configurations.
7260
bbf6e9e3
AC
72612002-04-07 Andrew Cagney <ac131313@redhat.com>
7262
7263 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7264 (do-tar, do-bz2): New rules.
7265 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7266 (gdb-tar): New rule.
7267 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7268 (insight_dejagnu.tar): New rule.
7269 (insight.tar): New rule.
7270 (gdb+dejagnu.tar): New rule.
7271 (gdb.tar): New rule.
7272
8f1579c0
AC
72732002-04-07 Andrew Cagney <ac131313@redhat.com>
7274
7275 * MAINTAINERS: Update dejagnu/
7276
ba3c59ab
AO
72772002-03-16 Alexandre Oliva <aoliva@redhat.com>
7278
7279 * ltmain.sh (relink_command): Fix typo in previous change.
7280
6243d5dd
AO
72812002-03-15 Alexandre Oliva <aoliva@redhat.com>
7282
7283 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7284 (relink_command): Added --tag flags.
7285 (mode=install): If relinking fails; error out.
7286
80413487
RH
72872002-03-12 Richard Henderson <rth@redhat.com>
7288
7289 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7290 .NOTPARALLEL tag.
7291 (do-check): Rename from check.
7292 (check): Allow parallel check.
7293
3daeddf6
RH
72942002-03-11 Richard Henderson <rth@redhat.com>
7295
7296 * Makefile.in (.NOTPARALLEL): Add fake tag.
7297
fad93c55
L
72982002-03-07 H.J. Lu (hjl@gnu.org)
7299
7300 * configure.in: Enable gprof for mips*-*-linux*.
7301
2e8357fc
AO
73022002-02-28 Alexandre Oliva <aoliva@redhat.com>
7303
7304 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7305 libjava.
7306 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7307
bd48e1a9
AC
73082002-02-24 Andrew Cagney <ac131313@redhat.com>
7309
7310 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7311
39121370
DJ
73122002-02-23 Daniel Jacobowitz <drow@mvista.com>
7313
7314 * config.guess: Import from master sources, rev 1.232.
7315 * config.sub: Import from master sources, rev 1.246.
7316
081ff160
AO
73172002-02-23 Alexandre Oliva <aoliva@redhat.com>
7318
7319 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7320 because its Makefile is there; test for the executable instead.
7321
20a5393b
AO
73222002-02-09 Alexandre Oliva <aoliva@redhat.com>
7323
7324 Contribute sh64-elf.
7325 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7326 * configure.in: Added sh64-*-*.
7327
38135629
JJ
73282002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7329
80413487
RH
7330 * COPYING.NEWLIB: Remove advertising clause from
7331 Berkeley and Red Hat licenses.
38135629 7332
48d19748
MD
73332002-02-01 Mo DeJong <supermo@bayarea.net>
7334
7335 * Makefile.in: Add all-tix to deps for all-snavigator
7336 so that tix is built when building snavigator.
7337
f6e1c110
BE
73382002-02-01 Ben Elliston <bje@redhat.com>
7339
7340 * config.guess: Import from master sources, rev 1.229.
7341 * config.sub: Import from master sources, rev 1.240.
7342
4867be41
DJ
73432002-01-27 Daniel Jacobowitz <drow@mvista.com>
7344
7345 From Steve Ellcey <sje@cup.hp.com>:
7346 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7347 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7348 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7349 IA64.
7350 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7351 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7352 soname_spec, sys_lib_search_path_spec): Ditto.
7353
e82380cc
JT
73542002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7355
7356 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7357 target-libiberty, and target-libgloss. Skip Java-related
7358 libraries if not supported for NetBSD on target CPU.
7359
1319fb9c
NC
73602002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7361
7362 * configure.in: Import StrongARM and XScale target_configdirs from
7363 FSF GCC version.
7364
b020f6ac
L
73652002-01-16 H.J. Lu (hjl@gnu.org)
7366
7367 * config.guess: Import from master sources, rev 1.225.
7368 * config.sub: Import from master sources, rev 1.238.
7369
7370 * MAINTAINERS: Updated notes on config.guess and config.sub.
7371
a0c1c920
NC
73722002-01-11 Steve Ellcey <sje@cup.hp.com>
7373
7374 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7375 ld and gdb are not supported.
7376
a9fa5e1f
JJ
73772002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7378
7379 * Change reference to Cygnus Solutions to be Red Hat.
7380
94077108
JJ
73812002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7382
7383 * COPYING.NEWLIB: Update generic copyright date.
7384
05ecd75c
MS
73852002-01-07 Mark Salter <msalter@redhat.com>
7386
7387 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7388 Allow target-libgloss to be built for arm, strongarm, and xscale.
7389
a106bb62
BE
73902002-01-03 Ben Elliston <bje@redhat.com>
7391
7392 * MAINTAINERS: Update URL for config.* scripts.
7393
0e254642
AM
73942001-12-18 Alan Modra <amodra@bigpond.net.au>
7395
7396 * config.sub: Import latest version.
7397 * config.guess: Likewise.
7398
0a0d0041
TF
73992001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7400
7401 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7402 options for i[3456]86-pc-linux* native builds.
7403
d932cae7
NC
74042001-12-05 Laurent Guerby <guerby@acm.org>
7405
7406 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7407 libiberty.
d932cae7
NC
7408
7409 Import this patch from gcc:
5481b376 7410
d932cae7
NC
7411 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7412
7413 * symlink-tree: handle DOS-style absolute paths.
7414
49b7683b
DD
74152001-11-28 DJ Delorie <dj@redhat.com>
7416 Zack Weinberg <zack@codesourcery.com>
7417
7418 When build != host, create libiberty for the build machine.
7419
7420 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7421 CONFIG_ARGUMENTS.
7422 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7423 New variables.
7424 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7425 and rules.
7426 (all.normal): Depend on ALL_BUILD_MODULES.
7427 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7428 (all-build-libiberty): Depend on configure-build-libiberty.
7429
7430 * configure: Calculate and substitute proper value for
7431 ALL_BUILD_MODULES.
7432 * configure.in: Create the build subdirectory.
7433 Calculate and substitute TARGET_CONFIGARGS (formerly
7434 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7435
26ef82f4
GK
74362001-11-26 Geoffrey Keating <geoffk@redhat.com>
7437
7438 * config.sub: Update to version 1.232 on subversion.
7439
43e64072
NC
74402001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7441
7442 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7443 files from .po files for a distribution.
7444
66f6c0d5
HPN
74452001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7446
7447 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7448
4a02fdb2
JH
74492001-11-13 Jeff Holcomb <jeffh@redhat.com>
7450
7451 Merged from net gcc:
7452 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7453 * ltcf-c.sh: Use $objext, not $ac_objext.
7454 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7455 * ltcf-cxx.sh: Add support for GNU.
7456 2001-07-22 Timothy Wall <twall@redhat.com>
7457 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7458 default settings if using GNU tools with that configuration.
7459 * ltcf-cxx.sh: Ditto.
7460 * ltcf-gcj.sh: Ditto.
7461 2001-07-21 Michael Chastain <chastain@redhat.com>
7462 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7463 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7464 * ltmain.sh: Mark as gcc-local.
7465
227b9953
JH
74662001-11-13 Jeff Holcomb <jeffh@redhat.com>
7467
7468 * Makefile.in (all-bison): Revert 2001-10-24.
7469 Don't depend on texinfo.
7470
cbbab8fb
JJ
74712001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7472
80413487 7473 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7474
922b2485
DD
74752001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7476
7477 * configure.in (--enable-languages): Be more permissive about
7478 syntax. Check for empty lists better. Warn about $LANGUAGES.
7479
f08fa01d
HPN
74802001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7481
7482 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7483
fee3da4e
JH
74842001-10-24 Jeff Holcomb <jeffh@redhat.com>
7485
7486 Makefile.in (all-bison): Don't depend on texinfo.
7487
73fb1ef9
AM
74882001-10-03 Alan Modra <amodra@bigpond.net.au>
7489
7490 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7491
373688ac
AO
74922001-09-29 Alexandre Oliva <aoliva@redhat.com>
7493
7494 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7495
9c07660b
HPN
74962001-09-28 Hans-Peter Nilsson <hp@axis.com>
7497
7498 * config.sub, config.guess: Import latest from subversions.
7499
3f152009
AO
75002001-09-21 Alexandre Oliva <aoliva@redhat.com>
7501
7502 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7503 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7504 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7505 avoid quotes nesting problems.
7506 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7507 (DO_X): Export only variables that are set.
7508
8f6a59e5
BE
75092001-09-19 Ben Elliston <bje@redhat.com>
7510
7511 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7512 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7513 semantics. Use the shell built-in "type" command instead.
7514
a1ec19fa
TS
75152001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7516
7517 * config.sub: Reverted the earlier change, this version is not the
7518 master file.
7519
4008bd9b
TS
75202001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7521
7522 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7523 Add support for mips64.
7524
dd1e52a4
JH
75252001-09-03 Jeff Holcomb <jeffh@redhat.com>
7526
7527 * configure.in: Enable libstdc++-v3 for h8300 targets.
7528
91549d1c
EC
75292001-08-30 Eric Christopher <echristo@redhat.com>
7530 Jason Eckhardt <jle@redhat.com>
7531
7532 * config.sub: Add support for mipsisa32.
7533
cf966cf9
EC
75342001-08-30 Eric Christopher <echristo@redhat.com>
7535
7536 * config.sub, config.guess: Import latest from subversions.
7537
82208dc5
AM
75382001-08-20 Alan Modra <amodra@bigpond.net.au>
7539
7540 * config.sub, config.guess: Import latest from subversions.
7541
4dca8403
DD
75422001-07-26 DJ Delorie <dj@redhat.com>
7543
7544 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7545
1107dce2
AM
75462001-06-19 Alan Modra <amodra@bigpond.net.au>
7547
7548 * Makefile.in: Revert 2001-06-17.
7549 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7550
e09a6604
L
75512001-06-17 H.J. Lu <hjl@gnu.org>
7552
7553 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7554 (gas+binutils.tar.bz2): Likewise.
7555 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7556
31a8b634
AC
7557Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7558
7559 * Makefile.in (VER): When present, extract the version number from
5481b376 7560 the file version.in.
31a8b634 7561
dc70af01
AO
75622001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7563
7564 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7565 gcc/xgcc is built, use -print-prog-name to find out the program
7566 name to use.
7567
839bbd8c
AO
75682001-06-04 Mark Mitchell <mark@codesourcery.com>
7569
7570 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7571 with_gcc]: Use `gcc -shared' to build a shared library.
7572
566e9a30
AO
75732001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7574
7575 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7576 archives.
7577
e877bb69
AO
75782001-05-28 Simon Patarin <simon.patarin@inria.fr>
7579
7580 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7581 libraries when using g++ with native linker.
7582
1605288b
AO
75832001-05-28 Alexandre Oliva <aoliva@redhat.com>
7584
7585 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7586
11a383ba
TR
75872001-05-24 Tom Rix <trix@redhat.com>
7588
7589 * configure.in : enable ld for aix
cf966cf9 7590
18611226
AO
75912001-05-22 Alexandre Oliva <aoliva@redhat.com>
7592
7593 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7594 [aix4*|aix5*]: Prepend blank.
7595
6be7c12c
AO
75962001-05-20 Alexandre Oliva <aoliva@redhat.com>
7597
7598 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7599 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7600 of subdir/configure scripts to use the new libtool.m4.
7601
4ed00bba
L
76022001-05-14 H.J. Lu <hjl@gnu.org>
7603
7604 * config.if (libc_interface): Set to -libc6.2- for cross
7605 compiling to Linux/glibc 2.2.
7606
b1af961c
AO
76072001-05-03 Alexandre Oliva <aoliva@redhat.com>
7608
7609 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7610 libgcj.
7611
5ec3e74e
AO
76122001-04-26 Alexandre Oliva <aoliva@redhat.com>
7613
7614 * configure.in (noconfigdirs): Don't reset it from scratch in the
7615 target case; only append to it.
7616
b3ed1d6b
AO
76172001-04-26 Alexandre Oliva <aoliva@redhat.com>
7618
7619 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7620 sparc-*-solaris2.8]: Disable ${libgcj}.
7621
96111c10
AO
76222001-04-25 Alexandre Oliva <aoliva@redhat.com>
7623
7624 * configure.in (libgcj_saved): Copy from $libgcj.
7625 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7626 --disable-libgcj.
7627
b5bf43f2
AO
76282001-04-20 Alexandre Oliva <aoliva@redhat.com>
7629
7630 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7631 1.641.2.228.
7632
8cc32590
AO
76332001-04-12 Alexandre Oliva <aoliva@redhat.com>
7634
7635 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7636 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7637
dec0cb0c
AO
76382001-04-01 Alexandre Oliva <aoliva@redhat.com>
7639
7640 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7641 New macros.
7642 (bootstrap, cross): Use RECURSE_FLAGS.
7643 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7644
6a9c3886
AO
76452001-03-27 Alexandre Oliva <aoliva@redhat.com>
7646
7647 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7648
d4fc7db8
NC
76492001-03-23 Nick Clifton <nickc@redhat.com>
7650
7651 * README-maintainer-mode: Add note about inability to use "make
7652 distclean" in maintainer mode.
7653
7389ff65
AO
76542001-03-22 Alexandre Oliva <aoliva@redhat.com>
7655
7656 Re-installed:
7657 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7658 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7659 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7660 * ltcf-cxx.sh: Likewise.
7661 * ltcf-gcj.sh: Likewise.
7662
b3e0dc8e
PB
76632001-03-22 Philip Blundell <philb@gnu.org>
7664
7665 * config.sub, config.guess: Import latest from subversions.
7666
469b781c
AO
76672001-03-22 Alexandre Oliva <aoliva@redhat.com>
7668
7669 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7670 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7671
b0dad762
MC
76722001-03-20 Michael Chastain <chastain@redhat.com>
7673
7674 * Makefile.in: all-m4 depends on all-texinfo.
7675
c559bb17
AO
76762001-03-08 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7679
fef4ae2e
JJ
76802001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7681
7682 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7683 longer valid.
7684
8d6dd99d
NC
76852001-02-16 Nick Clifton <nickc@redhat.com>
7686
7687 * configure.in (noconfigdirs): Allow configuration of texinfo
7688 for Cygwin hosts.
7689
a85d7ed0
NC
76902001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7691
7692 * config.guess: Add linux target for S/390.
7693 * config.sub: Likewise.
7694 * configure.in: Likewise.
7695
51221c5e
DD
76962001-02-06 Ben Elliston <bje@redhat.com>
7697
7698 * configure: Output host type to stdout, not stderr.
7699
9dec4c71
MS
77002001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7701
7702 * config.guess: Import from subversions.gnu.org (revision 1.181).
7703 * config.sub: Import from subversions.gnu.org (revision 1.199).
7704
9add9c04
AM
77052001-01-30 Alan Modra <alan@linuxcare.com.au>
7706
7707 * config.guess: Handle hppa64-linux systems.
7708
8679174d
MS
77092001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7710
7711 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7712 Don't unset, it's non-portable and no longer necessary, set to empty
7713 instead.
7714
02d01ed4
MS
77152001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7716
7717 * ltconfig: Shell portability fix for the tagname validity check.
7718
4cc5853d
MS
77192001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7720
7721 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7722
7487e485
AO
77232001-01-27 Alexandre Oliva <aoliva@redhat.com>
7724
7725 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7726 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7727
f332af52
AO
77282001-01-24 Alexandre Oliva <aoliva@redhat.com>
7729
7730 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7731 keep at least one of build_libtool_libs or build_old_libs set to
7732 yes.
7733
ef099754
AO
77342001-01-24 Alexandre Oliva <aoliva@redhat.com>
7735
7736 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7737 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7738
8341f2fc 77392000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7740
8341f2fc
AJ
7741 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7742
77432000-11-03 Philip Blundell <pb@futuretv.com>
7744
7745 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7746 files.
ebf0fa2e 7747
c320a39f
JJ
77482001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7749
7750 * COPYING.NEWLIB: Put into source repository.
7751
8817b92e
BE
77522001-01-15 Ben Elliston <bje@redhat.com>
7753
7754 * configure.in (host_tools): Add sid.
7755 Always configure cgen.
7756 * Makefile.in (all-sid): New target.
7757 (check-sid, clean-sid, install-sid): Likewise.
7758
35590697
AJ
77592001-01-07 Andreas Jaeger <aj@suse.de>
7760
80413487 7761 * config.sub, config.guess: Update from subversions.
35590697 7762
6ee6cea6
AO
77632000-12-12 Alexandre Oliva <aoliva@redhat.com>
7764
7765 * configure.in: Disable language-specific target libraries for
7766 languages that aren't enabled.
7767
077b8428
NC
77682000-11-24 Nick Clifton <nickc@redhat.com>
7769
7770 * configure.in (xscale-elf): Add target.
7771 (xscale-coff): Add target.
7772 (c4x, c5x, tic54x): Move after ARM targets.
7773
9e28a1ed
AO
77742000-11-23 Alexandre Oliva <aoliva@redhat.com>
7775
7776 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7777
be98a80a
ILT
77782000-11-20 Ian Lance Taylor <ian@zembu.com>
7779
7780 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7781
5cec67bf
AO
77822000-11-18 Alexandre Oliva <aoliva@redhat.com>
7783
7784 * Makefile.in: Merge with GCC and libgcj.
7785 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7786 configure-target-<library> when their configure scripts need the C
7787 or C++ library to have already been built to work properly.
7788 (do_proto_toplev): Set them to an empty string.
7789
d932cae7 77902000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7791
7792 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7793 (REALLY_SET_LIB_PATH): Use them.
7794
d932cae7 77952000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7796
7797 * config.sub: Add support for Sun Chorus
7798
8602ff0c
NC
77992000-11-02 Per Lundberg <plundis@chaosdev.org>
7800
7801 * config.sub: Add support for the *-storm-chaos OS.
7802
f9e0997d
NC
78032000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7804
80413487
RH
7805 * configure.in (noconfigdirs): Don't compile some
7806 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7807
d64552c5
AO
78082000-09-30 Alexandre Oliva <aoliva@redhat.com>
7809
7810 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7811 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7812 all affected `configure' scripts.
7813
97f60b31
AO
78142000-09-25 Alexandre Oliva <aoliva@redhat.com>
7815
7816 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7817 ltcf-c.sh.
7818
6e8dd58f
PB
78192000-09-12 Philip Blundell <philb@gnu.org>
7820
7821 * config.sub, config.guess: Update from subversions.
7822
103a2e99
AO
78232000-09-06 Alexandre Oliva <aoliva@redhat.com>
7824
51601921
AO
7825 * Makefile.in (all-zlib): Added dummy target.
7826
103a2e99
AO
7827 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7828 multi-language branch.
7829
2809b4b9
AO
78302000-09-05 Alexandre Oliva <aoliva@redhat.com>
7831
7832 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7833 (bootstrap*): Depend on all-bootstrap.
7834
7450026c
AO
78352000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7836
7837 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7838 crosses, but add gcc/include to the header search path for them.
7839
6cf86f7f
AO
78402000-08-31 Alexandre Oliva <aoliva@redhat.com>
7841
7842 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7843 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7844 * gettext.m4: New file, extracted from aclocal.m4.
7845
ce2ea6e3
AO
78462000-08-22 Alexandre Oliva <aoliva@redhat.com>
7847
7848 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7849 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7850 sub-configures.
7851
9765193e
DE
78522000-08-20 Doug Evans <dje@casey.transmeta.com>
7853
7854 * Makefile.in (ALL_MODULES): Add all-cgen.
7855 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7856 (all-cgen): New target.
7857 (all-opcodes,all-sim): Depend on all-cgen.
7858 * configure.in (host_tools): Add cgen.
7859 Only configure cgen if --enable-cgen-maint.
7860
d7b32520
AO
78612000-08-17 Alexandre Oliva <aoliva@redhat.com>
7862
7863 * config-ml.in (CC, CXX): Don't introduce a leading space.
7864
e52ef561
AO
78652000-08-16 Alexandre Oliva <aoliva@redhat.com>
7866
7867 * configure.in (libstdcxx_flags): Use
7868 libstdc++-v3/src/libstdc++.INC.
7869
88f9c2a0
AO
78702000-08-15 Alexandre Oliva <aoliva@redhat.com>
7871
7872 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7873
98fbe43f
JM
78742000-08-11 Jason Merrill <jason@redhat.com>
7875
7876 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7877 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7878 (FLAGS_FOR_TARGET): Not here.
7879 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7880
279ddab4
DD
78812000-08-07 DJ Delorie <dj@redhat.com>
7882
7883 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7884 "if we're also building gcc, and it's a gcc that will run on the
7885 build machine, we want to use its includes instead of the system's
7886 default includes".
7887
60523a83
AO
78882000-08-03 Alexandre Oliva <aoliva@redhat.com>
7889
24ffec7a
AO
7890 * configure.in (libstdcxx_flags): Don't use `"'.
7891
60523a83
AO
7892 * config-ml.in: Adjust multilib search paths to the
7893 appropriate multilib tree.
7894
daf644b5
AO
78952000-08-02 Alexandre Oliva <aoliva@redhat.com>
7896
7897 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7898 commas in $LANGUAGES.
7899
63266560
DD
79002000-08-01 Alexandre Oliva <aoliva@redhat.com>
7901
7902 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7903
79042000-07-31 Alexandre Oliva <aoliva@redhat.com>
7905
7906 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7907 CXX_FOR_TARGET for sed.
7908
79092000-07-30 Alexandre Oliva <aoliva@redhat.com>
7910
7911 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7912 Do not override if already set in the environment or in configure.
7913 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7914 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7915
9e449d3e
AO
79162000-07-27 Alexandre Oliva <aoliva@redhat.com>
7917
7918 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7919 (GCC_FOR_TARGET): Use it.
7920 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7921 * configure.in: ... here.
7922 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7923 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7924
8bbd92e0
AO
79252000-07-24 Alexandre Oliva <aoliva@redhat.com>
7926
fd1f87b2
AO
7927 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7928 (configure-target-libchill, configure-target-libobjc): Likewise.
7929
8bbd92e0
AO
7930 * configure.in: Use the same cache file for all target libs.
7931 * config-ml.in: But different cache files per multilib variant.
7932
25c6c112
JL
79332000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7934
7935 * configure (topsrcdir): Don't use dirname.
7936
ba73c63f
JM
79372000-07-20 Jason Merrill <jason@redhat.com>
7938
7939 * configure.in: Remove all references to libg++ and librx.
7940
7941 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7942
1af08294
HPN
79432000-07-20 Hans-Peter Nilsson <hp@axis.com>
7944
7945 * config.sub: Update to subversions version 2000-07-06.
7946
ba73c63f
JM
79472000-07-12 Andrew Haley <aph@cygnus.com>
7948
7949 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7950 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7951
79522000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7953
7954 * symlink-tree: Check number of arguments.
7955
d932cae7 79562000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7957
7958 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7959
ba73c63f
JM
79602000-07-05 Jim Wilson <wilson@cygnus.com>
7961
7962 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7963 search path for a g++ extracted from the build tree. This
7964 will allow link tests run by configure scripts in
7965 subdirectories to succeed.
7966
92ee2f86
UC
79672000-07-01 Koundinya K <kk@ddeorg.soft.net>
7968
80413487 7969 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7970
23f2f29f
CV
79712000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7972
7973 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7974 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7975
f04f5a67
TW
79762000-06-19 Timothy Wall <twall@cygnus.com>
7977
7978 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7979 * config.sub: Add tic54x target.
7980
11da68be
NC
79812000-06-07 Phillip Thomas <pthomas@suse.de>
7982
7983 * README-maintainer-mode: New file: Contains notes on using
7984 --enable-maintainer-mode with binutils.
7985
d932cae7 79862000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
7987
7988 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
7989
d932cae7 79902000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
7991
7992 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7993 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7994
9442cea3
L
799520000-05-21 H.J. Lu (hjl@gnu.org)
7996
80413487
RH
7997 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7998 directory are used if they exist. Make sure
7999 $(build_tooldir)/include is searched for header files,
8000 $(build_tooldir)/lib/ for library files.
9442cea3 8001 (GCC_FOR_TARGET): Likewise.
80413487 8002 (CXX_FOR_TARGET): Likewise.
9442cea3 8003
d932cae7 80042000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8005
8006 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8007
d932cae7 80082000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8009
8010 * Makefile.in (configure-target-libiberty): Depend on
8011 configure-target-newlib.
8012
ba73c63f
JM
80132000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8014
8015 * configure.in, Makefile.in: Merge all libffi-related
8016 configury stuff from the libgcj tree.
8017
d932cae7 80182000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8019
8020 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8021 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8022
d932cae7 80232000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8024
8025 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8026 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8027 current version information. Add to proto-toplev directory.
b5a23627
AC
8028 (gdb-taz): Build do-djunpack.
8029
ba73c63f
JM
80302000-05-15 David Edelsohn <edelsohn@gnu.org>
8031
8032 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8033
7c86ed39
L
80342000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8035
8036 * ltmain.sh: Preserve in relink_command any environment
8037 variables that may affect the linker behavior.
8038
d932cae7 80392000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8040
8041 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8042
d932cae7 80432000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8044
8045 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8046
ed0a91a5
EZ
80472000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8050 with the version name.
ed0a91a5 8051
ba73c63f 80522000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8053
ba73c63f 8054 * config.if: Tweak.
6cafa39f 8055
ba73c63f 80562000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8057
ba73c63f 8058 * djunpack.bat: New file.
66156876 8059
d932cae7 80602000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8061
8062 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8063 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8064 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8065 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8066
ba73c63f
JM
80672000-04-16 Dave Pitts <dpitts@cozx.com>
8068
80413487
RH
8069 * config.sub (case $basic_machine): Change default for "ibm-*"
8070 to "openedition".
ba73c63f 8071
d932cae7 80722000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8073
8074 * Makefile.in (gdb-taz): New target. GDB specific archive.
8075 (do-md5sum): New target.
8076 (MD5PROG): Define.
8077 (PACKAGE): Default to TOOL.
8078 (VER): Default to a shell script.
8079 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8080 md5 checksum generation.
b35ece4e
AC
8081 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8082 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8083 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8084 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8085
d932cae7 80862000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8087
8088 * configure (warn_cflags): Delete.
8089
ba73c63f 80902000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8091 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8092
80413487
RH
8093 * configure.in (enable_libstdcxx_v3): Add.
8094 (target_libs): Add bits here to switch between libstdc++-v2 and
8095 libstdc++-v3.
8096 * config.if: And this file too.
8097 * Makefile.in: Add libstdc++-v3 targets.
35590697 8098
ba73c63f
JM
80992000-04-05 Michael Meissner <meissner@redhat.com>
8100
8101 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8102
d332c5ac
JM
81032000-03-29 Jason Merrill <jason@casey.cygnus.com>
8104
8105 * configure.in: -linux-gnu*, not -linux-gnu.
8106
d932cae7 81072000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8108
8109 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8110 (do-tar-bz2): Replace TOOL with PACKAGE.
8111 (gdb.tar.bz2): Remove GDBTK from GDB package.
8112 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8113 dejagnu.tar.bz2): New packages.
6dcbc97b 8114
96ce09a7
ILT
81152000-02-27 Andreas Jaeger <aj@suse.de>
8116
8117 * configure.in: Add entry for mips*-*-linux*, move catch all
8118 *-*-*linux* entry below this one.
8119
2031769e
ILT
81202000-02-27 Ian Lance Taylor <ian@zembu.com>
8121
8122 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8123
4bab746c
NC
81242000-02-24 Nick Clifton <nickc@cygnus.com>
8125
8126 * config.sub: Support an OS of "wince".
8127
d932cae7 81282000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8129
8130 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8131 version.
ada59422 8132
5b93d8bb
AM
81332000-02-23 Linas Vepstas <linas@linas.org>
8134
8135 * config.sub: Add support for Linux/IBM 370.
8136 * configure.in: Likewise.
8137
2fb651f6
NC
81382000-02-22 Nick Clifton <nickc@cygnus.com>
8139
8140 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8141
b8441c25
CF
81422000-02-20 Christopher Faylor <cgf@cygnus.com>
8143
8144 * config.guess: Guess "cygwin" rather than "cygwin32".
8145
d332c5ac
JM
81462000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8147
8148 * configure (gcc_version): When setting, narrow search to
8149 lines containing `version_string'.
8150
ba73c63f
JM
81512000-02-15 Denis Chertykov <denisc@overta.ru>
8152
8153 * config.sub: Add support for avr target.
8154
d932cae7 81552000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8156
8157 * config.sub: Add mmix-knuth-mmixware.
8158
81592000-01-27 Christopher Faylor <cgf@redhat.com>
8160
8161 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8162 structure stuff to -L library search.
8163 (CXX_FOR_TARGET): Ditto.
8164 (CROSS_CHECK_MODULES): Fix spelling mistake.
8165
81662000-01-24 Mark Mitchell <mark@codesourcery.com>
8167
8168 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8169 the C++ compiler.
8170
81712000-01-12 Richard Henderson <rth@cygnus.com>
8172
8173 * configure.in: Don't build some bits for beos.
8174
81752000-01-12 Joel Sherrill (joel@OARcorp.com)
8176
8177 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8178 as include files.
8179
91b2c84d
GK
81802000-01-06 Geoff Keating <geoffk@cygnus.com>
8181
8182 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8183 not mh-aix43.
8184
ba73c63f
JM
81851999-12-14 Richard Henderson <rth@cygnus.com>
8186
8187 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8188 * config.sub: Accept alphaev[78], alphaev8.
8189
81901999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8191
8192 * config.guess, config.sub: Update from autoconf.
8193
8194Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8195
8196 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8197 necessary libraries are missing.
8198
81991999-10-25 Andreas Schwab <schwab@suse.de>
8200
8201 * configure: Fix quoting inside arguments of eval.
8202
82031999-10-21 Nick Clifton <nickc@cygnus.com>
8204
8205 * config-ml.in: Allow suppression of some ARM multilibs.
8206
8207Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8208
8209 * config.guess: Add OS/390 match pattern.
8210 * config.sub: Add mvs, openedition targets.
8211 * configure.in (i370-ibm-opened*): New.
8212
ef14edc4
ILT
82131999-09-04 Steve Chamberlain <sac@pobox.com>
8214
8215 * config.sub: Add support for configuring for pj.
8216
afb478e8
NC
82171999-08-31 Nick Clifton <nickc@cygnus.com>
8218
fd6848f6 8219 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8220
ba73c63f 82211999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8222
8223 * configure.in: Do not configure or build ld for AIX
8224 platforms. ld is known to be broken on these platforms.
8225
ba73c63f
JM
8226Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8227
8228 * config-ml.in: Pass compiler flag corresponding to multidirs to
8229 subdir configures.
8230
c363de44
ILT
82311999-08-09 Ian Lance Taylor <ian@zembu.com>
8232
8233 * Makefile.in (LDFLAGS): Define.
8234
dc8bc5a6
ILT
82351999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8236
8237 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8238 noconfigdirs.
8239 (*-*-cygwin*): Likewise.
8240
6ca3858e
ILT
82411999-08-08 Ian Lance Taylor <ian@zembu.com>
8242
71141bb6
ILT
8243 * mkdep: New file.
8244 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8245 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8246
6ca3858e
ILT
8247 From Eli Zaretskii <eliz@is.elta.co.il>:
8248 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8249 long file name when using DJGPP on MS-DOS.
8250
ba73c63f
JM
8251Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8252
8253 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8254
2735a327
AM
82551999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8256
8257 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8258 dependency as this causes "make check" to globally "make all"
8259
ba73c63f
JM
8260Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8261
8262 * configure.in (target_libs): Added target-zlib.
8263 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8264 (CONFIGURE_TARGET_MODULES): Likewise.
8265 (CHECK_TARGET_MODULES): Likewise.
8266 (INSTALL_TARGET_MODULES): Likewise.
8267 (CLEAN_TARGET_MODULES): Likewise.
8268 (configure-target-zlib): New target.
8269 (all-target-zlib): Likewise.
8270 (all-target-libjava): Depend on all-target-zlib.
8271 (configure-target-libjava): Depend on configure-target-zlib.
8272
8273 * Makefile.in (configure-target-libjava): Depend on
8274 configure-target-newlib.
8275 (configure-target-boehm-gc): New target.
8276 (configure-target-qthreads): New target.
8277
80413487
RH
8278 * configure.in (target_libs): Added target-qthreads.
8279 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8280 (CONFIGURE_TARGET_MODULES): Likewise.
8281 (CHECK_TARGET_MODULES): Likewise.
8282 (INSTALL_TARGET_MODULES): Likewise.
8283 (CLEAN_TARGET_MODULES): Likewise.
8284 (all-target-qthreads): New target.
8285 (configure-target-libjava): Depend on configure-target-qthreads.
8286 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8287
8288 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8289 (CONFIGURE_TARGET_MODULES): Likewise.
8290 (CHECK_TARGET_MODULES): Likewise.
8291 (INSTALL_TARGET_MODULES): Likewise.
8292 (CLEAN_TARGET_MODULES): Likewise.
8293 (all-target-libjava): New target.
8294 (all-target-boehm-gc): Likewise.
8295 * configure.in (target_libs): Added libjava, boehm-gc.
8296
08d836d6
ILT
82971999-07-22 Ian Lance Taylor <ian@zembu.com>
8298
8299 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8300 configure.bat in SUPPORT_FILES.
8301 (gas+binutils.tar.bz2): Likewise.
8302
8303 * makeall.bat: Remove; obsolete.
8304
8f36e47c
ILT
83051999-07-21 Ian Lance Taylor <ian@zembu.com>
8306
8307 From Mark Elbrecht:
8308 * configure.bat: Remove; obsolete.
8309
56e82f25
ILT
83101999-07-11 Ian Lance Taylor <ian@zembu.com>
8311
8312 * configure: Add -W -Wall to the default CFLAGS when compiling with
8313 gcc.
8314
1001d816
JL
8315Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8316
8317 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8318
106117aa
MM
83191999-06-30 Mark Mitchell <mark@codesourcery.com>
8320
8321 * configure.in: Build ld on IRIX6.
8322
c376f4ed
ILT
83231999-06-12 Ian Lance Taylor <ian@zembu.com>
8324
8325 * Makefile.in: Change distribution targets to use bzip2 instead of
8326 gzip.
8327 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8328 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8329
306b7445
NC
83301999-06-04 Nick Clifton <nickc@cygnus.com>
8331
8332 * config.sub: Add mcore target.
8333
d932cae7 83341999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8335
8336 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8337
d932cae7 83381999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8339
8340 * config.guess (dummy): Changed to $dummy.
8341
6c3175b0
NC
83421999-05-24 Nick Clifton <nickc@cygnus.com>
8343
ba73c63f
JM
8344 * config.sub: Tidied up case statements.
8345
83461999-05-22 Ben Elliston <bje@cygnus.com>
8347
8348 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8349 <jiro@din.or.jp>.
8350
8351 * config.guess: Merge with FSF version. Future changes will be
8352 more accurately recorded in this ChangeLog.
8353 * config.sub: Likewise.
8354
d932cae7 83551999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8356
8357 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8358
252b5132
RH
83591999-04-30 Tom Tromey <tromey@cygnus.com>
8360
8361 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8362
83631999-04-23 Tom Tromey <tromey@cygnus.com>
8364
8365 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8366
83671999-04-20 Drew Moseley <dmoseley@cygnus.com>
8368
8369 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8370 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8371 Bad merge removed these two changes.
8372
ba73c63f 8373Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8374 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8375
8376 * config.guess (interix Alpha): Add.
8377
252b5132
RH
83781999-04-11 Richard Henderson <rth@cygnus.com>
8379
8380 * configure.in (i?86-*-beos*): Do config gperf; don't config
8381 gdb, newlib, or libgloss.
8382
d932cae7 83831999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8384
ba73c63f
JM
8385 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8386 link a trivial program with -mabi=64. If it fails, remove mabi=64
8387 from multidirs.
8388
d932cae7 83891999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8390
8391 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8392
252b5132
RH
83931999-04-08 Nick Clifton <nickc@cygnus.com>
8394
8395 * config.sub: Add support for mcore targets.
8396
83971999-04-07 Michael Meissner <meissner@cygnus.com>
8398
8399 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8400 not mt-ospace, in order to shut up assembler warning about using
8401 symbols that are named the same as registers.
8402
84031999-04-07 Drew Moseley <dmoseley@cygnus.com>
8404
8405 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8406 dependency list for all-target-cygmon.
8407
84081999-04-05 Doug Evans <devans@casey.cygnus.com>
8409
8410 * config-ml.in: Check $host, not $target, for selective multilibs.
8411 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8412 thumb interworking, and underscore prefix multilibs.
8413
84141999-04-04 Ian Lance Taylor <ian@zembu.com>
8415
8416 * missing: Update to version from current automake.
8417
8418Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8419
8420 * configure (gxx_include_dir): Removed.
8421
8422 * configure.in (gxx_include_dir): Handle it.
8423 * Makefile.in: Likewise.
8424
84251999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8426
8427 * config.sub (mips64vr4111,mips64vr4111el) Add.
8428
84291999-03-21 Ben Elliston <bje@cygnus.com>
8430
80413487 8431 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8432
8433Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8434
252b5132
RH
8435 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8436 config/mh-djgpp.
8437
8438Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8439
8440 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8441 all-target-newlib to dependency list for all-target-bsp.
8442
8443Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8444
8445 * config.sub: Add i386-uwin support.
8446 * config.guess: Likewise.
8447
8448Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8449
8450 * configure.in: cleanup, add mh-*pic handling for arm, special
8451 case powerpc*-*-aix*
8452
8453Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8454
8455 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8456 can be built.
8457
8458Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8459
8460 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8461 targets.
252b5132
RH
8462
84631999-03-02 Nick Clifton <nickc@cygnus.com>
8464
8465 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8466
d932cae7 84671999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8468
8469 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8470
84711999-02-24 Nick Clifton <nickc@cygnus.com>
8472
8473 * config.sub: Fix typo in arm recognition.
8474
d932cae7 84751999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8476
8477 * configure.in (noconfigdirs): Changed target_configdirs to
8478 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8479 rather than m68k-*-* since it is not known to work on
8480 m68k-aout. Ditto for arm-*-*oabi.
8481
d932cae7 84821999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8483
8484 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8485
84861999-02-19 Ben Elliston <bje@cygnus.com>
8487
8488 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8489 Smart and improved by Andrew Cagney.
8490
d932cae7 84911999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8492
8493 * config.guess: Recognize openbsd-*-hppa.
8494
d932cae7 84951999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8496
8497 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8498 only if it is not empty.
8499
85001999-02-17 Nick Clifton <nickc@cygnus.com>
8501
8502 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8503
fd6848f6 8504 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8505
8506 * config.sub: Modified to recognize uname's armv* syntax.
8507
85081999-02-17 Mark Salter <msalter@cygnus.com>
8509
8510 * configure.in: Added target-bsp for sparclite.
8511
d932cae7 85121999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8513
8514 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8515
85161999-02-08 Nick Clifton <nickc@cygnus.com>
8517
8518 * configure.in: Add support for strongarm port.
8519 * config.sub: Add support for strongarm target.
8520
d932cae7 85211999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8522
252b5132
RH
8523 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8524 the old name config/mh-cygwin32.
8525 Enable texinfo.
8526
d932cae7 85271999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8528
8529 * configure.in: Do build ld for ix86 Solaris.
8530
d932cae7 85311999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8532
8533 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8534 $AR_FOR_TARGET. Likewise for RANLIB.
8535
d932cae7 85361999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8537
80413487
RH
8538 * config.sub (oabi): Recognize.
8539 * configure.in (arm-*-oabi): Handle.
252b5132 8540
d932cae7 85411999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8542
8543 * config.guess: Improve detection of i686 on UnixWare 7.
8544
d932cae7 85451999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8546
8547 * config.guess: Add support for i386-pc-interix.
8548 * config.sub: Likewise.
8549 * configure.in: Likewise.
252b5132 8550
d932cae7 85511999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8552
8553 * Makefile.in: Remove unneeded all-target-libio from
8554 from all-target-winsup target since it is now unneeded.
8555 Add all-target-libtermcap in its place since it is now
8556 needed.
8557
d932cae7 85581998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8559
8560 * configure.in: makefile stub for cygwin target is probably
8561 unnecessary. Remove it for now.
252b5132 8562
d932cae7 85631998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8564
8565 * configure.in: libtermcap.a should be built when cygwin is the
8566 target as well as the host.
8567 * config.guess: Allow mixed case in cygwin uname output.
8568 * Makefile.in: Add libtermcap target.
252b5132 8569
d932cae7 85701998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8571
8572 * config.sub: Clean up handling of hppa2.0.
8573
d932cae7 85741998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8575
8576 * config.guess: Use C code to identify more HP machines.
8577
8578Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8579
8580 * config.sub: Handle hppa2.0.
8581
ba73c63f
JM
8582Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8583
8584 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8585 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8586
85871998-12-15 Mark Salter <msalter@cygnus.com>
8588
8589 * configure.in: Added target-bsp for several target architectures.
8590
8591 * Makefile.in: Added rules for bsp.
8592
252b5132
RH
8593Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8594
8595 * config.guess: Improve detection of hppa2.0 processors.
8596
8597Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8598
8599 * config.guess: Recognize FreeBSD using ELF automatically.
8600
86011998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8602
8603 * configure (skip-this-dir): Add handling for new shell script, which
8604 might be created by a sub-directory's configure to indicate, this particular
8605 directory is "unwanted".
8606 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8607
252b5132
RH
8608Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8609
8610 * ltconfig: import from libtool, after changing libtool to
8611 account for the cygwin name change.
8612
8613Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8614
8615 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8616 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8617
8618Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8619
8620 * configure.in: Add libtermcap to list of cygwin dependencies.
8621
d932cae7 86221998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8623
80413487
RH
8624 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8625 they include winsup/include when it's a cygwin target.
252b5132
RH
8626
86271998-11-12 Tom Tromey <tromey@cygnus.com>
8628
8629 * configure.in (host_tools): Added zip.
8630 * Makefile.in (all-target-libjava): Depend on all-zip.
8631 (all-zip): New target.
8632 (ALL_MODULES): Added all-zip.
8633 (NATIVE_CHECK_MODULES): Added check-zip.
8634 (INSTALL_MODULES): Added install-zip.
8635 (CLEAN_MODULES): Added clean-zip.
8636
d932cae7 86371998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8638
8639 * Makefile.in: lose "32" from comment about cygwin.
8640
d932cae7 86411998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8642
8643 * configure.in: Use -Os to build target libraries for the fr30.
8644
d932cae7 86451998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8646
8647 * config.sub: Add fr30.
8648
d932cae7 86491998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8650
80413487 8651 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8652 cygwin* instead of cygwin32*.
8653 * config.sub: Check cygwin* instead of cygwin32*.
8654
d932cae7 86551998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8656
8657 * config.guess: Match any version of Unixware7.
8658
252b5132
RH
86591998-10-20 Syd Polk <spolk@cygnus.com>
8660
8661 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8662 if desired.
8663
d932cae7 86641998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8665
8666 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8667 these if the appropriate directories and files to not exist.
8668
d932cae7 86691998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8670
8671 * Makefile.in (DEVO_SUPPORT): Add config.if.
8672
d932cae7 86731998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8674
8675 * configure: Add pattern to replace "build_tooldir"'s
8676 definition in the generated Makefile with "tooldir"'s
8677 actual value.
8678
252b5132
RH
8679Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8680
8681 * config.sub: Bring back lost sparcv9.
8682
ba73c63f
JM
8683 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8684
8685Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8686
8687 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8688 CC_FOR_TARGET and friends.
8689
8690Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8691
ba73c63f
JM
8692 * Makefile.in (build_tooldir): New variable, same as tooldir.
8693 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8694 -B$(build_tooldir)/bin/.
8695 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8696
252b5132
RH
8697Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8698
8699 * config.sub: Add support for i[34567]86-pc-udk.
8700 * configure.in: Likewise.
8701
8702Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8703
8704 * Makefile.in: add bzip2 package building bits for user
8705 tools module
8706 * configure.in: ditto
8707
ba73c63f
JM
8708Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8709
8710 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8711 (ALL_TARGET_MODULES): Add all-target-libobjc.
8712 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8713 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8714 (all-target-libchill): Add dependencies.
8715 * configure.in (target_libs): Add libchill.
35590697 8716
252b5132
RH
87171998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8718
ba73c63f 8719 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8720
8721Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8722
8723 * Makefile.in (all-automake): fix dependencies.
8724
8725Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8726
8727 * configure.in: Minor cleanups for building in the $(target_alias)
8728 subdir.
8729
87301998-09-22 Jim Wilson <wilson@cygnus.com>
8731
8732 * Makefile.in (bootstrap): Set r and s before make all. Use
8733 BASE_FLAGS_TO_PASS in make all.
8734 (cross): Likewise.
8735
87361998-09-20 Mark Mitchell <mark@markmitchell.com>
8737
8738 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8739
252b5132
RH
8740Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8741
8742 * config.sub: Fix typo in last change.
8743
87441998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8745
8746 * config.sub: Add support for C4x target.
8747 * configure.in: Likewise.
8748
87491998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8750
8751 * config.sub: Recognize sparcv9 just like sparc64.
8752
8753Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8754
8755 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8756
8757Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8758
8759 * config.guess: Correctly identify Pentium II sco boxes.
8760
8761 * config.guess: Fix "tr" code. From Weiwen Liu.
8762
8763Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8764
8765 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8766 stabs.
8767
8768Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8769
8770 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8771 (ALL_TARGET_MODULES): Add all-target-libchill.
8772 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8773 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8774 (all-target-libchill): Add dependencies.
8775 * configure.in (target_libs): Add libchill.
8776
8777Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8778
8779 * config.guess: Avoid assumptions about "tr" behaves when
8780 LANG is set to something other than English.
8781
8782Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8783
8784 * configure (gxx_include_dir): Changed to
8785 '${prefix}/include/g++'-${libstdcxx_interface}.
8786
8787 * config.if: New to determine the interfaces.
8788
8789Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8790
8791 * config.guess: Detect and handle MPE/IX.
8792 * config.sub: Deal with MPE/IX.
8793
8794Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8795
8796 * configure.in: Use mh-aix43.
8797
87981998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8799
8800 * configure: Fix --without/--disable cases for gxx-include-dir.
8801
8802Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8803
8804 * mdata-sh: Imported. Needed for automake support.
8805
8806Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8807
ba73c63f 8808 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8809 "chmod og=u `find . -print`".
8810
8811Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8812
ba73c63f 8813 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8814
8815Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8816
8817 * Makefile.in: Undo previous patch.
8818
8819Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8820
8821 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8822 to here ...
8823 (install-no-fixedincludes): and here
8824 (INSTALL_MODULES): ... from here.
8825
8826Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8827
8828 * config.sub: Merge with FSF.
8829
8830 * config.guess: Merge with FSF.
8831
8832Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8833
8834 * configure (extraconfigdirs): New variable.
8835 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8836 * Makefile.in (all): Move higher in file.
8837 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8838 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8839 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8840 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8841 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8842
88431998-07-23 Brendan Kehoe <brendan@cygnus.com>
8844
8845 * Makefile.in (all-target-libjava): Depend on all-gcc and
8846 all-target-newlib.
8847 (configure-target-libjava): Depend on $(ALL_GCC).
8848
8849Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8850
8851 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8852 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8853
8854Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8855
8856 * ylwrap: Change absolute path checks to check for DOS style path
8857 names.
8858
8859 * ylwrap: Don't use a full path name if the source file is in the
8860 same directory. From hjl@lucon.org (H.J. Lu).
8861
8862 * config-ml.in: Default to being verbose, to match Feb 18 change to
8863 configure.
8864
8865Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8866
8867 Brought over from egcs:
8868
8869 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8870
8871 * configure.in (target_subdir): Set to ${target_alias} instead
8872 of "libraries".
8873
8874 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8875
8876 * configure.in (target_subdir): Set to libraries if enable_multilib.
8877
8878Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8879
8880 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8881 multilibs, force reconfiguration the first time we create
8882 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8883
8884Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8885
8886 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8887 avoid confusion with --no-recursion.
8888
8889Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8890
8891 * configure.in: Win32 hosts shouldn't use install -x
8892 * install-sh: remove -x option, and special .exe-handling
8893 hack.
8894
8895Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8896
8897 * config.guess: Recognize i586-pc-beos.
8898 * configure.in: Don't build some bits for beos.
8899
8900Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8901
8902 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8903 CFLAGS default to -O2.
8904
8905 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8906 when using GNU ld.
8907
8908Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8909
8910 * ltmain.sh: Correct install when using a different shell.
8911
8912Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8913
8914 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8915
8916Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8917
8918 * makefile.vms: Update to build binutils/makefile.vms. Add install
8919 target.
8920
8921Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8922
8923 * ltconfig: Update to correct AIX handling.
8924
8925Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8926
8927 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8928
8929 * configure.in (target_subdir): Set to ${target_alias} instead
8930 of "libraries".
8931
89321998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8933
8934 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8935 (Makefile): Depend on $(gcc_version_trigger).
8936
8937 * configure (gcc_version): Change default initializer to empty
8938 string.
8939 (gcc_version_trigger): New variable; pass this variable down
8940 to subdir configures to enable them checking gcc's version
8941 themselves. Emit make macros for both gcc_version vars.
8942 (topsrcdir): Initialize reliably.
8943 (recursion line): Remove --with-gcc-version=${gcc_version}.
8944
89451998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8946
8947 * configure (enable_version_specific_runtime_libs): Implement new flag
8948 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8949 in $(libsubdir); emit definition in each generated Makefile.
8950 (gxx_include_dir): Initialize depending on
8951 $enable_version_specific_runtime_libs.
8952
89531998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8954
8955 * configure (gcc_version): Initialize properly depending on
8956 how and where configure is started.
8957 (recursion line): Pass a --with-gcc-version=${gcc_version}
8958 to configures in subdirs.
8959
8960Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8961
8962 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8963 cygmon
252b5132
RH
8964
8965Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8966
8967 * configure.in: Add cygmon and libstub support for mn10200.
8968
89691998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8970
8971 * configure (gcc_version): Add new variable describing the
8972 particular gcc version we're building.
8973 * Makefile.in (libsubdir): Add new macro for the directory
8974 in which the compiler finds executables, libraries, etc.
8975 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8976 and libsubdir.
8977
8978Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8979
ba73c63f
JM
8980 * Makefile.in (local-clean): Remove *.log.
8981 (warning.log): Built with warn_summary from build.log.
8982 (mail-report.log): Run test_summary.
8983 (mail-report-with-warnings.log): Run test_summary including
8984 warning.log in the report.
252b5132
RH
8985
8986Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
8987
8988 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8989
8990Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
8991
8992 * Makefile.in (grep): Grep no longer depends on libiberty.
8993
8994Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
8995
8996 * Makefile.in: all-snavigator needs all-libgui.
8997
8998Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
8999
9000 * configure.in: Add cygmon and libstub support for mn10300.
9001
9002Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9003
9004 * missing: Update to version from automake 1.3.
9005
9006 * ltmain.sh: On installation, don't get confused if the same name
9007 appears more than once in the list of library names.
9008
9009Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9010
9011 * config.sub: Accept m68060 and m5200 as CPU names.
9012
9013Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9014
9015 * configure: Use && rather than using -a in test, because odd
9016 strings can confuse test.
9017 * configure.in: Likewise.
9018
9019Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9020
9021 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9022
9023Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9024
9025 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9026 bootstrap4-lean): New targets.
9027
9028Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9029
9030 * mpw-* Delete. Not used.
252b5132
RH
9031
9032Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9033
9034 * COPYING.LIB: Update FSF address.
9035
9036Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9037
9038 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9039
9040 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9041 GAS_SUPPORT_DIRS.
9042
9043Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9044
9045 * ltconfig, ltmain.sh: Avoid producing a version number if
9046 -version-info was not used.
9047
9048Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9049
9050 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9051 building with newlib.
9052
90531998-04-30 Paul Eggert <eggert@twinsun.com>
9054
ba73c63f 9055 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9056 Solaris `make' causes it to continue to next definition.
252b5132 9057
afb8d725
JM
9058Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9059
9060 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9061 the right GUI libraries and files are installed along with GDB.
9062
252b5132
RH
9063Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9064
9065 * configure.in: Change alpha to alpha* in several places.
9066
9067Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9068
9069 * config.sub: Recognize sparc86x.
9070
9071Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9072
252b5132
RH
9073 * configure.in (--enable-target-optspace): Remove debug echo.
9074
9075Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9076
9077 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9078
9079Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9080
9081 * ltconfig: Update cygwin32 support.
9082
9083 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9084 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9085 (GDB_SUPPORT_DIRS): Likewise.
9086
9087Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9088
9089 * configure.in (target_makefile_frag): If --enable-target-optspace,
9090 use -Os to compile target libraries rather than -O2. Default to
9091 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9092 not used.
9093 * configure.in (target_cflags): Ditto for d30v.
9094
9095Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9096
9097 * Makefile.in (all-bfd): Depend on all-intl.
9098 (all-binutils): Likewise.
9099 (all-gas): Likewise.
9100 (all-gprof): Likewise.
9101 (all-ld): Likewise.
9102
252b5132
RH
91031998-04-19 Brendan Kehoe <brendan@cygnus.com>
9104
9105 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9106
9107Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9108
9109 * Makefile.in (all-bfd): Depend upon all-libiberty.
9110
9111 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9112
9113Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9114
9115 * Makefile.in: Add libstub.
9116
9117 * configure.in: Ditto. Build libstub for targets that have cygmon
9118 support.
9119
9120Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9121
9122 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9123
9124Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9125
9126 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9127 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9128
9129Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9130
9131 * configure: Define DEFAULT_M4 by searching PATH.
9132 * Makfile.in: Use DEFAULT_M4.
9133
9134Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9135
9136 * ltconfig: Add cygwin32 support.
9137
9138 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9139 to configure and build.
9140
9141Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9142
9143 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9144
9145Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9146
9147 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9148
9149Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9150
9151 * Makefile.in: add ash make rules
9152 * configure.in: add ash to native_only and host_tools lists
9153
9154Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9155
9156 * Makefile.in (all-gettext, all-intl): New targets.
9157 (ALL_MODULES): Added all-gettext, all-intl.
9158 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9159 (INSTALL_MODULES): Added install-gettext, install-intl.
9160 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9161
9162 * configure.in (host_tools): Added gettext.
9163 (native_only): Likewise.
9164 (noconfigdirs) [various cases]: Likewise.
9165 (host_libs): Added intl.
9166
afb8d725
JM
9167Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9168
9169 * configure: Do not disable building gdbtk for cygwin32 hosts.
9170
ba73c63f
JM
9171Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9172
9173 * configure.in: Add thumb-coff target.
9174 * config.sub: Add thumb-coff target.
9175
252b5132
RH
9176Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9177
9178 * Makefile.in: Revert yesterday's change.
9179 (all-target-winsup): all-target-librx stays out of here.
9180
9181Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9182
ba73c63f
JM
9183 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9184 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9185 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9186 Remove references to librx and libg++.
9187
9188Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9189
9190 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9191 recursive makes
9192
9193Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9194
9195 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9196 for newlib directory.
9197 (CXX_FOR_TARGET): Likewise.
9198
9199Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9200
9201 * ltconfig: Update after libtool/ltconfig.in change for
9202 hpux11.
9203
9204Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9205
9206 * ltconfig, ltmain.sh: Update to libtool 1.2.
9207
9208Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9209
9210 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9211 (install-gcc-cross): Instead, override LANGUAGES here.
9212
92131998-03-18 Dave Love <d.love@dl.ac.uk>
9214
9215 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9216 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9217
9218Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9219
9220 * configure.in: Add Thumb-pe target.
9221
9222Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9223
252b5132
RH
9224 * Makefile.in - changed sn targets to snavigator
9225 * configure.in - changed sn targets to snavigator
9226
9227Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9228
9229 * config-ml.in: After building symlink tree call make distclean
9230 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9231 to be the case for libiberty.
9232
9233Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9234
9235 * configure: When making link, also check the current
9236 directory. The configure scripts may create one.
9237
9238Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9239
9240 * config.sub: Accept alphapca56 and alphaev6 properly.
9241
9242Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9243
9244 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9245
252b5132
RH
9246Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9247
80413487 9248 * config.sub (sco5): Fix typo.
252b5132
RH
9249
9250Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9251
9252 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9253 install-itcl.
9254 (install-itcl): Remove dependency on install-tcl.
9255
9256Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9257
9258 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9259
252b5132
RH
9260Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9261
9262 * configure.in: Don't build libgui for a cygwin32 target when not on
9263 a cygwin32 host.
9264
9265Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9266
9267 * configure (redirect): Set to null, so default behavior of
9268 configure is now --verbose.
9269
92701998-02-16 Dave Love <d.love@dl.ac.uk>
9271
9272 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9273 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9274
9275Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9276
9277 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9278 this change to sync Makefile.in with its ChangeLog entries.
9279
9280Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9281
9282 * ltmain.sh (mkdir): Check that the directory doesn't exist
9283 before we exit with error, so that we don't get races during
9284 parallel builds.
9285
9286Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9287
9288 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9289
9290Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9291
9292 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9293 PICFLAG_FOR_TARGET.
9294 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9295
9296 * configure: Emit a definition for the new macro enable_shared
9297 into each Makefile.
9298
252b5132
RH
9299Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9300
9301 * configure.in (host_tools, native_only): Add libtool.
9302
9303Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9304
9305 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9306 Fix typo in ming config comment.
9307
9308Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9309
9310 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9311
9312Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9313
9314 * config.sub: Add tic30 cases, and map c30 to tic30.
9315
ba73c63f
JM
9316Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9317
9318 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9319 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9320 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9321 (CLEAN_TARGET_MODULES): Similarly
9322 (all-target-libf2c): Add dependences.
35590697 9323 * configure.in (target_libs): Add libf2c.
ba73c63f 9324
252b5132
RH
9325Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9326
ba73c63f
JM
9327 * configure.in: Remove expect from noconfigdirs when target
9328 is cygwin32. OK to build expect and dejagnu with Canadian
9329 Cross.
252b5132
RH
9330
9331Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9332
9333 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9334 host.
9335
9336 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9337 and mingw32.
9338
9339Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9340
9341 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9342 here as it is not defined in the toplevel Makefile.
9343
9344Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9345
9346 * configure (package_makefile_rules_frag): New variable, which names
9347 a file with generic rules, ...
9348 Change comment to mention we now have FIVE parts.
9349 * configure: Undo last change.
9350
9351Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9352
9353 * config.guess: More accurate determination of HP processor types.
9354 * config.sub: More accurate determination of HP processor types.
9355
9356Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9357
9358 * configure (package_makefile_frag): Move inserting the
9359 ${package_makefile_frag} to where it should be according
9360 to the comment.
9361
ba73c63f 9362Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9363
9364 * config.guess: Add support for Linux/ARM.
9365
9366Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9367
9368 * .cvsignore: Remove *-info and *-install since they match
9369 release-info and mpw-install, which we don't want to just ignore.
9370
9371Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9372
9373 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9374
9375Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9376
9377 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9378 local_prefix to sub-make invocations.
9379
9380Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9381
9382 * configure.in: Check makefile fragments in the source
9383 directory.
9384
9385Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9386
ba73c63f
JM
9387 * configure.in: Check whether host and target makefile
9388 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9389
9390Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9391
9392 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9393
252b5132
RH
9394Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9395
9396 * configure.in: Make sure we only replace RPATH_ENVVAR on
9397 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9398 regexp to sed.
9399
9400 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9401 to sub-makes.
9402
94031998-01-13 Lee Iverson (leei@ai.sri.com)
9404
9405 * config-ml.in (multi-do): LDFLAGS must include multilib
9406 designator.
9407
9408Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9409
9410 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9411
9412Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9413
9414 * config.sub: Add mingw32 support.
9415 * configure.in: Likewise.
252b5132
RH
9416
9417Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9418
9419 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9420
9421Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9422
9423 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9424 * configure (gxx_include_dir): Provide a definition for subdirs
9425 which do not use autoconf.
9426
9427Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9428
9429 * config.guess: Sync with egcs. Picks up new alpha support,
9430 BeOS & some additional linux support.
9431
ba73c63f 9432Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9433
9434 * config.guess: HP 9000/803 is a PA1.1 machine.
9435
ba73c63f
JM
9436Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9437
9438 * configure.in: It's alpha*-...
252b5132
RH
9439
9440Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9441
ba73c63f
JM
9442 * configure.in (host_makefile_frag, target_makefile_frag):
9443 Handle multiple config files.
9444 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9445 alpha-*-*.
252b5132
RH
9446
9447Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9448
9449 * mkdep: New file.
9450
9451Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9452
9453 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9454
9455Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9456
9457 * Makefile.in: Add libgui directory.
9458 (GDB_TK): Add all-libgui.
9459 * configure.in: Add libgui directory.
9460 * configure: Add all-libgui to GDB_TK.
9461
9462Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9463
9464 * config-ml.in (multidirs): Add m32r to multilib list.
9465
9466Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9467
9468 * Makefile.in (all-target-gperf): Change dependency to
9469 all-target-libstdc++.
9470
9471Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9472
9473 * config.guess: Add BeOS support.
9474
9475Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9476
9477 Source directory cvs renamed to cvssrc:
9478 * configure.in (host_tools): Change cvs to cvssrc.
9479 (native_only): Likewise.
9480 (noconfigdirs) [various cases]: Likewise.
9481 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9482 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9483 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9484 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9485 (all-cvssrc): Rename target from all-cvs.
9486
9487Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9488
9489 * configure (gxx_include_dir): Fix thinko.
9490
9491Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9492
9493 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9494 (install-cross, install-gcc-cross): New targets.
9495
9496Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9497
9498 * configure.in (noconfigdirs): Add support for Thumb target.
9499
9500 * config.sub (maybe_os): Add support for Thumb target.
9501
9502Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9503
9504 * Makefile.in: Add rules for cygmon.
9505
9506 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9507
9508Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9509
9510 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9511 * configure (gxx_include_dir): Provide a definition for subdirs
9512 which do not use autoconf.
9513
9514Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9515
9516 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9517 11/18/97 build
252b5132
RH
9518
9519Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9520
9521 * From Franz Sirl.
9522 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9523 found on RedHat Linux systems.
9524
9525Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9526
9527 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9528 guesses.
9529
9530Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9531
9532 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9533
9534Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9535
9536 * ltmain.sh: If mkdir fails, check whether the directory was created
9537 anyhow by some other process.
9538
9539Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9540
9541 * configure.in (d30v-*-*): Configure all directories.
9542
9543Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9544
9545 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9546 for the D30V.
9547
9548Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9549
9550 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9551
9552Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9553
80413487
RH
9554 * include/libiberty.h: Add extern "C" { so it can be used with C++
9555 progrms.
9556 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9557 programs.
252b5132
RH
9558
9559Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9560
9561 * configure.in (d30v-*-*): Configure GCC now.
9562
9563Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9564
9565 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9566 is no longer needed.
9567
9568Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9569
9570 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9571
9572Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9573
9574 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9575 targets using "$@" to provide support for similar but not identical
9576 targets without having to duplicate code.
9577
9578Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9579
9580 * makefile.vms: Fix to work with DEC C.
9581
9582Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9583
9584 * config.sub: Add mips-tx39-elf to marketing names.
9585
9586Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9587
9588 * ltmain.sh: Handle symlinks in generated script.
9589
9590Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9591
9592 * configure: Handle autoconf style directory options: --bindir,
9593 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9594 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9595 --sysconfdir.
9596 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9597 (sharedstatedir, localstatedir, oldincludedir): New variables.
9598 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9599 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9600 sbindir, sharedstatedir, and sysconfdir.
9601
9602Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9603
9604 * Makefile.in (bootstrap-lean): New target.
9605
9606Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9607
9608 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9609 sn, and gnuserv from noconfigdirs.
252b5132
RH
9610
9611Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9612
9613 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9614
9615Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9616
ba73c63f 9617 * Makefile.in (cross): New target.
252b5132
RH
9618
9619Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9620 Jeff Law <law@cygnus.com>
252b5132
RH
9621
9622 * Makefile.in (bootstrap2, bootstrap3): New targets.
9623 (all-bootstrap): Remove outdated and confusing target.
9624 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9625
afb8d725
JM
9626Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9627
9628 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9629 windows. Consistent with gdb/configure.
afb8d725 9630
252b5132
RH
96311997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9632
252b5132
RH
9633 * configure.in: Name Linux target fragment.
9634
9635 * configure: Rewrite so that project Makefile fragment is inserted
9636 first and appears last in the resulting Makefile.
9637
9638Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9639
9640 * Makefile.in (install-itcl): Install tcl first.
9641
252b5132 9642Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9643
252b5132
RH
9644 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9645
9646Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9647
9648 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9649
9650 * configure.in (skipdirs): Add target-librx for Linux.
9651 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9652
9653Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9654
9655 * Makefile.in (bootstrap): New target.
9656
9657Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9658
9659 * config.sub: Accept 'amigados' for backward compatability.
9660
9661Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9662
9663 * config.guess: Merge with FSF.
9664
ba73c63f
JM
9665Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9666
9667 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9668
252b5132
RH
9669Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9670
9671 * config.sub: Add "marketing-names" patch.
9672
9673Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9674
80413487 9675 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9676
9677Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9678
9679 * config.sub: Handle v850-elf.
9680
ba73c63f
JM
9681Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9682
9683 * .cvsignore (*-install): Remove.
9684
252b5132
RH
9685Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9686
9687 * ltconfig: Set CONFIG_SHELL in libtool.
9688 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9689
9690Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9691
9692 * configure.in (target_subdir): Set to libraries if enable_multilib.
9693
9694Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9695
9696 * config.guess: Update from gcc directory.
9697
9698Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9699
9700 * Makefile.in (all-sim): Depends on all-readline.
9701
9702Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9703
9704 * Makefile.in (BISON, YACC): Use $$s.
9705 (all-bison): Depend on all-texinfo.
9706
9707Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9708
9709 * Makefile.in (BISON): Add -L flag.
9710 (YACC): Likewise.
9711
9712Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9713
35590697
AJ
9714 * configure.in (noconfigdirs): Add support for v850e target.
9715
252b5132
RH
9716 * config.sub (maybe_os): Add support for v850e target.
9717
9718Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9719
35590697
AJ
9720 * configure.in (noconfigdirs): Add support for v850ea target.
9721
252b5132
RH
9722 * config.sub (maybe_os): Add support for v850ea target.
9723
9724Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9725
9726 * config.sub: Add mipstx39. Delete r3900.
9727
9728Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9729
9730 * Makefile.in (all-autoconf): Depends on all-texinfo.
9731
9732Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9733
9734 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9735 eabi targets.
9736
9737Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9738
9739 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9740
9741 * configure: When handling a Canadian Cross, handle YACC as well as
9742 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9743 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9744
9745Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9746
9747 * Makefile.in (BISON): bison, not byacc or bison -y.
9748 (YACC): bison -y or byacc or yacc.
9749 (various): Add *-bison as appropriate.
9750 (taz): No need to mess with BISON anymore.
9751
9752Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9753
9754 * configure: If OSTYPE matches *win32*, try to find a good value for
9755 CONFIG_SHELL.
9756
9757Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9758
9759 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9760 configure.in if it is present.
9761
9762Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9763
9764 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9765
9766Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9767
9768 * config.sub: Recognize `arc' cpu.
9769 * configure.in: Likewise.
9770 * config-ml.in: Likewise.
9771
9772Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9773
9774 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9775
9776Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9777
9778 * configure: Changed sed delimiter from ':' to '|' when
9779 attempting to substitute ${config_shell} for SHELL. On
9780 NT ${config_shell} may contain a ':' in it.
9781
9782Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9783
9784 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9785
9786Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9787
9788 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9789
9790Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9791
9792 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9793
9794 * ylwrap: If the program is a relative path, force it to be
9795 absolute.
9796
9797Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9798
9799 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9800
9801Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9802
9803 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9804 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9805 for libraries.
252b5132
RH
9806
9807Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9808
9809 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9810 separated by spaces.
252b5132
RH
9811
9812Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9813
9814 * ylwrap: New file.
9815 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9816
9817 * ltmain.sh: Handle /bin/sh at start of install program.
9818
9819 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9820
9821 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9822 * missing: New file, from automake 1.2.
9823
9824Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9825
9826 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9827 check-tk to CHECK_X11_MODULES.
9828
9829Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9830
9831 * config.sub: Merge with FSF.
9832
9833Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9834
9835 * config.guess: Merge with FSF.
9836
9837Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9838
9839 * configure: Treat msdosdjgpp like go32.
9840 * configure.in: Likewise. Don't remove gprof for go32.
9841
9842 * configure: Change Makefile.tem2 to Makefile.tm2.
9843
9844Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9845
9846 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9847
9848Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9849
9850 * install-sh (chmodcmd): Set to null if the DST directory already
9851 exists. Same as Nov 11th change.
9852
9853Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9854
35590697 9855 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9856
9857Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9858
9859 * config.guess: Update from FSF.
9860
9861Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9862
9863 * Makefile.in (GDB_TK): Depend on itcl and tix.
9864
9865Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9866
9867 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9868 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9869 (INSTALL_SCRIPT): New variable.
9870 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9871 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9872 to -x.
9873 * install-sh: Add support for -x option.
9874
9875Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9876
9877 * configure.in, Makefile.in: Treat tix like itcl.
9878
9879Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9880
9881 * Makefile.in (WINDRES): New variable.
9882 (WINDRES_FOR_TARGET): New variable.
9883 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9884 (EXTRA_HOST_FLAGS): Add WINDRES.
9885 (EXTRA_TARGET_FLAGS): Add WINDRES.
9886 (EXTRA_GCC_FLAGS): Add WINDRES.
9887 ($(DO_X)): Pass down WINDRES.
9888 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9889 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9890 DLLTOOL_FOR_TARGET.
9891
9892Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9893
9894 * configure.in: configure sim before gdb for win32-x-ppc
9895
9896Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9897
9898 Move gperf into the toplevel, from libg++.
9899 * configure.in (target_tools): Add target-gperf.
9900 (native_only): Add target-gperf.
9901 * Makefile.in (all-target-gperf): New target, depend on
9902 all-target-libg++.
9903 (configure-target-gperf): Empty rule.
9904 (ALL_TARGET_MODULES): Add all-target-gperf.
9905 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9906 (CHECK_TARGET_MODULES): Add check-target-gperf.
9907 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9908 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9909
9910Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9911
252b5132
RH
9912 * config.sub (mn10200): Recognize new basic machine.
9913
9914Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9915
9916 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9917 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9918
9919Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9920
9921 * configure.in: If we're building mips-sgi-irix6* native, turn on
9922 ENABLE_MULTILIB and set TARGET_SUBDIR.
9923
9924Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9925
9926 * Makefile.in (all-sn): Depend on all-grep.
9927
9928Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9929
9930 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9931
9932 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9933 Makefile. From Jeff Makey <jeff@cts.com>.
9934 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9935
9936 * Makefile.in (DISTBISONFILES): Remove.
9937 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9938 $(DEFAULT_YACC).
9939
9940 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9941 cygwin32.
252b5132
RH
9942
9943 * Makefile.in (LD): New variable.
9944 (EXTRA_HOST_FLAGS): Pass down LD.
9945 ($(DO_X)): Likewise.
9946
9947Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9948
9949 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9950
9951Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9952
9953 * configure.in (targargs): Strip out any supplied --build argument
35590697 9954 before adding our own. Always add --build.
252b5132
RH
9955
9956Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9957
9958 * configure.in (targargs): Pass --build if we're doing
9959 a cross-compile.
9960
9961Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9962
ba73c63f 9963 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9964 sed. Otherwise sed chokes on NT path names with drive
9965 designators. Also look for "?:*" as the leading characters in an
9966 absolute pathname.
9967
9968Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9969
9970 * config.sub: Support for r3900.
9971
9972Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9973
9974 * configure.in: Use install-sh, not install.sh.
9975
9976Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9977
9978 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9979 apply it twice.
9980
9981Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9982
9983 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9984 install-binutils.
9985
9986Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
9987
9988 * Makefile.in: Add automake targets.
9989 * configure.in (host_tools): Add automake.
9990
9991Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
9992
9993 * configure: Default CXX to c++, not gcc.
9994 * Makefile.in (CXX): Set to c++, not gcc.
9995 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9996
9997Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
9998
9999 * install-sh: try appending a .exe if source file doesn't
10000 exist
10001
10002Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10003
10004 * configure.in: Turn on multilib by default.
10005 (cross_only): Remove target-libiberty.
10006
10007 * Makefile.in (all-gcc): Don't depend on libiberty.
10008
10009Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10010
10011 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10012
10013Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10014
10015 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10016 (DISTBISONFILES): Add ld/Makefile.in
10017
10018Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10019
10020 * configure.in: if target is cygwin32 but host isn't cygwin32,
10021 don't configure gdb tcl tk expect, not just gdb.
10022
10023Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10024
10025 * configure.in: Added gnuserv everywhere sn appears.
10026
10027 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10028 (CROSS_CHECK_MODULES): Added check-gnuserv.
10029 (INSTALL_MODULES): Added install-gnuserv.
10030 (CLEAN_MODULES): Added clean-gnuserv.
10031 (all-gnuserv): New target.
10032
10033Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10034
10035 * config.guess: Fixes for MIPS OpenBSD systems.
10036
10037Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10038
10039 * Makefile.in (INSTALL_XFORM): Remove.
10040 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10041
10042 * mkinstalldirs: New file, copied from automake.
10043 * Makefile.in (installdirs): Rename from install-dirs. Use
10044 mkinstalldirs. Change all users.
10045 (DEVO_SUPPORT): Add mkinstalldirs.
10046
10047Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10048
10049 * install-sh: Rename from install.sh.
10050 * Makefile.in (INSTALL): Change install.sh to install-sh.
10051 (DEVO_SUPPORT): Likewise.
10052
10053 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10054 Graichen <graichen@rzpd.de>.
10055
10056Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10057
10058 * config.guess: Recognize OpenBSD systems correctly.
10059
10060Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10061
10062 * README, Makefile.in (ETC_SUPPORT): Remove references to
10063 cfg-paper*, configure.{texi,man,info*}._
10064
10065Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10066
10067 * Makefile.in (all.normal): Ensure that gcc is built after all
10068 the x11 - ie gdb - targets.
10069
10070Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10071
10072 * makefile.vms: Don't run conf-a-gas.
10073
10074Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10075
80413487 10076 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10077
10078Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10079
10080 * configure.in: Remove noconfigdirs case since gdb also
10081 configures and builds for tic80-coff.
10082
10083Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * configure: Set cache_file to config.cache.
10086 * Makefile.in (local-distclean): Remove config.cache.
10087
10088Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * COPYING: Update FSF address.
10091
10092Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10093
10094 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10095 noconfigdirs.
10096
10097Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10098
10099 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10100 MAKEDIRS, is empty.
10101
10102Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10103
10104 * config.sub: Tweak mn10300 entry.
10105
10106Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10107
10108 * configure.in (host_tools): Put sim before gdb, so gdb's
10109 configure.tgt can determine if the simulator was configured.
10110
10111Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10112
10113 * config.sub: Move BeOS $os case to be with other Cygnus
10114 local cases.
10115
10116Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10117
10118 * config.sub: Remove misplaced comment that broke Linux.
10119
10120Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10121
10122 * config.sub: Add BeOS support.
10123
10124Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10125
10126 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10127
10128Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10129
10130 * configure.in (noconfigdirs): Remove tcl and tk from
10131 noconfigdirs for cygwin32 builds.
10132
10133Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10134
10135 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10136
10137Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10138
10139 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10140 make-all.com, use makefile.vms instead.
10141
10142Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10143
10144 * config.sub: Accept -lnews*.
10145
10146Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10147
10148 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10149 target-examples and target-libiberty for d30v.
252b5132
RH
10150
10151Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10152
10153 * configure.in (noconfigdirs): Enable ld for d30v.
10154
10155Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10156
10157 * configure.in (tic80-*-*): Build compiler.
10158
10159Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10160
10161 * configure.in (d30v-*): Remove sim directory from list of
35590697 10162 unsupported d30v directories
252b5132
RH
10163
10164Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10165
35590697
AJ
10166 * config.sub, configure.in: Add d30v target cpu.
10167
252b5132
RH
10168Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10169
10170 * makefile.vms: New file.
10171 * make-all.com: Remove.
10172
10173Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10174
10175 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10176
10177Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10178
10179 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10180
10181Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10182
10183 * Makefile.in (ALL_MODULES): Added all-db.
10184 (CROSS_CHECK_MODULES): Addec check-db.
10185 (INSTALL_MODULES): Added install-db.
10186 (CLEAN_MODULES): Added clean-db.
10187
10188Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10189
10190 * config.guess: Merge with latest FSF sources.
10191
10192Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10193
10194 * Makefile.in (ALL_MODULES): Added all-itcl.
10195 (CROSS_CHECK_MODULES): Added check-itcl.
10196 (INSTALL_MODULES): Added install-itcl.
10197 (CLEAN_MODULES): Added clean-itcl.
10198
10199Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10200
10201 * configure.in: build gdb for mn10200
10202
10203Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10204
10205 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10206
10207Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10208
10209 * configure.in (tic80-*-*): Turn off most targets right now.
10210
10211Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10212
10213 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10214 rather than the makeinfo program.
10215 (do-info): Depend upon all-texinfo.
10216
10217Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10218
10219 * configure.in: Remove uses of config/mh-linux.
10220
10221 * config.sub, config.guess: Merge with latest FSF sources.
10222
10223Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10224
10225 * config.sub (case $basic_machine): Add tic80 entries.
10226
10227Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10228
10229 * config.sub, config.guess: Merge with latest FSF sources.
10230
10231Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10232
10233 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10234 * mpw-config.in: Test for NewFolderRecursive.
10235 * mpw-install: Use symbolic name for startup filename.
10236 * mpw-README: Add various additional details.
10237
10238Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10239
10240 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10241
10242Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10243
10244 * configure.in: Do build gcc and the target libraries for
10245 the mn10200.
10246
10247Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10248
10249 * configure.in: don't avoid building gdb for mn10300 any more
10250 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10251 instead of single-quoting it.
10252
10253Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10254
10255 * configure.in: Don't use --with-stabs on IRIX 6.
10256
10257Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10258
10259 * configure.in (m32r): Build gdb, libg++ now.
10260
10261Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10262
10263 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10264 directories from noconfigdirs.
10265
10266Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10267
10268 * config.sub (basic_machine): added mips16 configuration
10269
10270Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10271
10272 * config.sub: Handle d10v-unknown.
10273
10274Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10275
10276 * config.sub: Handle v850-unknown.
10277
10278Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10279
10280 * Makefile.in: add findutils
10281 * configure.in: add findutils to list of host_tools
10282
10283Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10284
10285 * config.sub: Handle mn10200 and mn10300.
10286
10287Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10288
10289 * configure.in (d10v-*): Do not build librx.
10290
10291Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10292
10293 * configure.in (mn10300): Build everything except gdb & libgloss.
10294
10295Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10296
10297 * config.guess: Patch for Dansk Data Elektronik servers,
10298 from Niels Skou Olsen <nso@dde.dk>.
10299
10300 For ncr, use /bin/uname rather than uname, since GNU uname does not
10301 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10302
10303 Patch for MIPS R4000 running System V,
10304 from Eric S. Raymond <esr@snark.thyrsus.com>.
10305
10306 Fix thinko for nextstep.
10307
10308 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10309
10310 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10311 * config.guess: Guess mips-dec-mach_bsd4.3.
10312
10313 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10314 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10315 release numbers.
10316 * config.guess (mips-mips-riscos*): Emit just enough of the
10317 release number.
10318
10319 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10320 * config.guess (sparc-auspex-sunos*): Added.
10321 (f300-fujitsu-*): Added.
10322
10323 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10324 * config.guess: Recognize a Tadpole as a sparc.
10325
10326Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10327
10328 * config.guess: Don't assume that NextStep version is either 2 or
10329 3. NextStep 4 (aka OpenStep 4) has come out now.
10330
10331Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10332
10333 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10334 From Rik Faith <faith@cs.unc.edu>.
10335
10336Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10337
10338 * config.sub: Contributions from bug-gnu-utils to:
10339 Support plain "hppa" (no version given) architecture, reported by
10340 OpenStep.
10341 OpenBSD like NetBSD.
10342 LynxOs is not a hardware supplier.
10343
10344 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10345 OpenBSD like NetBSD.
252b5132
RH
10346 Stratus systems.
10347 More Pyramid systems.
10348 i[n>4]86 Intel chips.
10349 M680[n>4]0 Motorola chips.
10350 Use unknown instead of lynx for hardware manufacturer.
10351
10352Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10353
10354 * install.sh (chmodcmd): Set to null if the DST directory already
10355 exists.
10356
10357Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10358
10359 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10360 not use mt-ppc target Makefile fragment any more.
10361
10362Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10363
10364 * configure.in (*-*-windows): Exclude everything but those dirs
10365 needed to build windows.
10366
10367Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10368
10369 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10370
10371Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10372
10373 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10374
10375Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10376
10377 * Undo my previous change.
10378
10379Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10380
10381 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10382 unconditionally.
10383 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10384
10385Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10386
10387 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10388 host to add it's own flags.
252b5132
RH
10389
10390Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10391
10392 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10393
10394Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10397 (CXX_FOR_TARGET): Likewise.
10398 (GCC_FOR_TARGET): Define.
10399 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10400 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10401 CC_FOR_TARGET was specified on the command line.
10402 (MAKEOVERRIDES): Don't define.
10403
10404Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10405
10406 * configure.in (m32r): Fix spelling of libg++ libs.
10407
10408Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10409
10410 * config.sub (-apple*): Remove, now redundant.
10411
10412Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10413
10414 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10415
10416 * configure: Rework yesterday's sed script patch.
10417
10418 * config.sub: Merge with FSF.
10419
10420Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10421
10422 * config.guess: Merge from FSF.
10423
10424 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10425 * config.guess: Use pc instead of unknown, for pc clone systems.
10426 Change linux to linux-gnu.
252b5132
RH
10427
10428 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10429 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10430
10431Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10432
10433 * test-build.mk (HOLES): Add "xargs" for gdb.
10434
10435 * configure: Avoid hpux10.20 sed bug.
10436
10437Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10438
4bddf3ad 10439 * configure.in: Add support for windows host
252b5132
RH
10440 (that is a build done under the Microsoft build environment).
10441
10442Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10443
10444 * Makefile.in: Replace all uses of srcroot with s, to shrink
10445 command line lengths.
10446
10447 Patches from Geoffrey Noer <noer@cygnus.com>:
10448 * configure.in: If configuring for newlib, pass --with-newlib to
10449 subdirectories.
10450 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10451 -Bnewlib/ and -Lwinsup to gcc.
10452 (CXX_FOR_TARGET): Likewise.
10453
10454Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10455
10456 * Makefile.in (ETC_SUPPORT): Add configure.
10457
10458Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10459
35590697 10460 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10461 host configuration file.
10462
10463Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10464
10465 * configure.in: Break mn10x00 support into separate
10466 mn10200 and mn10300 configurations.
10467 * config.sub: Likewise.
10468
10469Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10470
10471 * configure.in: Add lots of stuff to noconfigdirs for
10472 the mn10x00 targets.
10473
10474 * config.sub, configure.in: Add mn10x00 support.
10475
10476Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10477
10478 * make-all.com: Call conf-a-gas, not config-a-gas.
10479
10480Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10481
10482 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10483 targets.
252b5132
RH
10484
10485Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10486
10487 * mpw-README: Add much more detail for native PowerMac.
10488 * mpw-install: New file.
10489 * mpw-configure: Add --norecursion and --help options.
10490 * mpw-config.in: Translate readme and install files when
10491 copying to objdir.
10492 * mpw-build.in: Don't always depend on byacc and flex.
10493 (install-only-top): New action.
10494
10495Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10496
10497 * configure.in: You can now configure GDB for the v850.
10498
10499Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10500
10501 * configure.in (noconfigdirs): Don't configure any C++ dirs
10502 if targeting D10V.
10503
10504Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10505
10506 * config.sub: Recognize mips64vr5000.
10507
10508Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10509
10510 * configure.in: Use a single line for host_tools and native_only.
10511
10512Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10513
10514 * config.sub, configure.in: Add entries for m32r.
10515
10516Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10517
10518 * Makefile.in (inet-install): Don't run install-gzip.
10519
10520Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10521
10522 * configure.in: Don't config lots of things for *-*-windows*.
10523
10524Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10525
10526 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10527 (host_libs, host_tools): Copy from configure.in.
10528 * mpw-configure: Don't complain about directories not found.
10529
10530Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10531
10532 * configure.in (i[345]86): Recognize i686 for pentium pro.
10533 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10534 file.
10535
10536 * config.guess (i[345]86): Ditto.
10537
10538Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10539
10540 * configure.in (noconfigdirs): Removed gdb for D10V.
10541
10542Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10543
10544 * configure.in: Remove ld, target-libio, target-libg++, and
10545 target-libstdc++ from noconfigdirs.
10546
10547Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10548
10549 * configure: Fix three locations where shell scripts were
10550 being run directly rather than with config_shell.
10551
10552Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10553
10554 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10555 * config.sub (basic_machine): Recognize v850.
10556
10557Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10558
10559 * mpw-configure: Handle multiple enable/disable options and
10560 pass them down recursively, handle -c and -s flags appropriately
10561 depending on choice of compiler, add escape mechanism for
10562 quoted arguments to gC.
10563
10564Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10565
10566 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10567 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10568 so that -mrelocatable-lib and -mno-eabi are used.
10569
10570 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10571 not support --print-multi-lib, don't abort.
10572
252b5132
RH
10573Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10574
10575 * make-all.com: Run config-a-gas.
10576 * setup.com: Don't copy subdirectory files around.
10577
10578Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10579
10580 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10581 target, it now compiles correctly.
10582
10583Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10584
10585 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10586
10587Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10588
35590697 10589 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10590
10591Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10592
10593 * configure.in (native_only): Add prms.
10594
10595Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10596
10597 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10598 (BINUTILS_SUPPORT_DIRS): Likewise.
10599
10600Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10601
10602 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10603 d10v support is added.
10604
10605Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10606
10607 * configure.in (d10v-*-*): New target.
10608
10609Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10610
10611 * config.guess (HP 9000/811): Recognize this as a PA1.1
10612 machine.
10613
10614Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10615
10616 * Makefile.in (do-tar-gz): New target, split out from tail end of
10617 taz target. Run each command separately, don't use pipes.
10618 (taz): Use it.
10619
10620Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10621
10622 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10623 * mpw-build.in: No builds should depend on building byacc or flex,
10624 they are assumed to be installed already.
10625
10626Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10627
10628 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10629 variable that CC_FOR_TARGET needs.
10630
10631Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10632
10633 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10634 options have changed since the last time the subdirectory was
10635 configured, and if it has, reconfigure.
10636 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10637 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10638
10639Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10640
10641 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10642 CLEAN_MODULES): Add bash.
10643 (all-bash): New target.
10644
10645Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10646
10647 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10648
10649Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10650
10651 * config.sub (basic_machine): Recognize d10v as a valid processor.
10652
10653Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10654
10655 * mpw-configure: Add support for --bindir.
10656 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10657
10658Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10659
10660 * configure.in: add bash, time, gawk to list of hosttools and things
10661 to only build for native toolchains
10662
10663Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10664
10665 * Makefile.in (docdir): Remove.
10666
10667Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10668
10669 * Makefile.in (datadir): Set to $(prefix)/share.
10670
10671Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10672
10673 * configure.in: build diff and patch for cygwin32-hosted
10674 toolchains.
10675
10676Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10677
10678 * config.sub: Accept -rtems*.
10679
10680Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10681
80413487 10682 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10683 remove diff from the list of things not buildable
10684 via Canadian Cross
252b5132
RH
10685
10686Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10687
10688 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10689 don't get ". ".
252b5132
RH
10690
10691Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10692
10693 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10694
10695Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10696
10697 * Makefile.in (taz): Handle case where tex3patch didn't even get
10698 checked out. Also, if it was found, put the symlink in a new util
10699 subdirectory.
10700
10701Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10702
10703 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10704
10705Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10706
10707 * config.sub: Recognize -openvms.
10708 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10709 * make-all.com, setup.com: New files.
10710
10711Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10712
10713 * Makefile.in (taz): tex3patch moved to texinfo/util.
10714
10715Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10716
afb8d725 10717 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10718 * configure.in: remove make from disable-if-Can-Cross list
10719 enable gdb if ${host} and ${target} are cygwin32
10720
10721Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10722
10723 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10724 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10725
10726Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10727
10728 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10729 distinguish sysv/svr4/bsd variants.
10730 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10731
10732Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10733
10734 * configure.in: Added copyright notice.
10735 * move-if-change: Added copyright notice.
10736
10737Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10738
10739 * configure.in (powerpcle-*-solaris*): Until we get shared
10740 libraries working, don't build gdb, sim, make, tcl, tk, or
10741 expect.
10742
10743Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10744
10745 * config.guess: Merge with FSF:
10746
10747 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10748 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10749
10750 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10751 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10752
10753 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10754 * config.guess: Combine two OSF1 rules.
10755 Also recognize field test versions. From mjr@zk3.dec.com.
10756 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10757 because GNU uname does not support -p. From pmr@pajato.com.
10758
10759Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10760
10761 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10762
10763Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10764
10765 * mpw-README: Document GCCIncludes.
10766
10767Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10768
10769 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10770
10771Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10772
10773 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10774
10775Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10776
10777 * configure.in (*-*-cygwin32): Configure make.
10778
10779Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10780
10781 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10782
10783Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10784
10785 * Makefile.in (all-inet): Depend on all-perl.
10786
10787 * Makefile.in (inet-install): New target.
10788
10789 * Makefile.in (all-inet): Depend on all-tcl.
10790 (all-inet): Depend on all-send-pr.
10791
10792Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10793
10794 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10795 temporarily.
10796
10797Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10798
10799 * configure.in: Don't configure --with-gnu-ld on AIX.
10800
10801Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10802
10803 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10804
10805Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10806
10807 * Makefile.in (ALL_MODULES): Added all-inet.
10808 (CROSS_CHECK_MODULES): Added check-inet.
10809 (INSTALL_MODULES): Added install-inet.
10810 (CLEAN_MODULES): Added clean-inet.
10811 (all-indent): New target.
10812
10813 * configure.in (host_tools): Added inet.
10814 (native_only): Added inet.
10815 (noconfigdirs): Added inet.
10816
10817Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10818
10819 * configure.in: Don't configure libgloss if we are not configuring
10820 newlib.
10821
10822Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10823
10824 * configure.in: Don't configure libgloss for unsupported
10825 architectures.
10826
10827Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10828
10829 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10830
10831Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10832
10833 * Makefile.in (ALL_MODULES): Include all-apache.
10834 (CROSS_CHECK_MODULES): Include check-apache.
10835 (INSTALL_MODULES): Include install-apache.
10836 (all-apache): New target.
10837
10838 * configure.in: Added apache everywhere perl is seen.
10839
10840Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10841
10842 * Makefile.in: Add support for clean-{module} and
10843 clean-target-{module} rules.
10844
10845Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10846
10847 * configure.in (*-*-ose) do not build libgloss.
10848
10849Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10850
10851 * config.guess (prep*:SunOS:5.*:*): Turn into
10852 powerpele-unknown-solaris2.
10853
10854Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10855
10856 * configure.in: Permit --enable-shared to specify a list of
10857 directories.
10858
10859Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10860
10861 * configure.in (host==solaris): Pass only the first word of $CC
10862 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10863
10864Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10865
10866 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10867
10868Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10869
10870 * Makefile.in (ALL_MODULES): Include all-perl.
10871 (CROSS_CHECK_MODULES): Include check-perl.
10872 (INSTALL_MODULES): Include install-perl.
10873 (ALL_X11_MODULES): Include all-guile.
10874 (CHECK_X11_MODULES): Include check-guile.
10875 (INSTALL_X11_MODULES): Include install-guile.
10876 (all-perl): New target.
10877 (all-guile): New target.
10878
10879 * configure.in (host_tools): Include perl and guile.
10880 (native_only): Include perl and guile.
10881 (noconfigdirs): Don't build guile and perl; no ports have been
10882 done.
10883
10884Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10885
80413487
RH
10886 * configure (--enable-*): Handle quoted option lists such as
10887 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10888
10889Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10890
10891 * Makefile.in ({,inst}all-target): New rule so we can make and
10892 install all of the target directories easily.
10893
10894Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10895
10896 * configure.in: Add missing global flag in sed substitution when
10897 deleting `target-' from ${configdirs}.
10898
10899Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10900
10901 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10902 option.
10903
10904 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10905 config/mh-necv4.
10906
10907 * install.sh: Correct misspelling of transformbasename.
10908
10909 * config.guess: Recognize mips-*-sysv*.
10910
10911Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10912
10913 * config.sub: Recognize mon960.
10914
10915Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10916
10917 * configure: Restore Canadian Cross handling of BISON and LEX,
10918 removed in Feb 20 change.
10919
10920Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10921
10922 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10923 Mention make install. Remove the old copyright date as well the
10924 clumsy and rather pointless copyright on the README file.
10925
10926Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10927
10928 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10929 Makefile after running symlink-tree, then run `make distclean' to
10930 avoid clobbering any generated files in srcdir.
10931
10932Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10933
10934 * configure.in (m68k-*-netbsd*): Build everything now.
10935
10936Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10937
10938 * Makefile.in (taz): Fix quoting.
10939
10940Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10941
10942 * configure.in (sparclet-*-*): Build everything now.
10943
10944Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10945
10946 * configure.in (m68k-*-linux*): New host.
10947
10948Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10949
10950 * configure: Check for bison before byacc.
10951
10952Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10953
10954 * Makefile.in configure: Change the way LEX and BISON/YACC are
10955 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10956 searching PATH. These are used as fallbacks by Makefile.in if
10957 flex/bison/byacc aren't in objdir.
10958
10959Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10960
10961 * Makefile.in: Make everything which depends upon all-bfd also
10962 depend upon all-opcodes, in case --with-commonbfdlib is used.
10963
10964Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10965
10966 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10967 building NT native compilers on Unix.
10968
10969Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10970
10971 * configure.in: Don't get CC from the host Makefile fragment if we
10972 can find gcc in PATH, or if this is a Canadian Cross. Move the
10973 Solaris test for /usr/ucb/cc to the post target script, just after
10974 the compiler sanity test.
10975
10976Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * config.sub: Merge with FSF.
10979
10980Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10981
10982 * Makefile.in (RPATH_ENVVAR): New variable.
10983 (REALLY_SET_LIB_PATH): Use it.
10984 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10985
10986Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
10987
10988 * config.sub, configure.in: Recognize sparclet cpu.
10989
10990Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10991
10992 * config.guess: Support m68k-cbm-sysv4.
10993
10994Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10995
10996 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10997 m68k-unknown-linuxaout from linker help string. Put quotes around
10998 $ld_help_string.
10999
11000Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11001
11002 * config.guess (powerpc-harris-powerunix): Add guess for port
11003 to new target.
11004
11005Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11006
11007 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11008
11009Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11010
11011 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11012 $(REALLY_SET_LIB_PATH) in Makefile.
11013 * Makefile.in (SET_LIB_PATH): New variable.
11014 (REALLY_SET_LIB_PATH): New variable.
11015 ($(DO_X)): Use $(SET_LIB_PATH).
11016 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11017 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11018 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11019 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11020 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11021 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11022 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11023 (install-dosrel): Likewise.
11024 (all-opcodes): Depend upon all-libiberty.
11025
11026Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11027
11028 * config.guess (*:CYGWIN*): New
11029
11030Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11031
11032 * Makefile.in (all-target-winsup): All all-target-libiberty.
11033
11034Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11035
11036 * configure.in (noconfigdirs): Add missing # in front of comment.
11037
11038Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11039
11040 * configure.in: add second pass to things added to noconfigdirs
11041 so *-gm-magic can exclude libgloss properly.
11042
11043Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11044
11045 * mpw-configure (extralibs_name, rez_name): Set correctly
11046 for MWC68K compiler.
11047
11048 * mpw-README: Add more info on the necessary build tools.
11049
11050Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11051
11052 * configure.in, config.sub: Recognize cygwin32.
11053
11054Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11055
11056 * config.guess, config.sub: Recognize A/UX.
11057
11058Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11059
11060 * config.sub: Merge with gcc/config.sub.
11061
11062Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11063
11064 * mpw-build.in (do-binutils): Add build of stamps.
11065
11066Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11067
11068 * config.sub: Add recognition for mips64vr4100*-* targets.
11069
11070Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11071
11072 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11073 Add creation of gconfigargs with `--enable-shared' turned on.
11074 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11075 ($(host)-stamp-stage3-configured): Likewise.
11076 (HOLES): Add chatr and ldd.
11077 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11078
11079Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11080
11081 * configure: Pass --nfp to recursive configures.
11082
11083Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11084
11085 * Makefile.in (DLLTOOL): New.
11086 (DLLTOOL_FOR_TARGET): New.
11087 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11088 (EXTRA_TARGET_FLAGS): Ditto.
11089 (EXTRA_GCC_FLAGS): Ditto.
11090 (CONFIGURE_TARGET_MODULES): Ditto.
11091 (DO_X): Ditto.
11092 * configure: Add DLLTOOL.
11093
11094Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11095
11096 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11097 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11098 mh-sco, since old workarounds no longer needed, and don't
11099 build ld, since libraries have weak symbols in COFF.
11100
11101Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11102
11103 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11104
11105Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11106
11107 * configure.in: Make sure that ${CC} can be used to compile an
11108 executable.
11109
afb8d725
JM
11110Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11111
11112 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11113 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11114 nothing depending on whether gdbtk is being built.
11115
252b5132
RH
11116Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11117
11118 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11119
11120Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11121
11122 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11123 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11124
11125Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11126
11127 * config-ml.in: Add support for
11128 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11129 Simplify setting of multidirs from --disable-foo.
11130
11131Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11132
11133 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11134 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11135 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11136 non-empty, pass them on to the GCC make.
252b5132
RH
11137 (all-bootstrap): New rule that is like all-gcc, except it executes
11138 the GCC bootstrap rule instead of the GCC all rule.
11139
11140Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11141
11142 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11143
11144Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11145
11146 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11147 DG/UX support.
11148
11149Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11150
11151 * config.sub (i*86*) Change [345] to [3456]
11152
11153Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11154
11155 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11156 --with-gnu-ld=no.
11157
11158Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11159
11160 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11161 AIX multilibs get built.
11162
11163Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11164
11165 * configure.in (i386-win32): Don't build expect if we're not
11166 building the tcl subdir.
11167
11168Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11169
11170 * Makefile.in: (configure-target-examples, all-target-examples):
11171 New targets, configure and build example programs.
11172
11173Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11174
11175 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11176 use it as input to sedit the generated MPW makefile.
11177 * mpw-README: Add a suggestion about Gestalt.h.
11178
11179Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11180
11181 * config.sub: Accept *-*-ieee*.
11182
11183Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11184
11185 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11186 Ronald F. Guilmette <rfg@monkeys.com>.
11187
11188Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11189
11190 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11191 for powerpc-pe native.
11192 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11193 (target==powerpc-pe): duplicate i386-win32 entry.
11194
11195Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11196
11197 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11198 of vxworks, not just vxworks5.1.
11199
11200Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11201
11202 * mpw-configure: Add support for exec-prefix.
11203
11204Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11205
11206 * config.guess: Recognize HP model 816 machines as having
11207 a PA1.1 processor.
11208
11209Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11210
11211 * configure: Ignore new autoconf configure options.
11212
252b5132
RH
11213Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11214
11215 * config.guess: Recognize Pentium under SCO.
11216 From Robert Lipe <robertl@arnet.com>.
11217
11218Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11219
11220 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11221
11222Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11223
11224 * configure.in: Don't configure gas for alpha-dec-osf*.
11225
11226Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11227
11228 * configure.in: Default to --with-stabs for some targets for which
11229 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11230 i[345]86*-*-unixware*.
11231
11232Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11233
11234 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11235 rather than basing it on the target. Simplify handling of options
11236 controlling which directories to configure. Remove extraneous
11237 slash in multi-clean target.
11238
11239Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11240
11241 * config-ml.in: Prefix more variables with ml_ so they don't collide
11242 with configure's.
11243
11244Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11245
11246 * configure: Don't turn -v into --v.
11247
11248Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11249
11250 * configure.in (targargs): Fix typo.
11251
11252 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11253
11254Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11255
11256 * configure.in: Strip --host and --target options from
11257 CONFIG_ARGUMENTS, and always configure for --host only. Add
11258 --with-cross-host option when building with a cross-compiler.
11259 * configure: Canonicalize the arguments put into config.status by
11260 always using `=' for an option with an argument. Pass a presumed
11261 --host or --target explicitly.
11262
11263Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11264
11265 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11266 into general OS recognition case.
11267
11268Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11269
11270 * configure.in (target_configdirs): add target-winsup only
11271 for win32 target systems.
11272
11273Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * Makefile.in (all-target-libgloss): Depend upon
11276 configure-target-newlib, since when libgloss is built it looks to
11277 see if the newlib directory exists.
11278
11279Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11280
11281 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11282 cfg-ml-*.in.
11283
11284Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11285
11286 * configure: Handle LD and LD_FOR_TARGET when configuring a
11287 Canadian Cross.
11288
252b5132
RH
11289Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11290
11291 * configure.in (target_libs): add target-winsup.
11292 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11293 (target==ppcle-pe): remove ld from $noconfigdirs.
11294
11295Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11296
11297 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11298 Preserve relative path names in $srcdir. Build symlink tree if
11299 configuring cross target dir and srcdir=. (= no VPATH support).
11300 (configure-target-libg++): Depend on configure-target-librx.
11301 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11302 * config-ml.in: New file.
11303 * symlink-tree: New file.
11304 * configure: Ensure srcdir="." if that's what it is.
11305
11306Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11307
11308 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11309 includes and FLEX_SKELETON setting.
11310 * mpw-configure (--with-gnu-ld): New option, controls whether
11311 to use PPCLink or ld with PowerMac GCC.
11312 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11313 * mpw-config.in: Configure grez if targeting Mac.
11314
11315 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11316 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11317 just macos.
252b5132
RH
11318 * configure.in: Configure grez resource compiler if targeting Mac.
11319 * Makefile.in (all-grez, install-grez): New targets.
11320
11321Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11322
11323 * configure: CXX defaults to gcc, not g++. If we find
35590697 11324 gcc in the path, set CC to gcc -O2.
252b5132
RH
11325
11326Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11327
11328 * configure: Default ${build} correctly. Avoid picking up extra
11329 spaces when reading CC and CXX from Makefile. When doing a
11330 Canadian Cross, use plausible default values for numerous
11331 variables.
11332 * configure.in: When doing a Canadian Cross, don't try to
11333 configure tools whose configure script can't handle it.
11334
11335Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11336
11337 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11338
11339Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11340
11341 * configure: Remove dubious bug reporting address.
11342
11343Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11344
11345 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11346 configure script, run that instead of this directory's configure.
11347 In either case, print a message that we're configuring the sub-dir.
11348
11349Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11350
11351 * configure.in: Before checking for the existence of various files,
11352 use sed to filter out "target-".
11353
11354Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11355
11356 * Makefile.in (DO_X): Split rule to decrease command line length
11357 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11358 (Philippe De Muyter).
11359
11360Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11361
11362 * Makefile.in (all-patch): depend on all-libiberty.
11363
11364Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11365
11366 * configure.in: If the only directory in target_configdirs which
11367 actually exists is libiberty, then set target_configdirs to empty,
11368 to avoid trying to build a target libiberty in a gas or gdb
11369 distribution.
11370
11371Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11372
11373 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11374 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11375 systems.
252b5132
RH
11376
11377Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11378
11379 * configure.in (copy_dirs): Use sys-include instead of include
11380 for --with-headers option.
11381
11382Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11383
11384 * Makefile.in, configure.in: Make winsup builds work with
11385 new scheme.
11386
11387Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11388
11389 * configure.in: Build the linker on AIX.
11390
11391Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11392
11393 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11394 where needed.
11395
11396Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11397
11398 * Makefile.in (all-gcc): Fix typo.
11399
11400Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11401
11402 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11403
11404Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11405
11406 * configure.in: Rename libFOO to target-libFOO, and xiberty
11407 to target-xiberty, to provide more flexibility.
11408 (target_subdir): Define. Create if cross.
11409 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11410 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11411 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11412 check-libFOO -> check-target-libFOO, etc.
11413 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11414 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11415 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11416 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11417 allow ALL_GCC="" to only configure.
11418 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11419 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11420 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11421
11422Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11423
11424 * Makefile.in (taz): Build "info" in etc explicitly.
11425
11426Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11427
11428 * configure.in: Make sure that CC is undefined (as opposed to
11429 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11430 problem with autoconf trying to configure on a host without GCC.
11431
11432Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11433
11434 * mpw-configure: Set host alias from choice of host compiler,
11435 only use generic MPW Makefile sed if present, edit a file
11436 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11437 * mpw-README: Add problem notes about CW6 and CW7.
11438
11439Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11440
11441 * Makefile.in (taz): Use ";" instead of ";;".
11442
11443Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11444
11445 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11446 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11447 DISTDOCDIRS.
11448 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11449 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11450
11451Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11452
11453 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11454 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11455 Move bfd to DISTSTUFFDIRS.
11456
11457Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11458
11459 * Makefile.in (X11_LIB): Removed.
11460 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11461
11462 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11463
11464Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11465
11466 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11467 names.
11468
11469Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11470
11471 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11472
11473Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11474
11475 * configure.in (i[345]86-*-win32): Always build newlib.
11476 Don't configure cvs, autoconf or texinfo.
11477 * Makefile.in (LD_FOR_TARGET): New.
11478 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11479 Pass down LD_FOR_TARGET.
11480
11481Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11482
11483 * winsup: New directory.
11484 * Makefile.in: Build winsup.
11485 * configure.in: Winsup is configured when target is win32.
11486 Can only build win32 target GDB when native.
35590697 11487
252b5132
RH
11488Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11489
11490 * config.guess: Recognize HP model 819 machines as having
11491 a PA 1.1 processor.
11492
11493Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11494
11495 * configure: Fix sed loop which substitutes for CC and CXX to
11496 avoid bug found in various sed implementations.
11497
11498Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11499
11500 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11501 simulator. Use standard powerpc-*-eabi*.
11502
11503Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11504
11505 * configure.in: Stop putting gas and binutils in noconfigdirs for
11506 powerpc-*-aix* and rs6000-*-*.
11507
11508Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11509
11510 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11511 -mcall-aixdesc libraries.
11512
11513Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11514
11515 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11516
11517 * config.sub (arm | armel | armeb): Fix shell syntax.
11518
11519Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11520
11521 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11522 -msoft-float and -mcpu=common support.
11523 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11524 libraries.
11525
11526Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11527
11528 * configure.in: Allow configuration and build of emacs19 for the alpha.
11529
11530Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11531
11532 * configure.in (CC): Get ^CC, not just any old CC, from
11533 ${host_makefile_frag}.
11534
11535Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11536
35590697 11537 * configure.in (CC): Try to get CC from
252b5132
RH
11538 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11539
11540Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11541
11542 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11543 only if it exists in $(srcdir).
11544
11545Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11546
11547 * configure: If CC and CXX are not set in the environment, set
11548 them, based on either an existing Makefile or on searching for gcc
11549 in PATH. Substitute for CC and CXX in Makefile.
11550 * configure.in: Remove libm from target_libs. Separate
11551 target_configdirs from configdirs. If CC is not set in
11552 environment, try to get it from a host Makefile fragment. Rewrite
11553 changes of configdirs to use skipdirs instead. A few minor
11554 tweaks. Take directories out of target_configdirs as they are
11555 taken out of configdirs. Remove existing Makefile files from
11556 subdirectories. Substitute for TARGET_CONFIGDIRS and
11557 CONFIG_ARGUMENTS in Makefile.
11558 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11559 by configure.in.
11560 (CONFIG_ARGUMENTS): Likewise.
11561 (CONFIGURE_TARGET_MODULES): New variable.
11562 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11563 ($(CONFIGURE_TARGET_MODULES)): New target.
11564 (configure-libg++, configure-libio): New targets.
11565 (all-libg++): Depend upon configure-libg++.
11566 (all-libio): Depend upon configure-libio.
11567 (configure-libgloss, all-libgloss): New targets.
11568 (configure-libstdc++): New target.
11569 (all-libstdc++): Depend upon configure-libstdc++.
11570 (configure-librx, all-librx): New targets.
11571 (configure-newlib): New target.
11572 (all-newlib): Depend upon configure-newlib
11573 (configure-xiberty): New target.
11574 (all-xiberty): Depend upon configure-xiberty.
11575
11576Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11577
11578 * configure.in (host i[345]86-*-win32): Expand the
11579 noconfigdirs again.
11580
11581Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11582
11583 * mpw-configure: Fix sed command file name.
11584
11585Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11586
35590697 11587 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11588 noconfigdirs again.
11589
11590Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11593 or powerpc*-*-pe*, since they are not yet supported.
11594
11595Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11596
11597 Add PowerMac support and many other enhancements.
11598 * mpw-configure: New option --cc to select compiler to use,
11599 paste options set according to --cc into the generated
11600 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11601 if mpw-make.sed is present.
11602 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11603 add forward includes for PowerPC include files.
11604 * mpw-build.in: Build using Makefile.PPC if present.
11605 (do-byacc, etc): Remove separate version resource builds.
11606 (do-gas): Build "stamps" before "all".
11607 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11608 * mpw-README: Update to reflect --cc option, PowerMac support,
11609 and recently-reported compatibility problems.
11610
11611Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11612
11613 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11614 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11615 (--with-multilib-top): Pass to recursive invocations.
11616
11617Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11618
11619 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11620 v810-*-*.
11621
11622Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11623
11624 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11625 gdb, ld and opcodes on v810-*-*.
11626
252b5132
RH
11627Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11628
11629 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11630 (local-maintainer-clean): New target.
11631 (maintainer-clean): New target.
11632 (realclean): Just depend upon maintainer-clean.
11633
11634Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11635
11636 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11637
11638Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11639
11640 * configure.in: Build ld in mips*-*-bsd* case.
11641
11642Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11643
11644 * config.sub: Accept -lites* OS. From Ian Dall.
11645
11646Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11647
11648 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11649 targets.
252b5132
RH
11650
11651Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11652
11653 * configure.in: treat i386-win32 canadian cross the same as
11654 i386-go32 canadian cross.
11655
11656Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11657
11658 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11659 running under the simulator to build a reduced set of libraries.
11660 (powerpc-*-eabiaix): Add fine grained multilib support added to
11661 other powerpc targets yesterday.
11662
11663Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11664
11665 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11666 -disable-softfloat, -disable-relocatable, -disable-aix, and
11667 -disable-sysv to control which multilib libraries get built.
11668
11669Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11670
11671 * configure: Add Makefile.tem to list of files to remove in trap
11672 handler.
11673
11674Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11675
11676 * config.guess (*Linux*): Add missing "exit"s.
11677 Also, need specific check for alpha-unknown-linux (uses COFF).
11678
11679Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11680
11681 * config.guess: Merge with FSF:
11682
11683 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11684 * config.guess (AIX4): More robust release numbering discovery.
11685
11686 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11687 * config.guess (i386-sequent-ptx): Properly get version number.
11688
11689 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11690 * config.guess (mips:*:4*:UMIPS): New case.
11691
11692Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11693
11694 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11695 (i386-win32 host): Likewise. Don't build readline.
11696
afb8d725
JM
11697Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11698
11699 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11700 SUPPORT_FILES to submakes.
11701
252b5132
RH
11702Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11703
11704 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11705 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11706 mpw-configure.
11707
11708Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11709
11710 * configure.in (appdirs): Use =, not ==, in test expression when
11711 trying to build the text to print in the warning message for
11712 Solaris users.
11713
11714Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11715
11716 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11717
11718Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11719
11720 * config.guess: Recognize lynx-2.3.
11721
11722Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11723
11724 * config.sub (z8ksim): Deleted
11725 (z8k-*-coff): New, this is the one true name of the target.
11726
11727Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11728
11729 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11730
11731Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11732
11733 * config.guess (*:Linux:*:*): First try asking the linker what the
11734 default object file format is (elf, aout, or coff). Then if this
11735 fails, try previous methods.
11736
11737Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11738
11739 * configure.in: Don't build newlib for *-*-vxworks5.1.
11740
11741Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11742
11743 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11744 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11745
11746Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11747
11748 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11749
11750Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11751
11752 * cfg-ml-com.in: New file.
11753 * cfg-ml-pos.in: New file.
11754
11755Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11756
11757 * COPYING.NEWLIB: Add HP free copyright to list.
11758
11759Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11760
11761 * config.sub: Recognize -eabi* for the system, not just -eabi.
11762
11763Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11764
11765 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11766 * config.sub, configure.in (win32): New target and host.
11767
11768Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11769
11770 * configure.in: Add i386-pe configuration.
11771
11772Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11773
11774 * mpw-build.in (install): Install GDB after LD.
11775
11776Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11777
11778 * mpw-config.in (elf/mips.h): Always forward-include, needed
11779 for GDB to build.
11780
11781Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11782
11783 * testsuite: New directory for customer acceptance and whole tool
11784 chain tests.
11785
11786Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11787
11788 * configure: If per-host line isn't found, but AC_OUTPUT is found
11789 and a configure script exists, run it instead.
11790
11791Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11792
11793 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11794
11795Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11796
11797 * configure: Set build_{cpu,vendor,os,alias} to host values when
11798 --build isn't specified.
11799
11800Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11801
11802 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11803 (FLAGS_TO_PASS): Pass them.
11804 (EXTRA_TARGET_FLAGS): Ditto.
11805
252b5132
RH
11806Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11807
11808 * Makefile.in (all-libg++): Depend on all-libstdc++.
11809
11810Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11811
11812 * configure.in (noconfigdirs): Enable all packages for
11813 i386-unknown-netbsd.
11814
11815Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11816
11817 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11818 hosted builds (DOS builds)
11819
11820Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11821
11822 Changes for ARM based on patches from Richard Earnshaw:
11823 * config.sub: Handle armeb and armel.
11824 * configure.in: Omit arm linker only for riscix.
11825
11826Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11827
11828 * config.guess: Update from FSF.
11829
11830Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11831
11832 * config.sub: Recognize powerpcle as the little endian varient of
11833 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11834 powerpcle variant. Convert pentium into i586, not i486. Add p5
11835 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11836 temporarily.
11837
11838Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11839
11840 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11841
11842Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11843
11844 * config.sub: Accept -lites* as a basic system type.
11845
11846Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11847
11848 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11849 installed, and if so return linuxoldld as the system name.
11850
11851Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11852
11853 * config.guess: Add hppa1.1-hp-lites support.
11854
11855Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11856
11857 * configure.in: Don't build newlib for m68k-vxworks5.1.
11858
11859Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11860
11861 * configure.in (mips-sgi-irix6): Use mh-irix5.
11862
11863Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11864
11865 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11866
11867Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11868
11869 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11870 OSF/1. Fix compiler flags.
252b5132
RH
11871 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11872
11873Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11874
11875 * configure.in: Recognize --with-newlib.
11876 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11877
afb8d725
JM
11878Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11879
11880 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11881 to *_X11_MODULES due to gdbtk needing X include files et al.
11882
252b5132
RH
11883Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11884
11885 Merge in support for Mac MPW as a host.
11886 (Old change descriptions retained for informational value.)
11887
11888 * mpw-config.in: Add generic include forwards for cpu-specific
11889 include files in aout and elf directories.
11890
11891 * mpw-configure: Added copyright.
11892 * mpw-config.in: Check for presence of required build tools.
11893 (target_libs): Add newlib.
11894 (target_tools): Add examples.
11895 (Read Me): Generate as "Read Me for MPW" instead.
11896 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11897 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11898 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11899
11900 * mpw-configure: Remove subdir-specific makefile hackery,
11901 delete mk.tmp after using it.
11902
11903 * mpw-build.in (all): Display start and end times.
11904
11905 * mpw-configure (host_canonical): Set.
11906 (target_cpu): Always add to makefiles.
11907 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11908 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11909 (mpw-mh-mpw): Look for in srcdir and srcroot.
11910 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11911
11912 * mpw-build.in: (install-only): New target.
11913
11914 * mpw-configure (host_alias, target_alias): Rename from hostalias
11915 and targetalias, add into generated Makefile.
11916 (mk.tmp): If present, add into generated Makefile.
11917 * mpw-build.in (all-gas): Build config.h first before gas proper.
11918
11919 * mpw-configure (config.status): Write only if changed.
11920 * mpw-config.in (readline): Configure it (not built, just used for
11921 definitions).
11922
11923 * mpw-config.in (elf/mips.h): Add a forward include.
11924
11925 * mpw-config.in: Forward-include most .h files in include into
11926 extra-include.
11927 (readline): Don't build.
11928 mpw-build.in (install): Install GDB.
11929
11930 * mpw-configure (prefix, mpw_prefix): Handle it.
11931 * mpw-config.in (mmalloc, readline): Don't configure.
11932 * mpw-build.in (thisscript): Rename to ThisScript.
11933 Use mpw-build instead of BuildProgram everywhere.
11934 (mmalloc, readline): Don't build.
11935 * mpw-README: New file, basic documentation about the MPW port.
11936
11937 * mpw-config.in: Use forward-include to create include files.
11938
11939 * mpw-configure: Add more things to the top of each configured
11940 Makefile, including contents of config/mpw-mh-mpw.
11941 * mpw-config.in (extra-include): Create this directory and fill it
11942 with Posix-like include files when configuring.
11943
11944 * config.sub (apple, mac, mpw): Add various aliases.
11945
11946 * mpw-build.in: New file, top-level build script fragment for MPW.
11947 * mpw-configure: New file, configure script for MPW.
11948 * mpw-config.in: New file, config fragment for MPW.
11949
11950Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11951
11952 * configure.in (host_libs): Remove glob, since it is gone from the
11953 sources.
11954
11955Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11956
11957 * Makefile.in: define empty GDB_NLM_DEPS var.
11958
11959 * configure.in(target_makefile_frag): use config/mt-netware
11960 for netware targets.
11961
11962Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11963
11964 * config.sub: Merge in recent FSF changes. Remove linux special
11965 cases.
11966
11967Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11968
4bddf3ad 11969 Revert this change:
252b5132
RH
11970
11971 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11972
11973 * build-all.mk: Use CC=cc -Xs on Solaris.
11974
252b5132
RH
11975Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11976
11977 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11978 stop using it.
11979 * Makefile.in: Nuke all references to glob subdirectory.
11980
11981Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11982
11983 * configure.in: Fix --enable-shared logic in per-host.
11984
11985Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
11986
11987 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11988
11989Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11990
11991 * configure.in (noconfigdirs): Don't build gas on AIX, for
11992 powerpc*-*-aix* as well as for rs6000*-*-aix*.
11993
11994Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
11995
11996 * configure: Fix --cache-file to work if the file argument is a
11997 relative path.
11998
11999Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12000
12001 * configure: If the --cache-file is used, pass it down to
12002 configure in subdirectories.
12003
12004Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12005
12006 * config.sub: add vxworks29k configuration.
12007
12008Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12009
12010 * Makefile.in (taz): Do "diststuff" part quietly.
12011
12012Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12013
12014 * config.sub: Mini-merge with gcc/config.sub.
12015
12016Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12017
12018 * config.guess (IRIX): Sed - to _.
12019
12020Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12021
12022 * Makefile.in (source-vault, binary-vault): New targets.
12023
12024Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12025
12026 * config.sub: Recognize -eabi as a basic system type.
12027
12028Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12029
12030 * configure.in (enable_shared stuff): Fix typo.
12031
12032Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12033
12034 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12035
12036Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12037
12038 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12039
12040Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12041
12042 * configure.in (rs6000-*-*): Don't build gas.
12043
12044Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12045
12046 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12047 reduce command line length.
12048 (AS_FOR_TARGET): Check for as.new, not Makefile.
12049 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12050
12051Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12052
12053 * config.guess: Merge from FSF.
12054
12055Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12056
12057 * configure: Don't use $ when handling program_suffix.
12058
12059Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12060
12061 * configure.in: Configure tk for hppa/hpux.
12062
12063Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12064
12065 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12066
12067Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12068
12069 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12070 to LIBCXXFLAGS. Tests are better run without it.
12071
12072Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12073
12074 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12075
12076Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12077
12078 * configure.in (*-*-netware*): Don't configure xiberty.
12079
12080Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12081
12082 * configure.in: Remove tk from native_only list.
12083
12084Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12085
12086 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12087 for special NCD build.
12088
12089Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12090
12091 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12092 makeall.bat, they're only useful for binutils snapshots.
12093 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12094 makeall.bat to specified SUPPORT_FILES.
12095
12096Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12097
12098 * build-all.mk: Add Ericsson targets to sun4 and solaris
12099 hosts. Add BNR's sun4 target to solaris host, so their
12100 build-from-source will be tested in-house first.
12101
12102Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12103
12104 * Makefile.in (LIBCFLAGS): New variable.
12105 (CFLAGS_FOR_TARGET): Ditto.
12106 (LIBCFLAGS_FOR_TARGET): Ditto.
12107 (LIBCXXFLAGS): Ditto.
12108 (CXXFLAGS_FOR_TARGET): Ditto.
12109 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12110 (BASE_FLAGS_TO_PASS): Pass them.
12111 (EXTRA_TARGET_FLAGS): Ditto.
12112
4bddf3ad 12113 * configure.in: Support --enable-shared.
252b5132
RH
12114
12115Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12116
12117 * configure.in (target_libs): Include libstdc++ again.
12118 * config.guess: Update from FSF (for FreeBSD).
12119
12120Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12121
12122 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12123 makeall.bat.
12124 (DISTDOCDIRS): Add `etc'.
12125 (ETC_SUPPORT_PFX): New variable.
12126 (taz): Include anything from etc starting with a word in
12127 ETC_SUPPORT_PFX.
12128
12129Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12130
12131 * config.sub: Update for recent FSF changes. Remove obsolete
12132 h8300hds entry. Add -windows* and -osx as basic os. Minor
12133 spacing changes.
12134
12135Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12136
12137 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12138
12139 * config.guess: Merge with FSF.
12140 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12141
12142Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12143
12144 * configure: Since the "trap 0" handler will override the exit
12145 status on many systems, only use it for "exit 1", and make it set
12146 a non-zero exit status; reset it before "exit 0". Also, check
12147 exit status of config.sub, and error out if it failed.
12148
12149Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12150
12151 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12152 and install libgloss.
12153
12154Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12155
12156 * Makefile.in (all-binutils): Depend upon all-byacc.
12157
12158 * configure.in: Don't build emacs on Irix 5.
12159
12160Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12161
12162 * configure.in (*-*-netware*): Add libio.
12163
12164Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12165
12166 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12167 (CHECK_TARGET_MODULES): Ditto.
12168 (INSTALL_TARGET_MODULES): Ditto.
12169 (TARGET_LIBS): Ditto.
12170 (all-libstdc++): Note dependencies.
12171
12172Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12173
12174 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12175
12176Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12177
12178 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12179 -fexternal-templates.
12180
12181 * configure.in (target_libs): Add libstdc++.
12182 (noconfigdirs): Add libstdc++ as appropriate.
12183
12184Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12185
12186 * config.guess: Update from FSF.
12187
12188Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12189
12190 * configure: Use ${config_shell} when running ${configsub}.
12191
12192Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12193
12194 * config.sub: No longer recognize h8300h.
12195
12196Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12197
12198 * config.sub: Remove extraneous differences between config.sub and
12199 gcc/config.sub.
12200
12201Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12202
12203 * Makefile.in (DISTSTUFFDIRS): Add gas.
12204
12205Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12206
12207 * COPYING.NEWLIB: New file.
12208
12209Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12210
12211 * config.guess (HP-UX): Patch from Harlan Stenn
12212 <harlan@landmark.com> to also emit release level.
12213
12214Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12215
12216 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12217
12218Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12219
12220 * config.sub: Merge nextstep cleanup from FSF.
12221
12222Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12223
12224 * configure.in (arm-*-*): Don't configure ld for this target.
12225
12226Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12227
12228 * configure.in (*-*-netware): don't configure libg++, libio,
12229 librx, or newlib.
12230
12231Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12232
12233 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12234 configure ld--it works, but it doesn't support shared libraries.
12235
12236Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12237
12238 * config.guess (*-unknown-freebsd*): Get rid of possible
12239 trailing "(Release)" in version string.
12240 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12241
12242Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12243
12244 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12245 Fix type: *-next-neststep -> *-next-nextstep.
12246
12247 * config.guess: Merge from FSF:
12248
12249 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12250
12251 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12252
12253 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12254
12255 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12256 instead of UNIX_SV for UnixWare 1.0).
12257
12258Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12259
12260 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12261 to make gdb/nlm/* build after the compiler and linker.
12262
12263Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12264
12265 * config.guess (netbsd, freebsd, linux): Accept any machine,
12266 not just i[34]86.
12267 (m68k-atari-sysv4): Relocate to match FSF version.
12268
12269 * config.guess: More merges from the FSF:
12270
12271 Add a space before function call or macro invocation.
12272
12273 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12274
12275 * config.guess: Add trap cmd to remove dummy.c and dummy when
12276 interrupted.
12277
12278 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12279
12280 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12281 (dummy): Redirect stderr from compilation of dummy.c.
12282
12283 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12284
12285 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12286
12287Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12288
12289 * configure: Accept and ignore --cache*, for compatibility with
12290 new autoconf.
12291
12292Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12293
12294 * config.guess: Merge from FSF:
12295
12296 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12297
12298 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12299 (PATH): Add /.attbin at end for finding uname.
12300 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12301
12302 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12303
80413487 12304 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12305
12306 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12307
80413487
RH
12308 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12309 to select whether to use ELF or COFF.
252b5132
RH
12310
12311 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12312
80413487 12313 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12314
12315 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12316
12317 * config.guess: Guess the OS version for HPUX.
12318
12319 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12320
12321 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12322
12323Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12324
12325 * configure.in: Recognize --with-headers, --with-libs, and
12326 --without-newlib.
12327 * Makefile.in (all-xiberty): Depend upon all-ld.
12328
12329Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12330
12331 * configure.in: Change i[34]86 to i[345]86.
12332
12333Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12334
12335 * configure (version): A few more tweaks to help message.
12336
12337Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12338
12339 * Makefile.in: Remove (for now) librx as a host library,
12340 now that we're building it for target.
12341
12342Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12343
12344 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12345 (Karl Berry).
12346
12347Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12348
12349 * configure.in: Also configure librx.
12350
12351Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12352
12353 * Makefile.in: Update various rules to reflect that librx
12354 is now needed for libg++.
12355
12356Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12357
12358 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12359
12360Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12361
12362 * configure.in: Configure the examples directory.
12363
12364Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12365
12366 * configure: Simplify Jun 2 1994 change.
12367
12368Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12369
12370 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12371 /bin/gcc isn't good enough to build gcc.
12372
12373Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12374
12375 * Makefile.in (GDB_SUPPORT_FILES): Remove
12376 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12377 (gdb.tar.gz): Add new rule to use standard distribution building
12378 mechanism.
12379
12380Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12381
12382 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12383 Bill Cox <bill@cygnus.com>.
12384
12385Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12386
12387 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12388
12389Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12390
12391 * configure: Search current dir first in .gdbinit.
12392
12393Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12394
12395 * config.sub: Recognize freebsd (merged from gcc config.sub).
12396
12397Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12398
12399 * config.sub: Refer to NeXT's operating system as nextstep.
12400
12401 * config.sub (case $basic_machine): Re-order the cases, to match
12402 the order in the FSF version (which is mostly alphabethical).
12403 Merge in some additions and changes from the FSF.
12404
12405Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12406
12407 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12408 * config.sub: Recognize cxux7.
12409 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12410
12411Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12412
12413 * config.sub: Fix typo powerpc -> powerpc-*.
12414
12415Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12416
12417 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12418
12419 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12420 parallel with all-emacs and install-emacs). Top-level command
12421 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12422
12423Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12424
12425 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12426 $(relbindir)/make before doing ``make install'', and use
12427 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12428 installing over running make binary.
12429 ($(host)-stamp-stage3-installed): Likewise.
12430
12431Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12432
12433 * config.guess: Recognize Mach.
12434
12435Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12436
12437 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12438 see whether --exec-prefix was used.
12439
12440Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12441
12442 * README: Explicitly mention libg++/README. (Zoo's idea.)
12443
12444Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12445
12446 * Makefile.in: Add all-librx target similar to all-libproc.
12447
12448Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12449
12450 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12451 with post 1.2 uname bogosity.
12452
12453Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12454
12455 * configure: Remove temporary files on receipt of a signal.
12456
12457Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12458
12459 * configure: If there is a package_makefile_frag, remove
12460 ${subdir}/Makefile.tem after copying it in.
12461
12462Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12463
12464 * build_all.mk: support rs6000 lynx identifies itself as
12465 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12466 since /bin/gcc is too feeble to compile a modern gcc.
12467
12468Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12469
12470 * brought devo/test-build.mk update-to-date with progressive/
12471 test-build.mk. Add lynx targets and hppa flag info.
12472
12473Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12474
12475 * configure.in: Use mh-ncrsvr43. Patch from
12476 Tom McConnell <tmcconne@sedona.intel.com>.
12477
12478Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12479
12480 * config.guess (i386-unknown-bsdi): No longer need to
12481 check #if defined(__bsdi__) && defined(__i386__).
12482
12483Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12484
12485 * configure: Set program_transform_nameoption correctly.
12486
12487Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12488
12489 * brought build-all.mk update-to-date with progressive build-all.mk,
12490 added new targets and hppa info.
35590697 12491
252b5132
RH
12492Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12493
12494 * configure: If config.guess result is a prefix of the user
12495 specified target, assume a native build and use the user specified
12496 target as the host alias. Remove SunOS patch suffix removal hack.
12497 * configure.in: Remove SunOS patch suffix removal hack.
12498
12499 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12500 in NATIVE_CHECK_MODULES.
12501
12502Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12503
12504 * Makefile.in: Rename HOST_ONLY to NATIVE.
12505 * configure: Delete SunOs patch suffix from host_canonical
12506 and build_canonical variables that are prepended to Makefiles.
12507 * configure.in: Add comments for easier maintenance.
12508
12509Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12510
12511 * Makefile.in: Add all-libproc target similar to all-gui.
12512
12513Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12514
12515 * Makefile.in (CHECK_MODULES): split into
12516 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12517
12518Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12519
12520 * config.guess (i386-unknown-bsdi): New system to guess.
12521
12522Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12523
12524 * Makefile.in: Add all-gui target (but not yet build by "all").
12525
12526Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12527
12528 * config.sub: Move deletion of patch suffix from here...
12529 * configure.in: To here, at Ian's suggestion. The top-
12530 level scripts might need to know of a patch level.
12531
12532Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12533
12534 * config.sub: Strip off patch suffix so rtl is recognized
12535 as a sunos4.1.3 machine, even though it's been patched.
12536
12537Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12538
12539 * Makefile.in (INSTALL_LAST): Delete.
12540 (INSTALL_DOSREL): New.
12541
12542Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12543
12544 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12545 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12546 whether we pass down --with-gnu-ld anyhow.
12547
12548Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12549
12550 * Makefile.in (INSTALL_LAST): Change operation so it works
12551 on more flavors of make.
12552 * configure.in (go32): Don't build libg++ or libio.
12553
12554Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12555
12556 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12557 they can be overriden by templates.
12558
12559Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12560
12561 * configure.in (target==go32): Don't build gdb.
12562 * dosrel: New directory.
12563
12564Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12565
12566 * configure.in (host==go32): Configure dosrel too.
12567 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12568 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12569 be set by incoming names or templates.
12570 (INSTALL_LAST): New rule.
252b5132
RH
12571
12572Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12573
12574 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12575
12576Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12577
252b5132
RH
12578 * configure.in (appdirs): New variable. Currently empty, but will
12579 be used in gas distribution. If nonempty, lists a set of
12580 directories at least one of which must get configured, or top
12581 level configuration is considered to have failed.
12582 (rs6000-*-lynxos*): Use new file name.
12583
12584Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12585
12586 Eliminate XTRAFLAGS.
12587 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12588 newlib include files using -idirafter, and also use -nostdinc.
12589 (CXX_FOR_TARGET): Likewise.
12590 (XTRAFLAGS): Removed.
12591 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12592 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12593 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12594 ($(DO_X)): Don't pass down XTRAFLAGS.
12595
12596Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12597
12598 * configure.in (mips*-dec-bsd*): New target; do build linker.
12599 (mips*-*-bsd*): New target; don't build linker.
12600
12601Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12602
12603 * configure.in: support rs6000-*-lynxos* configuration.
12604 support sunos4 as a cross target.
12605
12606 * config.sub: look for lynx*, not lynx since the OS version may
12607 legitimately be part of the name.
12608
12609Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12610
12611 * configure.in (i[34]86-*-sco*): Move to be with other i386
12612 targets.
12613 (romp-*-*): New target. Skip various binary utilities.
12614 (vax-*-*): New target. Don't build newlib.
12615 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12616
12617Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12618
12619 * configure.in: Only set host_makefile_frag if config
12620 directory exists.
12621
12622Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12623
12624 * install.sh: If $dstdir exists, don't check whether each
12625 component does.
12626
12627Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12628
12629 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12630
12631Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12632
35590697
AJ
12633 * configure.in (*-*-lynxos*): Don't configure newlib for either
12634 native or cross Lynx.
252b5132
RH
12635
12636Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12637
12638 * config.sub (sparc64-elf): Fix os.
12639 (z8k): Remove duplicate.
12640
12641Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12642
12643 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12644 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12645
12646Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12647
12648 * configure: Make file links cleanly even if Lynx fails on
80413487 12649 an NFS symlink (at least fail cleanly).
252b5132
RH
12650
12651Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12652
12653 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12654 -XNh2000.
12655
12656Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12657
12658 * configure: Unknown options are fatal again.
12659
12660Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12661
12662 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12663 compatibility.
252b5132
RH
12664
12665Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12666
12667 * build-all.mk: Add `clean' target.
12668
12669Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12670
12671 * config.guess: Add SINIX support.
12672 * configure.in: Add mips-*-sysv4* support.
12673
12674Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12675
12676 * build-all.mk: Document all useful targets.
12677 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12678 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12679
12680Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12681
12682 * configure: Support --silent, --quiet.
12683
12684Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12685
12686 * configure: Support --disable-FEATURE.
12687
12688Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12689
12690 * config.guess: Recognize NCR running SVR4.3.
12691
12692Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12693
12694 * config.guess: Make BSDI generate i386-unknown-bsd386.
12695 Patch from Paul Eggert <eggert@twinsun.com>.
12696
12697Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12698
12699 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12700
12701Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12702
12703 * configure: Make unrecognized options give nonfatal warnings
12704 instead of fatal errors, and pass them to any subdirectory
12705 configures in case they recognize them.
12706 Make --x equivalent to --with-x.
12707
12708Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12709
12710 * configure: Add --enable-* options. Clean up usage message and
12711 some comments.
12712
12713Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12714
12715 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12716
12717Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12718
12719 * configure.in (hppa*-*-*): Enable binutils.
12720
12721Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12722
12723 * config.sub: Recognize cisco.
12724
12725Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12726
12727 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12728
12729Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12730
12731 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12732 than one configuration name. Add comment.
12733
12734Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12735
12736 * config.guess: about target *-hitachi-hiuxwe2, fixed
12737 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12738 macro is incorrect.]
12739
12740Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12741
12742 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12743 than the "make ls" stuff which used to be here.
12744
12745Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12746
12747 * config.guess: Recognize i[34]86-unknown-freebsd.
12748 From Shawn M Carey <smcarey@rodan.syr.edu>.
12749
12750Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12751
12752 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12753
12754Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12755
12756 * config.guess: Check for ptx.
12757
12758Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12759
12760 * config.sub: Add os9k checking.
12761
12762Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12763
12764 * config.guess: Handle OSF1 running on HPPA processors
12765
12766Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12767
12768 * configure: If subdir configure fails, print out a message with
12769 subdirectory name, in case subdir's configure code didn't identify
12770 itself.
12771
12772Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12773
12774 * configure.in: Remove embedded newlines from configdirs.
12775 Avoid mismatches of substrings. Fix matching strings at end
12776 of configdirs.
12777
12778Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12779
12780 * config.guess: Add Lynx/rs6000 config support.
12781
12782Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12783
12784 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12785
12786Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12787
12788 * configure.in (hppa*-*-osf*): Treat this just like most other
12789 PA configurations (eg no binutils or ld).
12790 (hppa*-*-*elf*): These configurations have binutils and ld.
12791
12792Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12793
12794 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12795
12796Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12797
12798 * configure.in (rs6000-*-*): Build gas.
12799
12800Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12801
80413487 12802 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12803
12804Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12805
12806 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12807 for GDB and GDB has been fixed to not need it.
12808
252b5132
RH
12809Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12810
12811 * config.guess: Recognize vax hosts.
12812
12813Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12814
12815 * configure (while loop): Don't use "break 2" inside case
12816 statement -- the case statement isn't an enclosing loop.
12817
12818Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12819
12820 * config.guess: Clean up NeXT support, to allow nextstep
12821 on Intel machines. Make OS be nextstep.
12822
12823Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12824
12825 * config.guess: Add alternate forms for Convex.
12826
12827Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12828
12829 * configure: Completely rewrite option processing. Take
12830 advantage of pattern-matching to avoid invoking test frequently.
12831 Also clean up host and target defaulting logic.
12832
12833Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12834
12835 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12836 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12837 commands (plus user environment) will fit SCO limits.
12838
12839Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12840
12841 * configure.in: Don't issue warnings about directories which are
12842 not being configured if -norecursion is set. Correct test for
12843 --with-gnu-as and --with-gnu-ld to not get confused by substring
12844 matches.
12845
12846 * configure.in: Don't build gas for alpha-dec-osf1*.
12847
12848Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12849
12850 * configure: Back out Per's change of 12/19/1993. It changes the
12851 behavior of configure in unexpected and confusing ways.
12852
12853 Also, use different delim char when calculating
12854 program_transform_name so that the name can contain slashes.
12855
12856Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12857
12858 * configure.in, config.sub: Add support for VSTa micro-kernel.
12859
12860Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12861
12862 * configure.in: Nuke hacks which were used to get a special
12863 version of GAS for HPPA configurations.
12864
12865Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12866
12867 * configure: If only ${target_alias} is given, use that
12868 as the default for ${host_alias}.
12869 * configure: Add missing back-slashes before nested quotes.
12870
12871Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12872
12873 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12874
12875Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12876
12877 * config.guess: Recognize some Tektronix configurations.
12878 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12879
12880Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12881
12882 * config.sub: Match any flavor of SH.
12883
12884Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12885
12886 * configure.in: Don't try to configure newlib for Alpha.
12887
12888Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12889
12890 * configure.in: Don't build ld for Irix 5. Don't build gas,
12891 libg++ or libio for any Alpha target.
12892
12893 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12894
12895Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12896
12897 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12898 default arguments -- so it tried to compress itself.
12899
12900Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12901
12902 * configure.in (notsupp): ensure that a space is always at the end
12903 of the configdirs list, since the grep checks for an explicit space
12904
12905Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12906
12907 * configure.in (target i386-sysv4.2): don't build ld, since static
12908 versions of many libraries are not available.
12909
12910Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12911
12912 * config.guess: Recognize Apollos (using environment variables).
12913 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12914
12915Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12916
12917 * config.guess: Recognize Sony news mips running newsos.
12918
12919Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12920
12921 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12922 "fi ; else" for bash.
12923
12924Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12925
12926 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12927
12928Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12929
12930 * config.sub: accept unixware as an alias for svr4.2.
12931 Fix some inconsistancies with the gcc version.
12932
12933Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12934
12935 * Makefile.in (DISTDOCDIRS): Add gdb.
12936
12937Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12938
12939 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12940
12941Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12942
12943 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12944 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12945 this now.
12946
12947Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12948
12949 * config.sub: Accept hiux* as an OS name.
12950
12951 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12952 etc/make-stds.texi. The underscore came from gcc, and dje now
12953 agrees that RUNTESTFLAGS is the correct name.
12954
12955Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12956
12957 * install.sh: Remove 'set -e'. It makes any conditionals
12958 in the script useless.
12959
12960 * config.guess: Automatically recognize arm-acorn-riscix
12961 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12962
12963Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12964
12965 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12966
12967Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12968
12969 * Makefile.in (DISTDOCDIRS): New variable.
12970 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12971 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12972
12973Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12974
12975 * configure.in (hppa target): check the source directory for the
12976 pagas sub-directory
12977
12978Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12979
12980 * config.sub: Allow -aout* and -elf*.
12981
12982Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12983
12984 * configure.in: Don't build ld on i386-solaris2, same as for
12985 sparc-solaris2.
12986
12987Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
12988
12989 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12990
12991Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12992
12993 * configure.in: Configure gdb for alpha.
12994
12995Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12996
12997 * Makefile.in (CXXFLAGS): Add -O.
12998
12999Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13000
13001 * config.guess: added support for DG Aviion
13002
13003Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13004
13005 * configure.in: Produce warning message for subdirectories not
13006 configurable for this host/target combination. Don't try to
13007 configure gdb for vms.
13008
13009Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13010
13011 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13012 appropriate files before making "diststuff".
13013 (DISTBISONFILES): New var: list of files to be edited.
13014 (DISTSTUFFDIRS): Add binutils.
13015
13016Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13017
13018 * config.sub: also handle mipsel and mips64el (for little endian mips)
13019
13020Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13021
13022 * configure.in: Add * to end of all OS names.
13023
13024Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13025
13026 * configure.in: Build newlib for LynxOS native.
13027
13028Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13029
13030 * config.guess: Add support for delta 88k running SVR3.
13031
13032 * configure.in: Add comment about HP compiler vs. emacs.
13033
13034Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13035
13036 * configure.in: don't build ld on solaris2 (not a viable option
13037 due to bugs in getpwnam & getpwuid)
13038
13039Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13040
13041 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13042 config.guess will produce a full version number.
13043
13044Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13045
13046 * configure.in: Build linker and binutils for alpha-dec-osf1.
13047
13048Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13049
13050 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13051 and gdb/testsuite/Makefile.in.
13052
13053Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13054
13055 * configure.in: recognize mips*- instead of mips-
13056
13057Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13058
13059 * config.sub: Accept linux*coff and linux*elf as operating
13060 systems.
13061
13062Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13063
13064 * config.sub: Recognize mips64, and mips3 as an alias for it.
13065
13066Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13067
13068 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13069 gdb knows how to handle OSF/1 shared libraries.
13070
13071Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13072
13073 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13074 * config.guess: Recognize Hitachi's HIUX.
13075 * config.sub: Recognize h3050r* and hppahitachi.
13076 Remove redundant cases for hp9k[23]*.
13077
13078Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13079
13080 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13081 if gas and ld are in the source tree and are in ${configdirs}.
13082 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13083 --with options (but still pass them down on the command line,
252b5132
RH
13084 if they were explicitly specified).
13085
13086Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13087
13088 * configure: substitute SHELL value in Makefile.in with
13089 ${CONFIG_SHELL}
13090
13091Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13092
13093 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13094 *-*-solaris2* targets.
13095
13096Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13097
13098 * Makefile.in: define M4, and pass it down to sub-makes;
13099 all-autoconf now depends on all-m4
13100
13101Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13102
13103 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13104 presence of {ar,ranlib} instead of a configured directory
13105
13106Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13107
13108 * config.guess: Accept 34?? as well as 33?? for NCR.
13109
13110Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13111
13112 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13113 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13114
13115Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13116
13117 * configure: grab values for $(CC) and $(CXX) from the
13118 environment, so that someone can do "CC=gcc configure; make" and
13119 have it work right (matching the way that autoconf works now)
13120
13121 * configure.in, Makefile.in: add support for gash, the tcl
13122 interface to Galaxy
13123
13124 * config.guess: add NetBSD variants (hp300, x86)
13125
13126Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13127
13128 * install.sh: Support -d option (in the manner of SunOS 4 install,
13129 as it is more deterministic than that of GNU install)
13130 (chmodcmd): Set file to mode 755 by default (should also do default
13131 chgrp and chown, but I don't feel like dealing with that now)
13132
13133Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13134
13135 * config.sub: Remove h8300hhms alias.
13136
13137Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13138
13139 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13140
13141Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13142
13143 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13144 as stmp-fixinc
13145
13146Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13147
13148 * config.sub: recognize m88110-bug-coff.
13149
13150Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13151
13152 * Makefile.in (all-libio): all dependencies on the toolchain used
13153 to build this (gcc, gas, ld, etc)
13154
13155Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13156
13157 * config.guess: Deal with OSF/1 1.3 on alpha.
13158
13159Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13160
13161 * install.sh: add some 'else true' clauses for portability
13162
13163 * configure.in: don't build libio for h8[35]00-*-* targets
13164
13165Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13166
13167 * Makefile.in: Add support for new libio.
13168
13169Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13170
13171 * install.sh: If one command fails, don't try the rest. Don't try
13172 to remove $dsttmp (via trap) unless we have already created it.
13173 If $src doesn't exist, detect it and exit with an error.
13174
13175 * config.guess: Recognize BSD on hp300.
13176
13177Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13178
13179 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13180 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13181
13182Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13183
13184 * Makefile.in (all-send-pr): depends on all-prms
13185
13186Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13187
13188 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13189
13190Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13191
13192 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13193 Added test for mips-mips-riscos5.
13194
13195Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13196
13197 * configure.in: use mh-hp300 for 68k HP hosts
13198
13199Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13200
13201 * configure: add support for CONFIG_SHELL, so that you can use
13202 some alternate shell for evaluating configure scripts
13203
13204Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13205
13206 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13207 in configure script to bug-gdb@prep.ai.mit.edu when building
13208 distribution archive.
13209 * Makefile.in (COMPRESS): Remove def.
13210 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13211 gdb.tar.Z and make-gdb.tar.Z respectively.
13212 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13213 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13214 to convergence with 'taz' target in Makefile.in.
13215
13216Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13217
13218 * install.sh (dsttmp): use trap to ensure that tmp files go
13219 away on error conditions
13220
13221Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13222
13223 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13224
13225Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13226
13227 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13228 its parent is '/' not ''.
13229
13230 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13231
13232Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13233
13234 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13235 that ${newsrcdir}/configure.in does.
13236
13237Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13238
13239 * test-build.mk: support for CONFIG_SHELL
13240
13241Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13242
13243 * config.sub (netware): Add as a basic system type.
13244
13245Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13246
13247 * Makefile.in (Makefile): depend on configure.in. Also drop the
13248 $(srcdir)/ from the dependency on Makefile.in.
13249
13250Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13251
13252 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13253 (h8300hhms is temporary until multi-libraries are implemented).
13254 * configure.in: Handle h8300h too.
13255
13256Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13257
13258 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13259
13260Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13261
13262 * configure: Remove extraneous output when guessing host type.
13263 * config.guess: Remove extraneous output when guessing using C
13264 compiler rather than uname, or when guessing fails.
13265
13266Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13267
13268 * Makefile.in: remove all.cross and install.cross targets
13269
13270 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13271 definitions
13272
13273Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13274
13275 * configure.in (target sh): Build gprof.
13276
13277Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13278
13279 * config.sub: change -solaris to -solaris2
13280
13281Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13284
13285Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13286
13287 * configure: Correct error message for missing Makefile.in to
13288 print correct directory.
13289
13290Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13291
13292 * install.sh: kludge around 386BSD shell bug
13293
13294Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13295
13296 * config.guess: Recognize NeXT.
13297 * config.guess: Recognize i486-ncr-sysv4.
13298 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13299
13300Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13301
13302 * Makefile.in (MAKEINFOFLAGS): New variable.
13303 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13304 * build-all.mk, test-build.mk: Pass down --no-split as
13305 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13306
13307Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13308
13309 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13310
13311Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13312
13313 * Makefile.in (libg++.tar.z): New rule.
13314 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13315 * Makefile.in (taz): Only do a single chmod.
13316
13317Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13318
13319 * install.sh: don't use dirname anymore (replaced with sed usage)
13320
13321Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13322
13323 * Makefile.in: Change extension for gzip'd files from '.z' to
13324 '.gz' per new FSF standard usage.
13325
13326Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13327
13328 * configure: put quotes around the final value of program_transform_name
13329
13330Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13331
13332 * Makefile.in: new install.sh support; update install-info rules
13333
13334Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13335
13336 * configure.in: Build diff for crosses, but not for go32 host.
13337
13338 * configure.in: Build gprof only for native, and don't build it
13339 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13340
13341Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13342
13343 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13344
13345Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13346
13347 * configure.in (host_tools): Add prms.
13348
13349Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13350
13351 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13352 with $(FLAGS_TO_PASS) on the command line
13353
13354 * config.sub: Recognize lynx and lynxos
13355
13356Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13357
13358 * config.sub: Accept -ecoff*, not just -ecoff.
13359
13360Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13361
13362 * Makefile.in (taz): Use .gz suffix instead of .z.
13363 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13364 names.
13365
13366Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13367
13368 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13369
13370Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13371
13372 * Makefile.in (install-no-fixedincludes): install gcc last, so
13373 that rebuilds that might happen during 'make install' don't get
13374 bogus gcc include files
13375
13376Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13377
13378 Change from Utah for HPPA support:
13379 * config.guess: Recognize hppa1.x-hp-bsd.
13380
13381Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13382
13383 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13384 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13385
13386Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13387
13388 * config.sub: Add support for rom68k and bug boot monitors.
13389
13390Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13391
13392 * Makefile.in: Make all-opcodes depend on all-bfd.
13393
13394Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13395
13396 * config.guess: Added special check for i[34]86-univel-sysv4*.
13397
13398Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13399
13400 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13401 the processor rather than assuming i486.
13402
13403Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13404
13405 * config.guess: Recognize SunOS6 as Solaris3.
13406
13407Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13408
13409 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13410 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13411
13412Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13413
13414 * build-all.mk (all-cross): New target for Canadian Cross.
13415 Added Q2 go32 targets.
13416 * test-build.mk: Configure go32 cross sparclite-aout and
13417 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13418 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13419
13420Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13421
13422 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13423 GO32 hosted toolchains
13424
13425Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13426
13427 * configure: change so "-exec-prefix" gets passed down rather
13428 than "-exec_prefix" so autoconf generated Makefiles get the
13429 exec_prefix set right.
13430
13431Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13432
13433 * config.guess: get the Solaris2 minor version number
13434
13435 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13436
13437Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13438
13439 * config.guess: Recognize some Sequent platforms.
13440
13441Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13442
13443 * Makefile.in: added the vault-install target
13444
13445 * configure.in: actually use the Sun3 makefile fragment that's in
13446 config, also added the release dir to configdirs
13447
13448Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13449
13450 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13451
13452Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13453
13454 * configure.in: remove some program from Alpha targetted toolchains
13455
13456Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13457
13458 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13459 gprof.
13460 (taz): Run "make diststuff" in those directories instead of "make
13461 proto-dir". Look for "VERSION=" only at start of line in subdir
13462 Makefile. Use "gzip -9" for compression.
13463 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13464 (binutils.tar.z): New target.
13465
13466Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13467
13468 * Makefile.in (taz): Include gpl.texinfo.
13469
13470Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13471
13472 * Makefile.in (setup-dirs): Merged into "taz" target.
13473 (taz): Only do `proto-dir' stuff if a directory is actually needed
13474 for this target.
13475
13476Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13477
13478 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13479 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13480 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13481 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13482 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13483
13484Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13485
13486 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13487 config.sub, and move-if-change to gdb testsuite distribution
13488 archive, so the testsuite can be extracted, configured, and
13489 run separately from the gdb distribution. Blow away the Chill
13490 tests that require a Chill compiled executable, since GNU Chill
13491 is not yet publically available.
13492
13493Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13494
13495 * test-build.mk: set environment variables in a single command,
13496 instead of a list of assignments and exports
13497
13498 * config.guess: recognize Alpha/OSF1 systems
13499
13500Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13501
13502 * configure: Change help message to prefer --options rather than
13503 -options.
13504
13505Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13506
13507 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13508 zippy@ecst.csuchico.edu.
13509 * config.guess: Recognize miniframe.
13510
13511Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13512
9eb322aa
MF
13513 * Makefile.in: Use srcroot to find runtest rather than rootme.
13514 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13515
13516Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13517
13518 * test-build.mk: Extensive additions to support building on a
13519 machine other than the host.
13520
13521Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13522
13523 * configure (tooldir): Fix for i386-aix again.
13524
13525Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13526
13527 * configure, Makefile.in: Change definition of $(tooldir)
13528 to match the FSF.
13529
13530Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13531
13532 * config.guess: Recognize i[34]86/SVR4.
13533
13534Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13535
13536 * Makefile.in (all-gdb): gdb depends on sim.
13537
13538Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13539
13540 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13541 at the same time we make the prototype gdb directory.
13542 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13543 files at the same time as the gdb base release distribution.
13544
13545Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13546
13547 * Makefile.in (check): Use individual check targets rather than
13548 DO_X rule.
13549 (check-gcc): Added.
13550
13551Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13552
13553 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13554 for System V release 3.2.
13555
13556Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13557
13558 * config.sub: Recognize hppaosf.
13559 * configure.in: Do configure ld/binutils/gas for it.
13560
13561Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13562
13563 * configure (tooldir): Alter syntax used to set this, for systems
13564 where "\$" isn't handled right, like i386-aix.
13565
13566Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13567
13568 * configure: Pass program-transform-name, not
13569 program_transform_name, to recursive configures.
13570
13571Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13572
13573 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13574 of gas+ld+binutils.
13575
13576Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13577
13578 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13579
13580Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13581
13582 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13583
252b5132
RH
13584Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13585
13586 * Makefile.in (PRMS): Set back to all-prms.
13587
13588Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13589
13590 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13591 targets, rather than for MIPS hosts.
13592
13593Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13594
13595 * configure.in: add comment for --with-x default values
13596
13597 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13598
13599 * Makefile.in: add check-* targets for each of the directories in
13600 the tree. Add a definition of RUNTEST that will use the one we
13601 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13602
13603Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13604
13605 * configure.in: Removed obsolete references to bfd_target and
13606 target_makefile_frag.
13607
13608 * build-all.mk: Set assorted targets for Q2.
13609 * config.sub: Recognize z8k-sim and h8300-hms.
13610 * test-build.mk: Really don't pass host to configure.
13611 (HOLES): Added uname.
13612
13613Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13614
13615 * configure: Handle an empty program-prefix, program-suffix or
13616 program-transform-name correctly.
13617
13618Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13619
13620 * build-all.mk: -G 8 no longer required for MIPS targets.
13621 * test-build.mk: Don't pass host argument to configure; make it
13622 guess.
13623
13624Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13625
13626 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13627 * Makefile.in (COMPRESS): New macro, like GZIP.
13628
13629Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13630
13631 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13632
13633 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13634 with gas currently defaults to -G 0.
13635
13636Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13637
13638 * Makefile.in (all-flex): flex depends on byacc.
13639
13640 * build-all.mk: If host not specified, use config.guess. Pass TAG
13641 to test-build.mk as RELEASE_TAG.
13642 * test-build.mk (configargs): New variable containing arguments to
13643 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13644 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13645
13646 * config.guess: Use /bin/uname when checking -X argument on SCO,
13647 to avoid invoking GNU uname which doesn't understand -X.
13648
13649 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13650
13651 * configure.in: Build gas for mips-*-*.
13652
13653Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13654
13655 * Makefile.in (all.normal): insert missing backslash.
13656
13657Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13658
4bddf3ad 13659 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13660
13661 * Makefile.in: Complete overhaul to merge many almost identical
13662 targets.
13663
13664Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13665
13666 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13667 (gdb.tar.Z): Adjusted.
13668
13669 * Makefile.in (setup-dirs, taz): New targets; should be general
13670 enough to adapt for gdb sometime. Build only .z file.
13671 (gas.tar.z): New target.
13672
13673Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13674
13675 * build-all.mk: Use CC=cc -Xs on Solaris.
13676
252b5132
RH
13677Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13678
13679 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13680 for handling BISON for FSF releases.
13681
13682Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13683
13684 * configure: Actually implement the change zoo just documented.
13685
13686Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13687
13688 * configure: when using config.guess, only set target_alias when
13689 it's not already been set (ie, on the command line)
13690
13691Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13692
13693 * Makefile.in: add installcheck target, set PRMS to install-prms
13694
13695Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13696
13697 * configure: add support for package_makefile_fragment, handle the
13698 case where a directory has a configure.in file but no Makefile.in
13699 more gracefully (with an actual understandable error message, even);
13700 add support for --without (and add this to the usage message); also
13701 explicitly add a --host=${host_alias} to the command line when
13702 config.guess is used
13703
13704Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13705
13706 * configure: Must use both --host and --target in recursive calls.
13707
13708Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13709
13710 * Makefile.in: Change deja-gnu to dejagnu.
13711
13712Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13713
13714 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13715
13716Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13717
13718 * configure.in: canonicalize all instances to *-*-solaris2*,
13719 also strip out a number of tools to not build for go32 host
13720
13721Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13722
13723 * config.guess: add GPL.
13724
13725 * Makefile.in, config.guess, config.sub, configure: bump
13726 copyrights to 93.
13727
13728Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13729
13730 * Makefile.in (do-info): Removed obsolete check for existence of
13731 localenv file.
13732
13733 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13734
13735Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13736
13737 * Makefile.in: a couple of 'else true' for decstation,
13738 support for TclX
13739
13740 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13741
13742Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13743
13744 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13745
13746Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13747
13748 * config.guess: Recognize i386-ibm-aix (PS/2).
13749 * configure.in: Use config/mh-aix386 file for it.
13750
13751Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13752
13753 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13754 CC_FOR_TARGET instead.
13755 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13756
13757Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13758
13759 * Makefile.in: Add sim to list of directories sent with gdb
13760
13761Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13762
13763 * configure.in: Put back mips-dec-bsd* case.
13764
13765Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13766
13767 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13768 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13769 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13770
13771Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13772
13773 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13774
13775 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13776 (install-info): install dir.info only if it exists,
13777 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13778
13779Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13780
13781 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13782 gas for mips-dec-bsd.
13783
13784Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13785
13786 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13787 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13788
13789Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13790
13791 * configure.in: Added "dejagnu" to hosttools list.
13792
13793Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13794
13795 * config.sub, configure.in, config.guess: Add support
13796 for Bosx, an AIX variant from Bull.
13797 Patches from F.Pierresteguy@frcl.bull.fr.
13798
13799Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13800
13801 * devo/dejagnu: Initial creation of devo/dejagnu.
13802 Migrated dejagnu testcases and support files for testing software
13803 tools to reside as subdirectories, currently called "testsuite",
13804 within the directory of the software tool. Migrated all programs,
13805 support libraries, etc. beloging to dejagnu proper from
13806 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13807 with no modifications. The changes to these files which will
13808 allow them to configure, build, and execute properly will be made
13809 in a future update.
13810
13811Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13812
13813 * Makefile.in: Change send_pr to send-pr.
13814 * configure.in: Likewise.
13815 * send_pr: Renamed directory to send-pr.
13816
13817Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13818
13819 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13820
13821Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13822
13823 * README: Update for gdb-4.8 release.
13824 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13825 gdb-xxx.tar.z (gzip'd) file also.
13826
13827Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13828
13829 * Makefile.in: make all-diff depend on all-libiberty
13830
13831Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13832
13833 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13834
13835Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13836
13837 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13838
13839Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13840
13841 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13842 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13843 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13844
13845Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13846
13847 * Makefile.in: makeinfo binary is in a new location
13848
13849Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13850
13851 * config.sub: Accept -ecoff as an OS.
13852
13853 * Makefile.in: Various changes to eliminate a level of make
13854 recursion and reduce the required command line length.
13855 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13856 sub-makes.
13857 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13858 variables holding settings for specific sub-makes.
13859 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13860 in terms of BASE_FLAGS_TO_PASS.
13861 (TARGET_LIBS): New variable listing directories which use
13862 TARGET_FLAGS_TO_PASS.
13863 (subdir_do): Eliminated.
13864 (do-*): New set of targets to replace subdir_do.
13865 (various): All targets which used subdir_do now depend on do-*.
13866 (local-clean): Renamed from do_clean.
13867 (local-distclean): New target, dependency of distclean and
13868 realclean.
13869 (install-info): Don't create directories. Depend on dir.info
13870 rather than calling make recursively.
13871 (install-dir.info): Eliminated.
13872 (install-info-dirs): Create all info directories here.
13873 (dir.info): Depend upon do-install-info.
13874
13875 * test-build.mk (HOLES): Added false.
13876
13877Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13878
13879 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13880
13881Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13882
13883 * Makefile.in (info): remove dependency on all-texinfo. The
13884 problem was really in texinfo/C, not at this level.
13885
13886Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13887
13888 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13889
13890Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13891
13892 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13893 GDB releases.
13894
13895Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13896
13897 * configure: Include srcdir in message about target of link not
13898 being found. Don't convert `-' to `_' in `with' options being
13899 passed to subdirs.
13900
13901Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13902
13903 * configure.in: add uudecode to host_tools
13904
13905 * Makefile.in: added {all,install}-uudecode targets, added them to
13906 the appropriate lists
13907
13908Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13909
13910 * Makefile.in (all-gcc): Added dependency on all-gas.
13911
13912 * configure.in (mips-*-*): Build ld and binutils.
13913
13914Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13915
13916 * configure: check return code from mkdir, print error message and
13917 exit on failure.
13918
13919Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13920
13921 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13922
13923Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13924
13925 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13926
13927Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13928
13929 * config.sub (h8500): Recognize this as a cpu type.
13930
13931Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13932
13933 * configure: source directory missing is no longer a warning
13934
13935 * configure.in: recognize irix[34]* instead of irix[34]
13936
13937 * Makefile.in: define and pass down X11_LIB
13938
252b5132
RH
13939Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13940
13941 * guess-systype: Renamed to ...
13942 * config.guess: ... by popular request.
13943 * configure.in, Makefile.in: Update accordingly.
13944
13945Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13946
13947 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13948 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13949 + Execute ./dummy instead of assuming . is in PATH.
13950
13951Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13952
13953 * guess-systype: New shell script. Attempts to guess the
13954 canonical host name of the executing host.
13955 Only a few hosts are supported so far.
13956 * configure: Call guess-systype if no host is specified.
13957
13958Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13959
13960 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13961 gcc Makefile.
13962
13963
13964Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13965
13966 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13967 (all-gcc, install-gcc, subdir_do): Use it.
13968
13969Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13970
13971 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13972
13973Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13974
13975 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13976 set exclusively by configure, using configure.in .
13977
13978Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13979
13980 * test-build.mk: set $PATH for all builds
13981
13982 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13983
13984Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
13985
13986 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
13987 the one used in gcc/Makefile.in, so that a null expansion doesn't
13988 override the one needed to build gcc with a native cc.
13989
13990
13991Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13992
13993 * configure: Accept -with arguments.
13994
13995Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13996
13997 * Makefile.in: added h8300sim
13998
13999Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14000
252b5132
RH
14001 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14002 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14003 (all-cygnus, native, build-cygnus): Make
14004 $(canonhost)-stamp-3stage-done, not $(host)....
14005 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14006 i386-sco3.2v4. Added else true to if command.
14007
14008Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14009
14010 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14011
14012Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14013
14014 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14015
14016Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14017
14018 * configure.in: don't remove binutils from Solaris builds
14019
14020Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14021
14022 * Makefile.in: get rid of earlier definitions for *clean,
14023 also handle the recursive info rule better
14024
14025Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14026
14027 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14028 do more-or-less the right thing.
14029
14030Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14031
14032 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14033 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14034
14035Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14036
14037 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14038 $(host_canonical).
14039
14040 * configure.in: split the configdirs list into 4 categories (native
14041 v. cross, library v. tool) and handle the cross-only and native-
14042 only in more reasonable (and correct!) way.
14043
14044Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14045
14046 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14047 configdirs anymore.
14048
14049Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14050
14051 * Makefile.in: extensive cleanup:: removed all of the explicit
14052 clean-* targets, collapsed many wrappers around subdir_do into
14053 one, added additional targets to satisfy standards.texi, deleted
14054 some old targets, some changes for consistency
14055
14056Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14057
14058 * configure.in: handle some programs as cross-only, and others as
14059 native only
14060
14061 * test-build.mk: handle partial holes in a more generic manner
14062
14063 * Makefile.in: m4 depends on libiberty
14064
252b5132
RH
14065Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14066
14067 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14068 time, wdiff, and find to configdirs
14069
14070 * Makefile.in: all, clean, and install rules for the new programs
14071 added to configure.in
14072
14073Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14074
14075 * configure.in: use mh-sun for all *-sun-* hosts
14076
252b5132
RH
14077Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14078
14079 * Makefile.in: define flags for X11 include files and library file
14080 locations, pass them down to the programs that need this info
14081
14082 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14083
252b5132
RH
14084Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14085
14086 * configure.in: start building libg++ for HP-UX targets
14087
14088Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14089
14090 * README: Update references to files moved into etc/.
14091
14092Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14093
14094 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14095 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14096
14097Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14098
14099 * configure: accept dash as well as underscore in long option
14100 names for FSF compatibility.
14101
14102Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14103
14104 * config.sub: added -sco3.2v4 support from FSF.
14105
14106Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14107
14108 * configure.in: expand the section that adds or removes
14109 directories from the list of programs to build, to handle native
14110 vs. cross in addition to host v. native
14111
14112Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14113
14114 * Makefile.in: Replace C++ in macro names with CXX.
14115 This is less likely to break ...
14116
14117Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14118
14119 * test-build.mk: add -w to GNU_MAKE
14120
14121Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14122
14123 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14124 add 'sparc' to list of recognized cpus. This needed to make
14125 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14126 Delete some redundant ose68 variants. Recognize -wrs as an os,
14127 then changes that into $CPU-wrs-vxworks.
14128
14129 * configure.in: remove most references to gdbtest, regularize
14130 target based program removal
14131
14132 * test-build.mk: import from p3 tree (many fixes and changes)
14133
14134Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14135
14136 * Makefile.in: added rules to handle tcl, tk, and expect
14137
14138 * configure.in: handle those directories if they exist
14139
14140Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14141
14142 * config.sub: removed bogus hppabsd and hppahpux names, since
14143 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14144
14145Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14146
14147 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14148 depends upon all-xiberty
14149
14150 * Makefile.in: changes from p3, including:
14151
14152 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14153
14154 * Makefile.in (XTRAFLAGS): include newlib directories if
14155 newlib/Makefile exists, rather than if host != target.
14156
14157 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14158
14159 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14160 from the same source tree and not building a cross-compiler. This
14161 matters for the libg++ configuration if reconfiguring a tree that
14162 has already been installed.
14163
14164 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14165
14166 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14167 pick up the machine and system specific header files.
14168
14169 * Makefile.in: added AS_FOR_TARGET, passed down in
14170 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14171 the C compiler to use to create programs which are run in the
14172 build environment, set it to default to $(CC), and passed it down
14173 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14174
14175 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14176
14177 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14178 We need them for unusual native builds, like systems without
14179 ranlib.
14180
14181 * configure: also define $(host_canonical) and
80413487
RH
14182 $(target_canonical), which are the full, canonical names for the
14183 given host and target
252b5132
RH
14184
14185Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14186
14187 * Makefile.in: Added separate definitions for C++.
14188
14189Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14190
14191 * configure.in (configdirs): Add deja-gnu.
14192
14193Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14194
14195 * README: Update for configure.texi and gdb-4.7 release.
14196
14197Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14198
14199 * Makefile.in: Move "all" target to top of file.
14200 Previously, first target was ".PHONY" which caused BSD4.4 make
14201 to build .PHONY when make was run without arguments.
14202
14203Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14204
14205 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14206 Library-copylefted code in libiberty.
14207
14208Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14209
14210 * config.sub: Replace m68kmote with plain old m68k.
14211
14212Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14213
14214 * Makefile.in: Remove space from blank line, avoid Make complaints.
14215
14216Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14217
14218 * config.sub: Complain if no argument is given. Added support for
14219 386bsd as OS and target alias.
14220
14221Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14222
14223 * Makefile.in (XTRAFLAGS): include newlib directories if
14224 newlib/Makefile exists, rather than if host != target.
14225
14226Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14227
14228 * config.sub: recognize sparclite-wrs-vxworks.
14229
14230 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14231 p3.) Added clean-xiberty to clean.
14232
14233Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14234
14235 * configure.in: use *-*-* instead of nested cases for host and target
14236
14237Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14238
14239 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14240 from the same source tree and not building a cross-compiler. This
14241 matters for the libg++ configuration if reconfiguring a tree that
14242 has already been installed.
14243
14244Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14245
14246 * config.sub (i486v/i486v4): Merge in from FSF version.
14247
14248Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14249
14250 * configure: only set PWD if it is already set.
14251
14252Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14253
14254 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14255 doesn't have unset and all success paths (and most error paths)
14256 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14257 to just ${PWD} to avoid confusion.)
14258
14259Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14260
14261 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14262 even for a native compilation.
14263
14264Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14265
14266 Changes to make the gdb.tar.Z rule work better.
14267
14268 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14269 (DEVO_SUPPORT): Add configure.texi.
14270 (bfd-ilrt.tar.Z): Remove ancient rule.
14271
14272Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14273
14274 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14275 pick up the machine and system specific header files.
14276
14277 * configure.in, config.sub: added new target m68010-adobe-scout,
14278 with alias of adobe68k. Changed configure.in to check for
14279 -scout before -sco* to avoid a false match.
14280
14281 * Makefile.in: added AS_FOR_TARGET, passed down in
14282 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14283 the C compiler to use to create programs which are run in the
14284 build environment, set it to default to $(CC), and passed it down
14285 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14286
14287Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14288
14289 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14290 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14291 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14292 FOR_TARGET variants, to newlib and libg++.
14293
14294Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14295
14296 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14297 first.
14298
14299Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14300
14301 * config.sub: Accept `elf' as an environment.
14302
14303Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14304
14305 * Makefile.in (all-opcodes): cd into the right directory
14306
14307Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14308
14309 * configure: added -program_transform_name option, used as
14310 argument to sed when installing programs.
14311 configure.texi: added documentation for -program_prefix,
14312 -program_suffix and -program_transform_name.
14313
14314Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14315
14316 * config.sub: Accept i486 where i386 ok.
14317
14318Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14319
14320 * config.sub: accept we32k
14321
14322Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14323
35590697 14324 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14325
14326 * Makefile.in: don't create all directories for ``make install'';
14327 let the subdirectories create the ones they need.
14328
14329Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14330
80413487 14331 * COPYING: new file, GPL v2
252b5132
RH
14332
14333Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14334
14335 * Makefile.in: use the new gen-info-dir, which needs a template
14336 argument (which also lives in texinfo)
14337
14338 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14339
252b5132
RH
14340Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14341
14342 * config.sub (ncr3000): Change i386 to i486.
14343
14344Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14345
14346 * Makefile.in: add install-rcs, install-grep to
14347 install-no-fixedincludes, removed install-bison and install-libgcc
14348
14349Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14350
14351 * configure.in: grab the HPUX makefile fragment if on HPUX
14352
14353Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14354
14355 * Makefile.in: eradicate bison spoor (ditto libgcc).
14356 configure.in: recognise m68{k,000}-ericsson-OSE.
14357 es1800 is alias for m68k-ericsson-OSE
14358
14359Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14360
14361 * configure.in: rearrange the parts that remove programs from
14362 configdirs, based now on HOST==TARGET or by canonical triple.
14363
14364Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14365
14366 * test-build.mk: recurse explicitly with -f test-build.mk when
14367 appropriate. predicate stage3 and comparison on the existence
14368 of gcc. That is, if gcc isn't around, we aren't three-staging.
14369 On very clean, also remove ...stamp-co. Build in-place before
14370 doing other builds.
14371
14372Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14373
14374 * Makefile.in, configure.in: add tgas
14375
14376Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14377
14378 * Makefile.in: a number of changes merged in from progressive.
14379
14380 * configure.in: add libm.
14381
14382 * .cvsignore: ignore some stuff that comes from test-build.mk.
14383
252b5132
RH
14384Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14385
14386 * config.sub: Add es1800 (m68k-ericsson-es1800).
14387
14388Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14389
14390 * configure: Add program_suffix (parallel to program_prefix)
14391 * Makefile.in: adjust directory-creating script for losing decstation
14392
14393Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14394
14395 * configure: Minor $subdir-related fixes.
14396
14397Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14398
14399 * configure: fix various problems with propogating
14400 makefile_target_frag in subdirs.
14401 * configure.in: config libgcc if its there
14402
14403Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14404
14405 * config.sub: HPPA merge.
14406
252b5132
RH
14407Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14408
14409 * Makefile.in: Replace all-bison with all-byacc in all
14410 dependency lines for other tools (which now use byacc).
14411
14412Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14413
14414 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14415
252b5132
RH
14416Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14417
14418 * Makefile.in: make gprof rules similar to byacc rules (instead of
14419 vestigal $(unsubdir) that didn't work...)
14420
14421Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14422
14423 * config.sub: Add support for Linux.
14424 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14425 (at least for libg++).
14426
14427Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14428
14429 * configure.texi: fix doc for the -nfp option to configure
14430
14431Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14432
14433 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14434
14435Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14436
14437 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14438 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14439 * configure.in: added solaris* host_makefile_frag hook.
14440
14441Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14442
14443 * config.sub: changed recognition of m68000 so that various
14444 m68k types can be specified via m680[01234]0
14445
14446Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14447
14448 * config.sub (basic_machine): fix sed so that '-foo' isn't
14449 completely substituted out while .+'-foo' loses the '-foo'
14450
14451Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14452
14453 * config.sub ($os): Add -aout.
14454
14455Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14456
14457 * configure: If host_makefile_frag is absolute, don't
14458 prefix ${invsubdir} (relevant to libg++ auto-configure).
14459
14460Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14461
14462 * Makefile.in (tooldir): Define it.
14463 (all-ld): Depend on all-flex.
14464
14465Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14466
14467 * Makefile.in (check): Fix libg++ special case.
14468
14469Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14470
14471 * configure: do not bury `pwd` into config.status, thus do fewer
14472 pwd's.
14473
14474 * configure: print the "Building in" message only when building in
14475 other than "." AND verbose.
14476
14477 * configure: remove -s, rework -v to better accomodate guested
14478 configures.
14479
14480 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14481
14482Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14483
14484 * Makefile.in: macroize flags passed on recursion. remove
14485 fileutils.
14486
14487Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14488
14489 * configure: get makesrcdir right for subdirs deeper than 1.
14490
14491 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14492 install.
14493
14494Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14495
14496 * Makefile.in: don't print subdir_do or recursion lines.
14497
14498Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14499
14500 * standards.texi: added menu item.
14501
14502 * Makefile.in: build and install standards.info.
14503
14504 * standards.texi: new file.
14505
14506Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14507
14508 * configure: test for and move config.status pieces from
14509 ${subdir}/.
14510
14511Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14512
252b5132
RH
14513 * configure: Test for existance of files before trying to mv
14514 them, to avoid numerous non-existance messages.
14515
14516Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14517
14518 * configure: correct final line of config.status.
14519
14520 * configure: patch from eggert. Avoids a protection problem if
14521 the original Makefile.in is read only.
14522
14523 * configure: use move-if-change from gcc to create config.status.
14524 Some makefiles depend on config.status to tell if a directory
14525 has been reconfigured for a different host. This change
14526 prevents those directories from remaking everything in the case
14527 where the reconfig was only intended to rebuild a Makefile.
14528
14529 * configure: test for config.sub with "config.sub sun4" rather
14530 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14531 host alias from a missing config.sub.
14532
14533Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14534
14535 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14536 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14537
14538Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14539
14540 * configure: mkdir ${subdir} as needed.
14541
14542Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14543
14544 * Makefile.in,configure.in: added autoconf.
14545
14546Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14547
14548 * Makefile.in: no longer pass against on recursion.
14549
14550 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14551 definitions are not inherited.
14552
14553 * configure: correct makesrcdir when subdir is .
14554
14555Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14556
14557 * configure: Add support for 'subdirs' variable, which is
14558 like 'configdirs', except that configure doesn't re-invoke
14559 itself for subdirs, it just creates a Makefile for each subdir.
14560 * configure.texi: Document subdirs.
14561
14562Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14563
14564 * configure.in: added flex to configdirs
14565
14566Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14567
14568 * Makefile.in: remove clean-stamps from clean.
14569
14570Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14571
14572 * configure.in: Add gdbtest to configdirs.
14573
14574Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14575
14576 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14577 to recursive makes.
14578 * configure.in: Recognize new ncr3000 config.
14579
14580Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14581
14582 * Makefile.in, configure.in: removed references to gdbm.
14583
14584Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14585
14586 * config.sub: Don't canonicalize os value
14587 newsos* to bsd (readline needs to check for newsos).
14588 (This fix was earlier made Jan 31, but got re-broken.)
14589
14590Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14591
14592 * configure.in: sco is an os, not a vendor!
14593
14594 * configure: Quote $( better. Keep various shells happy.
14595
14596Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14597
14598 * Makefile.in: eliminate stamp-files.
14599
14600Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14601
14602 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14603 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14604
14605Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14606
14607 * config.sub: fix iris/iris3.
14608
14609Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14610
14611 * configure: re-add -rm.
14612
14613Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14614
14615 * Maskefile.in: add .stmp-rcs to all.
14616
14617 * configure.in: remove gas from rs6000 build, use aix host fragment.
14618
14619Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14620
14621 * configure: pass down site_option during recursion.
14622
14623Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14624
14625 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14626
14627Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14628
14629 * configure: Change exec_prefix so that it really defaults to prefix.
14630
14631Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14632
14633 * Makefile.in, configure.in: Add support for mmalloc library.
14634
14635Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14636
14637 * Makefile.in: add stmp dependencies for a few more things.
14638
14639Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14640
14641 * configure: adjusted error message on objdir/srcdir configure
14642 collision, per john's suggestion.
14643
14644 * Makefile.in: add libiberty stmp to all and all.cross.
14645
14646Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14647
14648 * Makefile.in: remove force dependencies, add grep to all.
14649
14650Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14651
14652 * Makefile.in: drop flex. make stamp files work.
14653
14654 * configure: added test for conflicting configuration in srcdir,
14655 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14656 gets cranky. use relative paths for configure and srcdir
14657 whenever possible. Send some error messages to stderr that were
14658 going to stdout.
14659
14660Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14661
14662 * Makefile.in: Fix libg++ rule to check for gcc directory
14663 before using gcc/gcc. Also pass XTRAFLAGS.
14664
14665Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14666
14667 * Makefile.in: added stmp-files so that directories aren't polled
14668 when they are already built.
14669
14670 * configure.texi: fixed a node pointer problem.
14671
14672Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14673
4bddf3ad 14674 * config.sub configure.in gdb/configure.in
252b5132
RH
14675 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14676 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14677 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14678
14679Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14680
14681 * configure: -recurring becomes -silent. corrected help message
14682 for -site= option.
14683
14684 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14685
14686Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14687
14688 * configure: when building Makefile for crosses, replace
14689 tooldir and program_prefix. default srcdir from location of
14690 config.sub. remove "for host in hosts" and "for target in
14691 targets" loops.
14692
14693Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14694
14695 * Makefile.in: Do not pass bindir or mandir to cvs.
14696
14697Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14698
14699 * Makefile.in, configure.in: removed traces of namesubdir,
14700 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14701 copyrights to '92, changed some from Cygnus to FSF.
14702
14703 * configure.texi: remove most references to multiple hosts,
14704 multiple targets, subdirs, etc.
14705
14706 * configure.man: removed rcsid. reference config.sub not
14707 config.subr.
14708
14709 * Makefile.in: mkdir $(infodir) on install-info.
14710
14711Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14712
14713 * configure.texi: Explain better about .gdbinit and about
14714 the environment that configure.in sections run in.
14715
14716Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14717
14718 * configure.in: Ultrix is only a decstation if it's a MIPS.
14719
14720Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14721
14722 * README: DOC.configure => cfg-paper.texi.
14723
14724Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14725
14726 * config.sub (near case $os): Don't convert newsos* to bsd!
14727
14728Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14729
14730 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14731 the number of copies of COPYING that go into the GDB tar file.
14732
14733Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14734
4bddf3ad 14735 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14736 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14737 Fix SCO configuration stuff.
14738
14739Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14740
14741 * Makefile.in: For libg++, make sure the -I pointing
14742 to the gcc directory goes *after* all the libg++-local -I flags.
14743 Also, move just-gcc dependency from just-libg++ to all-libg++.
14744
14745Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14746
14747 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14748
14749Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14750
14751 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14752
14753Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14754
14755 * config.sub: Add stratus configuration frags. Also
14756 submitted to FSF.
14757
14758Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14759
14760 * Makefile.in (DEV_SUPPORT): add configure.man.
14761
14762 * config.sub(Decode manufacturer-specific): add -none*.
14763
14764Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14765
14766 * Makefile.in: remove form feeds to make Sun's make happy.
14767 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14768
14769Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14770
14771 * Makefile.in (AR_FLAGS): Make quieter.
14772
14773Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14774
14775 * configure.in: Add libg++.
14776 * configure: When verbose, don't output the command line at each
14777 level; it will be unremarkably the same as the previous version,
14778 which will be the same as what the user typed.
14779
14780Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14781
14782 * configure.in, Makefile.in: fix clean-info, add flex. add
14783 fileutils.
14784
14785 * configure: be less sensitive to spaces in Makefile.in. Do not
14786 look for sources in "..". Doing so breaks subdirectories that
14787 might have their own configure. If a subdir has it's own
14788 configure script, use it.
14789
14790Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14791
14792 * cfg-paper.texi: some changes suggested by rms.
14793
14794Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14795
14796 * config.sub: Merge in some small additions from the FSF version,
14797 taken from the gcc distribution, to bring the Cygnus and FSF
14798 versions into closer sync.
14799
14800Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14801
14802 * configure.in: Changed svr4 references to sysv4.
14803
14804Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14805
14806 * configure: added -V for version number option.
14807
14808Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14809
14810 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14811 renamed from DOC.configure to cfg-paper.texi.
14812
14813Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14814
14815 * configure, config.subr, config.sub: config.subr is now
14816 config.sub again.
14817
14818Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14819
14820 * configure.texi: new file, in progress.
14821
14822 * Makefile.in: build info file and install the man page for
14823 configure.
14824
14825 * configure.man: new file, first cut.
14826
14827 * configure: find config.subr again now that configuration "none"
14828 has gone. removed all traces of the -ansi option. removed all
14829 traces of the -languages option.
14830
14831 * config.subr: resync from rms.
14832
d932cae7 148331991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14834
14835 * configure, config.sub, config.subr: merge config.sub into
14836 config.subr, call the result config.subr, remove config.sub, use
14837 config.subr.
14838
14839 * Makefile.in: revised install for dir.info.
14840
d932cae7 148411991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14842
14843 * configure.in: add decstation host makefile frag.
14844
14845 * Makefile.in: BISON now bison -y again. also install-gcc on
14846 install. clean-gdbm on clean. infodir belongs in datadir.
14847 Make directories for info install. Build dir.info here then
14848 install it.
14849
d932cae7 148501991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14851
14852 * Makefile.in: fix for bad directory tests.
14853
d932cae7 148541991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14855
14856 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14857 regexp. -srcdir relative was being handled incorrectly.
14858
14859 * Makefile.in: unwrapped some for loops so that parallel makes
14860 work again and so one can focus one's attention on a particular
14861 package.
14862
d932cae7 148631991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14864
14865 * configure: added PWD as a stand in for `pwd` (for speed). use
14866 elif wherever possible. make -srcdir work without -objdir.
14867 -objdir= commented out.
14868
d932cae7 148691991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14870
14871 * configure: +options become --options. -subdirs commented out.
14872 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14873 Makefile now at top of generated Makefile. Removed cvs log
14874 entries. added -srcdir. create .gdbinit only if there is one
14875 in ${srcdir}.
14876
14877 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14878 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14879 and mandir now keyed off datadir by default.
14880
d932cae7 148811991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14882
14883 * Freshly created ChangeLog.
14884
14885\f
14886Local Variables:
14887mode: change-log
14888left-margin: 8
14889fill-column: 76
14890version-control: never
14891End:
This page took 1.157755 seconds and 4 git commands to generate.