Fix commit date in previous commit.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
68dad382
JJ
12012-12-17 Jeff Johnston <jjohnstn@redhat.com>
2
3 * COPYING.LIBGLOSS: Add license for bfin libgloss.
4
2344b8da
TS
52012-12-16 Thomas Schwinge <thomas@codesourcery.com>
6
7 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
8 * configure: Regenerate.
9
5eb08693
L
102012-12-11 H.J. Lu <hongjiu.lu@intel.com>
11
12 * Makefile.def (target_modules): Add bootstrap=true and
13 raw_cxx=true to libsanitizer.
14 * configure.ac (bootstrap_target_libs): Add libsanitizer.
15 * Makefile.in: Regenerated.
16 * configure: Likewise.
17
53ab32d8
JBG
182012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
19
20 * config.sub: Merge from config repo.
21
d2489204
JBG
222012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
23
24 * configure.ac: Merge from GCC.
25 * Makefile.tpl: Dito.
26 * Makefile.in: Dito.
27 * configure: Dito.
28
c23b5043
JBG
292012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
30
31 * configure.ac (noconfigdirs): Merge from GCC.
32 * configure: Regenerate.
33
1dd1f7f6
JBG
342012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
35
36 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
37
2bda3143
L
382012-11-14 Roland McGrath <mcgrathr@google.com>
39
40 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
41 * configure: Regenerate.
42
5286fdef
L
432012-11-13 Richard Henderson <rth@redhat.com>
44
45 * configure.ac: Move libsanitizer logic to subdirectory.
46 * configure: Regenerate.
47
482012-11-13 Dodji Seketeli <dodji@redhat.com>
49
50 * configure.ac: Enable libsanitizer just on x86 linux for now.
51 * configure: Re-generate.
52
532012-11-13 David Edelsohn <dje.gcc@gmail.com>
54
55 * configure.ac: Merge libquadmath sections.
56 * configure: Regenerate.
57
582012-11-12 Wei Mi <wmi@google.com>
59
60 * configure.ac: Add libsanitizer to target_libraries.
61 * Makefile.def: Ditto.
62 * configure: Regenerate.
63 * Makefile.in: Regenerate.
64
f66a9a70
L
652012-11-03 H.J. Lu <hongjiu.lu@intel.com>
66
67 * configure: Regenerated.
68
692012-11-03 Robert Mason <rbmj@verizon.net>
70
71 * configure.ac: add --disable-libstdcxx configure option
72 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
73
6d94c122
CV
742012-10-24 Corinna Vinschen <corinna@vinschen.de>
75
76 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
77 against Mingw64 w32api.
78 * configure: Regenerate.
79
a882be68
EB
802012-10-23 Eric Botcazou <ebotcazou@adacore.com>
81
82 PR bootstrap/54820
83 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
84 * configure: Regenerate.
85
b3676d82
EB
862012-10-22 Eric Botcazou <ebotcazou@adacore.com>
87
88 PR bootstrap/54820
89 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
90 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
91 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
92 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
93 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
94 * Makefile.in: Regenerate.
95 * configure.ac (have_static_libs): New variable and associated check.
96 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
97 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
98 * configure: Regenerate.
99
7b0e8ca5
MF
1002012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
101
102 * config.guess, config.sub: Include updated version from
103 config-patches. Adds microblaze little endian support.
104
8e71395b
L
1052012-09-28 Ian Lance Taylor <iant@google.com>
106
107 * Makefile.def: Make all-target-libgo depend on
108 all-target-libbacktrace.
109 * Makefile.in: Rebuild.
110
1112012-09-26 Ian Lance Taylor <iant@google.com>
112
113 * Makefile.def: Make all-gcc depend on all-libbacktrace.
114 * Makefile.in: Rebuild.
115
1162012-09-06 Diego Novillo <dnovillo@google.com>
117
118 * configure.ac: Bump minimum GMP version to 4.2.3.
119 * configure: Re-generate.
120
1212012-09-05 Georg-Johann Lay <avr@gjlay.de>
122
123 PR target/54461
124 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
125 target-libgloss if not configured --with-avrlibc=no.
126 * configure: Regenerate.
127
1282012-09-04 Jason Merrill <jason@redhat.com>
129
130 * configure.ac: Fix --enable-languages=all.
131
1322012-09-03 Richard Guenther <rguenther@suse.de>
133
134 PR bootstrap/54138
135 * configure.ac: Re-organize ISL / CLOOG checks to allow
136 disabling with either --without-isl or --without-cloog.
137 * configure: Regenerated.
138
1392012-09-03 Georg-Johann Lay <avr@gjlay.de>
140
141 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
142 * configure: Regenerate.
143
d09bbf00
SE
1442012-09-21 Steve Ellcey <sellcey@mips.com>
145
146 * configure.ac: Add mips*-mti-elf* target.
147 * configure: Regenerate.
148
2bf680c4
ILT
1492012-09-19 Ian Lance Taylor <iant@google.com>
150
151 * configure.ac (host_libs): Add libbacktrace.
152 (target_libraries): Add libbacktrace.
153 * Makefile.def (host_modules): Add libbacktrace.
154 (target_modules): Likewise.
155 * configure, Makefile.in: Rebuild.
156
5c0b3823
WL
1572012-09-15 Jiong Wang <jiwang@tilera.com>
158
159 * configure.ac (ENABLE_GOLD): support tilegx*
160 * configure: rebuild
161
1488e230
DE
1622012-09-14 David Edelsohn <dje.gcc@gmail.com>
163
164 PR target/38607
165 Merge upstream change.
166 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
167
168 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
169 Add libgomp*.o to compare_exclusions for AIX.
170 * configure: Regenerate.
171
df6795ce
L
1722012-08-26 H.J. Lu <hongjiu.lu@intel.com>
173
174 PR binutils/4970
175 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
176 and opcodes.
177 * Makefile.in: Regenerated.
178
7ec59b9e
L
1792012-08-14 Diego Novillo <dnovillo@google.com>
180
181 Merge from cxx-conversion branch.
182
183 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
184 POSTSTAGE1_CONFIGURE_FLAGS.
185 * Makefile.in: Regenerate.
186 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
187 Force C++ when bootstrapping.
188 * configure: Regenerate.
189
1902012-07-06 Richard Guenther <rguenther@suse.de>
191
192 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
193 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
194 --with-gmp=system.
195 * Makefile.in: Regenerated.
196 * configure: Likewise.
197
1982012-07-06 Richard Guenther <rguenther@suse.de>
199
200 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
201 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
202 supply V=1 as extra_make_flags.
203 * configure: Regenerated.
204 * Makefile.in: Likewise.
205
2062012-07-03 Richard Guenther <rguenther@suse.de>
207
208 * Makfile.def (isl): Remove not necessary extra_exports and
209 extra_make_flags.
210 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
211 * Makefile.in: Regenerated.
212
2132012-07-03 Richard Guenther <rguenther@suse.de>
214
215 * Makefile.def (cloog): Add V=1 to extra_make_flags.
216 * configure.ac: If either the ISL or the CLooG check failed
217 do not try to build in-tree versions.
218 * Makefile.in: Regenerated.
219 * configure: Regenerated.
220
2212012-07-02 Richard Guenther <rguenther@suse.de>
222 Michael Matz <matz@suse.de>
223 Tobias Grosser <tobias@grosser.es>
224 Sebastian Pop <sebpop@gmail.com>
225
226 * Makefile.def: Add ISL host module, remove PPL host module.
227 Adjust ClooG host module to use the proper ISL.
228 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
229 * configure.ac: Include config/isl.m4. Add ISL host library,
230 remove PPL. Remove PPL configury, add ISL configury, adjust
231 ClooG configury.
232 * Makefile.in: Regenerated.
233 * configure: Likewise.
234
2352012-07-02 Richard Guenther <rguenther@suse.de>
236
237 Merge from graphite branch
238 2011-07-21 Tobias Grosser <tobias@grosser.es>
239
240 * configure: Regenerated.
241 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
242 both cloog.org and legacy versions. The only supported version will
243 be CLooG with the isl backend.
244
245 2011-07-21 Tobias Grosser <tobias@grosser.es>
246
247 * configure: Regenerated.
248 * configure.ac: Require cloog isl 0.17.0
249
250 2011-07-21 Tobias Grosser <tobias@grosser.es>
251
252 * configure: Regenerated.
253 * config/cloog.m4: Do not define CLOOG_ORG
254
2552012-06-29 Steven Bosscher <steven@gcc.gnu.org>
256
257 * configure.ac: Skip C if explicitly selected.
258 * configure: Regenerate.
259
2602012-06-28 Christophe Lyon <christophe.lyon@st.com>
261
262 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
263 they contain -O2.
264 * configure: Regenerate.
265
2662012-06-20 Jason Merrill <jason@redhat.com>
267
268 * Makefile.tpl (check-target-libgomp-c++): New.
269 (check-target-libitm-c++): New.
270 * Makefile.def (c++): Add them.
271 * Makefile.in: Regenerate.
272
2732012-05-16 Olivier Hainque <hainque@adacore.com>
274
275 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
276 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
277 (install-no-fixedincludes): Adjust accordingly.
278 * Makefile.in: Regenerate.
279
2802012-05-09 Nick Clifton <nickc@redhat.com>
281 Paul Smith <psmith@gnu.org>
282
283 PR bootstrap/50461
284 * configure.ac (mpfr-dir): When using in-tree MPFR sources
285 allow for the fact that from release v3.1.0 of MPFR the source
286 files were moved into a src sub-directory.
287 * configure: Regenerate.
288
2892012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
290
291 * configure.ac: Bump minimum MPFR version to 2.4.0.
292 * configure: Regenerated.
293
2942012-05-01 Richard Henderson <rth@redhat.com>
295
296 * Makefile.def (libatomic): New target_module.
297 * configure.ac (target_libraries): Add libatomic.
298 (noconfigdirs): Check if libatomic is supported.
299 * Makefile.in, configure: Rebuild.
300
f87f9c61
L
3012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
302
303 Merge upstream change
304 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
305
3062011-11-21 Andreas Tobler <andreast@fgznet.ch>
307
308 * libtool.m4: Additional FreeBSD 10 fixes.
309
68f107fa
AO
3102012-06-28 Christophe Lyon <christophe.lyon@st.com>
311
312 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
313 they contain -O2.
314 * configure: Regenerate.
315
b9c361e0
JL
3162012-05-14 Catherine Moore <clm@codesourcery.com>
317
318 * NEWS: Mention PowerPC VLE port.
319
9eb322aa
MF
3202012-05-11 Mike Frysinger <vapier@gentoo.org>
321
322 * MAINTAINERS (config/): Move to intl/ section.
323 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
324
58b1dd21
NC
3252012-05-09 Nick Clifton <nickc@redhat.com>
326 Paul Smith <psmith@gnu.org>
327
328 PR bootstrap/50461
329 * configure.ac (mpfr-dir): When using in-tree MPFR sources
330 allow for the fact that from release v3.1.0 of MPFR the source
331 files were moved into a src sub-directory.
332 * configure: Regenerate.
333
2e702c99
RM
3342012-05-02 Roland McGrath <mcgrathr@google.com>
335
336 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
337 * configure: Regenerate.
338
d2213593
JB
3392012-04-25 Joel Brobecker <brobecker@adacore.com>
340
341 * config.sub: Update to 2012-04-18 version from official repo.
342
202e2356
NC
3432012-03-19 Tristan Gingold <gingold@adacore.com>
344
345 * configure.ac (ia64*-*-*vms*): Add support for ld.
346 * configure: Regenerate.
347
2479f722
RO
3482012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
349
350 * configure.ac (enable_libgomp): Remove *-*-irix6*.
351 (unsupported_languages): Remove mips-sgi-irix6.*.
352 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
353 (with_stabs): Remove.
354 * configure: Regenerate.
355
4e97d92b
RO
3562012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
357
358 * configure.ac (enable_libgomp): Remove *-*-osf*.
359 (with_stabs): Remove alpha*-*-osf*.
360 * configure: Regenerate.
361
f9ea6f98
JJ
3622012-03-09 Jeff Johnston <jjohnstn@redhat.com>
363
364 * COPYING.NEWLIB: Modify DJ Delorie license to include
365 modification rights in clause as permitted by DJ Delorie.
366 * COPYING.LIBGLOSS: Ditto.
367
48688b3e
JJ
3682012-03-09 Jeff Johnston <jjohnstn@redhat.com>
369
370 * COPYING.NEWLIB: Remove two unused licenses.
371
0945bbee
TG
3722012-03-05 Tristan Gingold <gingold@adacore.com>
373
374 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
375 * configure: Regenerate.
376
516be0c5
JJ
3772012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
378
379 * COPYING.NEWLIB: Add Adapteva notice.
380 * COPYING.LIBGLOSS: Add Adapteva notice.
381
64b986c0
EB
3822011-12-18 Eric Botcazou <ebotcazou@adacore.com>
383
384 * configure: Regenerate.
385
58cddc18
JJ
3862011-12-15 Jeff Johnston <jjohnstn@redhat.com>
387
388 * COPYING.LIBGLOSS: Add GPL with exception license.
389
b121d7d4
DD
3902011-11-09 Roland McGrath <mcgrathr@google.com>
391
392 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
393 * configure: Rebuild.
394 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
395 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
396 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
397 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
398 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
399 Add READELF.
400 * Makefile.in: Rebuild.
401
d32e2926
RH
4022011-11-08 Richard Henderson <rth@redhat.com>
403
404 * configure.ac: Test for libitm directory present first.
405
406 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
407
408 * configure.ac: Test libitm/configure.tgt to disable libitm.
409 * configure: Rebuild.
410
98dd765a
RO
4112011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
412
413 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
414 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
415 * Makefile.in: Regenerate.
416
99c513f6
DD
4172011-11-01 DJ Delorie <dj@redhat.com>
418
419 * configure.ac (rl78-*-*) New case.
420 * configure: Regenerate.
421
ff3ec4ee
DD
4222011-11-01 DJ Delorie <dj@redhat.com>
423
424 * config.sub: Update to version 2011-10-29 (added rl78)
425
c28a9f49
NC
4262011-10-27 Nick Clifton <nickc@redhat.com>
427
428 * config.sub: Import these changes from the config project:
429
430 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
431 Ben Elliston <bje@gnu.org>
432
433 * config.sub (epiphany): New.
434
435 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
436 Ben Elliston <bje@gnu.org>
437
9eb322aa 438 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
439
440 2011-08-23 Roland McGrath <mcgrathr@google.com>
441
442 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
443 64eb to be64.
444
445 2011-08-16 Roland McGrath <mcgrathr@google.com>
446
447 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
448 (nacl): Grok as alias for 32el-unknown-nacl.
449
860144e4
JB
4502011-08-19 Joel Brobecker <brobecker@adacore.com>
451
452 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
453
40ae9136
YQ
4542011-08-14 Yao Qi <yao@codesourcery.com>
455
456 Merge from gcc:
457
458 2011-08-14 Yao Qi <yao@codesourcery.com>
459 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
460 * configure: Regenerate.
461
ffdd6afc
ILT
4622011-07-26 Ian Lance Taylor <iant@google.com>
463
464 Merge from gcc:
465
466 2011-07-26 Ian Lance Taylor <iant@google.com>
467 * configure.ac: Set have_compiler based on whether gcc directory
468 exists, rather than on whether gcc is in configdirs.
469 * configure: Rebuild.
470
471 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
472 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
473 link directories.
474 * Makefile.in: Rebuild.
475
476 2011-07-20 Ian Lance Taylor <iant@google.com>
477 PR bootstrap/49787
478 * configure.ac: Move --enable-bootstrap handling earlier in file.
479 If --enable-bootstrap and either --enable-build-with-cxx or
480 --enable-build-poststage1-with-cxx, enable C++ automatically.
481 * configure: Rebuild.
482
483 2011-07-19 Ian Lance Taylor <iant@google.com>
484 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
485 make C++ a boot_language. Set and substitute
486 POSTSTAGE1_CONFIGURE_FLAGS.
487 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
488 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
489 * configure, Makefile.in: Rebuild.
490
491 2011-07-16 Jason Merrill <jason@redhat.com>
492 * Makefile.def (language=c++): Add check-c++0x and
493 check-target-libmudflap-c++.
494 * Makefile.tpl (check-target-libmudflap-c++): New.
495 * Makefile.in: Regenerate.
496
497 2011-07-16 Matthias Klose <doko@ubuntu.com>
498 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
499 * Makefile.def (target_modules/libjava): Pass
500 $(EXTRA_CONFIGARGS_LIBJAVA).
501 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
502 if not configured with --enable-static-libjava.
503 * Makefile.in: Regenerate.
504 * configure: Likewise.
505
506 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
507 PR regression/47836
508 PR bootstrap/23656
509 PR other/47733
510 PR bootstrap/49247
511 PR c/48825
512 * configure.ac (target_libraries): Remove target-libiberty.
513 Remove case-statement setting skipdirs=target-libiberty for
514 multiple targets. Remove checking target_configdirs and
515 removing target-libiberty but keeping target-libgcc if
516 otherwise empty.
517 * Makefile.def (target_modules): Don't add libiberty.
518 (dependencies): Remove all traces of target-libiberty.
519 * configure, Makefile.in: Regenerate.
520
9ccb86e7
JM
5212011-07-22 Jason Merrill <jason@redhat.com>
522
523 * Makefile.def (language=c++): Add check-c++0x and
524 check-target-libmudflap-c++.
525 * Makefile.tpl (check-target-libmudflap-c++): New.
526 * Makefile.in: Regenerate.
527
090bc50f
RO
5282011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
529
530 * configure: Regenerate.
531
cff32a7c
RO
5322011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
533
534 PR target/39150
535 * configure.ac (i[3456789]86-*-solaris2*): Also accept
536 x86_64-*-solaris2.1[0-9]*.
537 * configure: Regenerate.
538
eb4b2452
NC
5392011-06-13 Walter Lee <walt@tilera.com>
540
541 * configure.ac (tilepro-*-*) New case.
542 (tilegx-*-*): Likewise.
543 * configure: Regenerate.
544
3c0013bf
NC
5452011-06-06 Nick Clifton <nickc@redhat.com>
546
547 * config.sub: Sync from upstream.
548
91c1f14c
DK
5492011-05-08 Doug Kwan <dougkwan@google.com>
550
551 Merge from gcc:
552
553 2011-05-08 Doug Kwan <dougkwan@google.com>
554
555 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
556 * configure: Regenerated.
557 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
558 value from configure.
559 * Makefile.in: Regenerated.
560
c7e4b184
JM
5612011-05-05 Joseph Myers <joseph@codesourcery.com>
562
563 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
564 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
565 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
566 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
567 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
568 *-*-vxworks*): Disable newlib and libgloss in separate case
569 statement.
570 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
571 to separate case statement.
572 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
573 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
574 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
575 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
576 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
577 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
578 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
579 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
580 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
581 i[[3456789]]86-*-rdos*, m32r-*-*,
582 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
583 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
584 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
585 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
586 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
587 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
588 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
589 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
590 and libgloss in main case over targets. Remove most empty cases
591 in main case over targets.
592 * configure: Regenerate.
593
7152a690
JM
5942011-05-04 Joseph Myers <joseph@codesourcery.com>
595
596 * configure.ac: Remove code setting special library locations for
597 hppa*64*-*-hpux11*. Remove code setting compiler for
598 sparc-sun-solaris2*.
599 * configure: Regenerate.
600
ff46fb8f
JM
6012011-05-04 Joseph Myers <joseph@codesourcery.com>
602
603 * configure.ac: Separate libgloss_dir settings from general case
604 over targets.
605 * configure: Regenerate.
606
82ae827f
JM
6072011-04-28 Joseph Myers <joseph@codesourcery.com>
608
609 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
610 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
611 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
612 cases in libgcj-disabling case statement.
613 (hppa*64*-*-linux*): Set unsupported_languages instead of
614 disabling target-zlib.
615 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
616 to hppa*64*-*-hpux*.
617 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
618 hppa*-*-hpux*.
619 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
620 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
621 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
622 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
623 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
624 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
625 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
626 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
627 libgcj-disabling case statement.
628 * configure: Regenerate.
629
0827f9a6
JM
6302011-04-28 Joseph Myers <joseph@codesourcery.com>
631
632 * configure.ac: Disable Java for targets not supporting libffi.
633 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
634 Remove cases in Java-disabling statement.
635 (*arm-wince-pe): Change to arm-wince-pe.
636 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
637 cases in Java-disabling statement.
638 (bfin-*-*): Don't disable Java again.
639 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
640 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
641 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
642 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
643 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
644 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
645 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
646 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
647 Java-disabling statement.
648 (mmix-*-*): Don't disable Java again.
649 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
650 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
651 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
652 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
653 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
654 statement.
655 * configure: Regenerate.
656
899b04ef
JM
6572011-04-28 Joseph Myers <joseph@codesourcery.com>
658
659 Merge from GCC:
660
661 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
662
663 PR lto/48086
664 * configure.ac: Re-enable LTO on *-apple-darwin9*.
665 * configure: Regenerate.
666
9863d716
JM
6672011-04-28 Joseph Myers <joseph@codesourcery.com>
668
669 * configure.ac: Separate cases disabling Java and Java libraries
670 from general case over targets.
671 * configure: Regenerate.
672
a90ef4bf
JM
6732011-04-06 Joseph Myers <joseph@codesourcery.com>
674
675 * configure.ac (build_tools): Remove build-byacc.
676 (host_libs): Remove mmalloc.
677 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
678 autoconf automake libtool diff rcs fileutils shellutils time
679 textutils wdiff find uudecode hello tar gzip indent recode release
680 sed perl gawk findutils gettext zip.
681 (libgcj): Remove target-qthreads.
682 (target_tools): Remove target-examples target-gperf.
683 (YACC): Don't handle building byacc.
684 * configure: Regenerate.
685 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
686 dosutils, examples, fileutils, find, findutils, gawk, gettext,
687 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
688 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
689 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
690 handle building components.
691 * Makefile.in: Regenerate.
692
05a02268
RW
6932011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
694
695 * config.sub: Sync from upstream.
696
c5f5c3c2
JM
6972011-04-01 Joseph Myers <joseph@codesourcery.com>
698
699 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
700 (microblaze*): Don't disable libssp.
701 * configure: Regenerate.
702
f6c1938b
JM
7032011-04-01 Joseph Myers <joseph@codesourcery.com>
704
705 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
706 moveifchange.
707 * configure: Regenerate.
708 * Makefile.tpl: Use @SHELL@ not @config_shell@.
709 * Makefile.in: Regenerate.
710
1f111696
JM
7112011-04-01 Joseph Myers <joseph@codesourcery.com>
712
713 * configure.ac (*-*-sysv4*): Don't enable libgomp.
714 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
715 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
716 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
717 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
718 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
719 md_exec_prefix cases.
720 * configure: Regenerate.
721
065a5627
JM
7222011-04-01 Joseph Myers <joseph@codesourcery.com>
723
724 * configure.ac: Separate cases disabling target-libssp,
725 target-libiberty, target-libstdc++-v3 and Fortran from general
726 case over targets.
727 * configure: Regenerate.
728
b2f14e4a
JM
7292011-04-01 Joseph Myers <joseph@codesourcery.com>
730
731 * configure.ac (*-*-chorusos): Don't disable libgcj.
732 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
733 Remove case.
734 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
735 (arm-*-coff): Don't disable libgcj.
736 (arm*-*-linux-gnueabi): Remove useless assignment.
737 (arm-*-riscix*): Don't disable libgcj.
738 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
739 configuration.
740 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
741 (c54x*-*-*): Remove case.
742 (tic54x-*-*): Don't disable GCC or GCC libraries.
743 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
744 to *.
745 (d10v-*-*): Don't disable GCC libraries.
746 (d30v-*-*): Don't disable libgcj.
747 (h8500-*-*): Don't disable GCC libraries.
748 (i960-*-*): Don't disable libgcj.
749 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
750 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
751 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
752 libgcj.
753 (m68k-*-coff*): Remove case.
754 (mmix-*-*): Don't disable libgloss on host.
755 (mn10200-*-*, mn10300-*-*): Remove cases.
756 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
757 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
758 Don't disable libgcj.
759 (romp-*-*): Remove case.
760 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
761 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
762 case.
763 (v810-*-*): Don't disable GCC libraries.
764 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
765 (ip2k-*-*): Don't disable GCC libraries.
766 * configure: Regenerate.
767
6a608608
JM
7682011-03-28 Joseph Myers <joseph@codesourcery.com>
769
770 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
771 libffi on host.
772 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
773 on host.
774 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
775 * configure: Regenerate.
776
5b806d27
NC
7772011-03-26 John Marino <binutils@marino.st>
778
779 * configure.ac: Add support for *-*-dragonfly*
780 * configure: Regenerate.
781
0377a422
JM
7822011-03-25 Joseph Myers <joseph@codesourcery.com>
783
784 * configure.ac (native_only): Remove.
785 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
786 send-pr uudecode guile gnuserv on host.
787 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
788 send-pr rcs guile perl texinfo libtool on host.
789 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
790 automake send-pr rcs guile perl texinfo libtool on host.
791 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
792 (*-*-kaos*): Don't disable target-examples target-gperf on target.
793 (alpha*-dec-osf*): Don't disable fileutils on target.
794 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
795 texinfo send-pr expect dejagnu on target.
796 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
797 target-qthreads on target.
798 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
799 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
800 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
801 x86_64-*-mingw*): Don't disable expect on target.
802 (*-*-cygwin*): Don't disable target-gperf on target.
803 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
804 gnuserv on target.
805 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
806 target.
807 * configure: Regenerate.
808
2354b38b
JM
8092011-03-25 Joseph Myers <joseph@codesourcery.com>
810
811 * configure.ac (target_tools): Remove target-groff.
812 (native_only): Remove target-groff.
813 (hppa*64*-*-*): Don't disable byacc.
814 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
815 setting.
816 (*-*-kaos*): Don't skip target-librx and target-groff.
817 (*-*-netware*): Don't skip target-libmudflap.
818 (*-*-tpf*): Don't skip target-libmudflap.
819 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
820 directories on the host.
821 (ia64*-*-*vms*): Don't skip tix.
822 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
823 host.
824 * configure: Regenerate.
825
28d9b232
PB
8262011-03-24 Paolo Bonzini <pbonzini@redhat.com>
827
828 * configure.ac: Remove references to mt-mep, mt-netware,
829 mt-wince.
830 * Makefile.def: Add all-utils soft dependencies.
831 * Makefile.tpl: Remove GDB_NLM_DEPS.
832 * configure: Regenerate.
833 * Makefile.in: Regenerate.
834
dbbe5f95
PB
8352011-03-24 Paolo Bonzini <bonzini@gnu.org>
836
837 Sync from GCC:
838
839 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
840
841 * configure.ac: Do not include mh-x86omitfp.
842 * configure: Regenerate.
843
844 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
845
846 * configure.ac: Remove empty cases.
847 * configure: Regenerate.
848
849 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
850
851 * Makefile.def: Add dependency from termcap to gdb.
852 * Makefile.in: Regenerate.
853
854 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
855
856 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
857 * configure: Regenerate.
858 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
859 * Makefile.tpl: Likewise.
860 * Makefile.in: Regenerate.
861
862 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
863
864 * configure.ac: Remove all mentions of tentative_cc.
865 * configure: Regenerate.
866
867 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
868
869 PR lto/48086
870 * configure.ac: Re-enable LTO on *-apple-darwin9.
871 * configure: Regenerate.
872
3516a403
JM
8732011-03-24 Joseph Myers <joseph@codesourcery.com>
874
875 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
876 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
877 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
878 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
879 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
880 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
881 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
882 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
883 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
884 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
885 *-*-rhapsody*): Remove host cases.
886 * configure: Regenerate.
887
93cc359e
JM
8882011-03-24 Joseph Myers <joseph@codesourcery.com>
889
890 * configure.ac (ppc*-*-pe): Remove host case.
891 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
892 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
893 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
894 cases.
895 * configure: Regenerate.
896
29b2c556
JM
8972011-03-24 Joseph Myers <joseph@codesourcery.com>
898
899 * config.sub: Update to version 2011-03-23.
900
f0ff0f90
JM
9012011-03-22 Joseph Myers <joseph@codesourcery.com>
902
903 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
904 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
905 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
906 * configure: Regenerate.
907
782cb41f
JM
9082011-03-22 Joseph Myers <joseph@codesourcery.com>
909
910 * config-ml.in: Don't handle arc-*-elf*.
911 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
912 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
913 handle GCC libraries.
914 * configure: Regenerate.
915
0e8ad34f
RO
9162011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
917
918 PR bootstrap/48120:
919 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
920 Add -lstdc++ -lm to LIBS.
921 * configure: Regenerate.
922
5548b4ce
DE
9232011-03-18 David Edelsohn <dje.gcc@gmail.com>
924
925 * config.guess: Update to version 2011-02-02
926 * config.sub: Update to version 2011-02-24
2e702c99 927
86ed8cf6
SP
9282011-03-03 Sebastian Pop <sebastian.pop@amd.com>
929
9eb322aa
MF
930 * configure.ac: Adjust test of with_ppl.
931 * configure: Regenerated.
86ed8cf6 932
b123da99
SP
9332011-03-02 Sebastian Pop <sebastian.pop@amd.com>
934
935 * configure.ac: Add -lpwl to ppllibs.
936 * config/cloog.m4: Add -lisl to clooglibs.
937 * configure: Regenerated.
938
822ce8ee
RW
9392011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
940
941 Import from Libtool and gnulib:
942
943 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
944
945 Prepare for supporting FreeBSD 10.
946 * config.rpath: Remove handling of freebsd1* which soon would
947 match FreeBSD 10.0.
948
949 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
950
951 Remove support for FreeBSD 1.x.
952 * libtool.m4 (_LT_LINKER_SHLIBS)
953 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
954 soon would incorrectly match FreeBSD 10.0.
955
dcb5e506
RW
9562011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
957
958 PR binutils/12283
959 * MAINTAINERS (mkinstalldirs): Comes from Automake.
960 (move-if-change): Comes from gnulib.
961 * move-if-change: Import version from gnulib.
962
8d8eef9a
RW
9632011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
964
965 Sync from GCC:
966
967 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
968
969 PR lto/47225
970 * Makefile.def (lto-plugin): Double dash for enable-shared.
971 (configure-gcc): Depend on all-lto-plugin.
972 * Makefile.in: Rebuilt.
973
974 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
975
976 * configure.ac: Remove extra bracket.
977 * configure: Regenerate.
978
979 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
980
981 PR lto/47225
982 * Makefile.def: Add dependency for install-gcc
983 on install-lto-plugin.
984 * Makfile.in: Regenerated
985
986 2011-01-25 Jakub Jelinek <jakub@redhat.com>
987
988 * configure.ac: If with_ppl is no, move setting with_cloog=no
989 after CLOOG_REQUESTED check.
990 * configure: Regenerated.
991
992 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
993
994 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
995 CLooG has been requested.
996 * configure: Regenerated.
997
998 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
999
1000 * configure: Regenerated.
1001 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1002
1003 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1004
1005 * configure: Regenerated.
1006 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1007
1008 2011-01-07 Jan Hubicka <jh@suse.cz>
1009
1010 PR lto/47225
1011 * Makefile.in: Regenerate.
1012 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1013 configure.
1014
65b4571a
AO
10152011-01-31 Alexandre Oliva <aoliva@redhat.com>
1016
1017 PR libgcj/44341
1018 * configure.ac: Discard --with-* flags for host when configuring
1019 target libraries for cross build.
1020 * configure: Rebuilt.
1021
7837304f
AS
10222011-01-21 Andreas Schwab <schwab@redhat.com>
1023
1024 Sync from GCC:
1025
1026 2011-01-21 Andreas Schwab <schwab@redhat.com>
1027
1028 * configure.ac: Use AS_HELP_STRING throughout.
1029 * configure: Regenerate.
1030
1031 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1032
1033 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1034 * configure: Regenerate.
1035
115ef890
RW
10362010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1037
1038 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1039
92c9a463
JB
10402011-01-13 Joel Brobecker <brobecker@adacore.com>
1041
1042 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1043 for ia64-hpux.
1044 * configure: Regenerate.
1045
887ebfb4
RW
10462011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1047
1048 Sync from GCC:
1049 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1050
1051 * configure.ac: (picochip): Disable libiberty.
1052 * configure: Regenerate.
1053
04d2c2b2
JJ
10542010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1055
1056 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1057
33d23ee8
ILT
10582010-12-10 Ian Lance Taylor <iant@google.com>
1059
1060 PR bootstrap/46819
1061 * configure.ac: For --disable-libgcj clear libgcj_saved.
1062 * configure: Rebuild.
1063
89a1e9c3
PB
10642010-12-10 Tobias Burnus <burnus@net-b.de>
1065
1066 PR fortran/46540
1067 * configure.ac: Add --disable-libquadmath and
1068 --disable-libquadmath-support.
1069 * configure: Regenerate.
1070
ac7bcd26
TG
10712010-12-10 Tristan Gingold <gingold@adacore.com>
1072
1073 * src-release (ETC_SUPPORT): add gnu-oids.texi
1074
d357cef7
HPN
10752010-12-03 Hans-Peter Nilsson <hp@axis.com>
1076
1077 PR libffi/46792
1078 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1079 * configure: Regenerate.
1080
4f11b223
ILT
10812010-12-02 Ian Lance Taylor <iant@google.com>
1082
1083 * configure.ac: Always set default for poststage1_ldflags to
1084 -static-libstdc++ -static-libgcc.
1085
989abc33
JJ
10862010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1087
1088 * COPYING.NEWLIB: Add National Semiconductor notice.
1089
950386c6
AS
10902010-11-29 Andreas Schwab <schwab@redhat.com>
1091
1092 * configure.ac: Move comment to remove extra space in last argument
1093 of GCC_TARGET_TOOL.
1094
87cda2cf
AO
10952010-11-26 Alexandre Oliva <aoliva@redhat.com>
1096
7d509c83 1097 PR other/46026
87cda2cf
AO
1098 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1099 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1100 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1101 (BASE_FLAGS_TO_PASS): Use it.
1102 * configure: Rebuilt.
1103 * Makefile.in: Rebuilt.
1104
d3b50760
L
11052010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1106
1107 PR binutils/12258
1108 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1109 Properly check default linker.
1110 * configure: Regnerated.
1111
c7791212
NC
11122010-11-23 Matthias Klose <doko@ubuntu.com>
1113
1114 * configure.ac: For --enable-gold, handle value `default' instead of
1115 `both*'. New configure option --{en,dis}able-ld.
1116 * configure: Regenerate.
1117
9e1a94f4
ILT
11182010-11-20 Ian Lance Taylor <iant@google.com>
1119
1120 * configure.ac: Only disable a language library if no language needs
1121 it. Don't let --disable-libgcj uncondtionally disable libffi.
1122 * configure: Rebuild.
1123
ceca0218
PB
11242010-11-20 Paolo Bonzini <bonzini@gnu.org>
1125
1126 * configure: Regenerate.
1127
9b980aa1
RW
11282010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1129
1130 PR other/46202
1131 * configure.ac: Fix just-built in-tree STRIP name to be
1132 binutils/strip-new.
1133 * configure: Regenerate.
1134 * Makefile.def (install-strip-gcc, install-strip-binutils)
1135 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1136 (install-strip-sid): Mirror dependencies on non-strip variants
1137 of these targets on the respective -strip prerequisites.
1138 * Makefile.tpl (install-strip, install-strip-host)
1139 (install-strip-target): New targets.
1140 (install-strip-[+module+], install-strip-target-[+module+]):
1141 New targets.
1142 * Makefile.in: Regenerate.
1143
e552509b
ILT
11442010-11-19 Ian Lance Taylor <iant@google.com>
1145 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1146
1147 * configure.ac: Add target-libgo to target_libraries. Set
1148 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1149 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1150 (HOST_EXPORTS): Add GOC.
1151 (BASE_TARGET_EXPORTS): Add GOC.
1152 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1153 (GOCFLAGS_FOR_TARGET): New variable.
1154 (EXTRA_HOST_FLAGS): Add GOC.
1155 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1156 * Makefile.def (target_modules): Add libgo.
1157 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1158 (dependencies): Add dependency from configure-target-libgo to
1159 configure-target-libffi and all-target-libstdc++-v3. Add
1160 dependencies from all-target-libgo to all-target-libffi.
1161 (languages): Add go.
1162 * configure: Rebuild.
1163 * Makefile.in: Rebuild.
1164
11652010-11-19 Ian Lance Taylor <iant@google.com>
1166
1167 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1168 compiler/flag environment variables.
1169
11702010-11-18 Ian Lance Taylor <iant@google.com>
1171
1172 * configure.ac: Check for lang_requires_boot_languages in
1173 config-lang.in files.
1174 * configure: Rebuild.
1175
8c21d9c7
MF
11762010-11-17 Mike Frysinger <vapier@gentoo.org>
1177
1178 * .gitignore: New file.
1179
e552509b
ILT
11802010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1181 Tobias Burnus <burnus@net-b.de>
1182
1183 PR fortran/32049
1184 * Makefile.def: Add libquadmath; build it with language=fortran.
1185 * configure.ac: Add libquadmath.
1186 * Makefile.tpl: Handle multiple libs in check-[+language+].
1187 * Makefile.in: Regenerate.
1188 * configure: Regenerate.
1189
11902010-11-15 Andreas Schwab <schwab@redhat.com>
1191
1192 * configure.ac: Fix spelling in option names.
1193 * configure: Regenerated.
1194
11952010-11-13 Georg-Johann Lay <georgjohann@web.de>
1196
1197 PR bootstrap/39622
1198 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1199 * configure: Regenerated.
1200
12012010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1202
1203 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1204 define the cloog backend to use. Furthermore, only pass the ppllibs to
1205 the configure checks, if necessary.
1206 * configure: Regenerate.
1207
12082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1209
1210 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1211 * configure: regenerate
1212
12132010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1214
1215 * config/cloog.m4: Fix typo. verison -> version.
1216 * configure: Regenerate.
1217
12182010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1219
1220 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1221 * configure: Regenerate.
1222
12232010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1224
1225 * configure.ac: Support official CLooG.org versions.
1226 * configure: Regenerate.
1227 * config/cloog.m4: New.
1228
aa291e2d
ME
12292010-11-05 Michael Eager <eager@eagercon.com>
1230
1231 * COPYING.LIBGLOSS: Correct typo in microblaze.
1232 * COPYING.NEWLIB: Same.
1233
e552509b
ILT
12342010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1235
1236 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1237 * configure: Regenerate.
1238
74cea91b
DK
12392010-11-03 Ian Lance Taylor <iant@google.com>
1240 Dave Korn <dave.korn.cygwin@gmail.com>
1241
1242 PR lto/46273
1243 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1244 and on other supported platforms whenever LTO is enabled.
1245 * configure: Rebuild.
1246
6d0cd39e
AM
12472010-11-02 Alan Modra <amodra@gmail.com>
1248
1249 PR binutils/12110
1250 * configure.ac: Error when source path contains spaces.
1251 * configure: Regenerate.
1252
18a8530e
ILT
12532010-10-20 Ian Lance Taylor <iant@google.com>
1254
1255 * Makefile.def (target_modules): Set lib_path to src/.libs for
1256 libstdc++-v3 module.
1257 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1258 * Makefile.in: Rebuild.
1259
6ed3211e
JJ
12602010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1261 Joseph Myers <joseph@codesourcery.com>
1262
1263 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1264 notices.
1265 * COPYING.NEWLIB: Add Texas Instruments notice.
1266
a8eb3f0a
DK
12672010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1268
1269 * configure.ac (build_lto_plugin): New shell variable.
1270 (--enable-lto): Turn on by default for all non-ELF platforms that
1271 have had LTO support added so far. Set build_lto_plugin appropriately
1272 for both ELF and non-ELF.
1273 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1274 * configure: Regenerate.
1275
4074d5f2
RW
12762010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1277
1278 PR bootstrap/45326
1279 PR bootstrap/45174
1280 * configure.ac: Honor initial values of $build_configargs,
1281 $host_configargs, $target_configargs. Mark the precious, so
1282 environment settings get recorded.
1283 * configure: Regenerate.
1284
29821356
RW
12852010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1286
1287 Sync from GCC:
1288
1289 2010-09-30 Michael Eager <eager@eagercon.com>
1290
1291 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1292 * configure: Regenerate.
1293
1294 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1295
1296 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1297 targets and amend comment.
1298 * configure: Regenerate.
1299
1300 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1301
1302 * configure.ac: Enable LTO by default on Darwin.
1303 * configure: Regenerate.
1304
1305 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1306
1307 PR bootstrap/44455
1308 * configure.ac (extra_mpfr_configure_flags): Copy from
1309 extra_mpc_gmp_configure_flags.
1310 * configure: Re-generated.
1311
57eefe4d
RW
13122010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1313
1314 Sync from GCC:
1315
1316 PR bootstrap/45796
1317 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1318 Depend on all-build-libiberty.
1319 * Makefile.in: Regenerate.
1320
13212010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1322
1323 Sync from GCC:
1324
1325 PR bootstrap/44621
1326 * configure.ac: Fix unportable shell quoting.
1327 * configure: Regenerate.
1328
48bb73dd
RW
13292010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1330
1331 * configure.ac: Support all v850 targets.
1332 * configure: Regenerate.
1333
1d14850f
PB
13342010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1335
1336 PR target/44862
1337 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1338 Provide -B option to allow for link spec %s substitutions for
1339 libstdc++.a on darwin.
1340 * Makefile.in: Regenerate.
1341
7530c480
AO
13422010-06-10 Alexandre Oliva <aoliva@redhat.com>
1343
1344 * Makefile.def (configure-gcc): Depend on all-libelf.
1345 * Makefile.in: Rebuild.
1346
285d560d
RW
13472010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1348
1349 * config.sub, config.guess: Update from upstream sources.
1350
a009f2e7
RW
13512010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1352
1353 Sync from GCC:
1354
1355 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1356 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1357 * configure: Regenerated.
1358
1359 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1360 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1361 * configure: Regenerate.
1362
1363 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1364 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1365 * configure: Regenerate.
1366
1367 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1368 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1369 separately.
1370 * configure: Regenerate.
1371
1372 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1373 * configure: Regenerate after change to elf.m4.
1374
1375 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1376 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1377 * configure: Regenerated.
1378
1379 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1380 * configure.ac: Print "buggy but acceptable" when CLooG
1381 revision is less than 9.
1382 * configure: Regenerated.
1383
e49e5c92
DK
13842010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1385
1386 Merge from gcc:
1387
1388 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1389 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1390 * configure: Regenerate.
1391
1392 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1393 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1394 a platform that supports LTO.
1395 * configure: Regenerate.
1396
1397 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1398 PR lto/42776
1399 * configure.ac (--enable-lto): Refactor handling so libelf tests
1400 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1401 and allow LTO to be explicitly enabled on non-ELF platforms that
1402 are known to support it inside else-clause.
1403 * configure: Regenerate.
1404
e6de499b
NC
14052010-04-27 Roland McGrath <roland@redhat.com>
1406 H.J. Lu <hongjiu.lu@intel.com>
1407
1408 * configure.ac (--enable-gold): Support both, both/gold and
1409 both/bfd to add gold to configdirs without removing ld.
1410 * configure: Regenerated.
1411
1412 * Makefile.def: Add install-gold dependency to install-ld.
1413 * Makefile.in: Regenerated.
1414
d594eacc
TG
14152010-04-14 Tristan Gingold <gingold@adacore.com>
1416
1417 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1418 * configure: Regenerate.
1419
938d2b74
RW
14202010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1421
1422 Merge from gcc:
1423 PR bootstrap/43615
1424 PR bootstrap/43328
1425 Revert:
1426 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1427 * configure.ac: Do not pass --enable-multilib nor
1428 --disable-multilib in baseargs. Accept explicitly passed
1429 --enable_multilib.
1430 * configure: Regenerate.
1431
a9ef41a7
RW
14322010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1433
1434 PR bootstrap/43328
1435 * configure.ac: Do not pass --enable-multilib nor
1436 --disable-multilib in baseargs. Accept explicitly passed
1437 --enable_multilib.
1438 * configure: Regenerate.
1439
619a3713
JM
14402010-03-23 Joseph Myers <joseph@codesourcery.com>
1441
1442 * configure.ac (tic6x-*-*): New case.
1443 * configure: Regenerate.
1444
92f4e989
JM
14452010-03-23 Joseph Myers <joseph@codesourcery.com>
1446
1447 Merge from gcc:
1448 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1449 PR ada/42554
1450 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1451 * configure: Regenerate.
1452
c35a0556
JM
14532010-03-23 Joseph Myers <joseph@codesourcery.com>
1454
1455 * config.sub: Update to version 2010-03-22.
1456 * config.guess: Update to version 2009-12-30.
1457
18fa8f9c
JM
14582010-03-14 Joseph Myers <joseph@codesourcery.com>
1459
1460 Merge from gcc:
1461 2010-01-11 Richard Guenther <rguenther@suse.de>
1462 PR lto/41569
1463 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1464 * Makefile.in: Regenerated.
1465
ba98da75
RO
14662010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1467
1468 PR libstdc++/32499
1469 * configure.ac (RANLIB): Default to true.
1470 (STRIP): Likewise.
1471 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1472 * configure: Regenerate.
1473
3994761f
NC
14742010-02-17 Nick Clifton <nickc@redhat.com>
1475
1476 PR 11238
1477 * Makefile.tpl (local-distclean): Also remove config.cache files in
1478 sub-directories as there may not be Makefiles present in the
1479 sub-directories.
792cdb50
NC
1480 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1481 the config.cache files found by the find command.
1482
3994761f
NC
1483 * Makefile.in: Regenerate.
1484 * configure.ac: Revert previous delta.
1485 * configure: Regenerate.
1486
01a82011
NC
14872010-02-15 Nick Clifton <nickc@redhat.com>
1488
1489 PR 11238
1490 * configure.ac: Delete config.cache files in sub-directories when
1491 deleting Makefiles.
1492 * configure: Regenerate.
1493
143754cd
NC
14942010-02-15 Nick Clifton <nickc@redhat.com>
1495
1496 * configure.ac: Sync from gcc.
1497 * configure: Regenerate.
1498
a6b5846e
KG
14992010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1500
1501 Sync from gcc:
1502 * configure.ac: Add "recommended" version checks for GMP/MPC.
1503 Update recommended GMP/MPFR/MPC versions.
1504 * configure: Regenerate.
1505
2aa2364a
JR
15062010-01-25 Joern Rennecke <amylaar@spamcop.net>
1507
1508 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1509 * configure.ac (bootstrap_target_libs): Make inclusion of
1510 target-libgomp conditional on libgomb being in target_configdirs.
1511 * configure: Regenerate.
1512
d35e937f
JR
15132010-01-23 Joern Rennecke <amylaar@spamcop.net>
1514
1515 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1516 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1517 * configure: Regenerate.
1518
911e63d0
JR
15192010-01-22 Joern Rennecke <amylaar@spamcop.net>
1520
1521 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1522 * configure.ac (target_configdirs): Substitute.
1523 * Makefile.def: Bootstrap target module libgomp.
1524 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1525 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1526 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1527 * configure, Makefile.in: Regenerate.
1528
3725885a
RW
15292009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1530
1531 * libtool.m4: Sync from git Libtool.
1532 * ltmain.sh: Likewise.
1533 * ltoptions.m4: Likewise.
1534 * ltversion.m4: Likewise.
1535 * lt~obsolete.m4: Likewise.
1536
d5f2ee2e 15372010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 1538 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
1539
1540 PR bootstrap/42424
1541 * configure.ac: Include libtool m4 files.
9eb322aa 1542 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
1543 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1544 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 1545
d5f2ee2e
KG
1546 * configure: Regenerate.
1547
f2b2dd91
RW
15482010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1549
1550 PR bootstrap/41818
1551 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1552 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1553 * Makefile.in: Regenerate.
1554
06ca7962
BE
15552009-12-18 Ben Elliston <bje@au.ibm.com>
1556
1557 * config.sub, config.guess: Update from upstream sources.
1558
30a16d7b
JJ
15592009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1560
1561 * COPYING.NEWLIB: Update copyright date.
1562 * COPYING.LIBGLOSS: Ditto.
1563
d9b76ff9
KG
15642009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1565
1566 PR middle-end/30447
1567 PR middle-end/30789
1568 PR other/40302
1569
1570 * configure.ac: Require MPC.
1571 * configure: Regenerate.
1572
1573 * configure.ac: Update minimum MPC version to 0.8.
1574 * configure: Regenerate.
1575
e12dec02
PB
15762009-11-20 Paolo Bonzini <bonzini@gnu.org>
1577
1578 * config.guess: Sync with upstream and gcc.
1579 * config.sub: Sync with upstream and gcc.
1580
606a9ca0
AO
15812009-11-16 Alexandre Oliva <aoliva@redhat.com>
1582
1583 * Makefile.def: Restore host and target settings for gmp.
1584 * Makefile.in: Rebuild.
1585
1f53ca9a
AO
15862009-11-16 Alexandre Oliva <aoliva@redhat.com>
1587
1588 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1589 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1590 Fix portability of test of C++ as bootstrap language. Add
1591 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1592 * configure: Rebuild.
1593 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1594 and cloog. Fix in-tree ppl configuration. Introduce libelf
1595 in-tree building.
1596 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1597 (POSTSTAGE1_HOST_EXPORTS): Use it.
1598 (STAGE[+id+]_CXXFLAGS): New.
1599 (BASE_FLAGS_TO_PASS): Pass it down.
1600 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1601 extra_exports.
1602 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1603 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1604 extra_exports.
1605 * Makefile.in: Rebuild.
1606
16072009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1608
1609 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1610 paths for *-w64-mingw* and x86_64-*mingw*.
1611 * configure: Regenerated.
1612
16132009-10-30 Kai Tietz <kai.tietz@onevision.com>
1614
1615 * configure.ac: Disable target-winsup & co for
1616 x86_64-*-mingw* and *-w64-mingw* targets.
1617 * configure: Regenerated.
1618
16192009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1620
1621 * configure.ac (CLooG test): Use = with test.
1622 * configure: Regenerate.
1623
16242009-10-22 Richard Guenther <rguenther@suse.de>
1625
1626 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1627 cloog if the ppl version check failed. Move flags saving
1628 before setting in libelf check.
1629 * configure: Regenerate.
1630
16312009-10-21 Richard Guenther <rguenther@suse.de>
1632
1633 * configure.ac: Adjust the ppl and cloog configure to work as
1634 documented. Disable cloog if ppl was disabled. Omit the version
1635 checks if they were disabled.
1636 * configure: Re-generate.
1637
6811fb56
RW
16382009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1639
1640 * configure.ac: Add 'lto' to enable_languages, not
1641 new_enable_languages, and only if not already present.
1642 * configure: Regenerate.
1643
700d40ca
ILT
16442009-10-06 Ian Lance Taylor <iant@google.com>
1645
1646 * Makefile.def: check-gold depends upon all-gas.
1647 * Makefile.in: Rebuild.
1648
16492009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1650
1651 * Makefile.def: all-lto-plugin depends on all-libiberty.
1652 set bootstrap=true for lto-plugin.
1653 Add lto-plugin.
1654 * Makefile.in: Regenerate.
1655 * configure.ac (host_libs): Add lto-plugin.
1656 * configure: Regenerate.
1657
16582009-10-03 Diego Novillo <dnovillo@google.com>
1659
1660 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1661 (HOST_LIBELFLIBS): Define.
1662 (HOST_LIBELFINC): Define.
1663 * Makefile.in: Regenerate.
1664 * configure.ac: Add --enable-lto.
1665 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1666 If --enable-lto is used, add 'lto' to new_enable_languages.
1667 If --enable-lto is used and gold is enabled, add
1668 lto-plugin to configdirs.
1669 * configure: Regenerate.
1670
16712009-10-03 Simon Baldwin <simonb@google.com>
1672
1673 * configure.ac: If --with-system-zlib, suppress local zlib and
1674 pass --with-system-zlib to subdir configure scripts.
1675 * configure: Regenerate.
1676
16772009-10-01 Loren J. Rittle <ljrittle@acm.org>
1678 Paolo Bonzini <bonzini@gnu.org>
1679
1680 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1681 $(srcdir).
1682 * Makefile.in: Rebuilt.
1683
c8cb1b3e
PB
16842009-09-29 Paolo Bonzini <bonzini@gnu.org>
1685
1686 Sync from gcc:
1687 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1688
1689 * configure.ac: Update minimum MPC version to 0.7.
1690 * configure: Regenerate.
1691
30167e0a
NC
16922009-09-25 Nick Clifton <nickc@redhat.com>
1693
1694 * configure.ac: Pass any --cache-file=/dev/null option on to
1695 subconfigures.
1696 * configure: Regenerate.
1697
707a0b5c
NC
16982009-09-23 Nick Clifton <nickc@redhat.com>
1699
1700 * config.sub, config.guess: Update from upstream sources.
1701
700d40ca
ILT
17022009-09-22 Loren J. Rittle <ljrittle@acm.org>
1703
1704 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1705 * Makefile.in: Rebuilt.
1706
2fd0b40b
RW
17072009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1708
1709 PR bootstrap/32272
1710 * configure.ac: Error out if $srcdir isn't '.' but contains
1711 host-${host_noncanonical}.
1712 * configure: Regenerate.
1713
4385ad3c
RW
17142009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1715
16b1ad29
RW
1716 * configure.ac: If bootstrapping a combined tree with
1717 --enable-gold, require c++ in stage1_languages.
1718 * configure: Regenerate.
1719
f8dc745f
RW
1720 * configure.ac: Also add target_libs of stage1_languages to
1721 bootstrap_target_libs.
1722 * configure: Regenerate.
1723
4385ad3c
RW
1724 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1725 with --enable-languages not containing c++.
1726 * configure: Regenerate.
1727
df51e4e1
JZ
17282009-09-16 Jie Zhang <jie.zhang@analog.com>
1729
1730 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1731 * configure: Regenerate.
1732
06a51eac
RW
17332009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1734
1735 * configure.ac: Do not use $extrasub for replacing @if/@endif
1736 parts in Makefile; instead, use additional arguments to
1737 AC_CONFIG_COMMANDS to do the replacement manually, with several
1738 sed invocations, to avoid HP-UX sed command limits.
1739 * configure: Regenerate.
1740
96655cc4
AO
17412009-09-04 Alexandre Oliva <aoliva@redhat.com>
1742
1743 * configure.ac (with-build-config): Document. Handle without.
1744 Handle missing argument.
1745 * configure: Rebuilt.
1746
17472009-09-03 Alexandre Oliva <aoliva@redhat.com>
1748
1749 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1750 Default to bootstrap-debug only if compare-debug works.
1751 * configure: Rebuilt.
1752 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1753 * Makefile.in: Rebuilt.
1754
17552009-09-01 Alexandre Oliva <aoliva@redhat.com>
1756
1757 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1758 * Makefile.in: Rebuilt.
1759
8e957354
PB
17602009-09-02 Paolo Bonzini <bonzini@gnu.org>
1761
1762 * Makefile.tpl (AWK): Fix typo.
1763 * Makefile.in: Regenerate.
1764
17652009-09-02 Paolo Bonzini <bonzini@gnu.org>
1766
1767 * configure.ac: Detect awk and sed.
1768 * Makefile.def (flags_to_pass): Add AWK and SED.
1769 * Makefile.tpl (AWK, SED): New.
1770 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1771 * configure: Regenerate.
1772 * Makefile.in: Regenerate.
1773
fb792462
TG
17742009-09-01 Tristan Gingold <gingold@adacore.com>
1775
1776 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1777 Remove logical names.
1778
a69e7d0a
DK
17792009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1780
1781 * ltmain.sh (func_normal_abspath): New function.
1782 (func_relative_path): Likewise.
1783 (func_mode_help): Document new -bindir option for link mode.
1784 (func_mode_link): Add new -bindir option, and use it to place
1785 output DLL if specified.
1786
d444d2ba
RW
17872009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1788
1789 * configure.ac (AC_PREREQ): Bump to 2.64.
1790
13b7343a
RW
17912009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1792
af542c2e
RW
1793 * README-maintainer-mode: Point directly to upstream locations
1794 for autoconf, automake, libtool, gettext, instead of copies on
1795 sources.redhat.com. Document required versions.
1796 * configure.ac: Do not substitute datarootdir, htmldir,
1797 pdfdir, docdir. Do not process --with-datarootdir,
1798 --with-htmldir, --with-pdfdir, --with-docdir.
1799 * configure: Regenerate.
1800
81ecdfbb
RW
1801 * configure: Regenerate.
1802
13b7343a
RW
1803 * compile: Sync from Automake 1.11.
1804 * depcomp: Likewise.
1805 * install-sh: Likewise.
1806 * missing: Likewise.
1807 * mkinstalldirs: Likewise.
1808 * ylwrap: Likewise.
1809
c1102ce7
RW
18102009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1811
34a0f3cf
RW
1812 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1813 (baseargs): Add --disable-option-checking.
1814 * configure: Regenerate.
1815
c1102ce7
RW
1816 * Makefile.def (configure-target-libiberty): Depend on
1817 all-binutils and all-ld.
1818 (configure-target-newlib): Likewise.
1819 * Makefile.in: Regenerate.
1820
e8a5fa9c
RW
18212009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1822
1823 Sync with GCC, merge:
1824
1825 2009-07-31 Christian Bruel <christian.bruel@st.com>
1826
1827 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1828 * configure: Regenerate.
1829
1830 2009-07-06 Ian Lance Taylor <iant@google.com>
1831
1832 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1833 * configure: Rebuild.
1834
1835 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1836
1837 PR bootstrap/40338
1838 * configure.ac (comparestring): Create new variable.
1839 * Makefile.tpl (comparestring): Use to skip some comparisions.
1840 * configure: Regenerate.
1841 * Makefile.in: Regenerate.
1842
1843 2009-06-23 Ian Lance Taylor <iant@google.com>
1844
1845 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1846 boot_languages. Only bootstrap target libraries listed in
1847 target_libs for some boot language. Add --with-stage1-ldflags,
1848 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1849 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1850 if not building with C++.
1851 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1852 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1853 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1854 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1855 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1856 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1857 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1858 * configure, Makefile.in: Rebuild.
1859
1860 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1861
1862 * configure.ac: Detect MPC in default directory.
1863 * configure: Regenerate.
1864
1865 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1866
1867 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1868 to noconfdirs.
1869 * configure: Regenerate.
1870
1871 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1872
1873 * Makefile.def: Add MPC support and dependencies.
1874 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1875
1876 * Makefile.in, configure: Regenerate.
1877
1878 2009-05-24 Nicolas Roche <roche@adacore.com>
1879
1880 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1881 * Makefile.in: Regenerate.
1882
1883 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1884
1885 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1886 * configure: Regenerate.
1887
1888 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1889
1890 * configure.ac ($with_ppl): Default to no if not supplied.
1891 ($with_cloog): Likewise.
1892 configure: Regenerate.
1893
1894 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1895
1896 PR bootstrap/39739
1897 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1898 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1899
1900 * configure, Makefile.in: Regenerate.
1901
1902 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1903
1904 * configure.ac: Change copyright header to refer to version
1905 3 of the GNU General Public License and to point readers at the
1906 COPYING3 file and the FSF's license web page.
1907 * Makefile.def: Likewise.
1908 * Makefile.tpl: Likewise.
1909 * Makefile.in: Regenerate.
1910
1911 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1912
1913 * configure.ac: Restore match for darwin9 or later. Use double
1914 brackets since regeneration eats one pair.
1915 * configure: Regenerate.
1916
bf110216
CF
19172009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
1918
1919 * MAINTAINERS: Perform some obvious fixups.
1920
2262bbf4
BE
19212009-08-17 Ben Elliston <bje@au.ibm.com>
1922
1923 * config.sub, config.guess: Update from upstream sources.
1924
25a07265
NC
19252009-08-06 Michael Eager <eager@eagercon.com>
1926
1927 * configure.ac: Add Microblaze target.
1928 * configure: Regenerate.
1929
85bd1942
TG
19302009-07-02 Tristan Gingold <gingold@adacore.com>
1931
1932 * configure.ac: Do not exclude gas for i386-*-darwin.
1933 Add a case for x86_64-*-darwin.
1934 * configure: Regenerate.
1935
f9806fa5
DE
19362009-06-26 Doug Evans <dje@sebabeach.org>
1937
1938 * Makefile.def (host_modules): Add cgen.
1939 * Makefile.in: Regenerate.
1940 * configure.ac (host_tools): Add cgen.
1941 * configure: Regenerate.
1942
6bfb4e30
JJ
19432009-06-17 Michael Eager <eager@eagercon.com>
1944
1945 * COPYING.LIBGLOSS: Add Xilinx license.
1946
8bcf2718
NC
19472009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1948
1949 * configure.ac: Define is_elf for QNX Neutrino targets.
1950 * configure: Regenerate.
1951
04ec0acb
RW
19522009-06-03 Jerome Guitton <guitton@adacore.com>
1953 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1954
9eb322aa
MF
1955 * Makefile.tpl (all): Avoid a trailing backslash.
1956 * Makefile.in: Regenerate.
04ec0acb 1957
7ee5dbeb
BE
19582009-06-03 Ben Elliston <bje@au.ibm.com>
1959
1960 * config.sub, config.guess: Update from upstream sources.
1961
fda13ee8
AO
19622009-06-02 Alexandre Oliva <aoliva@redhat.com>
1963
1964 * Makefile.tpl ([+compare-target+]): Compare all stage
1965 directories, rather than just gcc.
1966 * Makefile.in: Rebuilt.
1967
4a657b0d
DK
19682009-05-28 Doug Kwan <dougkwan@google.com>
1969
1970 * configure.ac: Support gold for target arm*-*-*.
1971 * configure: Regenerate.
1972
07fc31c9
AO
19732009-05-27 Alexandre Oliva <aoliva@redhat.com>
1974
1975 * Makefile.tpl (all): Avoid harmless warning in make all when
1976 gcc-bootstrap is enabled but stage_last does not exist.
1977 * Makefile.in: Rebuilt.
1978
8a7a39ab
TG
19792009-05-25 Tristan Gingold <gingold@adacore.com>
1980
1981 * setup.com: Complete the file with configuration and build.
1982
b5233201
AO
19832009-05-18 Alexandre Oliva <aoliva@redhat.com>
1984
1985 PR other/40159
1986 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1987 gcc-no-bootstrap are mutually exclusive.
1988 * Makefile.in: Rebuilt.
1989
7b6175f9
AO
19902009-05-18 Alexandre Oliva <aoliva@redhat.com>
1991
1992 PR other/40159
1993 * Makefile.tpl (all): Don't end with unconditional success.
1994 * Makefile.in: Rebuilt.
1995
1b05fbbd
AO
19962009-05-12 Alexandre Oliva <aoliva@redhat.com>
1997
1998 PR target/37137
1999 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2000 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2001 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2002 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2003 stage_configureflags, stage_cflags and stage_libcflags into
2004 explicit Makefile macros.
2005 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2006 GFORTRAN.
2007 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2008 CC. Set CC_FOR_BUILD from CC.
2009 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2010 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2011 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2012 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2013 and GFORTRAN.
2014 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2015 (_LIBCFLAGS): Renamed to _TFLAGS.
2016 (do-compare-debug, do-compare3-debug): Drop.
2017 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2018 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2019 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2020 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2021 (XGCC_FLAGS_FOR_TARGET): New.
2022 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2023 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2024 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2025 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2026 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2027 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2028 TFLAGS.
2029 (BUILD_CONFIG): Include if requested.
2030 (all): Set TFLAGS on bootstrap.
2031 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2032 (all-stageid-prefixmodule): Likewise.
2033 (do-clean, distclean-stageid): Set TFLAGS.
2034 (restrap): Fix whitespace.
2035 * Makefile.in: Rebuilt.
2036
dc17c78c
EB
20372009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2038
2039 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2040 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2041 * Makefile.in: Regenerate.
2042
14324cd7
EZ
20432009-04-24 Eli Zaretskii <eliz@gnu.org>
2044
2045 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2046 consistency with config.sub. (Update from upstream sources.)
2047
f8d5f06c
JM
20482009-04-21 Joseph Myers <joseph@codesourcery.com>
2049
2050 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2051
0000e2bf
BE
20522009-04-17 Ben Elliston <bje@au.ibm.com>
2053
2054 * config.sub, config.guess: Update from upstream sources.
2055
20135e4c
NC
20562009-04-15 Anthony Green <green@moxielogic.com>
2057
34adf976 2058 * configure.ac: Add moxie support.
20135e4c
NC
2059 * configure: Rebuilt.
2060
ef699244
L
20612009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2062
2063 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2064 * configure: Regenerate.
2065
10ad8ef3
L
20662009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2067
2068 PR gas/10039
2069 * configure.ac: Require texinfo 4.7.
2070 * configure: Regenerated.
2071
c50523ce
L
20722009-04-09 Steve Ellcey <sje@cup.hp.com>
2073
2074 * Makefil.def (languages): New entries.
2075 * Makefile.tpl (check-gcc-*): New generic target.
2076 * Makefile.in: Regenerate.
2077
47afba5f
EZ
20782009-03-27 Eli Zaretskii <eliz@gnu.org>
2079
2080 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2081 Windows builds of Sed.
2082
dc448a7b
TT
20832009-03-18 Tom Tromey <tromey@redhat.com>
2084
2085 * configure: Rebuild.
2086 * configure.ac (host_libs): Add libiconv.
2087 * Makefile.in: Rebuild.
2088 * Makefile.def (host_modules): Add libiconv.
2089 (configure-gdb, all-gdb): Depend on libiconv.
2090
24741ab2
JB
20912009-03-16 Tristan Gingold <gingold@adacore.com>
2092
2093 * configure.ac: Treat gdb as supported on x86_64-darwin.
2094 * configure: Regenerate.
2095
29383458
JM
20962009-03-16 Joseph Myers <joseph@codesourcery.com>
2097
2098 Merge from GCC:
2099
2100 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2101
2102 * configure.ac (--with-host-libstdcxx): New option.
2103 * configure: Regenerate.
2104
2105 2009-01-29 Robert Millan <rmh@aybabtu.com>
2106
2107 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2108 * configure: Regenerate.
2109
2110 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2111
2112 PR tree-optimization/38515
2113 * configure.ac (cloog-polylib): Removed.
2114 (with_ppl, with_cloog): Test for "no".
2115 * configure: Regenerated.
2116
58e24671
RW
21172009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2118
2119 Backport from git Libtool:
2120
2121 2009-01-19 Robert Millan <rmh@aybabtu.com>
2122 Support GNU/kOpenSolaris.
2123 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2124 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2125 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2126 GNU/kOpenSolaris.
2127
314b2e66
AS
21282009-02-05 Andreas Schwab <schwab@suse.de>
2129
2130 * Makefile.tpl (stage_last): Define $r and $s before using
2131 $(RECURSE_FLAGS_TO_PASS).
2132 * Makefile.in: Regenerate
2133
8b700390
JJ
21342009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2135
2136 * COPYING.NEWLIB: Add ARM license.
2137
66775d67
AM
21382009-01-16 Alan Modra <amodra@bigpond.net.au>
2139
2140 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2141 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2142 * Makefile.in: Regenerate.
2143
19e99079
NC
21442009-01-15 Douglas B Rupp <rupp@gnat.com>
2145
2146 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2147 * configure: Regenerate.
2148
22e8c8e0
RW
21492008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2150
2151 Backport link test fix from upstream Libtool:
2152
2153 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2154 Add cache variables to tests that require the linker to work.
2155 For shlibpath_overrides_runpath, this also changes the semantics
2156 to let the result from the C compiler take precedence.
2157 compiler take precedence.
2158
7d6d7764
BE
21592008-12-02 Ben Elliston <bje@au.ibm.com>
2160
2161 * config.sub, config.guess: Update from upstream sources.
2162
ea8af06e
JJ
21632008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2164
2165 * COPYING.NEWLIB: Updated.
2166 * COPYING.LIBGLOSS: Ditto.
2167
af0771d3
PB
21682008-12-16 Paolo Bonzini <bonzini@gnu.org>
2169
2170 Sync with GCC:
2171
2172 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2173
2174 * configure.ac (ppllibs): Add by default the lib flags.
2175 * configure: Regenerate.
2176
2177 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2178
314b2e66
AS
2179 * configure.ac: Add double brackets on darwin[912].
2180 * configure: Regenerate.
af0771d3
PB
2181
2182 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2183
314b2e66
AS
2184 * configure.ac: Expand to darwin10 and later.
2185 * configure: Regenerate.
af0771d3 2186
f7c83eac
AS
21872008-12-02 Andreas Schwab <schwab@suse.de>
2188
2189 * Makefile.def: configure-target-boehm-gc depends on
2190 all-target-libstdc++-v3.
2191 * Makefile.in: Regenerate.
2192
bc67ad83
BE
21932008-12-02 Ben Elliston <bje@au.ibm.com>
2194
2195 * config.sub, config.guess: Update from upstream sources.
2196
e28c595f
JM
21972008-11-27 Joseph Myers <joseph@codesourcery.com>
2198
2199 Merge from GCC:
2200
2201 2007-12-02 Matthias Klose <doko@ubuntu.com>
2202
2203 * config-ml.in: Remove 64bit configure tests.
2204
2205 2008-05-14 Rafael Espindola <espindola@google.com>
2206
2207 * config-ml.in: don't handle --enable-shared and --enable-static.
2208
2209 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2210 Tobias Grosser <grosser@fim.uni-passau.de>
2211 Jan Sjodin <jan.sjodin@amd.com>
2212 Harsha Jagasia <harsha.jagasia@amd.com>
2213 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2214 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2215 Adrien Eliche <aeliche@isty.uvsq.fr>
2216
2217 Merge from graphite branch.
2218 * configure: Regenerate.
2219 * Makefile.in: Regenerate.
2220 * configure.ac (host_libs): Add ppl and cloog.
2221 Add checks for PPL and CLooG.
2222 * Makefile.def (ppl, cloog): Added modules and dependences.
2223 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2224 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2225
2226 2008-09-03 Richard Guenther <rguenther@suse.de>
2227
2228 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2229 cloog test.
2230 * configure: Re-generate.
2231
2232 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2233
2234 * configure.ac (--with-cloog-polylib): New.
2235 (--disable-cloog-version-check): New.
2236 (--disable-ppl-version-check): New.
2237 * configure: Re-generate.
2238
2239 2008-09-05 Richard Guenther <rguenther@suse.de>
2240
2241 * configure.ac: Initialize clooglibs to -lcloog.
2242 * configure: Re-generate.
2243
2244 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2245
2246 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2247 recommended version to 2.3.2.
2248
2249 * configure: Regenerate.
2250
2251 2008-10-31 Ben Elliston <bje@au.ibm.com>
2252
2253 * configure.ac (spu-*-*): Remove special case.
2254 * configure: Regenerate.
2255
2256 Complete comment text from GCC version of:
2257
2258 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2259
2260 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2261 (GCC_SHLIB_SUBDIR): New.
2262 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2263 * configure: Regenerate.
2264 * Makefile.in: Regenerate.
2265
652dec25
TG
22662008-11-27 Tristan Gingold <gingold@adacore.com>
2267
2268 * configure.ac: Build gdb for i?86-*-darwin*
2269 * configure: Regenerated.
2270
7582fb4a
DJ
22712008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2272
2273 PR bootstrap/38014
2274 PR bootstrap/37923
2275
2276 Revert:
2277
2278 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2279
2280 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2281 * Makefile.in: Regenerated.
2282
2283 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2284
2285 PR gdb/921
2286 PR gdb/1646
2287 PR gdb/2175
2288 PR gdb/2176
2289
2290 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2291 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2292 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2293 (HOST_EXPORTS): Pass CPPFLAGS.
2294 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2295 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2296 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2297 * Makefile.in, configure: Regenerated.
2298 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2299 and CPPFLAGS_FOR_BUILD.
2300
faee1be2
UW
23012008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2302
2303 * configure.ac [spu-*-*]: Do not set skipdirs.
2304 * configure: Re-generate.
2305
b7c2dce4
DJ
23062008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2307
2308 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2309 * Makefile.in: Regenerated.
2310
bb52de30
DJ
23112008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2312
2313 PR gdb/921
2314 PR gdb/1646
2315 PR gdb/2175
2316 PR gdb/2176
2317
2318 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2319 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2320 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2321 (HOST_EXPORTS): Pass CPPFLAGS.
2322 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2323 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2324 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2325 * Makefile.in, configure: Regenerated.
2326 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2327 and CPPFLAGS_FOR_BUILD.
2328
b25062ae
SE
23292008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2330
2331 * libtool.m4: Update to libtool 2.2.6.
2332 * lt~obsolete.m4: Update to libtool 2.2.6.
2333 * ltmain.sh: Update to libtool 2.2.6.
2334 * ltsugar.m4: Update to libtool 2.2.6.
2335 * ltversion.m4: Update to libtool 2.2.6.
2336 * ltoptions.m4: Update to libtool 2.2.6.
2337 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2338
3bbd2f8f
AL
23392008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2340
2341 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2342 (GCC_SHLIB_SUBDIR): New.
2343 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2344 * configure: Regenerate.
2345 * Makefile.in: Regenerate.
2346
b29d32ce
TG
23472008-08-28 Tristan Gingold <gingold@adacore.com>
2348
2349 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2350 Enable bfd, binutils and opcodes.
2351 * configure: Regenerate.
2352
c325a203
DD
23532008-08-16 Nicolas Roche <roche@adacore.com>
2354
2355 * Makefile.tpl: Add BOOT_ADAFLAGS.
2356 * Makefile.in: Regenerate.
2357
e7c8859c
RS
23582008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2359
2360 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2361 * configure: Regenerate.
2362
da888c87
PB
23632008-07-30 Paolo Bonzini <bonzini@gnu.org>
2364
2365 Sync with gcc:
2366 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2367
f7c83eac
AS
2368 * configure.ac: Add makefile fragments for hpux.
2369 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2370 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2371 * configure: Regenerate.
2372 * Makefile.in: Regenerate.
da888c87
PB
2373
2374 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2375
f7c83eac
AS
2376 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2377 * Makefile.in: Regenerate.
2378 * configure: Regenerate.
da888c87 2379
944982cf
ILT
23802008-06-18 Ian Lance Taylor <iant@google.com>
2381
662c6704
ILT
2382 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2383
944982cf
ILT
2384 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2385
7a283e07
RW
23862008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2387
2388 * configure: Regenerate.
2389
5b553f7e
RW
23902008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2391
2392 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2393 "$@" is still intact with both Autoconf 2.59 and 2.62.
2394 * configure: Regenerate.
2395
675492f0
RW
23962008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2397
2398 * Makefile.tpl: Fix comment errors.
2399 * Makefile.in: Regenerate.
2400
b018a5d1
JB
24012008-06-13 Julian Brown <julian@codesourcery.com>
2402
2403 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2404 of libobjc for ARM EABI Linux.
2405 * configure: Regenerate.
2406
310213e8
DE
24072008-06-12 David S. Miller <davem@davemloft.net>
2408 David Edelsohn <edelsohn@gnu.org>
2409
2410 * configure.ac: Add powerpc*-*-* to gold supported targets.
2411 * configure: Regenerate.
2412
6641ce42
JM
24132008-06-08 Joseph Myers <joseph@codesourcery.com>
2414
2415 PR tree-optimization/36218
2416 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2417 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2418 (all prefix="build-"): Pass them to build-system sub-makes.
2419 * Makefile.in: Regenerate.
2420
03c2f9e6
DJ
24212008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2422
2423 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2424 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2425 mkdep, and compile. Update comments.
2426 (ETC_SUPPORT): Add ChangeLog and update comments.
2427
4538db8b
ILT
24282008-05-11 Ian Lance Taylor <iant@google.com>
2429
2430 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2431
266df637
PB
24322008-04-18 Paolo Bonzini <bonzini@gnu.org>
2433
2434 Sync with gcc:
2435 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2436
2437 PR bootstrap/35457
2438 * configure.ac: Include override.m4.
2439 * configure: Regenerate.
2440
2441 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2442
f7c83eac
AS
2443 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2444 * Makefile.in: Regenerate.
266df637
PB
2445
2446 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2447
f7c83eac
AS
2448 * configure.ac: Do not build libssp for the AVR.
2449 * configure: Regenerate.
266df637 2450
a86a761e
NC
24512008-04-18 Nick Clifton <nickc@redhat.com>
2452
2453 * MAINTAINERS: Replace reference to configure.in with reference to
2454 configure.ac.
2455
52310858
NC
24562008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2457
f7c83eac 2458 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 2459 as nonconfigurable directories list.
f7c83eac 2460 * configure: Regenerate.
52310858 2461
f5314dd5
DM
24622008-04-14 David S. Miller <davem@davemloft.net>
2463
2464 * configure.ac: Add sparc*-*-* to gold supported targets.
2465 * configure: Regenerate.
2466
e2208220
BE
24672008-04-14 Ben Elliston <bje@au.ibm.com>
2468
2469 * config.sub, config.guess: Update from upstream sources.
2470
0bb6ea20
HPN
24712008-04-12 Hans-Peter Nilsson <hp@axis.com>
2472
2473 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2474 * Makefile.in: Regenerate.
2475
e5164e97
ILT
24762008-04-07 Ian Lance Taylor <iant@google.com>
2477
2478 * Makefile.def: check-gold depends upon all-binutils.
2479 * Makefile.in: Regenerate.
2480
e33b51a6
NC
24812008-04-04 Nick Clifton <nickc@redhat.com>
2482
2483 PR binutils/4334
2484 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2485 builds.
2486 * configure: Regenerate.
2487
fc5df3ab
NC
24882008-04-04 NightStrike <NightStrike@gmail.com>
2489
2490 PR other/35151
f7c83eac
AS
2491 * configure.ac: Combine rules for mingw32 and mingw64.
2492 * configure: Regenerate.
fc5df3ab 2493
c779bab8
PB
24942008-03-27 Paolo Bonzini <bonzini@gnu.org>
2495
2496 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2497 * Makefile.in: Regenerate.
2498
93f9b408
ILT
24992008-03-20 Ian Lance Taylor <iant@google.com>
2500
2501 * configure.ac: Add support for --enable-gold.
2502 * Makefile.def: Add gold as a directory like ld.
2503 * configure, Makefile.in: Regenerate.
2504
5746fb46
AK
25052008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2506
2507 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2508 (s390_cond_extensions): Reduced extensions to the compare related.
2509 (main): z10 cpu type option added.
2510 (expandConditionalJump): Renamed to ...
2511 (insertExpandedMnemonic): ... this.
2512
2513 * opcodes/s390-opc.c: Re-group the operand format makros.
2514 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2515 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2516 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2517 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2518 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2519 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2520 INSTR_SIL_RDU): New instruction formats added.
2521 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2522 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2523 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2524 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2525 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2526 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2527 masks added.
2528 (s390_opformats): New formats added "ris", "rrs", "sil".
2529 * opcodes/s390-opc.txt: Add the conditional jumps with the
2530 extensions removed from automatic expansion in s390-mkopc.c manually.
2531 (asi - trtre): Add new System z10 EC instructions.
2532 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2533
58c85be7
RW
25342008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2535
2536 * configure.ac: m4_include config/proginstall.m4.
2537 * configure: Regenerate.
2538
78124051
RW
25392008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2540
2541 Backport from upstream Libtool:
f7c83eac 2542
78124051 2543 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 2544
78124051
RW
2545 Deal with Autoconf 2.62's semantic change in m4_append.
2546 * ltsugar.m4 (lt_append): Replace broken versions of
2547 m4_append.
2548 (lt_if_append_uniq): Don't require separator to be overquoted,
2549 and avoid broken m4_append.
2550 (lt_dict_add): Fix typo.
2551 * libtool.m4 (_LT_DECL): Don't overquote separator.
2552
018f1bea
DE
25532008-03-13 David Edelsohn <edelsohn@gnu.org>
2554
2555 * config.rpath: Add AIX 6 support.
2556
5c5f596d
PB
25572008-03-13 Paolo Bonzini <bonzini@gnu.org>
2558
2559 * Makefile.def (stageprofile). Remove -fprofile-generate
2560 from stage_libcflags.
2561 * Makefile.in: Regenerate.
2562
a1f93a5e
BE
25632008-03-13 Ben Elliston <bje@au.ibm.com>
2564
2565 * config.sub, config.guess: Update from upstream sources.
2566
98c3d905
AK
25672008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2568
2569 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2570 * s390-opc.txt (cmpsc): Duplicate entry removed.
2571 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2572 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2573 fier, cu42, cu41): Fix operand format.
2574
7f6ef0c0
PB
25752008-02-20 Paolo Bonzini <bonzini@gnu.org>
2576
f7c83eac
AS
2577 PR bootstrap/32009
2578 PR bootstrap/32161
2579
2580 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2581 * configure: Regenerate.
2582
2583 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2584 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2585 STAGE4_LIBCFLAGS): New.
2586 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2587 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2588 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2589 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2590 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2591 for target modules. Don't export LIBCFLAGS.
2592 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2593 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2594 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2595 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2596 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2597 * Makefile.in: Regenerate.
7f6ef0c0 2598
eaf19029
PB
25992008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2600
2601 PR libgcj/33085
2602 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2603 Do not use -DDLL_EXPORT. Backport from upstream.
2604
680c43e9
NC
26052008-02-14 Nick Clifton <nickc@redhat.com>
2606
2607 Import this patch from gcc:
2608 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2609
2610 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2611
c72b1d96
HPN
26122008-02-02 Hans-Peter Nilsson <hp@axis.com>
2613
2614 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2615 * configure: Regenerate.
2616
8b66833e
BW
26172008-01-31 Marc Gauthier <marc@tensilica.com>
2618
2619 * configure.ac (xtensa*-*-*): Recognize processor variants.
2620 * configure: Regenerate.
2621
9cc8ae67
PB
26222008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2623
f7c83eac
AS
2624 PR bootstrap/34922
2625 * configure.ac (PARSE_ARGS): Push suitable setting of
2626 ac_subdirs_all, for `./configure --help=recursive'.
2627 Handle `+' in generic toplevel directory disabling.
2628 * configure: Regenerate.
9cc8ae67 2629
19090595
BE
26302008-01-23 Ben Elliston <bje@au.ibm.com>
2631
2632 * config.sub, config.guess: Update from upstream sources.
2633
9f1e7fd3
BE
26342008-01-08 Ben Elliston <bje@au.ibm.com>
2635
2636 * config.sub, config.guess: Update from upstream sources.
2637
2f959d61
JJ
26382007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2639
2640 * COPYING.LIBGLOSS: Update default copyright.
2641
aa054b85
JJ
26422007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2643
2644 * COPYING.NEWLIB: Update default copyright.
2645
57c53b2b
RS
26462007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2647
2648 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2649 Change recommended MPFR from 2.2.1 > 2.3.0.
2650 * configure: Regenerate.
2651
fee14b60
RS
26522007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2653
2654 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2655 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2656 * Makefile.in: Regenerate.
2657
c9b68031
DD
26582007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2659
2660 * configure.ac: Enable libjava for x86_64-*-darwin9.
2661 * configure: Regenerate.
2662
ad25e7d5
BE
26632007-12-05 Ben Elliston <bje@au.ibm.com>
2664
2665 * config.sub, config.guess: Update from upstream sources.
2666
6ac84f65
PB
26672007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2668
f7c83eac
AS
2669 * config-ml.in: Robustify against white space in absolute file
2670 names.
6ac84f65 2671
f7c83eac
AS
2672 * config-ml.in (multi-clean): Substitute ${Makefile}.
2673 Remove superfluous ${Makefile} in list.
6ac84f65 2674
7b3200f9
DJ
26752007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2676
2677 * Makefile.def (dependencies): Make configure-gdb depend on
2678 all-intl.
2679 * Makefile.in: Regenerated.
2680
2c133ff9
JJ
26812007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2682
2683 * Makefile.def: To avoid problems running with parallel makes,
2684 build newlib before libgloss so that target specific header
2685 files are availble.
2686 * Makefile.in: Regenerate.
2687
5074315a
DJ
26882007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2689
2690 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2691 * Makefile.in: Regenerate.
2692
f5bc1778
DJ
26932007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2694
2695 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2696 * libdecnumber: New directory, imported from GCC.
2697
c66487f8
NC
26982007-10-08 Mike Frysinger <vapier@gentoo.org>
2699
2700 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2701 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2702 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2703 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2704 * configure: Regenerate.
2705
b5714970
PB
27062007-10-01 Paolo Bonzini <bonzini@gnu.org>
2707
2708 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2709 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2710 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2711 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2712 * configure.ac: Default them to host tools for $host = $build.
2713 Subst them.
2714
2715 * configure: Regenerate.
2716 * Makefile.in: Regenerate.
2717
f3b1e08e
RS
27182007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2719
2720 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2721 * configure: Regenerate.
2722
cff87f51
DD
27232007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2724
2725 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2726 libstdc++.
2727 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2728 * configure: Regenerate.
2729 * Makefile.in: Regenerate.
f7c83eac 2730
625a61cd
AS
27312007-09-17 Andreas Schwab <schwab@suse.de>
2732
2733 * configure.ac: Raise minimum makeinfo version to 4.6.
2734 * configure: Regenerate.
2735
83a3a68b
AM
27362007-09-15 Alan Modra <amodra@bigpond.net.au>
2737
2738 * configure.ac: Correct makeinfo version check.
2739 * configure: Regenerate.
2740
5bd8be13
RS
27412007-09-14 Richard Sandiford <richard@codesourcery.com>
2742
2743 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2744 to $skipdirs and only disable gprof for newlib. Use the normal
2745 mips*-elf* handling in other respects.
2746 * configure: Regnerate.
2747
5566c1fa
DD
27482007-09-12 David Daney <ddaney@avtrex.com>
2749
2750 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2751 enabling libgcj.
2752 * configure: Regenerate.
2753
27542007-09-12 Richard Guenther <rguenther@suse.de>
2755
2756 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2757 nor --disable-checking is provided also turn on yes and types
2758 checking for stage1.
2759 * configure: Re-generate.
2760
a18e2996 27612007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
2762
2763 PR target/33281
2764 * configure.ac: Use config/mh-mingw on mingw.
2765 * configure: Regenerate.
84e7906e 2766
691bb5a1
DD
27672007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2768
2769 PR other/32154
2770 * configure.ac: For libgloss targets, point the linker to the linker
2771 script, startup code and simulator library.
2772 * configure: Regenerate.
2773
6d18b86b
AH
27742007-09-09 Andrew Haley <aph@redhat.com>
2775
2776 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 2777 target-libjava.
6d18b86b 2778
f00a3165 27792007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 2780
f00a3165 2781 * config.sub, config.guess: Update from upstream sources.
971aaaa5 2782
2abc4e65
BE
27832007-08-21 Richard Guenther <rguenther@suse.de>
2784
2785 * configure.ac: Add types checking to stage1 checking flags.
2786 * configure: Regenerate.
2787
8a6ee3ab 27882007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 2789 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
2790
2791 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2792 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2793 * Makefile.in: Regenerate.
2794 * configure.ac (--with-debug-prefix-map): New.
2795 * configure: Regenerate.
2796
429acdec
RS
27972007-08-17 Richard Sandiford <richard@codesourcery.com>
2798 Nigel Stephens <nigel@mips.com>
2799
429acdec
RS
2800 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2801 as target_makefile_frag.
2802 * configure: Regenerate.
2803
8520c408
AO
28042007-08-16 Alexandre Oliva <aoliva@redhat.com>
2805
2806 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2807 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2808 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2809 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2810 (do-compare, do-compare3, do-compare-debug): New.
2811 ([+compare-target+]): Use them.
2812
28132007-08-16 Alexandre Oliva <aoliva@redhat.com>
2814
2815 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2816 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2817 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2818 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2819 (do-compare, do-compare3, do-compare-debug): New.
2820 ([+compare-target+]): Use them.
2821
2444379b
BE
28222007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2823 Ben Elliston <bje@au.ibm.com>
2824
2825 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2826 --silent if $silent.
2827 * configure: Regenerate.
2828
d6f99447
DJ
28292007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
2830
2831 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
2832
bd0aa315
NC
28332007-07-17 Nick Clifton <nickc@redhat.com>
2834
2835 * COPYING3: New file. Contains version 3 of the GNU General
2836 Public License.
2837 * COPYING3.LIB: New file. Contains version 3 of the GNU
2838 Lesser General Public License.
2839
0ebe98fb
BS
28402007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
2841
2842 * configure.ac: Fix my previous change to really match GCC.
2843 * configure: Regenerate.
2844
521ec477
DD
28452007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2846
2847 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2848 * configure: Regenerate.
2849
28502007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2851
2852 * configure.ac: Add some missing m4 quotation.
2853 * configure: Regenerate.
2854
0c24b341
NC
28552007-07-09 Kai Tietz <kai.tietz@onevision.com>
2856
f7c83eac
AS
2857 * Makefile.def: Add windmc tool to build.
2858 * Makefile.tpl: Likewise.
2859 * configure.ac: Likewise.
2860 * Makefile.in: Regenerate.
2861 * configure: Regenerate.
0c24b341 2862
a09314d0
L
28632007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2864
2865 * lt~obsolete.m4: New. Import from 20070318 libtool.
2866
7c3e1d12
BS
28672007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
2868
2869 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2870 uclinux and linux-uclibc targets.
2871 * configure: Regenerate.
2872
a5b3b4dd
DD
28732007-06-28 DJ Delorie <dj@redhat.com>
2874
2875 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2876 not building newlib.
2877 * configure: Regenerated.
f7c83eac 2878
184d813c
DJ
28792007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
2880
2881 * src-release (DEVO_SUPPORT): Correct typos.
2882
31d99776
DJ
28832007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2884
2885 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2886 * Makefile.in: Regenerated.
2887
e00a73e3
PB
28882007-06-14 Paolo Bonzini <bonzini@gnu.org>
2889
f7c83eac
AS
2890 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2891 (distclean-stage[+id+]): Possibly delete stage_last.
2892 * Makefile.in: Regenerate.
e00a73e3 2893
98a1bbc5
BE
28942007-06-07 Ben Elliston <bje@au.ibm.com>
2895
2896 * config.sub, config.guess: Update from upstream sources.
2897
973601e1
BE
28982007-06-07 Ben Elliston <bje@au.ibm.com>
2899
2900 * Makefile.tpl: Fix spelling error.
2901 * Makefile.in: Regenerate.
2902
2038f525
PB
29032007-06-04 Paolo Bonzini <bonzini@gnu.org>
2904
2905 Sync with gcc:
2906 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2907
f7c83eac
AS
2908 PR bootstrap/29382
2909 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2910 * configure: Rebuilt.
2038f525 2911
f7c5c4b5
PB
29122007-06-01 Steve Ellcey <sje@cup.hp.com>
2913
12a64d4f
L
2914 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2915 lt_cv_sys_max_cmd_len.
f7c5c4b5 2916
7ad9660b
PB
29172007-05-31 Paolo Bonzini <bonzini@gnu.org>
2918
2919 * ltgcc.m4: Update from GCC.
2920
0e7ef45c
EC
29212007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2922
12a64d4f 2923 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 2924
37ad9514
SE
29252007-05-24 Steve Ellcey <sje@cup.hp.com>
2926
2927 * ltmain.sh: Update from GCC.
2928 * libtool.m4: Update from GCC.
2929 * ltsugar.m4: New. Update from GCC.
2930 * ltversion.m4: New. Update from GCC.
2931 * ltoptions.m4: New. Update from GCC.
2932 * ltconfig: Remove.
2933 * ltcf-c.sh: Remove.
2934 * ltcf-cxx.sh: Remove.
2935 * ltcf-gcj.sh: Remove.
2936 * src-release: Update with new libtool file list.
2937
8ee82aff
PB
29382007-05-16 Paolo Bonzini <bonzini@gnu.org>
2939
2940 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2941 stage_cflags.
2942 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2943 Remove CFLAGS/LIBCFLAGS.
2944 (configure-stage[+id+]-[+prefix+][+module+],
2945 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2946 * Makefile.in: Regenerate.
2947
149cb58d
SE
29482007-04-14 Steve Ellcey <sje@cup.hp.com>
2949
2950 * config-ml.in: Update from GCC.
2951
91506736
DJ
29522007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
2953
2954 * src-release (do-proto-toplev): Process the support directories before
2955 the tool directory.
2956
ffa8bd48
RS
29572007-03-21 Richard Sandiford <richard@codesourcery.com>
2958
2959 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2960 of glob. Quote arguments with single quotes too.
2961 * configure: Regenerate.
2962
a4fd3374
DD
29632007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2964
2965 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2966 * Makefile.in: Regenerate
2967
b8025f34
AS
29682007-03-07 Andreas Schwab <schwab@suse.de>
2969
2970 * configure: Regenerate.
2971
a3ca38d2
DD
29722007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2973
2974 * configure.ac: Add "--with-pdfdir" configure option,
2975 which defines pdfdir variable.
2976 * Makefile.def (target=fixincludes): Add install-pdf to
2977 missing targets.
2978 (recursive_targets): Add install-pdf target.
2979 (flags_to_pass): Add pdfdir.
2980 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2981 target.
2982 * configure: Regenerate
2983 * Makefile.in: Regenerate
2984
29852007-02-28 Eric Christopher <echristo@apple.com>
2986
2987 Revert:
2988 2006-12-07 Mike Stump <mrs@apple.com>
2989
2990 * Makefile.def (dependencies): Add dependency for
2991 install-target-libssp and install-target-libgomp on
2992 install-gcc.
2993 * Makefile.in: Regenerate.
2994
29952007-02-27 Matt Kraai <kraai@ftbfs.org>
2996
2997 * configure: Regenerate.
2998 * configure.ac: Move statements after variable declarations.
2999
a4708fba
JM
30002007-02-19 Joseph Myers <joseph@codesourcery.com>
3001
3002 * configure.ac: Adjust for loop syntax.
3003 * configure: Regenerate.
3004
9a819804
AO
30052007-02-18 Alexandre Oliva <aoliva@redhat.com>
3006
3007 * configure: Rebuilt.
3008
81ec575a
AO
30092007-02-18 Alexandre Oliva <aoliva@redhat.com>
3010
3011 * configure.ac: Drop multiple occurrences of --enable-languages,
3012 and fix its quoting.
3013 * configure: Rebuilt.
3014
92f01d61 30152007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3016 Nathan Sidwell <nathan@codesourcery.com>
3017 Vladimir Prus <vladimir@codesourcery.com
3018 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3019
3020 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3021 * configure: Regenerate.
3022
b1299c4e
DJ
30232007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3024
3025 * configure.ac (target_libraries): Move libgcc before libiberty.
3026 * configure: Regenerated.
3027
18f6b6ee
PB
30282007-02-13 Paolo Bonzini <bonzini@gnu.org>
3029
3030 * configure: Regenerate again?
3031
9c4e9f27
PB
30322007-02-13 Paolo Bonzini <bonzini@gnu.org>
3033
3034 * configure: Reapply PR30748 fix which was lost in the previous commit.
3035
24ff9987
DJ
30362007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3037 Paolo Bonzini <bonzini@gnu.org>
3038
3039 PR bootstrap/30753
3040 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3041 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3042 * configure: Regenerated.
3043
7df2cd5d
PB
30442007-02-10 Paolo Bonzini <bonzini@gnu.org>
3045
3046 * configure: Regenerate.
3047
b0aaa663
DJ
30482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3049
3050 PR bootstrap/30748
3051 * configure.ac: Correct syntax for Solaris ksh.
3052 * configure: Regenerated.
3053
a0323144
PB
30542007-02-09 Paolo Bonzini <bonzini@gnu.org>
3055
3056 * Makefile.def: Sync with GCC.
3057 * Makefile.tpl: Sync with GCC.
3058 * Makefile.in: Regenerate.
3059 * configure: Regenerate.
3060
c6b750e1
DJ
30612007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3062
3063 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3064 noncanonical equivalents.
3065 * configure.in: Rename to...
3066 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3067 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3068 target_noncanonical. Use them. Rewrite removal of configure
3069 arguments for autoconf 2.59. Discard variable settings. Force
3070 program_transform_name for native tools.
3071
3072 * Makefile.in: Regenerated.
3073 * configure: Regenerated with autoconf 2.59.
3074
3075 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3076
f3cd89f4
JJ
30772007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3078
3079 * COPYING.LIBGLOSS: Reformat default Red Hat
3080 license to fit within 80 columns.
3081 * COPYING.NEWLIB: Ditto.
3082
4e206d7e
DB
30832007-02-05 Dave Brolley <brolley@redhat.com>
3084
3085 * Contribute the following changes:
3086 2006-11-28 DJ Delorie <dj@redhat.com>
3087
3088 * configure.in: Fix typo for mep's target_makefile_frag.
3089 * configure: Regenerated.
3090
3091 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3092
3093 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3094 * configure: Regenerate.
3095
3096 2001-09-19 DJ Delorie <dj@redhat.com>
3097
3098 * configure.in (target_makefile_frag): use mt-mep
3099
3100 2001-06-12 Don Howard <dhoward@redhat.com>
3101
3102 * configure.in: Remove gdb from MeP skip list.
3103
3104 2001-04-05 DJ Delorie <dj@redhat.com>
3105
3106 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3107
3108 2001-03-20 Ben Elliston <bje@redhat.com>
3109
3110 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3111
3112 2001-03-19 Ben Elliston <bje@redhat.com>
3113
3114 * config.sub (mep, mep-*): Add.
3115
b2edfdd2
AS
31162007-01-31 Andreas Schwab <schwab@suse.de>
3117
3118 * Makefile.tpl (LDFLAGS): Substitute it.
3119 * Makefile.in: Regenerate.
3120
ceb92e78
PB
31212007-01-11 Paolo Bonzini <bonzini@gnu.org>
3122
3123 * configure.in: Change == to = in test command.
f7c83eac 3124 * configure: Regenerate.
ceb92e78 3125
4b900473 31262007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3127 Nick Clifton <nickc@redhat.com>
3128 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3129
3130 * configure.in (build_configargs, host_configargs, target_configargs):
3131 Remove build/host/target parameters.
3132 (host_libs): Add gmp and mpfr.
3133 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3134 * Makefile.def (gmp, mpfr): New.
3135 (gcc): Remove target.
3136 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3137 target_os, target_vendor): New.
3138 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3139 * configure: Regenerate.
3140 * Makefile.in: Regenerate.
4b900473
PB
3141
31422007-01-11 Matt Fago <fago@earthlink.net>
3143
3144 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3145 to improve robustness of configure tests.
4b900473
PB
3146 * configure: Regenerate.
3147
80f6dcbc
NC
31482007-01-08 Kai Tietz <kai.tietz@onevision.com>
3149
3150 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3151 * configure: Regenerate.
80f6dcbc 3152
f86e35b8
NC
31532007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3154
3155 * Makefile.tpl (all-target): Correct @if conditional for target
3156 modules.
3157 * configure.in: Omit libiberty if building only target libgcc.
3158 * configure, Makefile.in: Regenerated.
3159
79fcd0ec
PB
31602007-01-04 Paolo Bonzini <bonzini@gnu.org>
3161
3162 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3163 * configure: Regenerate.
3164
6aa8ef82
DJ
31652007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * Makefile.def (target_modules): Add libgcc.
3168 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3169 * Makefile.tpl (clean-target-libgcc): Delete.
3170 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3171 on gcc even for bootstrapped modules. Rewrite handling of
3172 lang_env_dependencies to loop over target_modules.
3173 * configure.in (target_libraries): Add target-libgcc.
3174 * Makefile.in, configure: Regenerated.
3175
9b134994
PB
31762006-12-29 Paolo Bonzini <bonzini@gnu.org>
3177
3178 Sync with gcc:
3179 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3180
f7c83eac
AS
3181 * configure.in: Reorganize recognition of languages. Add
3182 --enable-stage1-languages. Show supported languages for the chosen
3183 target rather than all recognized languages.
3184 * configure: Regenerate.
9b134994
PB
3185
3186 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3187
f7c83eac
AS
3188 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3189 * Makefile.in: Regenerate.
9b134994
PB
3190
3191 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3192
f7c83eac
AS
3193 * configure.in: Warn that MPFR 2.2.0 is buggy.
3194 * configure: Regenerate.
9b134994 3195
8cf39b1b
ILT
31962006-12-27 Ian Lance Taylor <iant@google.com>
3197
3198 * configure.in: When removing Makefiles to force a reconfigure, also
3199 remove prev-DIR*/Makefile.
3200 * configure: Regenerate.
3201
ebff6cd5
KH
32022006-12-23 Kazu Hirata <kazu@codesourcery.com>
3203
3204 * config.bfd: Recognize fido.
3205
8a0d8a5c
PB
32062006-12-19 Paolo Bonzini <bonzini@gnu.org>
3207
3208 Sync with gcc:
3209
3210 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3211
3212 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3213 it only affects bootstrap and could be tested on "$host" as well.
3214 * configure: Regenerate.
3215 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3216
3217 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3218
3219 PR bootstrap/29544
3220 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3221 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3222 move here comment from Makefile.tpl.
3223 * Makefile.tpl: Move some definitions higher in the file.
3224 (STAGE1_CHECKING): New.
3225 * configure.in: Add --enable-stage1-checking.
3226 * configure: Regenerate.
3227 * Makefile.in: Regenerate.
3228
3229 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3230
3231 * configure.in: Update error message for missing GMP/MPFR.
3232
3233 * configure: Regenerate.
3234
3235 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3236
3237 * configure.in: Update MPFR version in error message.
3238
3239 * configure: Regenerate.
3240
3241 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3242
3243 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3244 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3245 --with-gmp-lib): New flags.
3246
3247 * configure: Regenerate.
3248
790c0838
AM
32492006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3250
3251 PR bootstrap/30134
3252 * configure.in: Correct x86 darwin support for libjava to powerpc
3253 and i?86 only.
3254 * configure: Regenerate.
3255
77d7106f
AM
32562006-12-11 Alan Modra <amodra@bigpond.net.au>
3257
3258 * configure.in: Handle spu makefile frag.
77d7106f
AM
3259 * Makefile.tpl (MAINT): Define
3260 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3261 * configure: Regenerate.
3262 * Makefile.in: Regenerate.
3263
0cfa5389
BE
32642006-12-11 Ben Elliston <bje@au.ibm.com>
3265
3266 * config.sub, config.guess: Update from upstream sources.
3267
2839fe5d
BE
32682006-12-11 Ben Elliston <bje@au.ibm.com>
3269
3270 * configure.in: Sync with GCC (spu-*-*).
3271 * configure: Sync with GCC.
3272
b897f5d4
MS
32732006-12-07 Mike Stump <mrs@apple.com>
3274
3275 * Makefile.def (dependencies): Add dependency for
3276 install-target-libssp and install-target-libgomp on
3277 install-gcc.
3278 * Makefile.in: Regenerate.
3279
9daf3993
PB
32802006-11-16 Paolo Bonzini <bonzini@gnu.org>
3281
3282 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3283 (unstage): Test for stage_last presence.
3284
3285 PR bootstrap/29802
3286 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3287 * Makefile.in: Regenerate.
3288
9dbaa842
DD
32892006-11-14 DJ Delorie <dj@redhat.com>
3290
3291 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3292 * Makefile.in: Sync with GCC.
3293 * configure.in: Sync with GCC (mpfr, gmp).
3294 * configure: Sync with GCC.
3295
b0cbce8d
JJ
32962006-11-08 Jie Zhang <jie.zhang@analog.com>
3297
3298 * configure.in: Remove target-libgloss from noconfigdirs for
3299 bfin-*-*.
3300 * configure: Regenerated.
3301
44330a94
JJ
33022006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3303
3304 * COPYING.NEWLIB: Add spu license.
7de05dd5 3305 * COPYING.LIBGLOSS: Ditto.
44330a94 3306
56a8fe78
DD
33072006-10-17 Brooks Moses <bmoses@stanford.edu>
3308
3309 * Makefile.def: Added pdf target handling.
3310 * Makefile.tpl: Added pdf target handling.
3311 * Makefile.in: Regenerated.
3312
fbb00ad0
JJ
33132006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3314
3315 * COPYING.NEWLIB: Updated.
3316 * COPYING.LIBGLOSS: Ditto.
3317
6b89cc21
DB
33182006-09-27 Dave Brolley <brolley@redhat.com>
3319
3320 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3321 $s instead of $r.
3322 * configure: Regenerated.
3323
17bcf627
BE
33242006-09-26 Ben Elliston <bje@au.ibm.com>
3325
3326 * config.sub, config.guess: Update from upstream sources.
3327
f3529cf1
TS
33282006-09-20 Thiemo Seufer <ths@mips.com>
3329
3330 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3331 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3332 * configure: Regenerate.
3333
45055374
CV
33342006-08-30 Corinna Vinschen <corinna@vinschen.de>
3335
3336 * configure.in: Never build newlib for a Mingw host.
3337 Never build newlib as Mingw target library.
3338 Test the existence of winsup/cygwin for building a Cygwin newlib,
3339 rather than just winsup.
3340 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3341 building a Mingw target.
3342 * configure: Regenerate.
3343
4be041b2 33442006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3345 Nigel Stephens <nigel@mips.com>
3346 David Ung <davidu@mips.com>
4be041b2
TS
3347
3348 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3349
1d89b610
PB
33502006-07-25 Paolo Bonzini <bonzini@gnu.org>
3351
3352 Sync from GCC:
3353 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3354
f7c83eac
AS
3355 PR bootstrap/18058
3356 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3357 if the bootstrap compiler is a GCC version that supports it.
3358 * configure: Regenerate.
1d89b610 3359
66a79c16
DJ
33602006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3361
3362 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3363 * configure: Regenerated.
3364
c1cb7e02
PB
33652006-07-18 Paolo Bonzini <bonzini@gnu.org>
3366
f7c83eac
AS
3367 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3368 for stages after the first.
c1cb7e02 3369
7206a0ee
JJ
33702006-07-17 Jakub Jelinek <jakub@redhat.com>
3371
3372 * Makefile.def: Add dependencies for configure-opcodes
3373 on configure-intl and all-opcodes on all-intl.
3374 * Makefile.in: Regenerated.
3375
6816f995
AO
33762006-07-04 Peter O'Gorman <peter@pogma.com>
3377
3378 * ltconfig: chmod 644 before ranlib during install.
3379
3d3adb43
PB
33802006-07-03 Paolo Bonzini <bonzini@gnu.org>
3381
1f3f1bbf 3382 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3383 * configure: Regenerate.
3384
64ce424c
PB
33852006-07-03 Paolo Bonzini <bonzini@gnu.org>
3386
3387 Sync from gcc:
3388
3389 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3390
3391 PR other/27063
3392 * configure.in: Test subdir_requires and give an appropriate
3393 error message.
3394 * configure: Regenerate.
3395
3396 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3397
3398 PR target/27540
3399 * configure.in: Only enable libgomp on IRIX 6.
3400 * configure: Regenerate.
3401
d42c4017
DA
34022006-06-20 David Ayers <d.ayers@inode.at>
3403
3404 PR bootstrap/28072
3405 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3406 whether target-libjava is being configured instead of whether the
3407 java front end is enabled.
3408 * configure: Regenerate.
0e7ef45c 3409
4962c51a
MS
34102006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3411
3412 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3413 to R_ARM_LDC_SB_G{0,1,2} respectively.
3414
caee866a
PB
34152006-06-15 Paolo Bonzini <bonzini@gnu.org>
3416
3417 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3418 too.
3419 * Makefile.in: Regenerate.
3420
363ef840
DA
34212006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3422
3423 Sync from gcc:
3424
3425 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3426 * configure.in: Don't enable libgomp on hpux10.
3427 * configure: Rebuilt.
3428
54d1c879
DA
34292006-06-13 David Ayers <d.ayers@inode.at>
3430
3431 Sync from gcc:
3432
3433 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3434
54d1c879
DA
3435 PR bootstrap/27963
3436 PR target/19970
0e7ef45c 3437 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3438 ${libgcj} is specified.
3439 * configure: Regenerate.
0e7ef45c 3440
a4d8b690
JJ
34412006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3442
3443 Sync from gcc:
3444
3445 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3446 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3447
3448 PR bootstrap/18033
3449 * config-ml.in: Eval option if surrounded by single quotes.
3450
4f0ef2d8
CD
34512006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3452
3453 Sync from gcc:
0e7ef45c 3454
4f0ef2d8 3455 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 3456
4f0ef2d8
CD
3457 PR libobjc/13946
3458 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3459 * Makefile.in: Regenerate.
3460 * configure.in: Add --enable-objc-gc at toplevel and have it
3461 enable boehm-gc for Objective-C.
3462 Remove target-boehm-gc from libgcj.
3463 Add target-boehm-gc to target_libraries.
3464 Add target-boehm-gc to noconfigdirs where ${libgcj}
3465 is specified.
3466 Assert that boehm-gc is supported when requested for Objective-C.
3467 Only build boehm-gc if needed either for Java or Objective-C.
3468 * configure: Regenerate.
3469
3470 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 3471
4f0ef2d8
CD
3472 PR 27674
3473 * Makefile.tpl (configure-[+prefix+][+module+],
3474 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3475 Remove rule to unstage bootstrapped modules.
3476 (stage_current): New.
3477 * Makefile.in: Regenerate.
3478
3479 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3480 Andreas Tobler <a.tobler@schweiz.ch>
3481
3482 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3483 * configure: Rebuilt.
3484
3485 Revert
3486 2006-01-31 Richard Guenther <rguenther@suse.de>
3487 Paolo Bonzini <bonzini@gnu.org>
3488
3489 * Makefile.def (target_modules): Add libgcc-math target module.
3490 * configure.in (target_libraries): Add libgcc-math target library.
3491 (--enable-libgcc-math): New configure switch.
3492 * Makefile.in: Re-generate.
3493 * configure: Re-generate.
3494
c17b816b
JJ
34952006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3496
3497 * config-ml.in: Alter CCASFLAGS to include special
3498 multilib options the same as is done for CFLAGS.
3499
20e95c23
DJ
35002006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3501
3502 * Makefile.def: Added dependencies from sim and gdb on intl, and
3503 added configure dependencies to everything with an all dependency
3504 on intl.
3505 * gettext.m4: Removed.
3506 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3507 (GDB_SUPPORT_DIRS): Add intl.
3508 * Makefile.in: Regenerated.
3509
4bd8ad80
DJ
35102006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3511
3512 * src-release (DEVO_SUPPORT): Add config.rpath.
3513
c380fdd8
PB
35142006-05-25 Paolo Bonzini <bonzini@gnu.org>
3515
3516 * Makefile.def (bfd, opcodes): Fix lib_path.
3517 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3518 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3519 * Makefile.in: Regenerate.
3520
701628f5
MS
35212006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3522
3523 * configure.in: Enable gprof for cross builds.
3524 * configure: Regenerate.
3525
25aae7f2
DJ
35262006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3527
3528 * src-release (MAKEINFOFLAGS): Define.
3529 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3530
ea3d1626
BE
35312006-05-14 Ben Elliston <bje@au.ibm.com>
3532
3533 * config.sub, config.guess: Update from upstream sources.
3534
49b9e644
BE
35352006-05-12 Ben Elliston <bje@au.ibm.com>
3536
3537 * config.sub, config.guess: Update from upstream sources.
3538
482dd2f6
DJ
35392006-05-04 Steve Ellcey <sje@cup.hp.com>
3540
3541 * blt, iwidgets, mmalloc: Remove directories.
3542
8b01a5c2
DD
35432006-05-01 DJ Delorie <dj@redhat.com>
3544
641a3af4 3545 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
3546 * configure: Regenerate.
3547
a481dbb7
DD
35482006-04-18 DJ Delorie <dj@redhat.com>
3549
3550 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3551 reference libgloss so that libssp can be built in a combined
3552 tree.
3553 * configure: Regenerate.
3554
962c9e74
BE
35552006-04-10 Ben Elliston <bje@au.ibm.com>
3556
3557 * contrib: Remove directory.
3558
108a6f8e
CD
35592006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3560
3561 * Makefile.tpl: Add install-html target.
3562 * Makefile.def: Add install-html target.
3563 * Makefile.in: Regenerate.
3564 * configure.in: Add --with-datarootdir, --with-docdir,
3565 and --with-htmldir options.
3566 * configure: Regenerate.
3567
a4ef73e9
BE
35682006-03-31 Ben Elliston <bje@au.ibm.com>
3569
3570 PR binutils/1860
3571 * configure.in: Require makeinfo 4.4 or higher.
3572 * configure: Regenerate.
3573
b37df25a
PB
35742006-03-14 Paolo Bonzini <bonzini@gnu.org>
3575
3576 * Makefile.in: Regenerate.
3577
a6df5a19
PB
35782006-03-14 Paolo Bonzini <bonzini@gnu.org>
3579
3580 Sync with gcc:
3581 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3582
f7c83eac
AS
3583 * configure.in: Handle --disable-<component> generically.
3584 * configure: Regenerate.
a6df5a19
PB
3585
3586 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 3587
f7c83eac
AS
3588 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3589 (TARGET_CONFIGDIRS): Remove.
3590 * configure.in: Remove AC_SUBST(target_configdirs).
3591 * Makefile.in, configure: Regenerated.
a6df5a19
PB
3592
3593
65419985
L
35942006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3595
3596 PR libgcj/17311
3597 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3598
c52c6897
PB
35992006-02-20 Paolo Bonzini <bonzini@gnu.org>
3600
3601 PR bootstrap/25670
3602
3603 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3604
3605 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3606 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3607 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3608 BUILD_PREFIX, BUILD_PREFIX_1.
3609 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3610
3611 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3612 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3613
3614 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3615 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3616 of `cat stage_current`. Always provide the `r' and `s' variables.
3617 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3618 a single shell execution.
3619 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3620 bootstrapped modules, make the stage1 module if the build was not
3621 started yet, else build the current stage.
3622 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3623 (all-build, all-host, all-target, [+make_target+]-host,
3624 [+make_target+]-target): Do not use \-continued lines.
3625 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3626 (current_stage, restrap, stage_last): New.
3627
3628 * Makefile.in: Regenerate.
3629 * configure: Regenerate.
3630
b3ded179
PB
36312006-02-14 Paolo Bonzini <bonzini@gnu.org>
3632
3633 Sync from gcc:
3634
3635 2006-01-31 Richard Guenther <rguenther@suse.de>
3636 Paolo Bonzini <bonzini@gnu.org>
3637
f7c83eac
AS
3638 * Makefile.def (target_modules): Add libgcc-math target module.
3639 * configure.in (target_libraries): Add libgcc-math target library.
3640 (--enable-libgcc-math): New configure switch.
3641 * Makefile.in: Re-generate.
3642 * configure: Re-generate.
3643 * libgcc-math: New toplevel directory.
b3ded179
PB
3644
3645 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
3646 Jakub Jelinek <jakub@redhat.com>
3647 Diego Novillo <dnovillo@redhat.com>
b3ded179 3648
f7c83eac
AS
3649 * libgomp: New directory.
3650 * Makefile.def: Add target_module libgomp.
3651 * Makefile.in: Regenerate.
3652 * configure.in (target_libraries): Add target-libgomp.
3653 * configure: Regenerate.
b3ded179 3654
3a35eeb3
PB
36552006-02-14 Paolo Bonzini <bonzini@gnu.org>
3656 Andreas Schwab <schwab@suse.de>
0e7ef45c 3657
3a35eeb3
PB
3658 * configure: Regenerate.
3659
2429c060
PB
36602006-01-16 Paolo Bonzini <bonzini@gnu.org>
3661
3662 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3663 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3664 the assembler, linker and binutils.
3665 * configure: Regenerate.
3666
ec49b2b8
NC
36672006-01-16 Nick Clifton <nickc@redhat.com>
3668
49b9e644 3669 * config.sub, config.guess: Sync from config repository.
ec49b2b8 3670
44b2308f
AO
36712006-01-05 Alexandre Oliva <aoliva@redhat.com>
3672
3673 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3674 @ from continuation.
3675 * Makefile.in: Rebuilt.
3676
80911fe1
PB
36772006-01-04 Paolo Bonzini <bonzini@gnu.org>
3678
3679 Sync from gcc:
3680
3681 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3682
f7c83eac 3683 PR bootstrap/24252
80911fe1 3684
f7c83eac
AS
3685 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3686 * Makefile.tpl (OBJDUMP): New.
3687 (EXTRA_HOST_FLAGS): Add it.
3688 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 3689
f7c83eac
AS
3690 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3691 to use symbolic links between directories. Avoid race conditions
3692 or make them harmless.
3693 * configure.in: Do not try to use symbolic links between directories.
80911fe1 3694
f7c83eac
AS
3695 * Makefile.def (LEAN): Pass.
3696 * Makefile.tpl (LEAN): Define.
3697 (stage[+id+]-start): Accept that the previous directory does not
3698 exist, if the bootstrap is lean.
3699 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3700 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3701 configure substitution.
3702 ([+compare-target+]): Likewise.
3703 ([+bootstrap-target+]-lean): New.
3704 * configure.in: Remove lean bootstrap support from here.
80911fe1 3705
f7c83eac
AS
3706 * Makefile.in: Regenerate.
3707 * configure: Regenerate.
80911fe1
PB
3708
3709 2006-01-02 Andreas Schwab <schwab@suse.de>
3710
f7c83eac
AS
3711 * configure.in: When reconfiguring remove Makefile in
3712 all stage directories.
3713 * configure: Regenerate.
80911fe1 3714
b59bea8a
NC
37152005-12-27 Leif Ekblad <leif@rdos.net>
3716
3717 * configure.in: Add support for RDOS target.
3718 * configure: Regenerate.
3719
d7730bac
NC
37202005-12-27 Nick Clifton <nickc@redhat.com>
3721
3722 PR binutils/1990
3723 * libtool.m4: Synchronize with version in GCC sources.
3724
c02dabc3
PB
37252005-12-20 Paolo Bonzini <bonzini@gnu.org>
3726
f7c83eac 3727 Revert Ada-related part of the previous change.
c02dabc3 3728
f7c83eac
AS
3729 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3730 Do not pass.
3731 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3732 * Makefile.in: Regenerate.
3733 * configure.in: Do not include mt-ppc-aix target fragment.
3734 * configure: Regenerate.
c02dabc3 3735
f6d183c0
PB
37362005-12-19 Paolo Bonzini <bonzini@gnu.org>
3737
3738 * configure.in: Select appropriate fragments for PowerPC/AIX.
3739 * configure: Regenerate.
3740
3741 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3742 BOOT_CFLAGS, BOOT_LDFLAGS.
3743 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3744 BOOT_CFLAGS, BOOT_LDFLAGS.
3745 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3746 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3747 (stage): Fail if we cannot complete the work.
3748 * Makefile.in: Regenerate.
3749
f29759fc
JJ
37502005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3751
3752 * COPYING.NEWLIB: Update copyright year for default
3753 copyright.
3754
1f054001
PB
37552005-12-15 Paolo Bonzini <bonzini@gnu.org>
3756
3757 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3758 install-host-nogcc): Don't invoke $(stage) at the end.
3759 * Makefile.in: Regenerate.
3760
0aed8855
PB
37612005-12-14 Paolo Bonzini <bonzini@gnu.org>
3762
3763 * configure.in: Flip the top-level bootstrap switch.
3764 * configure: Regenerate.
3765
3766 Merge from gcc:
3767
3768 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3769
f7c83eac
AS
3770 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3771 $(stage) and $(unstage).
3772 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3773 (all): Remove stray semicolon.
3774 (local-distclean): Don't handle multilib.tmp and multilib.out.
3775 (install.all): Set $s for consistency.
3776 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3777 check_multilibs setting. Always make the install directory.
3778 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3779 Correct @if/@endif.
3780 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3781 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3782 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3783 (multilib.out): Remove.
3784 * Makefile.in: Regenerated.
0aed8855
PB
3785
37862005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3787
3788 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3789 * configure.in: Replace ms1 arch with mt.
3790 * configure: Rebuilt.
3791
37922005-12-05 Paolo Bonzini <bonzini@gnu.org>
3793
3794 Sync with gcc:
3795
4970f871
NS
37962005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3797
3798 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3799 * configure.in: Replace ms1 arch with mt.
3800 * configure: Rebuilt.
3801
be01d343
PB
38022005-12-05 Paolo Bonzini <bonzini@gnu.org>
3803
3804 Sync with gcc:
3805
3806 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3807
f7c83eac
AS
3808 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3809 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3810 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3811 Find in-tree tools if available.
3812 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3813 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3814 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3815 (COMPILER_*_FOR_TARGET): New.
3816 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3817 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3818 (CONFIGURED_*, USUAL_*): Remove.
3819 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3820 STRIP): Use autoconf substitutions.
3821 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3822 COMPILER_NM_FOR_TARGET): New.
3823 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3824
3825 (all): Make all-host and all-target in parallel.
3826 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3827 that $$r and $$s are set before invoking a recursive make.
3828 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3829 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
3830
3831 2005-11-29 Ben Elliston <bje@au.ibm.com>
3832
f7c83eac
AS
3833 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3834 from the gcc build directory.
3835 * Makefile.in: Regenerate.
be01d343
PB
3836
3837 2005-11-29 Ben Elliston <bje@au.ibm.com>
3838
f7c83eac
AS
3839 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3840 depend on all-libdecnumber.
3841 * configure.in (host_libs): Include libdecnumber.
3842 * Makefile.in: Regenerate.
3843 * configure: Likewise.
be01d343
PB
3844
3845 2005-11-21 Kean Johnston <jkj@sco.com>
3846
f7c83eac 3847 * config.sub, config.guess: Sync from upstream sources.
be01d343 3848
907be67c
DJ
38492005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3850
3851 * Makefile.def: Remove gdb dependencies for gdbtk.
3852 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3853 (configure-gdb, install-gdb): New rules.
3854 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3855 * Makefile.in, configure: Regenerated.
3856
e360f423
PB
38572005-10-22 Paolo Bonzini <bonzini@gnu.org>
3858
3859 PR bootstrap/24297
3860 * Makefile.tpl (do-[+make-target+], do-check, install,
3861 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3862 are set before recursing.
3863 * Makefile.in: Regenerate.
3864
45d5eb0a
EB
38652005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3866
3867 PR bootstrap/18939
3868 * Makefile.def (gcc) <target>: Fix thinko.
3869 * Makefile.in: Regenerate.
3870
3cf3372e
BS
38712005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3872
3873 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3874 * configure: Regenerate.
3875
bd70a46f
KH
38762005-10-09 Kazu Hirata <kazu@codesourcery.com>
3877
3878 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3879 target-libffi, target-qthreads, target-libjava, and
3880 targetlibobjc.
3881 * configure: Regenerate.
3882
5ae72758
DJ
38832005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3884
3885 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3886 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3887 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3888 (USUAL_OBJDUMP_FOR_TARGET): New.
3889 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3890 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 3891 * configure, Makefile.in: Regenerated.
5ae72758 3892
cc96343e
PB
38932005-10-05 Paolo Bonzini <bonzini@gnu.org>
3894
3895 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3896 before other host packages.
3897
f70224b5
PB
38982005-10-05 Paolo Bonzini <bonzini@gnu.org>
3899
3900 PR bootstrap/22340
3901
3902 * configure.in (default_target): Remove.
3903 * Makefile.tpl (all): Do not use prerequisites as subroutines
3904 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3905 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3906 use prerequisites as subroutines.
3907 (check-host, check-target): New.
3908 (bootstrap configure & all targets): Do not use stage*-start
3909 if the directory layout is already ok.
3910 (non-bootstrap configure & all targets): Prepend a $(unstage).
3911 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3912 (NOTPARALLEL): Remove.
3913 (unstage, stage variables): New variables.
3914 (unstage, stage targets): Simply expand to those variables.
3915
3916 * configure: Regenerate.
3917 * Makefile.in: Regenerate.
3918
c13c918a
JW
39192005-10-04 James E Wilson <wilson@specifix.com>
3920
3921 * Makefile.def (lang_env_dependencies): Add libmudflap.
3922 * Makefile.in: Regenerate.
3923
376a0e54
CM
39242005-10-03 Catherine Moore <clm@cm00re.com>
3925
3926 * configure.in (bfin-*-*): Support bfin.
3927 * configure: Regenerated.
3928
d320aacb
L
39292005-09-30 H.J. Lu <hongjiu.lu@intel.com>
3930
3931 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3932 * configure: Regenerated.
3933
7e0f7140
GK
39342005-09-28 Geoffrey Keating <geoffk@apple.com>
3935
3936 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3937 (LIPO_FOR_TARGET): New.
3938 (CONFIGURED_LIPO_FOR_TARGET): New.
3939 (USUAL_LIPO_FOR_TARGET): New.
3940 (STRIP_FOR_TARGET): New.
3941 (CONFIGURED_STRIP_FOR_TARGET): New.
3942 (USUAL_STRIP_FOR_TARGET): New.
3943 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3944 STRIP_FOR_TARGET.
3945 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3946 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3947 * Makefile.in: Regenerate.
3948 * configure: Regenerate.
0e7ef45c 3949
096f7d00
DE
39502005-09-19 David Edelsohn <edelsohn@gnu.org>
3951
3952 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3953 (rs6000-*-aix*): Same.
3954 * configure: Regenerate.
3955
39562005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3957
3958 * configure.in: Recognize f95 in the --enable-languages option,
3959 and substitute it for fortran, issuing a warning.
3960 * configure: Regenerate.
3961
2016dfcc
BE
39622005-09-07 Ben Elliston <bje@au.ibm.com>
3963
3964 Import from Autoconf sources:
3965
3966 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3967 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
3968 Elliston. Handle weird characters correctly.
3969
6dd2fda9
DD
39702005-08-30 Phil Edwards <phil@codesourcery.com>
3971
3972 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3973 * configure: Regenerated.
3974
e6db70d4
RE
39752005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3976
f7c83eac
AS
3977 * Makefile.def (libssp): Add to lang_env_dependencies.
3978 * Makefile.in: Regenerate.
e6db70d4 3979
e1e3d0f5
CG
39802005-08-17 Christian Groessler <chris@groessler.org>
3981
3982 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
3983 * Makefile.in: Regenerate.
3984
05cbd757
PB
39852005-08-12 Paolo Bonzini <bonzini@gnu.org>
3986
3987 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
3988 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
3989 Look for alternate names of the target cc and c++
3990 * configure: Regenerate.
3991
55db4b87
PB
39922005-08-08 Paolo Bonzini <bonzini@gnu.org>
3993
3994 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
3995 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
3996 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
3997 tools; remove code to manually set them.
3998 (Target tools): Look in the environment for them.
3999 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4000 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4001 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4002 build directory.
4003 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4004 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4005 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4006 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4007 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4008 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4009 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4010 * configure: Regenerate.
4011 * Makefile.in: Regenerate.
4012
414e5532
MM
40132005-07-27 Mark Mitchell <mark@codesourcery.com>
4014
4015 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4016 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4017 * Makefile.in: Regenerated.
4018
a19b6204
MM
40192005-07-26 Mark Mitchell <mark@codesourcery.com>
4020
4021 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4022 (CFLAGS_FOR_TARGET): Use it.
4023 (CXXFLAGS_FOR_TARGET): Likewise.
4024 * Makefile.in: Regenerated.
4025 * configure.in (--with-build-sysroot): New option.
4026 * configure: Regenerated.
4027
b73aa406
PB
40282005-07-24 Paolo Bonzini <bonzini@gnu.org>
4029
4030 * Makefile.tpl: Wrap install between unstage and stage
4031 * Makefile.in: Regenerate.
4032
6e4d0bcb
KC
40332005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4034
4035 * all files: Update FSF address.
4036
49f58d10
JB
40372005-07-14 Jim Blandy <jimb@redhat.com>
4038
4039 * configure.in: Add cases for Renesas m32c.
4040 * configure: Regenerated.
0e7ef45c 4041
1d9c9cd7
KC
40422005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4043
4044 * COPYING, compile, config-ml.in, config.guess,
4045 config.sub, install-sh, missing, mkinstalldirs,
4046 symlink-tree, ylwrap: Sync from upstream sources.
4047
1587117a
EC
40482005-07-13 Eric Christopher <echristo@redhat.com>
4049
4050 * configure.in: Add toplevel noconfigdir support for tpf.
4051 * configure: Regenerate.
4052
bb780410
DD
40532005-07-11 Jakub Jelinek <jakub@redhat.com>
4054
4055 * Makefile.def (target_modules): Add libssp.
4056 * configure.in (target_libraries): Add target-libssp.
4057 * configure: Rebuilt.
4058 * Makefile.in: Rebuilt.
4059
064d0a7c
PB
40602005-07-11 Paolo Bonzini <bonzini@gnu.org>
4061
4062 PR ada/22340
4063
4064 * Makefile.def: Sync with gcc.
4065 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4066 * Makefile.in: Regenerate.
4067
b2edd3b5
AS
40682005-07-07 Andreas Schwab <schwab@suse.de>
4069
4070 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4071 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4072 * Makefile.in: Regenerated.
4073
5f128533
KH
40742005-07-07 Kazu Hirata <kazu@codesourcery.com>
4075
4076 * configure.in: Add --enable-libssp and --disable-libssp.
4077 * configure: Regenerate with autoconf-2.13.
4078
4e3fc8e5
GK
40792005-07-06 Geoffrey Keating <geoffk@apple.com>
4080
4081 * configure.in: Don't build sim or rda when targetting darwin.
4082 * configure: Regenerate.
4083
c7357d6a
BE
40842005-07-04 Ben Elliston <bje@gnu.org>
4085
4086 * src-release (do-proto-toplev): Remove dejagnu bits.
4087 (DEJAGNU_SUPPORT_DIRS): Remove.
4088 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4089 (GDBD_SUPPORT_DIRS): Likewise.
4090 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4091 (INSIGHTD_SUPPORT_DIRS): Likewise.
4092 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4093
40942005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4095
4096 * setup.com (mpw): Remove unused directive.
4097
7d329e61
PB
40982005-06-22 Paolo Bonzini <bonzini@gnu.org>
4099
4100 * Makefile.def (stagefeedback): Come after profile.
4101 Define profiledbootstrap target.
4102 * Makefile.tpl (profiledbootstrap): Remove.
4103 (stageprofile-end): Zap stagefeedback.
4104 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4105 * Makefile.in: Regenerate.
4106
e5fbed21
DD
41072005-06-13 Zack Weinberg <zack@codesourcery.com>
4108
4109 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4110 In 'cpp' stanza, support '#line' as well as '# '.
4111
59f7ec45
HPN
41122005-06-07 Hans-Peter Nilsson <hp@axis.com>
4113
4114 * configure.in (unsupported_languages): New macro.
4115 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4116 non-ported target libraries in noconfigdirs.
4117 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4118 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4119 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4120 unsupported_languages.
4121 * configure: Regenerate.
4122
c10e9ba7
DD
41232005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4124
4125 * configure.in: Fix typo in handling of --with-mpfr-dir.
4126 * configure: Regenerate.
4127
20deb2b8
JB
41282005-06-02 Jim Blandy <jimb@redhat.com>
4129
4130 * config.sub: Add cases for the Renesas m32c. (This patch has been
4131 accepted into the master sources.)
4132
cdb9b172 41332005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4134 Michael Snyder <msnyder@redhat.com>
4135 Stan Cox <scox@redhat.com>
cdb9b172 4136
f7c83eac 4137 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4138
f7c83eac 4139 * configure: Regenerate.
cdb9b172 4140
1dc3053f
PB
41412005-05-25 Paolo Bonzini <bonzini@gnu.org>
4142
4143 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4144 (Dependencies): Consider target modules for bootstrap dependencies.
4145 Make target bootstrap modules depend on each stage's gcc.
4146 * Makefile.in: Regenerate.
4147
c60fe18b
PB
41482005-05-20 Paolo Bonzini <bonzini@gnu.org>
4149
4150 * Makefile.def (configure-gcc): Depend on binutils having been built.
4151 (all-gcc): No need to do it here.
4152 * Makefile.in: Regenerate.
4153
27258dd4
PB
41542005-05-19 Paul Brook <paul@codesourcery.com>
4155
0e7ef45c 4156 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4157 language cannot be built.
4158 * configure: Regenerate.
4159
42ecbf5e
DJ
41602005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4161
4162 * ylwrap: Import from Automake 1.9.5.
4163
ae380b45
MS
41642005-05-04 Mike Stump <mrs@apple.com>
4165
4166 * configure.in: Always pass --target to target configures as
4167 otherwise rebuilds that do --recheck will fail.
811d3af8 4168 * configure: Rebuilt.
ae380b45 4169
d545f33b
PB
41702005-05-04 Paolo Bonzini <bonzini@gnu.org>
4171
4172 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4173 STAGE_HOST_EXPORTS.
4174 (configure, all): Add bootstrap support.
4175 (Host modules, target modules): Pass post-stage1 flags and exports.
4176 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4177 * Makefile.in: Regenerate.
4178
2faa2958
PB
41792005-04-29 Paolo Bonzini <bonzini@gnu.org>
4180
4181 Sync from gcc:
4182
4183 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4184
f7c83eac 4185 * config.sub: Update from master copy.
2faa2958
PB
4186
4187 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4188
f7c83eac
AS
4189 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4190 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4191 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4192 "*-*-elf" and "*-*-linux*".
4193 * configure: Regenerate.
2faa2958 4194
a7254363
PB
41952005-04-06 Paolo Bonzini <bonzini@gnu.org>
4196
f7c83eac 4197 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4198 (TARGET_CONFIGARGS): Include --with-target-subdir.
4199 (configure, all): New macros. Use them throughout.
4200
a8637a7d
PB
42012005-04-05 Paolo Bonzini <bonzini@gnu.org>
4202
4203 * Makefile.tpl: Sync with gcc.
4204 * Makefile.in: Regenerate.
4205
dd387d52
JR
42062005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4207
4208 * config/mh-mingw32: Delete.
4209 * configure.in: Don't use it.
4210 * configure: Regenerate.
4211
e90269c8
PB
42122005-03-31 Paolo Bonzini <bonzini@gnu.org>
4213
4214 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4215 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4216 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4217 (HOST_LIB_PATH): Generate from Makefile.def.
4218 (TARGET_LIB_PATH): Likewise.
4219 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4220 * Makefile.in: Regenerate.
4221 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4222 (RPATH_ENVVAR): Include Darwin case.
4223 * configure: Regenerate.
4224
9a237d9e
PB
42252005-03-25 Paolo Bonzini <bonzini@gnu.org>
4226
4227 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4228 * configure: Regenerate.
4229
479759c8
ZW
42302005-03-21 Zack Weinberg <zack@codesourcery.com>
4231
4232 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4233 gcc_version, and gcc_version_trigger from set of flags to pass.
4234 * Makefile.tpl: Remove definitions of above variables.
4235 (config.status): Remove dependency on $(gcc_version_trigger).
4236 * Makefile.in: Regenerate.
4237 * configure.in: Do not reference config/gcc-version.m4 nor
4238 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4239 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4240 * configure: Regenerate.
4241
4cfaf6d5
DD
42422005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4243 Andrew Pinski <pinskia@physics.uc.edu>
4244
4245 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4246 * Makefile.in: Regenerate.
4247
33a3fb7b
AO
42482005-03-01 Alexandre Oliva <aoliva@redhat.com>
4249
4250 PR libgcj/20160
4251 * ltmain.sh: Avoid creating archives with components that have
4252 duplicate basenames.
4253
2da12f12
PB
42542005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4255
479759c8
ZW
4256 PR bootstrap/20250
4257 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4258 instead of check.
4259 * Makefile.in: Regenerate.
2da12f12 4260
b00612cc
PB
42612005-02-28 Paolo Bonzini <bonzini@gnu.org>
4262
4263 Sync from gcc.
4264
4265 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4266
4267 PR bootstrap/17383
4268 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4269 * Makefile.tpl (HOST_SUBDIR): New substitution.
4270 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4271 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4272 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4273 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4274 (Host modules, Bootstrapped modules): Use it.
4275 (Build modules, Target modules): Do not create symlink trees,
4276 always configure out-of-srcdir.
4277 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4278 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4279 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4280 $(HOST_SUBDIR). Create a symlink for host_subdir.
4281
4282 * Makefile.in: Regenerate.
4283 * configure: Regenerate.
4284
4285 Merged from libada-gnattools-branch:
4286 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4287
4288 * Makefile.def: Add gnattools as a module, depending on target-libada.
4289 * Makefile.in: Regenerate.
4290 * configure.in: Include gnattools in host_tools; disable it if ada
4291 is disabled.
4292 * configure: Regenerate.
4293
c3e65f62
NC
42942005-02-23 Nick Clifton <nickc@redhat.com>
4295
4296 * configure: Regenerate.
4297
e4d180c2
NC
42982005-02-22 Paul Schlie <schlie@comcast.net>
4299
4300 * configure.in: Allow darwin targeted ports to build tk, itcl and
4301 libgui.
4302
e3c770b1
EB
43032005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4304
4305 PR libgcj/10353
4306 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4307 * configure: Regenerate.
4308
9c73618c
AC
43092005-02-08 Andrew Cagney <cagney@gnu.org>
4310
4311 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4312 gdb/ section. Update GDB's URL.
4313
c46f8c51
AC
43142005-01-31 Andrew Cagney <cagney@gnu.org>
4315
4316 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4317
c7e66c6d
HPN
43182005-01-29 Hans-Peter Nilsson <hp@axis.com>
4319
4320 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4321 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4322 target-libgloss when not *-*-elf and *-*-aout.
4323 * configure: Regenerate.
4324
a53bf506
AC
43252005-01-27 Andrew Cagney <cagney@gnu.org>
4326
4327 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4328
45181ed1
AC
43292005-01-24 Andrew Cagney <cagney@gnu.org>
4330
4331 * gettext.m4: Only fall back to ../intl/ when it's present.
4332
a1e0f4e4
KC
43332005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4334
4335 * install-sh, config.sub: Import from upstream.
4336
43372005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4338
4339 PR bootstrap/18222
4340 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4341 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4342 * Makefile.in: Regenerate.
4343
c50382e2
PB
43442005-01-03 Paolo Bonzini <bonzini@gnu.org>
4345
4346 Revert 2004-12-28 Makefile changes, a better fix will be
4347 applied to mainline and src after GCC 4.0 branches.
4348
11d07737
PB
43492004-12-28 Paolo Bonzini <bonzini@gnu.org>
4350
4351 PR bootstrap/17383
4352
4353 * Makefile.def (target_modules): Remove stage parameter,
4354 it is always true now.
4355 * Makefile.tpl (configure-build-[+module+],
4356 configure-target-[+module+]): Always build symlink tree
4357 for the directory and for include. BUILD_SUBDIR and
4358 TARGET_SUBDIR cannot be . anymore.
4359 * Makefile.in: Regenerate.
4360
dadfdbe2
DD
43612004-12-25 David Edelsohn <edelsohn@gnu.org>
4362
4363 Revert 2004-12-08 Makefile changes.
4364
dbf85af7
JR
43652004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4366
4367 * configure.in (sh64-*-*): Reenable gprof.
4368 * configure: Regenerate.
4369
6b8fea99
JB
43702004-12-09 Jim Blandy <jimb@redhat.com>
4371
4372 * MAINTAINERS: List 'depcomp' as part of automake.
4373
7341462c
DE
43742004-12-08 David Edelsohn <edelsohn@gnu.org>
4375
4376 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4377 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4378 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4379 * Makefile.in: Regenerate.
4380
21fde4dc
DD
43812004-12-07 Matt Kraai <kraai@ftbfs.org>
4382
4383 * Makefile.tpl: Generate normal dependencies if the LHS module is
4384 not bootstrapped.
4385 * Makefile.in: Regenerate.
4386
3da796a2
RS
43872004-12-03 Richard Sandiford <rsandifo@redhat.com>
4388
4389 * configure.in: Include config/gxx-include-dir.m4. Use
4390 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4391 * configure: Regenerate.
4392
73fb7068
RS
43932004-12-03 Richard Sandiford <rsandifo@redhat.com>
4394
4395 * config.if: Delete.
4396 * configure.in: Set libstdcxx_incdir directly.
4397 * configure: Regenerate.
4398 * MAINTAINERS: Remove mention of config.if.
4399 * src-release (DEVO_SUPPORT): Remove config.if.
4400
6c8e6ce9
EC
44012004-12-02 Eric Christopher <echristo@redhat.com>
4402
3b6098f8
EC
4403 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4404 of things to remove.
6c8e6ce9 4405 * Makefile.in: Regenerate.
479759c8 4406
b8658a2f
RS
44072004-12-02 Richard Sandiford <rsandifo@redhat.com>
4408
4409 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4410 * configure: Regenerate.
4411
afefada0
RS
44122004-12-02 Richard Sandiford <rsandifo@redhat.com>
4413
4414 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4415 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4416 * configure: Regenerate.
4417
5dcac624
DA
44182004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4419
4420 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4421 (hppa*64*-*-*): Delete incorrect comment.
4422 * configure: Rebuilt.
4423
57d1eb1a
DD
44242004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4425
4426 * install-sh, compile: Import from automake.
4427
44282004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4429
4430 * config.guess, config.sub: Import from savannnah.
4431
6d389afc
MS
44322004-11-12 Mike Stump <mrs@apple.com>
4433
4434 * Makefile.def: Add html support.
4435 * Makefile.tpl: Likewise.
4436 * Makefile.in: Regenerate.
4437
69e57115
GK
44382004-11-11 Geoffrey Keating <geoffk@apple.com>
4439
4440 PR 18423
4441 * configure.in: Remove all instances of build-fixincludes from
4442 noconfigdirs.
4443 (build_configargs): Supply --target to subdirectories.
4444 * configure: Regenerate.
4445
4446 * Makefile.def: Make gcc install depend on fixincludes install.
4447 * Makefile.in: Regenerate.
4448
ba719b26
HPN
44492004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4450
4451 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4452 target-libgfortran.
4453 * configure: Regenerate.
4454
c37653e7
DE
44552004-11-07 David Edelsohn <edelsohn@gnu.org>
4456
4457 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4458 like CC.
4459
1eefd493
PB
44602004-11-05 Paolo Bonzini <bonzini@gnu.org>
4461
4462 * Makefile.def (host fixincludes): Specify missing targets.
4463 * Makefile.in: Regenerate.
4464
02b1af09
L
44652004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4466
4467 PR other/17783
4468 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4469 * configure: Regenerated.
4470
7f266840
DJ
44712004-11-04 Daniel Jacobowitz <dan@debian.org>
4472
4473 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4474 * configure: Regenerated.
4475
47444073
AL
44762004-10-28 Eric B. Weddington <ericw@evcohs.com>
4477
4478 PR target/18151
4479 * configure.in (case ${target}): Do not build fixincludes for avr.
4480 * configure: Regenerated.
4481
caeba88f
AL
44822004-10-26 Paolo Bonzini <bonzini@gnu.org>
4483
4484 * configure.in (case ${target}): Do not build fixincludes
4485 on platforms where it is not used.
4486 * configure: Regenerated.
4487
0fdbe983
DJ
44882004-10-23 Daniel Jacobowitz <dan@debian.org>
4489
4490 * configure.in: Use an absolute path to install-sh.
4491 * configure: Regenerated.
4492
1c0f67c1
AC
44932004-10-19 Andrew Cagney <cagney@gnu.org>
4494
4495 * src-release (do-djunpack, do-md5sum): Install the generated file
4496 directly into the proto-toplev/ directory.
479759c8 4497
a9cfce9c
AC
44982004-10-19 Andrew Cagney <cagney@gnu.org>
4499
4500 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4501
ac0fa625
DD
45022004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4503
4504 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4505 * configure: Regenerate.
4506
d27cc32e
PB
45072004-10-06 Paolo Bonzini <bonzini@gnu.org>
4508
4509 Fix wrong conflict resolution in:
4510
4511 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4512
4513 * Makefile.in: Regenerate.
4514 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4515 in the recursive `make', instead of hardwiring `all'.
4516 (Autogenerated TARGET-* variables): New.
4517
1763908f
UW
45182004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4519
4520 Merged from GCC / libtool upstream:
4521 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4522 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4523 * ltcf-cxx.sh (tpf*): Likewise.
4524 * ltconfig (tpf*): Add TPF OS configuration support.
4525
0490e016
NC
45262004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4527
4528 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 4529 * configure: Regenerate.
0490e016 4530
32be62b5
RS
45312004-09-24 Michael Roth <mroth@nessie.de>
4532
4533 * configure.in (--without-headers): Add missing double quotes.
4534 * configure: Regenerate.
4535
6048df60
DD
45362004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4537
4538 * ylwrap: Revert to previous version.
4539
315b3b02
L
45402004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4541
6048df60 4542 PR bootstrap/17369
315b3b02
L
4543 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4544 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4545 SET_GCC_LIB_PATH_CMD.
4546 (BASE_TARGET_EXPORTS): Likewise.
4547 * Makefile.in: Regenerated.
4548
4549 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4550 * configure: Regenerated.
4551
fe69863c
DD
45522004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4553
4554 * config.guess: New upstream version
4555 * compile, depcomp, install-sh, ylwrap: Likewise.
4556
45572004-09-19 Roger Sayle <roger@eyesopen.com>
4558
4559 * config/mh-x86omitfp: New host makefile fragment. Add
4560 -fomit-frame-pointer to the default BOOT_CFLAGS.
4561 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4562 * configure: Regenerate.
4563
45642004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4565
4566 PR target/11572
4567 * configure.in (*-*-darwin*): Renable libobjc.
4568 * configure: Regenerate.
4569
be75bbe1 45702004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 4571
be75bbe1
DB
4572 * Makefile.def: Remove libbanshee.
4573 * Makefile.tpl: Ditto.
4574 * configure.in: Ditto.
4575 * Makefile.in: Regen.
4576 * configure: Ditto.
4577
1b882a91
PB
45782004-09-07 Paolo Bonzini <bonzini@gnu.org>
4579
4580 * missing: Import latest version from master repository.
4581
eb1352ed
NC
45822004-09-04 Nick Clifton <nickc@redhat.com>
4583
4584 * config.sub: Import latest version from master repository.
4585 * config.guess: Likewise.
4586 This includes these changes:
479759c8 4587
eb1352ed
NC
4588 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4589
4590 * config.sub: Handle crisv32, alias etraxfs.
4591 * config.guess (crisv32:Linux:*:*): Handle.
4592
4593 2004-08-13 Brad Smith <brad@comstyle.com>
4594
4595 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4596 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4597
4598 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4599
4600 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4601 assume the processor is a powerpc. This is because coreutils
4602 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4603 in this case, due to a MacOS X bug that causes
4604 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4605 to return a negative number.
4606 Problem reported by Petter Reinholdtsen in:
4607 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4608
4609 2004-07-19 Ben Elliston <bje@gnu.org>
4610
4611 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4612
4613 2004-06-24 Ben Elliston <bje@gnu.org>
4614
4615 * config.guess: Update copyright years.
4616 * config.sub: Likewise.
4617
4618 2004-06-22 Robert Millan <robertmh@gnu.org>
4619
4620 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4621 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4622
4623 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4624
4625 * config.guess (*:*VMS:*:*): New entry. Replaces
4626 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4627 manufacturer.
4628
4629 2004-06-22 Ben Elliston <bje@gnu.org>
4630
4631 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4632 * config.sub: Likewise.
4633
4634 2004-06-22 Ben Elliston <bje@gnu.org>
4635
4636 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4637 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4638
4639 2004-06-11 Ben Elliston <bje@gnu.org>
4640
4641 * config.guess (pegasos:OpenBSD:*:*): Remove.
4642
4643 2004-06-11 Ben Elliston <bje@gnu.org>
4644
4645 From Wouter Verhelst <wouter@grep.be>:
4646 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4647
4648 2004-06-11 Ben Elliston <bje@gnu.org>
4649
4650 * config.guess (luna88k:OpenBSD:*:*): New.
4651
4652 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4653
4654 * config.guess (m32r*:Linux:*:*): New case.
4655 * config.sub: Handle m32rle.
4656
4657 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4658
4659 From Jens Petersen <petersen@redhat.com>:
4660 * config.sub: Handle sparcv8.
4661
4662 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4663
4664 From Tom Smith <smith@cag.lkg.hp.com>:
4665 * config.guess: Version suffixes are equally significant on Tru64
4666 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4667 prefix of "P" (patched kernel).
4668
4669 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4670
4671 * config.sub: Add support for National Semiconductor CRX target.
4672
2a3124ca 46732004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 4674
2a3124ca
RH
4675 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4676 *-*-netware, but add target-libmudflap.
4677 Consolidate *-*-netware targets (of which really only i?86 exists)
4678 into a single entry.
4679 * configure: Likewise.
4680
0df3d27f
PB
46812004-09-01 Paolo Bonzini <bonzini@gnu.org>
4682
4683 * Makefile.tpl (sorry): Remove.
4684 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4685 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4686 (do-clean): Clean per-stage directories too.
4687 (do-distclean): Run distclean-stage1 too.
4688 (.NOTPARALLEL): Enable during toplevel bootstrap.
4689 (stage[+id+]-bubble): Enable parallel execution during
4690 the recursive invocation.
4691 * Makefile.in: Regenerate.
4692
4693 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4694
4695 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4696
4697 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4698 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4699 * configure: regenerate
479759c8
ZW
4700 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4701 -mdynamic-no-pic
0df3d27f
PB
4702
47032004-08-31 Paolo Bonzini <bonzini@gnu.org>
4704
4705 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4706 include.
4707 * configure.in: Fix indentation.
4708 * configure: Regenerate.
4709
ee025550
PB
47102004-08-31 Paolo Bonzini <bonzini@gnu.org>
4711
4712 * Makefile.def (build_modules): Add fixincludes.
4713 (dependencies): Make gcc depend on fixincludes.
4714 * configure.in (build_tools): Add fixincludes.
4715 (build_configdirs): Always include build_libs.
4716 * Makefile.in: Regenerate.
4717 * configure: Regenerate.
4718
47192004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
4720
4721 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4722 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4723 phony targets; do not generate timestamp files.
4724 (distclean-stageN): Remove references to their timestamp files.
4725 (restageN, touch-stageN): Remove.
4726 (stageN-bubble): Rewritten.
4727 (compare): Support lean bootstraps.
4728 * Makefile.in: Regenerate.
4729
4730 * configure.in: Only warn when bootstrapping but
4731 build != host or build != target. Support lean bootstraps.
4732 * configure: Regenerate.
4733
4734 Sync from gcc:
4735 2004-08-26 Phil Edwards <phil@codesourcery.com>
4736
4737 * configure.in: Give a better error message if GMP/MPFR are missing
4738 and a language needing them has been requested.
4739 * configure: Regenerated.
4740
4741 2004-08-25 Phil Edwards <phil@codesourcery.com>
4742
4743 * configure.in: Print a list of available language front-ends if
4744 a requested one is missing. Tidy stray tab characters.
4745 * configure: Regenerated.
4746
72b2455a
PB
47472004-08-17 Paolo Bonzini <bonzini@gnu.org>
4748
4749 * Makefile.in: Regenerate.
4750 * configure: Regenerate.
4751
4752 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4753 stage_*_flags.
4754 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4755 for bootstrapped modules if toplevel bootstrap is going.
4756 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4757 modules. Adjust for changes in Makefile.def. Enable several
4758 rules even in non-bootstrap mode, just to avoid peppering the
4759 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4760 (stage-[+prev+]-bubble): Remove.
4761
4762 * Makefile.def (Dependencies): Depend on all-build-bison,
4763 all-build-flex, all-build-byacc, all-build-texinfo, rather
4764 than the host variations.
4765 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4766 with BUILD_SUBDIR.
4767 (BISON): Update for recent Bisons.
4768 (YACC): Fix typo.
4769 (cross): Depend on all-build.
4770 (all): Do not depend on all-build.
4771 (prebootstrap): Remove.
4772 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4773 (Prebootstrap dependencies): Add them to the per-stage targets
4774 and to all-prebootstrap.
4775 * configure.in (build_configdirs): Always enable build_tools.
4776 (BUILD_DIR_PREFIX): Remove.
4777
4778 * Makefile.def (gcc): Add target variable.
4779 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4780 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4781 in the recursive `make', instead of hardwiring `all'.
4782 (Autogenerated TARGET-* variables): New.
4783
de0b4a87
JW
47842004-08-17 Robert Millan <robertmh@gnu.org>
4785
4786 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4787 (instead of FreeBSD).
4788 * configure: Regenerate.
4789
ad681c85
NN
47902004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4791
675c6968
NN
4792 * Makefile.def, configure.in, src-release: Remove useless, bogus
4793 references to tix.
4794 * Makefile.in, configure: Regenerate.
4795
ad681c85
NN
4796 * src-release: Stop distributing mmalloc with gdb (which doesn't
4797 use it).
4798 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4799 * Makefile.in: Regenerate.
4800
11b04d1f
DD
48012004-08-09 Mark Mitchell <mark@codesourcery.com>
4802
4803 * configure.in (arm*-*-eabi*): New target.
4804 * configure: Regenerate.
4805
f2420bea
NN
48062004-08-01 Robert Millan <robertmh@gnu.org>
4807
4808 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4809 libmudflap for all GNU-based systems (with Glibc).
4810 * configure: Regenerate.
4811
9e6ce191
PB
48122004-08-06 Paolo Bonzini <bonzini@gnu.org>
4813
4814 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4815 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4816 (Dependencies): New section.
4817 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4818 (configure-target-[+module+]): Depend on maybe-all-gcc
4819 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4820 (toplevel profiledbootstrap): Fix dependencies.
4821 * Makefile.in: Regenerate.
4822
df4a6958
MM
48232004-08-03 Mark Mitchell <mark@codesourcery.com>
4824
4825 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4826 target-libiberty to noconfigdirs.
4827
11b04d1f
DD
48282004-08-03 Paul Brook <paul@codesourcery.com>
4829
4830 * configure.in: Check for MPFR as well as GMP.
4831 * configure: Regenerate.
4832
b813574b
PB
48332004-08-03 Paolo Bonzini <bonzini@gnu.org>
4834
4835 * Makefile.def (host-modules): Add gcc.
4836 * Makefile.in: Regenerate.
4837 * Makefile.tpl (sorry): New rule.
4838 (configure-host, all-host, [+make_target+]-host, do-check,
4839 install-host): Do not add gcc as a special case.
4840 (host modules): Add a small special-casing for gcc. Export
4841 extra_make_flags through the environment.
4842 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4843 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4844 other recursive targets for gcc): Remove.
4845
4846 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4847 (stage, unstage): New rules.
4848 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4849 distclean-stage[+id+]): Use stage_current.
4850 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4851 the stage*-start rules.
4852
61edac0c
JW
48532004-07-19 Robert Millan <robertmh@gnu.org>
4854
4855 Synced from gcc:
4856
4857 2004-04-26 Robert Millan <robertmh@gnu.org>
4858
4859 Add patches from libtool CVS.
4860 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4861 * ltconfig: Likewise.
4862 * ltcf-c.sh: Likewise.
4863 * ltcf-cxx.sh: Likewise.
4864 * ltcf-gcj.sh: Likewise.
4865
3e707e94
PB
48662004-07-12 Paolo Bonzini <bonzini@gnu.org>
4867
4868 * configure.in: Add noconfigdirs for crx-*-*.
4869 * configure: Regenerate.
4870
48712004-07-12 Paolo Bonzini <bonzini@gnu.org>
4872
4873 Synced from gcc:
4874
4875 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
4876
4877 * configure.in: Build libmudflap by default on FreeBSD.
4878 * configure: Regenerated.
4879
4880 2004-07-09 Mark Mitchell <mark@codesourcery.com>
4881
4882 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4883 systems.
4884 * configure: Regenerated.
4885
4886 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4887
4888 PR target/16344
4889 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4890 feedback based compiler.
4891 * Makefile.in: Rebuilt.
4892
4893 2004-07-05 Phil Edwards <phil@codesourcery.com>
4894
4895 * configure.in: Do not prepend $srcdir to /dev/null in
4896 makefile fragments.
4897 * configure: Regenerate.
4898
a7ee7660
AO
48992004-07-08 Alexandre Oliva <aoliva@redhat.com>
4900
4901 * Makefile.def (host_modules): Set bootstrap=true for flex.
4902 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4903 * Makefile.in: Rebuilt.
4904
6a9cf61e
PB
49052004-07-01 Paolo Bonzini <bonzini@gnu.org>
4906
4907 * Makefile.def (build_modules): Add bison, byacc, flex,
4908 m4, texinfo.
4909 (flags_to_pass): Add FLEX.
4910 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4911 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4912 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4913 DEFAULT_MAKEINFO): Remove.
4914 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4915 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4916 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4917 objdir or else use configured tool.
4918 (all-build): New.
4919 (all): Depend on it.
4920 (Build module dependencies): Add.
4921 * Makefile.in: Regenerate.
4922 * configure.in: Better support for multiple build modules,
4923 matching what is done for host/target modules. Do not look
4924 for "plausible" locations of build tools if Canadian cross.
4925 Use autoconf's AC_PROG_CC to find a C compiler. Define
4926 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4927 * configure: Regenerate.
4928
95b6a1f2
PB
49292004-06-22 Paolo Bonzini <bonzini@gnu.org>
4930
4931 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4932 * Makefile.in: Regenerate.
4933
7ffa0b57
PB
49342004-06-22 Paolo Bonzini <bonzini@gnu.org>
4935
4936 * Makefile.tpl (configure-build-[+module+],
4937 configure-[+module+], configure-target-[+module+]): Pass
4938 [+extra_configure_args+].
4939 (all-build-[+module+], all-[+module+], check-[+module+],
4940 install-[+module+], [+make_target+]-[+module+],
4941 all-target-[+module+], check-target-[+module+],
4942 install-target-[+module+], [+make_target+]-target-[+module+]):
4943 Pass [+extra_make_args+].
4944 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4945 (GCC_HOST_EXPORTS): Remove.
4946 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4947 cross, check-gcc, check-gcc-c++, install-gcc,
4948 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4949 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4950 * Makefile.in: Regenerate.
4951
929ba6e7
CF
49522004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4953
4954 * configure.in: Check for srcdir/winsup rather than build directory
4955 winsup.
4956 * configure: Regenerate.
4957
b76d7de0
CV
49582004-06-17 Corinna Vinschen <vinschen@redhat.com>
4959
4960 * configure.in: Don't build Cygwin native newlib if winsup
4961 directory is missing. Emit warning instead.
4962 * configure: Regenerate.
4963
656fdd47
PB
49642004-06-09 Paolo Bonzini <bonzini@gnu.org>
4965
4966 * Makefile.tpl (touch-stage[+id+]): New.
4967 (restage[+prev+]): Depend on touch-stage[+id+].
4968
4969 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4970 Use it throughout.
4971
4972 * Makefile.def: Add profile and feedback bootstrap stages.
4973 Remove next field from bootstrap stages.
4974 * Makefile.tpl (LN, LN_S): Substitute.
4975 (stageN-start, stageN-end): Use double-colon rules, to
4976 provide a hook for additional setup commands.
4977 (distclean-stageN-gcc, restageN): Create dependencies from
4978 [+prev+], not from [+next+].
4979 (stageN-bubble): Add commands for successive stages from
4980 [+prev+], using double-colon rules.
4981 (all-stageN-gcc): Fix typo.
4982 (stagefeedback-start, profiledbootstrap): New.
4983 * Makefile.in: Regenerate.
4984 * configure.in: Call ACX_PROG_LN.
4985 * configure: Regenerate.
4986
498d4a71
CF
49872004-06-03 Paolo Bonzini <bonzini@gnu.org>
4988
4989 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4990 without gcc.
4991 * configure: Regenerate.
4992
377d8c42
PB
49932004-06-01 Paolo Bonzini <bonzini@gnu.org>
4994
4995 * Makefile.tpl: Fix typo.
4996 * Makefile.in: Regenerate.
4997
f5f8a794
PB
49982004-06-01 Paolo Bonzini <bonzini@gnu.org>
4999
5000 * configure.in: Remove new- prefix from toplevel
5001 bootstrap targets.
5002 * configure: Regenerate.
5003
f7a4c34f
PB
50042004-06-01 Paolo Bonzini <bonzini@gnu.org>
5005
5006 Merge this patch from the gcc tree:
5007
5008 2004-05-30 Andreas Jaeger <aj@suse.de>
5009 Jim Wilson <wilson@specifixinc.com>
5010
5011 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5012 like CC.
5013
319cab08
PB
50142004-06-01 Paolo Bonzini <bonzini@gnu.org>
5015
5016 * Makefile.tpl (all.normal): Rename to all.
5017 (all): Replace with a rule to pick the default
5018 target from configure.
5019 (all-gcc, configure-gcc): Use conditionals to
5020 do nothing when toplevel bootstrap is going on.
5021 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5022 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5023 * configure.in: Support --enable-bootstrap.
5024
5025 * Makefile.def: Remove new- prefix from toplevel
5026 bootstrap targets.
5027 * Makefile.tpl: Likewise.
5028
5029 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5030 target.
5031
5032 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5033 $(RECURSE_FLAGS) to recursive invocation of make.
5034
5035 * Makefile.in: Regenerate.
5036 * configure: Regenerate.
5037
88f64edc
DJ
50382004-05-27 Daniel Jacobowitz <dan@debian.org>
5039
5040 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5041 * configure: Regenerate.
5042
378fce5b
DD
50432004-05-25 Daniel Jacobowitz <drow@false.org>
5044
5045 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5046 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5047 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5048 targets.
5049 * Makefile.in: Regenerate.
5050
dfdffa2c
PB
50512005-05-24 Paolo Bonzini <bonzini@gnu.org>
5052
5053 * configure.in: Test the ability to symlink directories.
5054 * configure: Regenerate.
5055
5056 * Makefile.def (bootstrap-stage): New definitions.
5057 * Makefile.tpl (configure-stage1-gcc,
5058 configure-stage2-gcc, configure-stage3-gcc,
5059 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5060 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5061 new-restage3, compare): Autogenerate, see Makefile.in
5062 entry for behavioral changes.
5063 (distclean-stage1, new-stage1-start, new-stage1-end,
5064 new-stage1-bubble, distclean-stage2, new-stage2-start,
5065 new-stage2-end, new-stage2-bubble, distclean-stage3,
5066 new-stage3-start, new-stage3-end): New autogenerated targets.
5067 (objext, prebootstrap, BOOT_CFLAGS,
5068 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5069 targets.
5070
5071 * Makefile.in: Regenerate.
5072 (distclean-stage1, new-stage1-start, new-stage1-end,
5073 new-stage1-bubble, distclean-stage2, new-stage2-start,
5074 new-stage2-end, new-stage2-bubble, distclean-stage3,
5075 new-stage3-start, new-stage3-end): New targets.
5076 (all-stage1-gcc): Move prebootstrap dependency from here...
5077 (configure-stage1-gcc): ...to here.
5078 (new-bootstrap): Use bubble targets.
5079 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5080 Use per-stage distclean targets.
5081 (configure-stage1-gcc, configure-stage2-gcc,
5082 configure-stage3-gcc, all-stage1-gcc,
5083 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5084 Use new-stageN-start to prepare the tree.
5085
04cf1b77
PB
50862004-05-23 Paolo Bonzini <bonzini@gnu.org>
5087
5088 * Makefile.def (host_modules): add libcpp.
5089 * Makefile.tpl: Add dependencies on and for libcpp.
5090 * Makefile.in: Regenerate.
5091 * configure.in: Add libcpp host module.
5092 * configure: Regenerate.
5093
80b200a1
ZW
50942004-05-17 Zack Weinberg <zack@codesourcery.com>
5095
5096 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5097 of libf2c.
5098 * configure, Makefile.in: Regenerate.
5099
4b1cb4fe
DD
51002004-05-13 Diego Novillo <dnovillo@redhat.com>
5101
5102 Merge from tree-ssa-20020619-branch.
5103
5104 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5105 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5106 (HOST_GMPLIBS): Define.
5107 (HOST_GMPINC): Define.
5108 (TARGET_LIB_PATH): Add libmudflap.
5109 (GFORTRAN_FOR_TARGET): Define.
5110 (configure-build*): Export GFORTRAN.
5111 (configure-gcc): Export GMPLIBS and GMPINC.
5112 (all-gcc): Add maybe-all-libbanshee.
5113 (configure-target-libgfortran): Define.
5114 * Makefile.in: Regenerate.
5115 * configure.in (host_libs): Add libbanshee.
5116 (target_libraries): Add target-libmudflap and target-libgfortran.
5117 Add --with-libbanshee.
5118 Handle --disable-libmudflap.
5119 (*-*-freebsd*): Use with_gmp.
5120 Add $(libgcj) to noconfigdirs.
5121 * configure: Regenerate.
5122 * depcomp: New file.
5123 * MAINTAINERS: Add tree-ssa maintainers.
5124
51252004-04-28 Paolo Bonzini <bonzini@gnu.org>
5126
5127 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5128 * configure: Regenerate.
5129
b8908782
DD
51302004-04-27 Paolo Bonzini <bonzini@gnu.org>
5131
5132 Revert:
5133 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5134
5135 * Makefile.def (flags_to_pass): Remove *dir variables that
5136 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5137 as well as prefix and exec_prefix.
5138 * Makefile.in: Regenerate.
5139
51402004-04-26 Paolo Bonzini <bonzini@gnu.org>
5141
5142 * Makefile.def (host_modules): Mark with the bootstrap
5143 flag packages on which gcc depends.
5144 * Makefile.tpl (all-bootstrap): Use it.
5145 * Makefile.in: Regenerate.
5146
51472004-04-26 Paolo Bonzini <bonzini@gnu.org>
5148
5149 * Makefile.def (flags_to_pass): Remove *dir variables that
5150 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5151 as well as prefix and exec_prefix.
5152 * Makefile.in: Regenerate.
5153
51542004-04-26 Paolo Bonzini <bonzini@gnu.org>
5155
80b200a1
ZW
5156 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5157 * configure: Regenerate.
5158 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5159 * gcc/Makefile.tpl (compare): Use the result of the test.
5160 * gcc/Makefile.in: Regenerate.
b8908782
DD
5161
51622004-04-23 Paolo Bonzini <bonzini@gnu.org>
5163
5164 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5165 Always relocate gcc and prev-gcc to the original names, even
5166 if the build fails.
5167 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5168 New targets.
5169
0f260896
RO
51702004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5171
5172 * configure.in (mips*-*-irix5*): Enable ld.
5173 * configure: Regenerate.
5174
51860f05
JW
51752004-04-15 James E Wilson <wilson@specifixinc.com>
5176
5177 * Makefile.tpl (configure-[+module+], configure-gcc,
5178 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5179 Set and export LDFLAGS.
5180 * Makefile.in: Regenerate.
5181
54752a6b
NN
51822004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5183
5184 PR bootstrap/14871
5185 * Makefile.tpl: If we don't have built-in-tree target tools,
5186 use the ones found by configure rather than hacking around with
5187 program_transform_name.
5188 * configure.in: Give Makefile.tpl the information necessary
5189 to do that.
5190 * Makefile.in: Regenerate.
5191 * configure: Regenerate.
5192
51932004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5194
5195 PR bootstrap/14760
5196 * configure.in: When computing baseargs, strip *all* copies of
5197 offending options. Also, don't match/substitute the trailing space,
5198 so that this actually works when two similar options are separated by
5199 only one space.
5200 * configure: Regenerate.
5201
52022004-04-06 David Edelsohn <edelsohn@gnu.org>
5203
80b200a1
ZW
5204 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5205 (rs6000-*-aix*): Same.
5206 * configure: Regenerate.
54752a6b 5207
5e2b61fb
SS
52082004-03-25 Stan Shebs <shebs@apple.com>
5209
5210 Remove MPW support, no longer used.
5211 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5212 mpw-install: Remove files.
5213 * src-release (DEVO_SUPPORT): Remove names of removed files.
5214 * MAINTAINERS: Likewise.
5215
1a6f2dc7
NN
52162004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5217
a0049f1b
NN
5218 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5219 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5220 * Makefile.in: Regenerate.
5221
1a6f2dc7
NN
5222 * configure.in (top level bootstrap support): Rework --enable-werror
5223 to set @stage2_werror_flag@.
5224 * configure: Regenerate.
5225 * Makefile.tpl (top level bootstrap support): Pass
5226 @stage2_werror_flag@ down to configure in stages 2 and 3.
5227 * Makefile.in: Regenerate.
5228
920e3419
NN
52292004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5230
5231 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5232 for stages 2 and 3 as well as in make. As a consequence, remove
5233 OUTPUT_OPTION (now detected by configure) from the flags passed down
5234 to make.
5235 * Makefile.in: Regenerate.
5236
5237 * Makefile.tpl (new-bootstrap): Fix typo.
5238 * Makefile.in: Regenerate.
5239
4fa63067
NN
52402004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5241
5242 * Makefile.tpl: Rearrange by moving recursive_targets rules
5243 into their proper sections.
5244 * Makefile.tpl (top level bootstrap support): Move disabling
5245 of coverage flags from 'make' to 'configure'; improve comments.
5246 * Makefile.in: Regenerate.
5247
5248 * Makefile.tpl (experimental top level bootstrap) Move stage1
5249 language setting from all- target to configure- target; disable
5250 intermodule optimization in stage 1; prevent gratuitous rebuilds
5251 of stage 1.
5252 * Makefile.in: Regenerate.
5253 * configure.in: Comma-separate stage 1 language list for top
5254 level bootstrap.
5255 * configure: Regenerate.
5256
5257 * Makefile.tpl: Clean up experimental top level bootstrap support:
5258 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5259 prev-gcc in configure- targets as well as all- targets.
5260 * Makefile.in: Regenerate.
5261
fb8a10fd
NN
52622004-03-17 Paolo Bonzini <bonzini@gnu.org>
5263
5264 * configure.in: Remove symbolic link section.
5265 * configure: Regenerate.
5266 * Makefile.tpl (links): Remove.
5267 * Makefile.in: Regenerate.
5268
947f426e 52692004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5270 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5271
5272 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5273 Set with AC_CHECK_PROGS.
947f426e
NN
5274 * configure.in: Fix comment typo from last patch.
5275 * configure: Regenerate.
5276
1d39f329
NN
52772004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5278
5279 * Makefile.tpl: Introduce experimental top level bootstrap support.
5280 * Makefile.in: Regenerate.
5281 * configure.in: Introduce support for top level bootstrap.
5282 * configure: Regenerate.
5283
4b0ac75d 52842004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5285 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5286
5287 PR bootstrap/14522
5288 * configure.in: Cope with shells that do not support unquoted ^
5289 * configure: Regenerate.
5290
2e70b094 52912004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5292 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5293
5294 PR bootstrap/14522
5295 * configure.in: Cope with shell that do not support nesting
5296 quotes inside quoted backquote substitutions.
5297 * configure: Regenerate.
5298
52992004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5300
5301 PR bootstrap/14522
5302 * configure.in: Fix escaping of $.
5303 * configure: Regenerate.
5304
9e07f89d
NN
53052004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5306
5307 * configure: Regenerate.
5308
53092004-03-08 Paolo Bonzini <bonzini@gnu.org>
5310
5311 PR ada/14131
5312 Move language detection to the top level.
5313 * configure.in: Find default values for the tools as
5314 soon as possible. Disable ada if GNAT is not found.
5315 Emit error message about missing languages. Expand
5316 --enable-languages=all for the gcc subdirectory.
5317
1712ab83
RS
53182004-03-01 Richard Sandiford <rsandifo@redhat.com>
5319
5320 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5321 and disable libgcj.
5322 * configure: Regenerated.
5323
3dee29da
NN
53242004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5325
5326 PR bootstrap/7087
5327 * Makefile.tpl: Guard XFOO sed statements better.
5328 * Makefile.tpl: Add dependency for configure-target-libada.
5329 * Makefile.in: Regenerate (incidentally fixes broken
5330 commit when libada-branch was merged).
5331
0558264b
AC
53322004-02-28 Andrew Cagney <cagney@redhat.com>
5333
5334 * src-release (CVS_NAMES): Define.
5335 (do-tar, do-tar): Prune $(CVS_NAMES).
5336
c38f9803
AC
53372004-02-23 Andrew Cagney <cagney@redhat.com>
5338
5339 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5340 2004-02-19.09.
5341
55636792
NN
53422004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5343
5344 PR bootstrap/11932
5345 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5346
1e600082
AC
53472004-02-19 Andrew Cagney <cagney@redhat.com>
5348
5349 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5350 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5351
3769cd82
DD
53522004-02-11 David Edelsohn <edelsohn@gnu.org>
5353
5354 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5355 (rs6000-*-aix*): Same.
5356 * configure: Regenerate.
5357
a92834c8
DD
53582004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5359
5360 * configure.in (host): Add in missing $noconfigdirs to defines.
5361 * configure: Regenerate.
5362
a2592b1b
DD
53632004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5364 Nathanael Nerode <neroden@gcc.gnu.org>
5365
5366 PR ada/6637, PR ada/5911
80b200a1 5367 Merge with libada-branch:
a2592b1b
DD
5368 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5369 with appropriate dependencies. Add --enable-libada configure switch.
5370 * configure, Makefile.in: Regenerate.
5371
e31d1ea3
DD
53722004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5373
5374 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5375 * configure: Regenerate.
5376
db85f5c0
JJ
53772004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5378
5379 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5380
fc434214
DD
53812004-01-23 DJ Delorie <dj@redhat.com>
5382
5383 * Makefile.def (target_modules) [libiberty]: Don't stage.
5384 * Makefile.in: Rebuilt.
5385
ad445c2c 53862004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5387
ad445c2c
JJ
5388 * COPYING.NEWLIB: Update to include copyrights for new
5389 iconv code.
5390
72bbedde
AC
53912004-01-15 Andrew Cagney <cagney@redhat.com>
5392
5393 * src-release: Update copyright year.
5394 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5395 (NEWLIB_SUPPORT_DIRS): Delete macro.
5396 (newlib.tar.bz2): Delete rule.
5397
a6d6062d
DD
53982004-01-14 Loren J. Rittle <ljrittle@acm.org>
5399
5400 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5401 * Makefile.tpl (configure-target-[+module+]): Support stage.
5402 * Makefile.in: Rebuilt.
5403
f8b73030
MR
54042003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5405
5406 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5407 throughout.
5408
aff0e9df
NN
54092004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5410
bb5dca17
NN
5411 * configure.in: Use ./config.cache, not config.cache.
5412 * configure: Regenerate.
5413 * Makefile.tpl: Special-casing not needed for GCC any more.
5414 * Makefile.in: Regenerate.
5415
82252c06
NN
5416 * configure.in: Don't share a cache file for host dirs.
5417 * configure: Regenerate.
5418
aff0e9df
NN
5419 * config-ml.in: Don't mess with the cache file.
5420
95036d20
NN
54212004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5422
ac7b618e
NN
5423 * Makefile.tpl: Make GCC use a separate config.cache.
5424 * Makefile.in: Regenerate.
5425
95036d20
NN
5426 PR bootstrap/11932, PR bootstrap/11933
5427 (I don't know if it will fix either of them, but it relates
5428 to them.)
5429 * configure.in: Don't use shared config.cache for target
5430 directories.
5431 * configure: Regenerate.
5432
08c1856b
DD
54332003-12-31 Roger Sayle <roger@eyesopen.com>
5434
5435 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5436 * configure: Regenerated.
5437
c1968181 54382003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5439
9eb322aa
MF
5440 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5441 * configure: Regenerated.
c1968181 5442
10ecffb9
NN
54432003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5444
5445 Port change over from GCC:
5446 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5447 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5448 (configure-build-[+module+], configure-[+module+]): Likewise.
5449 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5450 * Makefile.in: Regenerate.
5451
f2ab5990
TF
54522003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5453
5454 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5455 * configure: Regenerate.
5456
41a7d11a
JJ
54572003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5458
80b200a1 5459 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
5460 stdlib.
5461
d9441a1f
DD
54622003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5463
5464 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5465 * Makefile.in: Regenerate.
5466
3a48a978
DD
54672003-10-20 Phil Edwards <phil@codesourcery.com>
5468
5469 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5470 * configure: Regenerate.
5471
f0b24077
NN
54722003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5473
5474 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5475 HOST_FLAGS_TO_PASS.
5476 * Makefile.in: Regenerate.
5477
5fbad20a
DD
54782003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5479
5480 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5481 * configure: Rebuilt
5482 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5483 * Makefile.in: Rebuilt
5484
78be4155
L
54852003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5486
5487 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5488
051fcc7a
L
54892003-10-01 Phil Edwards <pme@gcc.gnu.org>
5490
5491 * config-ml.in: Use ac_configure_args directly instead of
5492 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5493 actually seen.
5494
54952003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5496
5497 * config-ml.in: Propagate INSTALL variables.
5498
f27d4f92
DJ
54992003-09-21 Daniel Jacobowitz <drow@mvista.com>
5500
5501 * configure.in: Pass a computed --program-transform-name
5502 to subconfigures.
5503 * configure: Regenerated.
5504
cae4d560
NN
55052003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5506
5507 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5508 * Makefile.in: Regenerate.
5509
5510 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5511 * Makefile.in: Regenerate.
5512
8ff944f6
DJ
55132003-09-17 Daniel Jacobowitz <drow@mvista.com>
5514
5515 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5516 quoting.
5517 * configure: Regenerated.
5518
d9a35680
MC
55192003-09-12 Michael Chastain <mec@shout.net>
5520
5521 Fix PR gdb/857.
5522 * src-release (do-proto-topleve): Remove junk files
5523 intl/config.cache, intl/config.status,
5524 intl/config.h, intl/stamp-h.
5525
710068b9
AC
55262003-09-14 Andrew Cagney <cagney@redhat.com>
5527
5528 * src-release (dejagnu.tar): New target.
5529 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5530 (do-djunpack): Use $(PACKAGE) for the package name.
5531
e1008165
DD
55322003-09-04 DJ Delorie <dj@redhat.com>
5533
5534 * configure: Regenerate.
5535
21998d12
NC
55362003-09-04 Robert Millan <robertmh@gnu.org>
5537
5538 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 5539
ccca4bb3
DD
55402003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5541
5542 * configure.in: Ensure arguments to sed are properly spaced.
5543 * configure: Regenerate.
5544
ee949b5e
DJ
55452003-08-28 Daniel Jacobowitz <drow@mvista.com>
5546
5547 Merge from gcc:
5548 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5549 * install-sh: Update to newer upstream versions (associated with
5550 aclocal 1.7).
5551 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5552
75addda2
DJ
55532003-08-27 Daniel Jacobowitz <drow@mvista.com>
5554
5555 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5556 * configure: Regenerated.
5557
8d2877d8
NN
55582003-08-23 Phil Edwards <pme@gcc.gnu.org>
5559
5560 * configure.in: Use newline instead of semicolon when assuming
5561 shell arguments in a for loop.
5562 * configure: Regenerated.
5563
d2cc0e0d
GK
55642003-08-20 Geoffrey Keating <geoffk@apple.com>
5565
5566 PR 8180
5567 * configure.in: When testing with_libs and with_headers, treat
5568 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5569 * configure: Regenerate.
80b200a1 5570
d2cc0e0d
GK
5571 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5572 make, shell, etc.
5573 (baseargs): Likewise.
5574 * configure: Regenerate.
5575
04d1ab34
GK
55762003-08-19 Geoffrey Keating <geoffk@apple.com>
5577
5578 * configure.in: Disable libgcj for darwin not on powerpc.
5579 * configure: Rebuild.
5580
ca506da8
MC
55812003-08-15 Michael Chastain <mec@shout.net>
5582
5583 * src-release (do-proto-toplev): Remove junk files
5584 dejagnu/example/calc/config.status,
5585 dejagnu/example/calc/config.log.
5586
a4aa3f49
DD
55872003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5588
5589 * config-ml.in, symlink-tree: Add license.
5590
ede4fbe4
NN
55912003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5592
5593 Merge from gcc:
5594
5595 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5596 * Makefile.tpl (check, check-c++): Express dependencies using
5597 dependencies rather than commands.
5598 * Makefile.in: Regenerate.
5599
5600 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5601 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5602 * Makefile.in: Update.
5603
970f29af
AC
56042003-08-01 Andrew Cagney <cagney@redhat.com>
5605
5606 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5607 * configure: Ditto.
5608
b2884a0c
DD
56092003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5610
5611 * configure.in: Enable libgcj for darwin.
5612 * configure: Rebuild.
5613
c07f46a4
NN
56142003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5615
5616 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5617
9175bfc0
NN
56182003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5619
5620 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5621 creating target and build subdirs to build all parent dirs as needed.
5622 * Makefile.in: Rebuild.
5623 * configure.in: Don't build dirs explicitly here.
5624 * configure: Rebuild.
5625
b9abda6a
AO
56262003-07-22 Alexandre Oliva <aoliva@redhat.com>
5627
5628 * Makefile.tpl (all-make): Depend on intl.
5629 * Makefile.in: Rebuilt.
5630
eef8ffd4
NN
56312003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5632
5633 * config.if: Remove unused libc_interface determination.
5634
295efaf0
NN
56352003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5636
5637 * Makefile.in: Regenerate, correctly this time.
5638
e5c3f801
NN
56392003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5640
5641 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5642 unused INSTALL_PROGRAM_ARGS.
5643 * configure.in: Use AC_PROG_INSTALL.
5644 * Makefile.in: Regenerate.
5645 * configure: Regenerate.
5646
4a18bd6b
AO
56472003-07-10 Alexandre Oliva <aoliva@redhat.com>
5648
5649 * configure: Rebuilt.
5650 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5651 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5652 newlib nor libgloss.
5653 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5654 * configure.in (am33_2.0-*-linux*): Added.
5655
fbd1054d
BW
56562003-07-09 Bob Wilson <bob.wilson@acm.org>
5657
5658 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5659 * configure: Regenerate.
5660
b40e3958
L
56612003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5662
5663 * config-ml.in: Replace PWD with PWD_COMMAND.
5664 * Makefile.tpl: Likewise.
5665 * Makefile.in: Regenerated.
5666
4a5be7ba
NN
56672003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5668
5669 * configure.in: Clean up config-lang.in handling. Delete
5670 useless assignment to "subdirs".
5671 * configure: Regenerate.
5672
9c14acb8
NN
56732003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5674
5675 * configure.in: Rename 'target_libs' to 'target_libraries'.
5676 Remove useless reference to 'target_libs'.
5677 * configure: Regenerate.
5678
8f32e830
KS
56792003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5680
5681 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5682 * Makefile.in: Regenerate.
5683
12f0bd74
NN
56842003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5685
5686 * Makefile.def: Introduce flags_to_pass.
5687 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5688 * Makefile.in: Regenerate.
5689
b07c2aad
HPN
56902003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5691
5692 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5693 and target-libgloss.
5694 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5695 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 5696 * configure: Regenerate.
b07c2aad 5697
56f25033
DD
56982003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5699
5700 * configure.in: Update testsuite_flags to new location.
5701 * configure. Regenerate.
80b200a1 5702
4ec9a3b2
NN
57032003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5704
5705 * Makefile.tpl: Remove BUILD_CC stuff.
5706 * Makefile.in: Regenerate.
5707
059083b1 57082003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5709
059083b1
L
5710 * config.guess: Update to 2003-06-12 version.
5711 * config.sub: Update to 2003-06-13 version.
5712
535b046a
TS
57132003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5714
5715 * MAINTAINERS: Add myself as MIPS co-maintainer.
5716
00c22daa 57172003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 5718
00c22daa
L
5719 * config.guess: Update to 2003-06-06 version.
5720 * config.sub: Update to 2003-06-06 version.
5721
1047cb91
DD
57222003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5723
5724 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5725 * configure. Regenerate.
5726
123494c8
NN
57272003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5728
1047cb91
DD
5729 * configure.in: Disable serial configure by default.
5730 * configure: Regenerate.
5731 * Makefile.tpl: Abolish .NOTPARALLEL.
5732 * Makefile.in: Regenerate.
5733
7f121bbf
NN
5734 * Makefile.tpl: Replace {build,host,target}_canonical by
5735 {build,host,target}.
5736 * Makefile.in: Regenerate.
5737
123494c8
NN
5738 * Makefile.tpl: Fix stupid pasto.
5739 * Makefile.in: Regenerate.
5740
ec7e0995
NN
57412003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5742
5743 * Makefile.tpl: Remove bogus conditional.
5744 * Makefile.in: Regenerate.
5745
27b1cc72
NN
57462003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5747
2a4cbe27
NN
5748 * Makefile.tpl: Make 'recursive targets' using autogen rather
5749 than shell loop. Remove duplicate 'clean' targets and false
5750 comments.
5751 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5752 Add systematic method of specifying missing targets in subdirs.
5753 Add copyright boilerplate.
5754 * Makefile.in: Regenerate.
5755 * configure.in: Add 'recursive targets' to maybe list.
5756 * configure: Regenerate.
5757
27b1cc72
NN
5758 * Makefile.tpl: Rename [+target+] to [+make_target+].
5759 * Makefile.def: Rename 'target' to 'make_target'.
5760
01e51bd0
NC
57612003-05-30 Nick Clifton <nickc@redhat.com>
5762
5763 * README-maintainer-mode: Update URL for locating blessed config
5764 tools.
5765
2fd84b42
NC
57662003-05-29 Robert Millan <rmh@debian.org>
5767
5768 * ltconfig: Import this patch and modify for use with current
5769 version of ltconfig:
5770
5771 2003-05-21 Bruno Haible <bruno@clisp.org>
5772
5773 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5774 GNU/FreeBSD.
5775
8945c6bb
DD
57762003-05-28 DJ Delorie <dj@redhat.com>
5777
5778 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5779 * Makefile.in: Regenerate.
5780
2f9632a1
JJ
57812003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5782
80b200a1 5783 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 5784
3a12db16 57852003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 5786
3a12db16
DD
5787 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5788 newlib or libgloss.
5789 * Makefile.in: Regenerate.
5790
44482353
DD
57912003-05-21 DJ Delorie <dj@redhat.com>
5792
5793 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5794 * Makefile.in: Regenerate.
5795
fec2c52d
MR
57962003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5797
5798 * configure.in: Use curly braces in the definition of tooldir.
5799 * configure: Regenerate.
5800
16ae0395
NN
58012003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5802
5803 * configure.in: Switch more things to use maybe dependencies.
80b200a1 5804 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
5805 Factor out common code from autogen IF statements.
5806 * configure: Regenerate.
5807 * Makefile.in: Regenerate.
5808
ec11bdc6
DD
58092003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5810
5811 * configure.in: Accept i[3456789]86 for machine type.
5812 * configure: Regenerate.
5813
dd12c3a8
NN
58142003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5815
5816 * configure.in: Switch more things to use maybe dependencies.
5817 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5818 * configure: Regenerate.
5819 * Makefile.tpl: Switch more things to use maybe dependencies.
5820 * Makefile.in: Regenerate.
5821
cf662e21
AJ
58222003-05-16 Andreas Schwab <schwab@suse.de>
5823
5824 * Makefile.tpl (install-opcodes): Define.
5825 * Makefile.in: Rebuild.
5826
5481b376
AJ
58272003-05-13 Andreas Jaeger <aj@suse.de>
5828
5829 * config.guess: Update to 2003-05-09 version.
5830 * config.sub: Update to 2003-05-09 version.
5831
3959a22a
AJ
58322003-05-13 Michael Eager <eager@mvista.com>
5833
5834 * configure.in: Correct sed script so that options in quotes are not
5835 deleted.
5836 * configure: Rebuild.
5837
564b43e5
CV
58382003-05-12 Corinna Vinschen <corinna@vinschen.de>
5839
5840 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5841 and $$s/newlib/libc/sys/cygwin32 include paths.
5842 * configure: Ditto.
5843
bb947dc9
L
58442003-05-05 H.J. Lu <hjl@gnu.org>
5845
5846 * config-ml.in: Restored from gcc repository.
5847
77f7441a
CD
58482003-05-02 Chris Demetriou <cgd@broadcom.com>
5849
80b200a1
ZW
5850 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5851 * Makefile.in: Regenerate.
77f7441a 5852
a26d7085
DJ
58532003-04-27 Daniel Jacobowitz <drow@mvista.com>
5854
5855 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
5856 and Makefile.def.
5857
e4c4d240
DJ
58582003-04-27 Daniel Jacobowitz <drow@mvista.com>
5859
5860 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5861 * Makefile.in: Regenerated.
5862
62a3fc85
DD
58632003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5864
5865 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5866 * Makefile.in: Regenerate.
5867
58682003-04-18 Jakub Jelinek <jakub@redhat.com>
5869
5870 * configure.in (powerpc64*-*-linux*): Remove.
5871 * configure: Rebuilt.
5872
5b474aa8
DD
58732003-04-17 Phil Edwards <pme@gcc.gnu.org>
5874
5875 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5876 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5877 and restrap.
5878 * Makefile.in: Regenerate.
5879
58802003-04-16 Richard Earnshaw <rearnsha@arm.com>
5881
5882 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5883 * configure: Regenerated.
5884
bc295afe
AO
58852003-04-11 Alexandre Oliva <aoliva@redhat.com>
5886
5887 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5888 * */configure: Rebuilt.
5889
3728fade
NN
58902003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5891
5892 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5893 * Makefile.in: Regenerate.
5894
ce5b542e
MC
58952003-03-14 Michael Chastain <mec@shout.net>
5896
5897 * Makefile.in: Regenerate with correct Makefile.def.
5898
3db0a37f
NN
58992003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5900
5901 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5902 Make macro.
5903 * Makefile.in: Regenerate.
5904 * configure.in: Clean up gxx_include_dir logic.
5905 * configure: Regenerate.
5906
34349c6e
DD
59072003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5908
5909 * configure.in (gxx_include_dir): Fix typo.
5910 * configure: Regenerated.
5911
686c28c9
AC
59122003-03-06 Andrew Cagney <cagney@redhat.com>
5913
5914 * texinfo/texinfo.tex: Import version 2003-02-03.16.
5915
bba45b8b 59162003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 5917
bba45b8b
NN
5918 * configure.in: Include $(build_tooldir)/sys-include in
5919 FLAGS_FOR_TARGET.
5920 * configure: Regenerated.
5921
2683747f
NN
59222003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5923
bba45b8b
NN
5924 * Makefile.tpl: Reindent.
5925 * Makefile.in: Regenerate.
5926 * configure.in: Reindent. Don't set unused variables.
5927 * configure: Regenerate.
5928
2683747f
NN
5929 * Makefile.tpl: Always pass down RANLIB.
5930 * Makefile.in: Regenerate.
5931
5932 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5933 * Makefile.in: Regenerate.
5934 * configure.in: Remove unused logic relating to --enable-shared
5935 and --enable-threads. Remove bogus comments. Remove redundant
5936 noconfigdirs.
5937 * configure: Regenerate.
5938
5939 * configure.in: Replace ${libstdcxx_version} by its value.
5940 Remove reference to mh-dgux.
5941 * configure: Regenerate.
5942
50212802
NN
59432003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5944
5945 * Makefile.tpl: Rearrange.
5946 * Makefile.in: Regenerate.
5947
a6be7fc6
NC
59482003-02-25 Nick Clifton <nickc@redhat.com>
5949
5950 * configure: Remove site-file supprot - it is obsolete.
5951
f8a495c8
NC
59522003-02-24 Uwe Stieber <uwe@wwws.de>
5953
5954 * configure.in: Add support for kaOS as cross build target system.
5955 * configure: Regenerated.
5956
3decd77d
DD
59572003-02-20 Sean McNeil <sean@blue.mcneil.com>
5958
5959 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5960 configure-target-* as some target builds may require additional
5961 flags for preprocessor tests.
5962 * Makefile.in: Regenerated.
5963
f4ff34a3
AO
59642003-02-19 Alexandre Oliva <aoliva@redhat.com>
5965
5966 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5967 * ltconfig: Handle it.
5968 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5969 auto-detecting it.
5970
b7e4a931
AO
59712003-02-19 Alexandre Oliva <aoliva@redhat.com>
5972
5973 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5974 it is used as argument to $CC.
5975 * ltcf-gcj.sh: Likewise.
5976
6b784d9f
AO
59772003-02-19 Alexandre Oliva <aoliva@redhat.com>
5978
5979 * configure.in: Introduce --enable-maintainer-mode.
5980 * configure: Rebuilt.
5981 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5982 for maintainer mode.
5983 * Makefile.in: Rebuilt.
5984
8bcd8a07
AC
59852003-02-19 Andrew Cagney <ac131313@redhat.com>
5986
5987 * configure: Regenerate using autoconf 2.13.
5988
ee3fd329
AM
59892003-02-19 Alan Modra <amodra@bigpond.net.au>
5990
5991 * config.guess: Import latest version.
5992 * config.sub: Import latest version.
5993
e9e45685
JM
59942003-02-18 Jason Merrill <jason@redhat.com>
5995
5996 * Makefile.tpl (check-c++): Allow parallelism.
5997
859789af
AC
59982003-02-17 Andrew Cagney <ac131313@redhat.com>
5999
6000 * configure: Regenerate using autoconf 000227.
6001
b3f16a9b
GK
60022003-02-15 Geoffrey Keating <geoffk@apple.com>
6003
6004 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6005 don't configure target-libobjc.
6006 * configure: Regenerate.
6007
72e60e02
DD
60082003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6009
6010 * Makefile.tpl (RANLIB): Define.
6011 * Makefile.in: Regenerate.
6012
91f0e695
KS
60132003-02-06 Keith R Seitz <keiths@redhat.com>
6014
6015 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6016 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6017 * Makefile.in: Regenerated.
6018 * configure.in: Remove all traces of snavigator, db, and grep.
6019 * configure: Regenerated.
6020
122bfa92
FCE
60212003-01-31 Frank Ch. Eigler <fche@redhat.com>
6022
6023 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6024 * Makefile.in: Regenerated.
6025
264095c3
AO
60262003-01-30 Alexandre Oliva <aoliva@redhat.com>
6027
6028 * config.if: Copy from GCC.
6029
a84dbcb3
AO
60302003-01-27 Phil Edwards <pme@gcc.gnu.org>
6031
6032 * configure.in: Revert 24Jan change.
6033 * configure: Regenerate.
6034
19618276
NN
60352003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6036
6037 * configure.in: Revert previous change.
6038 * configure: Regenerate.
6039
b7f27a92
NN
60402003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6041
6042 * configure.in: Make rda native-only.
6043 * configure: Regenerate.
6044
83326456
NN
60452003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6046
6047 * configure.in: Add missing \.
6048 * configure: Rebuilt.
6049
5e367fa5
JJ
60502003-01-17 Jakub Jelinek <jakub@redhat.com>
6051
6052 * configure.in (baseargs): Avoid using \| in sed regular
6053 expressions.
6054 * configure: Rebuilt.
6055
e01f337c
JJ
60562003-01-16 Jakub Jelinek <jakub@redhat.com>
6057
6058 * configure.in (baseargs): Remove all supported forms of
6059 --cache-file, --srcdir, --host, --build and --target options
6060 from argument lists.
6061 * configure: Rebuilt.
6062
aa236487
AO
60632003-01-15 Alexandre Oliva <aoliva@redhat.com>
6064
6065 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6066 * configure: Rebuilt.
6067
586c0873
NN
60682003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6069
6070 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6071 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6072 * Makefile.in: Regenerate.
6073 * configure: Regenerate.
6074
497f816e
DD
60752003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6076
6077 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6078 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6079 * Makefile.in: Regenerate.
6080
bfbe5519
AO
60812003-01-09 Alexandre Oliva <aoliva@redhat.com>
6082
6083 * configure.in: Remove Makefile in build, host and target modules
6084 unless configure was run with --no-recursion.
6085 * configure: Rebuilt.
6086
3f234ef5
CD
60872003-01-08 Chris Demetriou <cgd@broadcom.com>
6088
6089 * config.guess: Update to 2003-01-03 version.
6090 * config.sub: Update to 2003-01-03 version.
6091
a3982d48
CF
60922003-01-07 Christopher Faylor <cgf@redhat.com>
6093
6094 * configure: Regenerate with proper autoconf 2.13.
6095
75778ec4
CF
60962003-01-07 Christopher Faylor <cgf@redhat.com>
6097
80b200a1
ZW
6098 * configure.in: Add AC_PREREQ for consistency.
6099 * configure: Regenerate.
75778ec4 6100
c180f501
AC
61012003-01-06 Andrew Cagney <ac131313@redhat.com>
6102
6103 * configure.in (GDB_TK): Add tcl directories conditional on
6104 gdb/gdbtk directory being present.
6105 * configure: Regenerate.
5481b376 6106
46ca2cc2
DA
61072003-01-04 John David Anglin <dave.anglin@nrc.ca>
6108
6109 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6110 by gcc if LD is not defined and we are not doing a Canadian Cross.
6111 * configure: Rebuilt.
6112
53dd8dab
DJ
61132003-01-01 Daniel Jacobowitz <drow@mvista.com>
6114
6115 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6116
50ceb20c
TT
61172002-12-31 Tom Tromey <tromey@redhat.com>
6118
6119 * Makefile.in: Rebuilt.
6120 * Makefile.def (target_modules) [libffi]: Allow installation.
6121
e78b5cfe
AS
61222002-12-31 Andreas Schwab <schwab@suse.de>
6123
6124 * configure.in: Fix use of $program_transform_name.
6125 * configure: Regenerated.
6126
67448102
DJ
61272002-12-30 Daniel Jacobowitz <drow@mvista.com>
6128
6129 * configure.in (baseargs): Don't remove first configure argument.
6130 * configure: Regenerated.
6131
e6bfb94a
AO
61322002-12-29 Alexandre Oliva <aoliva@redhat.com>
6133
6134 * Makefile.tpl (local-distclean): Don't remove...
6135 (multilib.ts): ... this. Moved into...
6136 (multilib.out): ... this. Don't use sub-make.
6137 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6138 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6139 (configure-build-[+module+], configure-[+module+],
6140 configure-target-[+module+], configure-gcc): ... these. Test
6141 for Makefile existence. Drop config.status from dependencies.
6142 * Makefile.in: Rebuilt.
6143 * configure.in: Move gcc-version-trigger to the end of
6144 ac_configure_args. Add comments to maybedep.tmp and
6145 serdep.tmp. Introduce --disable-serial-configure. Remove
6146 nonopt from baseargs, matching and removing corresponding
6147 whitespace while at it.
6148 * configure: Rebuilt.
6149
8f0dfb36
AO
61502002-12-28 Alexandre Oliva <aoliva@redhat.com>
6151
6152 * configure.in (host_configargs): Replace reference to
6153 no-longer-defined buildopts with --build=${build_alias}.
6154 * configure: Rebuilt.
6155
43be203f
AO
61562002-12-28 Alexandre Oliva <aoliva@redhat.com>
6157
6158 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6159 program_transform_name to standard idiom.
6160 (AUTOGEN, AUTOCONF): Define.
6161 (Makefile.in): Use $(AUTOGEN).
6162 (Makefile): Depend on config.status, and use autoconf-style rule to
6163 build it. Move original commands to...
6164 (config.status): ... this new target.
6165 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6166 $(AUTOCONF).
6167 * Makefile.in: Rebuilt.
6168
a0da8069
NN
61692002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6170
d18f1c9f
NN
6171 * Makefile.tpl: Fix dramatic bustage due to change in
6172 program_transform_name.
6173 * Makefile.in: Regenerate.
6174
6175 * configure.in: Remove unnecessary PATH setting.
6176 * configure: Regnerate.
6177
6178 * configure.in: Don't default to unprefixed tools unless
6179 the native tools will work.
6180 * configure: Regenerate.
6181
a0da8069
NN
6182 * configure.in: Convert to autoconf script. Blow away lots
6183 of now-redundant Makefile fragments.
6184 * configure: Generate using Autoconf.
6185 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6186 * Makefile.in: Regenerate.
6187
c567df0a
NN
61882002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6189
5481b376 6190 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6191 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6192
5481b376 6193 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6194 where they belong.
2c7f9a32 6195
2dabcfb4
AS
61962002-12-24 Andreas Schwab <schwab@suse.de>
6197
6198 * Makefile.tpl (multilib.out): Fix missing space.
6199 * Makefile.in: Regenerate.
6200
1086bc09
NN
62012002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6202
6203 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6204 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6205 * Makefile.in: Regenerate.
6206 * configure.in: Remove unnecessary leftovers.
6207
1086bc09
NN
62082002-12-21 Geoffrey Keating <geoffk@apple.com>
6209
6210 * configure.in (extra_ranlibflags_for_target): New variable.
6211 (*-*-darwin): Add -c to ranlib commands.
6212 * configure (tooldir): Handle extra_ranlibflags_for_target.
6213
14e9ca95
JJ
62142002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6215
6216 * COPYING.NEWLIB: Updated.
6217 * COPYING.LIBGLOSS: Ditto.
6218
14c428fb
NN
62192002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6220
6221 * Makefile.tpl: Revert HJL's change.
6222 * Makefile.in: Regenerated.
6223 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6224 always.
6225
313b8244
AS
62262002-12-19 Andreas Schwab <schwab@suse.de>
6227
6228 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6229 * Makefile.in: Regenerate.
6230
efeae3db
L
62312002-12-18 H.J. Lu <hjl@gnu.org>
6232
6233 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6234 * Makefile.in: Regenerated.
6235
6236 * configure.in (build_prefix): New. Substitute.
6237
43d92c63
NN
62382002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6239
59da4fe6
NN
6240 * Makefile.tpl: Don't let real targets depend on phony targets.
6241 * Makefile.in: Regenerate.
6242
43d92c63
NN
6243 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6244 * Makefile.in: Regenerate.
6245
b72e6a2d
JM
62462002-12-16 Jason Merrill <jason@redhat.com>
6247
6248 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6249 previous 'make bootstrap'.
6250 * Makefile.in: Regenerate.
6251
95c72c44
HPN
62522002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6253
6254 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6255
7d695d07
JM
62562002-12-13 Jason Merrill <jason@redhat.com>
6257
6258 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6259 library tests.
6260 (check-c++): Just depend on it and check-target-libstdc++-v3.
6261 * Makefile.in: Regenerate.
6262
54103d1e
NN
62632002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6264
6265 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6266 * Makefile.in: Regenerate.
6267
4024f1e1
JJ
62682002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6269
80b200a1
ZW
6270 * COPYING.NEWLIB: Update list of alternate Regent of California
6271 licenses and discuss official revoking of advertising clause.
6272 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6273
7dda0df6
AO
62742002-12-12 Alexandre Oliva <aoliva@redhat.com>
6275
6276 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6277 * Makefile.in: Rebuilt.
6278
d03be79e 62792002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6280
929293f4
NN
6281 * configure: Fix bug put in by gremlins.
6282
d03be79e
NN
6283 * Makefile.tpl: Substitute more autoconfily.
6284 * configure: Substitute more autoconfily.
6285 * Makefile.in: Regenerate.
6286
62872002-12-08 Andrew Cagney <ac131313@redhat.com>
6288
6289 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6290 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6291
62922002-12-06 DJ Delorie <dj@redhat.com>
6293
6294 * Makefile.tpl: Change configure dependencies to not have real
6295 targets depend on phony targets.
b4a77b47 6296
db1ac78d
NN
62972002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6298
bcaf2395
NN
6299 * configure.in: Revert unintentional change.
6300
b4fa093e
NN
6301 * src-release: Configure host subdirs.
6302
db1ac78d
NN
6303 * Makefile.tpl: Change dependency for */multilib.out so that
6304 it works when gcc isn't in the tree.
6305
6306 * configure.in: Substitute more.
6307 * configure: Run subconfigures from the Makefile.
6308 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6309 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6310
15723a45
NN
63112002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6312
e2b9e2dc
NN
6313 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6314 and corresponding dependencies.
6315 * Makefile.in: Regenerate.
6316
2af579c4
NN
6317 * configure.in (host_tools): Order binutils, gas and ld for
6318 convenience in running the testsuites.
6319
a2cc058a
NN
6320 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6321 * Makefile.in: Regenerate.
6322 * configure.in: Introduce rules to serialize subconfigure runs.
6323
15723a45
NN
6324 * configure.in: Introduce BASE_CC_FOR_TARGET.
6325 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6326 Realize configure-build-* targets. Realize configure-target-* targets.
6327 * Makefile.in: Regenerate.
6328
ae831be5
NN
63292002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6330
6331 * configure: Move gcc_version_trigger stuff from here...
6332 * configure.in: ...to here.
6333
6334 * configure.in: Separate subconfigure options added by this file from
6335 options given by the user. Add machinery to put args for host
6336 subconfigures into the Makefile.
6337
6338 * Makefile.tpl: Remove 'vault' targets.
6339 * Makefile.tpl: Reorder and comment dependencies.
6340 * Makefile.in: Regenerate.
6341
bbf7c8ac
NN
63422002-11-28 Geoffrey Keating <geoffk@apple.com>
6343
6344 * configure.in: Move host-specific darwin noconfigdirs into
6345 the host-specific section.
6346
930314a4
NN
63472002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6348
52d7cdee
NN
6349 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6350 during replay.
6351 * Makefile.in: Regenerate.
6352
930314a4
NN
6353 (finishing slow-motion replay)
6354 * configure: Remove skip-this-dir support.
6355 * Makefile.tpl: Remove skip-this-dir support.
6356
6357 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6358 subdirectories.
6359 * Makefile.in: Regenerate.
6360
6361 * Makefile.tpl: Strip out useless setting of 'dir'.
6362 * Makefile.in: Regenerate.
5481b376 6363
930314a4
NN
63642002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6365
6366 (finishing slow-motion replay)
6367 * configure.in: Fix deeply stupid bug.
6368
6369 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6370 shell code in CXX_FOR_TARGET
6371 * Makefile.def: Introduce raw_cxx.
6372 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6373 RAW_CXX_FOR_TARGET.
6374 * Makefile.in: Regenerate.
6375
63762002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6377
6378 (finishing slow-motion replay)
6379 * Makefile.tpl: Remove unnecessary ifs.
6380 * Makefile.in: Regenerate.
6381
5481b376 6382 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6383 dependencies. Maybe-ize build-libiberty. Create dummy install
6384 targets for 'no_install' modules.
5481b376 6385 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6386 build_modules stuff to configure.in.
5481b376 6387 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6388 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6389 * Makefile.in: Regenerate.
6390
3866be5d
NN
63912002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6392
6393 (continuing slow-motion replay)
6394 * Makefile.tpl: Make all-target, install-target behave similarly
6395 to all, install (only hitting configured targets). Eliminate
6396 unused macro defintions.
6397
6398 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6399 build != host.
6400
6401 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6402
6403 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6404
5481b376 6405 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6406 configuring. Remove references to "dosrel".
6407 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6408 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6409 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6410 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6411 and redundant dependency; rearrange slightly.
6412 * Makefile.def: Add host-side libtermcap, utils.
6413
6414 * Makefile.in: Regenerate.
6415
e393202e
NN
64162002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6417
6418 (Continuing slow-motion replay)
6419 * Makefile.def: Add list of recursive targets to autogenerate.
6420 Add build_modules.
6421 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6422 targets. Autogenerate *-build-* targets.
6423 * Makefile.in: Regenerate.
6424
583d52d7
NN
64252002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6426
6427 (Continuing slow-motion replay)
6428 * configure: More autoconf-style substitutions.
6429 * Makefile.tpl: More autoconf-style substitutions.
6430 * Makefile.in: Regenerate.
6431
64322002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6433
6434 (Continuing slow-motion replay)
6435 * configure: Substitute more variables in a more autoconf-friendly
6436 way. Simplify slightly.
6437 * Makefile.tpl: Make more variables substitutable in an
6438 autoconf-friendly way.
6439 * Makefile.in: Regenerate.
6440
874e38b4
NN
64412002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6442
6443 (Continuing slow-motion replay)
6444 * configure.in (v810*): Remove special setting of tools.
6445
6446 * configure: Add support for extra required flags for ar or nm.
6447 * configure.in (aix4.3+): Use above support for target-specific
6448 issues, rather than using config/mt-aix43.
6449
852e5f18
NN
64502002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6451
6452 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6453 * configure: Remove 'removing', which doesn't work. Replace $subdir
6454 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6455 with $srcdir. Reformat indentation. Substitute some variables
6456 formerly hard-coded in the Makefile for build=host.
6457 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6458 * Makefile.def: Autogenerate more.
6459 * Makefile.in: Regenerate.
6460
c9a0d920
DD
64612002-11-13 Bruce Korb <bkorb@gnu.org>
6462
6463 * Makefile.tpl: syntactic cleanup
6464
dd2768ff
KB
64652002-11-04 Kevin Buettner <kevinb@redhat.com>
6466
6467 * Makefile.def (host_modules): Add rda.
6468 * Makefile.in: Regenerate.
6469 * configure.in (target_tool): Add target-rda to list.
6470
1aa8389d
DD
64712002-10-25 Phil Edwards <pme@gcc.gnu.org>
6472
6473 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6474 and restrap targets to this rule.
6475 * Makefile.in: Regenerate.
6476
28f46298
HPN
64772002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6478
6479 * configure.in (i[3456]86-*-linux*): Add check to disable
6480 ${libgcj} for glibc1.
6481
ff72e302
NC
64822002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6483
6484 * configure.in: Add tic4x target.
6485
8607b6c9
NN
64862002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6487
6488 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6489 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6490 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6491 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6492 * Makefile.in: Regenerate.
6493
f8f61f4a
NN
64942002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6495
c86f794b
NN
6496 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6497 * Makefile.in: Regenerate.
6498
a9590527
NN
6499 * Makefile.def: Remove order dependency comments.
6500 * Makefile.tpl: Add explicit install-install dependencies.
6501 * Makefile.in: Regenerate.
6502
8412ce72
NN
6503 * Makefile.tpl: Remove material now in src-release. (Finally!)
6504 * Makefile.in: Regenerate.
6505
8b9f37f1
NN
6506 * configure: Restore my original patch by syncing with gcc version.
6507
f8f61f4a
NN
6508 * Bring following over from gcc:
6509
65102002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6511
6512 * configure.in (s390*-*-linux*): Enable libgcj.
6513
403d9505
NN
65142002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6515
6516 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6517
95f6f383
AM
65182002-10-02 Alan Modra <amodra@bigpond.net.au>
6519
e4673b0a 6520 * configure: Move stray lines back to where they belong.
95f6f383 6521
748503c8
NN
65222002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6523
a581b5c3
NN
6524 * Makefile.tpl: Insert configure-target target, for src-release.
6525
c084f5b4
NN
6526 * configure: Finish reverting change which Andrew Cagney started
6527 reverting. Should fix bustage.
6528
7aa673ed 6529 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
6530 * src-release: New file. Contains material for making net
6531 releases for gdb, binutils, et al., formerly in Makefile.in.
6532
82a9b2d9
NC
65332002-09-30 Nick Clifton <nickc@redhat.com>
6534
6535 * cpu: New top level directory. Intended to hold input files for
6536 CGEN which have FSF copyright assignment.
6537 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6538
c2463a00
AC
65392002-09-29 Andrew Cagney <ac131313@redhat.com>
6540
6541 Revert below (note that src does not contain Makefile.tpl):
6542 * Makefile.tpl: Make subsituted variables more autoconfy.
6543 * Makefile.in: Regenerate.
6544
f03b4789
NN
65452002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6546
c11e16a9
NN
6547 * configure: Revert accidentally applied changes.
6548
f03b4789
NN
6549 * Makefile.tpl: Make more autoconf-friendly.
6550 * Makefile.in: Regenerate.
6551 * configure: Make substitution more autoconf-like.
6552
65532002-09-28 Richard Earnshaw <rearnsha@arm.com>
6554
6555 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6556 single entry to handle all these.
6557 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6558 libjava on arm-*-elf.
6559
c0292023
GK
65602002-09-27 Geoffrey Keating <geoffk@apple.com>
6561
6562 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6563 things that depend on them.
6564
c66d951e
NN
65652002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6566
6567 * Makefile.tpl: Make subsituted variables more autoconfy.
6568 * Makefile.in: Regenerate.
6569 * configure: Make seds more autoconfy.
6570
907a7241 65712002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
6572
6573 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6574 * Makefile.in: Regenerate.
6575 * configure.in: Rewrite sed statements to look autoconfy.
6576
907a7241
NN
6577 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6578 all-target-foo on configure-target-foo.
6579 * Makefile.def: Ditto.
6580 * Makefile.in: Rebuild.
6581
405ea7a0
NN
65822002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6583
6584 * Makefile.def: New file.
6585 * Makefile.tpl: New file.
6586 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6587
6588 * configure.in: Minor rearrangement. Simplify tests.
6589
bdc57bfd
JT
65902002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6591
6592 * configure.in (with_headers): Skip copy if value is "yes".
6593 (with_libs): Likewise.
6594
ae03d6e2
NN
65952002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6596
6597 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6598 * configure.in (sh*-*-pe*): Ditto.
6599 * configure.in (mips*-*-pe*): Ditto.
6600 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
6601
6602 * configure.in: Rearrange.
6603
707960fe
NC
66042002-09-12 Nick Clifton <nickc@redhat.com>
6605
6606 * Import these changes from the config master repository:
6607
6608 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6609
6610 * config.sub: Add tic4x target.
6611
6612 2002-09-03 Ben Elliston <bje@redhat.com>
6613
6614 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6615 Reported by <Duncan_Stodart@insession.com>.
6616
36ea319f
JJ
66172002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6618
6619 * COPYING.NEWLIB: More updates.
6620
cf57480a
JJ
66212002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6622
6623 * COPYING.NEWLIB: Update.
6624
fd31a171
AC
66252002-08-23 Andrew Cagney <ac131313@redhat.com>
6626
23b632fc
AC
6627 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6628
fd31a171
AC
6629 * config.guess: Import version 2002-08-23.
6630 * config.sub: Import version 2002-08-22.
6631
a08bafb5
AO
66322002-08-20 Alexandre Oliva <aoliva@redhat.com>
6633
6634 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6635 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6636 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6637
17240c1f
NC
66382002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6639
6640 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6641
e70ad0c6
L
66422002-08-04 H.J. Lu (hjl@gnu.org)
6643
6644 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6645
574e6d11
DD
66462002-07-31 Alan Modra <amodra@bigpond.net.au>
6647
6648 * configure.in: Move generic linux case to end. Copy generic
6649 linux noconfigdirs to mips*-*-linux* entry and new
6650 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6651
611e7523
CD
66522002-07-19 Chris Demetriou <cgd@broadcom.com>
6653
6654 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6655 one instance of them which was missed to the list to update.
6656
51759676
CD
66572002-07-16 Chris Demetriou <cgd@broadcom.com>
6658
6659 * config.guess: Update to 2002-07-09 version.
6660 * config.sub: Update to 2002-07-03 version.
6661
7c1f909c
DD
66622002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 * configure.in: Remove two redundant tests.
6665
d7cf5d30
DD
66662002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6667
6668 * configure.in (mips*-*-irix6*o32): Enable stabs.
6669
c74222f7
DD
66702002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6671
5b53c336
DD
6672 * configure.in: Don't build grez.
6673 * Makefile.in: Ditto.
6674
c74222f7
DD
6675 * Makefile.in: Remove references to bsp, cygmon, libstub.
6676 * configure.in: Ditto.
6677
6678 * configure.in: Remove leftover reference to gdbtest.
6679
edd1b227
DD
66802002-07-08 Phil Edwards <pme@gcc.gnu.org>
6681
6682 * configure.in (gxx_include_dir): Change to match versioned
6683 C++ headers if --enable-version-specific-runtime-libs is used.
6684
486186e3
AO
66852002-07-04 Steve Ellcey <sje@cup.hp.com>
6686
6687 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6688
ff0a3bf8
DD
66892002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6690
6691 * configure.in: Make --without-x work.
6692
1dfa8174
NC
66932002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6694
6695 * contrib: New directory. Created to contain a copy of the
5481b376 6696 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
6697 the FSF GCC sources.
6698
07637366
DD
66992002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6700
b6f83f2a
DD
6701 * configure.in: Rearrange target Makefile fragment collection.
6702
07637366
DD
6703 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6704 cvs[src].
6705 * configure.in: Ditto.
6706
f48556b1
DD
67072002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6708
6709 * Makefile.in: Eliminate 'apache' targets.
6710 * configure.in: Eliminate 'apache' targets.
6711
6712 * configure.in: Eliminate redundant tests. Reorganize.
6713
6714 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6715
6716 * config-ml.in: Eliminate references to Cygnus configure.
6717
6718 * Makefile.in: Eliminate references to building emacs.
6719
67202002-07-01 Denis Chertykov <denisc@overta.ru>
6721
6722 * configure.in: Add support for ip2k.
6723
cdb9e2b8
BE
67242002-06-24 Ben Elliston <bje@redhat.com>
6725
6726 * configure.in (host_tools): Remove cgen.
6727
6728 * Makefile.in (all-cgen): Remove; runs from its source directory.
6729 (check-cgen, install-cgen, clean-cgen): Likewise.
6730 (all-opcodes): No not depend on all-cgen.
6731 (all-sim): Likewise.
6732
3558860c
DD
67332002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6734
6735 * configure.in: Fix AIX configury bug.
6736
e3b0c936
DD
67372002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6738
cdb9e2b8 6739 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 6740
cdb9e2b8
BE
6741 * configure.in: Move definition of libstdcxx_flags right above
6742 usage, rather than way earlier.
8ee424c0 6743
c712250a
DD
6744 * configure.in: Pull definition of is_cross_compiler earlier.
6745
9ee1a75c
DD
6746 * configure.in: Rearrange a little.
6747
e3b0c936
DD
6748 * configure.in: Remove references to librx.
6749 * Makefile.in: Remove references to librx.
6750
b2bd228e
DD
67512002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6752
6753 * configure.in: Eliminate ${gasdir} variable.
6754
7cd52483
DB
67552002-06-18 Dave Brolley <brolley@redhat.com>
6756
6757 * configure.in: Add support for frv.
6758 * config.sub: Add support for frv.
6759
6c5e141a
DD
67602002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6761
6762 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6763
0d18b56d
JT
67642002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6765
6766 * configure.in (vax-*-netbsd*): Re-enable gas.
6767
fd8958d5
DD
67682002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6769
27f15fdd
DD
6770 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6771 BUILD_PREFIX_1, to correct nomenclature.
6772 * configure: Likewise.
6773
fd8958d5
DD
6774 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6775 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6776
0c2442b7
DD
67772002-05-31 Olaf Hering <olh@suse.de>
6778
6779 * config-ml.in: Propogate DESTDIR also.
6780
a3602181
JT
67812002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6782
6783 * configure.in (vax-*-netbsd*): Don't build gas for this
6784 platform.
6785
c95f53ae
MM
67862002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6787
6788 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6789 and libgcj for AVR.
6790
1d7c1053
NC
67912002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6792
6793 * config.sub: Add DLX target.
6794
4b37028f
JT
67952002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6796
6797 * config.guess: Update to 2002-05-22 version.
6798 * config.sub: Likewise.
6799
d5de0a84
NC
68002002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6801
6802 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6803 * config-ml.in: Likewise.
6804 * configure: Likewise.
6805 * configure.in: Likewise.
6806
c92a0210
DD
68072002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6808
115a77aa
DD
6809 * configure.in: Simplify makefile fragment collection.
6810
6811 * configure.in: Remove code to build emacs.
e99daf2b 6812
91e060aa
DD
6813 * configure.in : Remove --srcdir argument from targargs and buildargs
6814 (it's always overridden in the Makefile anyway). Rearrange a bit.
6815
6816 * configure: Move some logic to configure.in.
6817 * configure.in: Move some logic from configure.
c92a0210 6818
91217342
JJ
68192002-05-07 Jeff Johnston <jjohnstn@redhat.com>
6820
6821 * COPYING.LIBGLOSS: New file.
6822
d3d8a9ee
NC
68232002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
6824
6825 * Makefile.in: Honour DESTDIR.
6826
3a036cdc
AO
68272002-05-05 Alexandre Oliva <aoliva@redhat.com>
6828
6829 * configure.in (noconfigdirs): Don't disable libgcj on
6830 sparc64-*-solaris* and sparcv9-*-solaris*.
6831
6d095fe4
AO
68322002-05-03 Alexandre Oliva <aoliva@redhat.com>
6833
6834 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6835
dac55df9
TF
68362002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6837
6838 * configure.in (FLAGS_FOR_TARGET): Do not add
6839 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6840 on i[3456]86-*-linux*.
6841
a018e15b
TF
68422002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6843
6844 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
6845
6846 * configure.in (noconfigdirs): Do not add target-newlib if
6847 target == i[3456]86-*-linux*, and host == target.
6848
5f284831
MM
68492002-04-29 Mark Mitchell <mark@codesourcery.com>
6850
6851 * config.guess: Updated to 2002-04-26's version.
6852 * config.sub: Updated to 2002-04-26's version.
6853
33babf59
DD
68542002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6855
bd5f7da2
DD
6856 * configure.in: delete reference to absent file
6857
a0c4f3a0
DD
6858 * configure.in: replace '[' with 'test'
6859
66f1ba4f
DD
6860 * configure.in: Eliminate references to gash.
6861 * Makefile.in: Eliminate references to gash.
6862
7c3ab50c
DD
6863 * configure.in: remove useless references to 'pic' makefile fragments.
6864
bbc025f5
DD
6865 * configure.in: (*-*-windows*) Finish removing.
6866
33babf59
DD
6867 * configure.in: Eliminate redundant test for libgui.
6868
d5ec694c
DD
68692002-04-26 Joel Sherrill <joel@OARcorp.com>
6870
6871 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6872 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6873
57a5346c
DD
68742002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6875
6876 * configure.in: remove references to dead files
6877
dbf93899
DD
68782002-04-18 Tom Tromey <tromey@redhat.com>
6879
6880 * configure.in: Disallow configuring libgcj when it is already
6881 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6882 Solaris 2.8 by default. For PR libgcj/6158.
6883
26eadf68
DD
68842002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6885
6886 * configure.in: Move default CC setting out of config/mh-* fragments
6887 directly into here.
6888
a0a2c6c6
DD
68892002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6890
6891 * configure.in: don't even try to configure or make a subdirectory
6892 if there's no configure script for it.
6893
9972f812
DD
68942002-04-15 Mark Mitchell <mark@codesourcery.com>
6895
6896 * MAINTAINERS: Remove chill maintainers.
6897 * Makefile.in (CHILLFLAGS): Remove.
6898 (CHILL_LIB): Remove.
6899 (TARGET_CONFIGDIRS): Remove libchill.
6900 (CHILL_FOR_TARGET): Remove.
6901 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6902 CHILL_LIB.
6903 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6904 (CHECK_TARGET_MODULES): Likewise.
6905 (INSTALL_TARGET_MODULES): Likewise.
6906 (CLEAN_TARGET_MODULES): Likewise.
6907 (configure-target-libchill): Remove.
6908 (all-target-libchill): Remove.
6909 * configure.in (target_libs): Remove target-libchill.
6910 Do not compute CHILL_FOR_TARGET.
6911 * libchill: Remove directory.
5481b376 6912
75205f78
DD
69132002-04-15 DJ Delorie <dj@redhat.com>
6914
6915 * Makefile.in, configure.in, configure: Sync with gcc, entries
6916 follow...
6917
69182002-04-08 Tom Tromey <tromey@redhat.com>
6919
6920 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6921 Fixes PR libgcj/6068.
6922
69232002-03-30 Krister Walfridsson <cato@df.lth.se>
6924
6925 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6926
69272002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6928
6929 * configure.in (alpha*-dec-osf*): Enable libgcj.
6930
69312002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6932
6933 Fix for: PR bootstrap/3591, target/5676
6934 * configure.in (mcore-pe): Disable the configuration of
6935 libstdc++-v3 since exceptions are not supported.
6936
69372002-03-20 Anthony Green <green@redhat.com>
6938
6939 * configure.in: Enable libgcj for xscale-elf target.
6940
69412002-02-28 Alexandre Oliva <aoliva@redhat.com>
6942
6943 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6944 libjava.
6945 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6946
69472002-02-22 Alexandre Oliva <aoliva@redhat.com>
6948
6949 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6950 libstdc++-v3 and libjava.
6951
69522002-02-11 Adam Megacz <adam@xwt.org>
6953
6954 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6955 boehm-gc
6956
69572002-02-09 Alexandre Oliva <aoliva@redhat.com>
6958
6959 * config.guess: Updated to 2002-01-30's version.
6960 * config.sub: Updated to 2002-02-01's version.
6961 Contribute sh64-elf.
6962 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6963 * configure.in: Added sh64-*-*.
6964
69652002-01-17 H.J. Lu <hjl@gnu.org>
6966
6967 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6968 (all-target-fastjar): Also depend on all-target-libiberty.
6969
6970Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6971
6972 * configure, configure.in: Use temp file for long sed commands.
6973
69742001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6975
6976 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6977 libf2c.
6978
69792001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6980
6981 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6982
69832001-10-11 Hans-Peter Nilsson <hp@axis.com>
6984
6985 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6986
69872001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
6988
6989 * configure: Handle temporary files securely using mkdir.
6990
69912001-09-26 Will Cohen <wcohen@redhat.com>
6992
6993 * configure.in (*-*-linux*): Disable configuration of target-newlib
6994 and target-libgloss.
6995
69962001-09-26 Alexandre Oliva <aoliva@redhat.com>
6997
6998 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6999 RANLIB.
7000
70012001-08-11 Graham Stott <grahams@redhat.com>
7002
7003 * Makefile.in (check-c++): Add missing semicolon.
7004
70052001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7006
7007 * configure.in (sh-*-linux*): New.
7008
70092001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7010
7011 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7012 and libgcj on m68hc11/m68hc12.
7013
70142001-06-27 H.J. Lu (hjl@gnu.org)
7015
7016 * Makefile (CFLAGS_FOR_BUILD): New.
7017 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7018
70192001-06-01 Hans-Peter Nilsson <hp@axis.com>
7020
7021 * configure.in (libstdcxx_flags): Do not try to execute
7022 libstdc++-v3/testsuite_flags until it exists.
7023
70242001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7025
7026 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7027
70282001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7029
7030 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7031
7032Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7033
7034 * configure.in: Move *-chorusos target case to the proper switch.
7035 Disable libgcj.
7036
70372001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7038
7039 * Makefile.in (STAGE1_CFLAGS): Pass down.
7040
70412001-04-13 Alan Modra <amodra@one.net.au>
7042
7043 * config.guess: Add hppa64-linux support. Note for next import that
7044 this is already in the master file.
7045 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7046
70472001-03-22 Colin Howell <chowell@redhat.com>
7048
7049 * Makefile.in (DO_X): Do not backslash single-quotes in
7050 backquotes (two places).
7051
70522001-03-18 Laurynas Biveinis <lauras@softhome.net>
7053
7054 * Makefile.in (DO_X): Quote nested quotes.
7055
70562001-03-15 Laurynas Biveinis <lauras@softhome.net>
7057
7058 * Makefile.in (DO_X): Use double quotes for quoting
7059 "RANLIB=$${RANLIB}".
7060
70612001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7062
7063 * configure.in: Only use `lang_requires' for languages athat are
7064 actually enabled.
7065
70662001-03-07 Tom Tromey <tromey@redhat.com>
7067
7068 * configure.in: Allow config-lang.in to set `lang_requires' to list
7069 of other required languages.
7070
70712001-03-06 Laurynas Biveinis <lauras@softhome.net>
7072
7073 * Makefile.in: Remove RANLIB definition. Use RANLIB
7074 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7075 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7076
70772001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7078 Alexandre Oliva <aoliva@redhat.com>
7079
7080 * Makefile.in (check-c++): Use tabs, not spaces.
7081
70822001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7083
7084 * Makefile.in (check-c++): New rule.
7085
7086 * configure.in (target_libs): Remove libg++.
7087 (noconfigdirs): Remove libg++.
7088 (noconfigdirs): Same.
7089 (noconfigdirs): Same.
7090 (noconfigdirs): Same.
7091
7092 * config-ml.in: Remove libg++ references.
7093
7094 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7095 (ALL_TARGET_MODULES): Same.
7096 (configure-target-libg++): Remove.
7097 (all-target-libg++): Remove.
7098 (configure-target-libio): Remove.
7099 (all-target-libio): Remove.
7100 (check-target-libio): Remove.
7101 (.PHONY): Remove.
7102 (libg++.tar.bz2): Remove.
7103 (all-target-cygmon): Remove libio.
7104 (all-target-libstdc++): Remove.
7105 (configure-target-libstdc++): Remove.
7106 (TARGET_LIB_PATH): Remove libstdc++.
7107 (ALL_GCC_CXX): Remove libstdc++.
7108 (all-target-gperf): Correct.
7109
71102001-02-15 Anthony Green <green@redhat.com>
7111
7112 * configure: Introduce GCJ_FOR_TARGET.
7113 * configure.in: Ditto.
7114 * Makefile.in: Ditto.
7115
71162001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7117
7118 * configure.in: for *-chorusos, don't config target-newlib and
7119 target-libgloss.
7120
71212001-02-04 Mark Mitchell <mark@codesourcery.com>
7122
7123 Remove V2 C++ library.
7124 * configure.in: Remove --enable-libstdcxx_v3 support.
7125
71262001-01-27 Richard Henderson <rth@redhat.com>
7127
7128 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7129
71302001-01-26 Tom Tromey <tromey@redhat.com>
7131
7132 * configure.in: Allow libgcj to be built on Sparc Solaris.
7133
71342001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7135
7136 * configure.in: Enable libgcj on several additional platforms.
7137
71382001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7139
7140 * configure.in: Enable libgcj for linux targets.
7141
71422001-01-09 Mike Stump <mrs@wrs.com>
7143
7144 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7145 failures of subdirectories.
7146
71472001-01-02 Laurynas Biveinis <lauras@softhome.net>
7148
7149 * configure: handle DOS-style absolute paths.
7150
71512001-01-02 Laurynas Biveinis <lauras@softhome.net>
7152
7153 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7154
71552000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7156
7157 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7158 (libstdcxx_incdir): Pass down.
7159 * config.if: Remove expired bits for cxx_interface, add stub.
7160 (libstdcxx_incdir): Add variable for g++ include directory.
7161 * configure.in (gxx_include_dir): Use it.
7162
71632000-12-15 Andreas Jaeger <aj@suse.de>
7164
7165 * configure.in: Handle lang_dirs.
7166
71672000-12-13 Anthony Green <green@redhat.com>
7168
7169 * configure.in: Disable libgcj for any target not specifically
7170 listed. Disable libgcj for x86 and Alpha Linux until compatible
7171 with g++ abi.
7172
71732000-12-13 Mike Stump <mrs@wrs.com>
7174
7175 * Makefile.in (local-distclean): Also remove fastjar.
7176
71772000-12-10 Anthony Green <green@redhat.com>
7178
7179 * configure.in: Define libgcj. Disable libgcj target libraries for
7180 most targets.
7181
71822000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7183
7184 * configure.in (target_libs): Revert 2000-12-08 patch.
7185 (noconfigdirs): Added target-libjava.
7186
71872000-12-09 Laurynas Biveinis <lauras@softhome.net>
7188
7189 * Makefile.in: handle DOS-style absolute paths.
7190
71912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7192
7193 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7194 libjava.
7195 * configure.in (target_libs): Removed `target-libjava'.
7196
71972000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7198
7199 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7200 (ALL_MODULES): Added fastjar.
7201 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7202 (all-target-libjava): all-fastjar replaces all-zip.
7203 (all-fastjar): Added.
7204 (configure-target-fastjar, all-target-fastjar): Likewise.
7205 * configure.in (host_tools): Added fastjar.
7206
72072000-12-07 Mike Stump <mrs@wrs.com>
7208
7209 * Makefile.in (local-distclean): Remove leftover built files.
7210
72112000-11-16 Fred Fish <fnf@be.com>
7212
7213 * configure.in (enable_libstdcxx_v3): Fix typo,
7214 libstd++ -> libstdc++.
7215
72162000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7217
7218 * configure: Provide the original toplevel configure arguments
7219 (including $0) to subprocesses in the environment rather than
7220 through gcc/configargs.h.
7221
72222000-11-12 Mark Mitchell <mark@codesourcery.com>
7223
7224 * configure: Turn on libstdc++ V3 by default.
7225
72262000-10-16 Michael Meissner <meissner@redhat.com>
7227
7228 * configure (gcc/configargs.h): Only create if there is a build GCC
7229 directory created.
7230
72312000-10-05 Phil Edwards <pme@gcc.gnu.org>
7232
7233 * configure: Save configure arguments to gcc/configargs.h.
7234
72352000-10-04 Andris Pavenis <pavenis@latnet.lv>
7236
7237 * Makefile.in (bootstrap): avoid recursion if subdir missing
7238 (cross): ditto
7239 (do-proto-toplev): ditto
7240
7241Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7242
7243 * configure.in: Do not build byacc for hppa64. Provide paths to the
7244 X11 libraries for hppa64.
7245
72462000-09-02 Anthony Green <green@cygnus.com>
7247
7248 * Makefile.in (all-gcc): Depend on all-zlib.
7249 (CLEAN_MODULES): Add clean-zlib.
7250 (ALL_MODULES): Add all-zlib.
7251 * configure.in (host_libs): Add zlib.
7252
72532000-08-25 Alexandre Oliva <aoliva@redhat.com>
7254
7255 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7256 $targargs to tell whether newlib is going to be built.
7257
7258 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7259 $$r/TARGET_SUBDIR/libio for _G_config.h.
7260
72612000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7262
7263 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7264
7265 * configure: Make enable_threads and enable_shared defaults
7266 explicit. Substitute enable_threads into generated Makefiles.
7267 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7268 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7269
72702000-08-02 Manfred Hollstein <manfredh@redhat.com>
7271
7272 * configure.in: Re-enable all references to libg++ and librx.
7273
ffb97b2f 72742002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7275
ffb97b2f
DD
7276 * configure.in: Add *-*-freebsd* configurations.
7277
bbf6e9e3
AC
72782002-04-07 Andrew Cagney <ac131313@redhat.com>
7279
7280 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7281 (do-tar, do-bz2): New rules.
7282 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7283 (gdb-tar): New rule.
7284 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7285 (insight_dejagnu.tar): New rule.
7286 (insight.tar): New rule.
7287 (gdb+dejagnu.tar): New rule.
7288 (gdb.tar): New rule.
7289
8f1579c0
AC
72902002-04-07 Andrew Cagney <ac131313@redhat.com>
7291
7292 * MAINTAINERS: Update dejagnu/
7293
ba3c59ab
AO
72942002-03-16 Alexandre Oliva <aoliva@redhat.com>
7295
7296 * ltmain.sh (relink_command): Fix typo in previous change.
7297
6243d5dd
AO
72982002-03-15 Alexandre Oliva <aoliva@redhat.com>
7299
7300 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7301 (relink_command): Added --tag flags.
7302 (mode=install): If relinking fails; error out.
7303
80413487
RH
73042002-03-12 Richard Henderson <rth@redhat.com>
7305
7306 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7307 .NOTPARALLEL tag.
7308 (do-check): Rename from check.
7309 (check): Allow parallel check.
7310
3daeddf6
RH
73112002-03-11 Richard Henderson <rth@redhat.com>
7312
7313 * Makefile.in (.NOTPARALLEL): Add fake tag.
7314
fad93c55
L
73152002-03-07 H.J. Lu (hjl@gnu.org)
7316
7317 * configure.in: Enable gprof for mips*-*-linux*.
7318
2e8357fc
AO
73192002-02-28 Alexandre Oliva <aoliva@redhat.com>
7320
7321 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7322 libjava.
7323 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7324
bd48e1a9
AC
73252002-02-24 Andrew Cagney <ac131313@redhat.com>
7326
7327 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7328
39121370
DJ
73292002-02-23 Daniel Jacobowitz <drow@mvista.com>
7330
7331 * config.guess: Import from master sources, rev 1.232.
7332 * config.sub: Import from master sources, rev 1.246.
7333
081ff160
AO
73342002-02-23 Alexandre Oliva <aoliva@redhat.com>
7335
7336 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7337 because its Makefile is there; test for the executable instead.
7338
20a5393b
AO
73392002-02-09 Alexandre Oliva <aoliva@redhat.com>
7340
7341 Contribute sh64-elf.
7342 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7343 * configure.in: Added sh64-*-*.
7344
38135629
JJ
73452002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7346
80413487
RH
7347 * COPYING.NEWLIB: Remove advertising clause from
7348 Berkeley and Red Hat licenses.
38135629 7349
48d19748
MD
73502002-02-01 Mo DeJong <supermo@bayarea.net>
7351
7352 * Makefile.in: Add all-tix to deps for all-snavigator
7353 so that tix is built when building snavigator.
7354
f6e1c110
BE
73552002-02-01 Ben Elliston <bje@redhat.com>
7356
7357 * config.guess: Import from master sources, rev 1.229.
7358 * config.sub: Import from master sources, rev 1.240.
7359
4867be41
DJ
73602002-01-27 Daniel Jacobowitz <drow@mvista.com>
7361
7362 From Steve Ellcey <sje@cup.hp.com>:
7363 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7364 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7365 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7366 IA64.
7367 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7368 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7369 soname_spec, sys_lib_search_path_spec): Ditto.
7370
e82380cc
JT
73712002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7372
7373 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7374 target-libiberty, and target-libgloss. Skip Java-related
7375 libraries if not supported for NetBSD on target CPU.
7376
1319fb9c
NC
73772002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7378
7379 * configure.in: Import StrongARM and XScale target_configdirs from
7380 FSF GCC version.
7381
b020f6ac
L
73822002-01-16 H.J. Lu (hjl@gnu.org)
7383
7384 * config.guess: Import from master sources, rev 1.225.
7385 * config.sub: Import from master sources, rev 1.238.
7386
7387 * MAINTAINERS: Updated notes on config.guess and config.sub.
7388
a0c1c920
NC
73892002-01-11 Steve Ellcey <sje@cup.hp.com>
7390
7391 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7392 ld and gdb are not supported.
7393
a9fa5e1f
JJ
73942002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7395
7396 * Change reference to Cygnus Solutions to be Red Hat.
7397
94077108
JJ
73982002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7399
7400 * COPYING.NEWLIB: Update generic copyright date.
7401
05ecd75c
MS
74022002-01-07 Mark Salter <msalter@redhat.com>
7403
7404 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7405 Allow target-libgloss to be built for arm, strongarm, and xscale.
7406
a106bb62
BE
74072002-01-03 Ben Elliston <bje@redhat.com>
7408
7409 * MAINTAINERS: Update URL for config.* scripts.
7410
0e254642
AM
74112001-12-18 Alan Modra <amodra@bigpond.net.au>
7412
7413 * config.sub: Import latest version.
7414 * config.guess: Likewise.
7415
0a0d0041
TF
74162001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7417
7418 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7419 options for i[3456]86-pc-linux* native builds.
7420
d932cae7
NC
74212001-12-05 Laurent Guerby <guerby@acm.org>
7422
7423 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7424 libiberty.
d932cae7
NC
7425
7426 Import this patch from gcc:
5481b376 7427
d932cae7
NC
7428 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7429
7430 * symlink-tree: handle DOS-style absolute paths.
7431
49b7683b
DD
74322001-11-28 DJ Delorie <dj@redhat.com>
7433 Zack Weinberg <zack@codesourcery.com>
7434
7435 When build != host, create libiberty for the build machine.
7436
7437 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7438 CONFIG_ARGUMENTS.
7439 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7440 New variables.
7441 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7442 and rules.
7443 (all.normal): Depend on ALL_BUILD_MODULES.
7444 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7445 (all-build-libiberty): Depend on configure-build-libiberty.
7446
7447 * configure: Calculate and substitute proper value for
7448 ALL_BUILD_MODULES.
7449 * configure.in: Create the build subdirectory.
7450 Calculate and substitute TARGET_CONFIGARGS (formerly
7451 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7452
26ef82f4
GK
74532001-11-26 Geoffrey Keating <geoffk@redhat.com>
7454
7455 * config.sub: Update to version 1.232 on subversion.
7456
43e64072
NC
74572001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7458
7459 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7460 files from .po files for a distribution.
7461
66f6c0d5
HPN
74622001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7463
7464 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7465
4a02fdb2
JH
74662001-11-13 Jeff Holcomb <jeffh@redhat.com>
7467
7468 Merged from net gcc:
7469 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7470 * ltcf-c.sh: Use $objext, not $ac_objext.
7471 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7472 * ltcf-cxx.sh: Add support for GNU.
7473 2001-07-22 Timothy Wall <twall@redhat.com>
7474 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7475 default settings if using GNU tools with that configuration.
7476 * ltcf-cxx.sh: Ditto.
7477 * ltcf-gcj.sh: Ditto.
7478 2001-07-21 Michael Chastain <chastain@redhat.com>
7479 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7480 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7481 * ltmain.sh: Mark as gcc-local.
7482
227b9953
JH
74832001-11-13 Jeff Holcomb <jeffh@redhat.com>
7484
7485 * Makefile.in (all-bison): Revert 2001-10-24.
7486 Don't depend on texinfo.
7487
cbbab8fb
JJ
74882001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7489
80413487 7490 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 7491
922b2485
DD
74922001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7493
7494 * configure.in (--enable-languages): Be more permissive about
7495 syntax. Check for empty lists better. Warn about $LANGUAGES.
7496
f08fa01d
HPN
74972001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7498
7499 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7500
fee3da4e
JH
75012001-10-24 Jeff Holcomb <jeffh@redhat.com>
7502
7503 Makefile.in (all-bison): Don't depend on texinfo.
7504
73fb1ef9
AM
75052001-10-03 Alan Modra <amodra@bigpond.net.au>
7506
7507 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7508
373688ac
AO
75092001-09-29 Alexandre Oliva <aoliva@redhat.com>
7510
7511 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7512
9c07660b
HPN
75132001-09-28 Hans-Peter Nilsson <hp@axis.com>
7514
7515 * config.sub, config.guess: Import latest from subversions.
7516
3f152009
AO
75172001-09-21 Alexandre Oliva <aoliva@redhat.com>
7518
7519 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7520 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7521 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7522 avoid quotes nesting problems.
7523 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7524 (DO_X): Export only variables that are set.
7525
8f6a59e5
BE
75262001-09-19 Ben Elliston <bje@redhat.com>
7527
7528 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7529 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7530 semantics. Use the shell built-in "type" command instead.
7531
a1ec19fa
TS
75322001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7533
7534 * config.sub: Reverted the earlier change, this version is not the
7535 master file.
7536
4008bd9b
TS
75372001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7538
7539 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7540 Add support for mips64.
7541
dd1e52a4
JH
75422001-09-03 Jeff Holcomb <jeffh@redhat.com>
7543
7544 * configure.in: Enable libstdc++-v3 for h8300 targets.
7545
91549d1c
EC
75462001-08-30 Eric Christopher <echristo@redhat.com>
7547 Jason Eckhardt <jle@redhat.com>
7548
7549 * config.sub: Add support for mipsisa32.
7550
cf966cf9
EC
75512001-08-30 Eric Christopher <echristo@redhat.com>
7552
7553 * config.sub, config.guess: Import latest from subversions.
7554
82208dc5
AM
75552001-08-20 Alan Modra <amodra@bigpond.net.au>
7556
7557 * config.sub, config.guess: Import latest from subversions.
7558
4dca8403
DD
75592001-07-26 DJ Delorie <dj@redhat.com>
7560
7561 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7562
1107dce2
AM
75632001-06-19 Alan Modra <amodra@bigpond.net.au>
7564
7565 * Makefile.in: Revert 2001-06-17.
7566 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7567
e09a6604
L
75682001-06-17 H.J. Lu <hjl@gnu.org>
7569
7570 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7571 (gas+binutils.tar.bz2): Likewise.
7572 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7573
31a8b634
AC
7574Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7575
7576 * Makefile.in (VER): When present, extract the version number from
5481b376 7577 the file version.in.
31a8b634 7578
dc70af01
AO
75792001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7580
7581 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7582 gcc/xgcc is built, use -print-prog-name to find out the program
7583 name to use.
7584
839bbd8c
AO
75852001-06-04 Mark Mitchell <mark@codesourcery.com>
7586
7587 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7588 with_gcc]: Use `gcc -shared' to build a shared library.
7589
566e9a30
AO
75902001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7591
7592 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7593 archives.
7594
e877bb69
AO
75952001-05-28 Simon Patarin <simon.patarin@inria.fr>
7596
7597 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7598 libraries when using g++ with native linker.
7599
1605288b
AO
76002001-05-28 Alexandre Oliva <aoliva@redhat.com>
7601
7602 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7603
11a383ba
TR
76042001-05-24 Tom Rix <trix@redhat.com>
7605
7606 * configure.in : enable ld for aix
cf966cf9 7607
18611226
AO
76082001-05-22 Alexandre Oliva <aoliva@redhat.com>
7609
7610 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7611 [aix4*|aix5*]: Prepend blank.
7612
6be7c12c
AO
76132001-05-20 Alexandre Oliva <aoliva@redhat.com>
7614
7615 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7616 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7617 of subdir/configure scripts to use the new libtool.m4.
7618
4ed00bba
L
76192001-05-14 H.J. Lu <hjl@gnu.org>
7620
7621 * config.if (libc_interface): Set to -libc6.2- for cross
7622 compiling to Linux/glibc 2.2.
7623
b1af961c
AO
76242001-05-03 Alexandre Oliva <aoliva@redhat.com>
7625
7626 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7627 libgcj.
7628
5ec3e74e
AO
76292001-04-26 Alexandre Oliva <aoliva@redhat.com>
7630
7631 * configure.in (noconfigdirs): Don't reset it from scratch in the
7632 target case; only append to it.
7633
b3ed1d6b
AO
76342001-04-26 Alexandre Oliva <aoliva@redhat.com>
7635
7636 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7637 sparc-*-solaris2.8]: Disable ${libgcj}.
7638
96111c10
AO
76392001-04-25 Alexandre Oliva <aoliva@redhat.com>
7640
7641 * configure.in (libgcj_saved): Copy from $libgcj.
7642 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7643 --disable-libgcj.
7644
b5bf43f2
AO
76452001-04-20 Alexandre Oliva <aoliva@redhat.com>
7646
7647 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7648 1.641.2.228.
7649
8cc32590
AO
76502001-04-12 Alexandre Oliva <aoliva@redhat.com>
7651
7652 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7653 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7654
dec0cb0c
AO
76552001-04-01 Alexandre Oliva <aoliva@redhat.com>
7656
7657 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7658 New macros.
7659 (bootstrap, cross): Use RECURSE_FLAGS.
7660 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7661
6a9c3886
AO
76622001-03-27 Alexandre Oliva <aoliva@redhat.com>
7663
7664 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7665
d4fc7db8
NC
76662001-03-23 Nick Clifton <nickc@redhat.com>
7667
7668 * README-maintainer-mode: Add note about inability to use "make
7669 distclean" in maintainer mode.
7670
7389ff65
AO
76712001-03-22 Alexandre Oliva <aoliva@redhat.com>
7672
7673 Re-installed:
7674 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7675 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7676 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7677 * ltcf-cxx.sh: Likewise.
7678 * ltcf-gcj.sh: Likewise.
7679
b3e0dc8e
PB
76802001-03-22 Philip Blundell <philb@gnu.org>
7681
7682 * config.sub, config.guess: Import latest from subversions.
7683
469b781c
AO
76842001-03-22 Alexandre Oliva <aoliva@redhat.com>
7685
7686 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7687 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7688
b0dad762
MC
76892001-03-20 Michael Chastain <chastain@redhat.com>
7690
7691 * Makefile.in: all-m4 depends on all-texinfo.
7692
c559bb17
AO
76932001-03-08 Alexandre Oliva <aoliva@redhat.com>
7694
7695 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7696
fef4ae2e
JJ
76972001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7698
7699 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7700 longer valid.
7701
8d6dd99d
NC
77022001-02-16 Nick Clifton <nickc@redhat.com>
7703
7704 * configure.in (noconfigdirs): Allow configuration of texinfo
7705 for Cygwin hosts.
7706
a85d7ed0
NC
77072001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7708
7709 * config.guess: Add linux target for S/390.
7710 * config.sub: Likewise.
7711 * configure.in: Likewise.
7712
51221c5e
DD
77132001-02-06 Ben Elliston <bje@redhat.com>
7714
7715 * configure: Output host type to stdout, not stderr.
7716
9dec4c71
MS
77172001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7718
7719 * config.guess: Import from subversions.gnu.org (revision 1.181).
7720 * config.sub: Import from subversions.gnu.org (revision 1.199).
7721
9add9c04
AM
77222001-01-30 Alan Modra <alan@linuxcare.com.au>
7723
7724 * config.guess: Handle hppa64-linux systems.
7725
8679174d
MS
77262001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7727
7728 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7729 Don't unset, it's non-portable and no longer necessary, set to empty
7730 instead.
7731
02d01ed4
MS
77322001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7733
7734 * ltconfig: Shell portability fix for the tagname validity check.
7735
4cc5853d
MS
77362001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7737
7738 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7739
7487e485
AO
77402001-01-27 Alexandre Oliva <aoliva@redhat.com>
7741
7742 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7743 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7744
f332af52
AO
77452001-01-24 Alexandre Oliva <aoliva@redhat.com>
7746
7747 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7748 keep at least one of build_libtool_libs or build_old_libs set to
7749 yes.
7750
ef099754
AO
77512001-01-24 Alexandre Oliva <aoliva@redhat.com>
7752
7753 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7754 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7755
8341f2fc 77562000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 7757
8341f2fc
AJ
7758 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7759
77602000-11-03 Philip Blundell <pb@futuretv.com>
7761
7762 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7763 files.
ebf0fa2e 7764
c320a39f
JJ
77652001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7766
7767 * COPYING.NEWLIB: Put into source repository.
7768
8817b92e
BE
77692001-01-15 Ben Elliston <bje@redhat.com>
7770
7771 * configure.in (host_tools): Add sid.
7772 Always configure cgen.
7773 * Makefile.in (all-sid): New target.
7774 (check-sid, clean-sid, install-sid): Likewise.
7775
35590697
AJ
77762001-01-07 Andreas Jaeger <aj@suse.de>
7777
80413487 7778 * config.sub, config.guess: Update from subversions.
35590697 7779
6ee6cea6
AO
77802000-12-12 Alexandre Oliva <aoliva@redhat.com>
7781
7782 * configure.in: Disable language-specific target libraries for
7783 languages that aren't enabled.
7784
077b8428
NC
77852000-11-24 Nick Clifton <nickc@redhat.com>
7786
7787 * configure.in (xscale-elf): Add target.
7788 (xscale-coff): Add target.
7789 (c4x, c5x, tic54x): Move after ARM targets.
7790
9e28a1ed
AO
77912000-11-23 Alexandre Oliva <aoliva@redhat.com>
7792
7793 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7794
be98a80a
ILT
77952000-11-20 Ian Lance Taylor <ian@zembu.com>
7796
7797 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7798
5cec67bf
AO
77992000-11-18 Alexandre Oliva <aoliva@redhat.com>
7800
7801 * Makefile.in: Merge with GCC and libgcj.
7802 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7803 configure-target-<library> when their configure scripts need the C
7804 or C++ library to have already been built to work properly.
7805 (do_proto_toplev): Set them to an empty string.
7806
d932cae7 78072000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
7808
7809 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7810 (REALLY_SET_LIB_PATH): Use them.
7811
d932cae7 78122000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
7813
7814 * config.sub: Add support for Sun Chorus
7815
8602ff0c
NC
78162000-11-02 Per Lundberg <plundis@chaosdev.org>
7817
7818 * config.sub: Add support for the *-storm-chaos OS.
7819
f9e0997d
NC
78202000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
7821
80413487
RH
7822 * configure.in (noconfigdirs): Don't compile some
7823 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 7824
d64552c5
AO
78252000-09-30 Alexandre Oliva <aoliva@redhat.com>
7826
7827 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
7828 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7829 all affected `configure' scripts.
7830
97f60b31
AO
78312000-09-25 Alexandre Oliva <aoliva@redhat.com>
7832
7833 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
7834 ltcf-c.sh.
7835
6e8dd58f
PB
78362000-09-12 Philip Blundell <philb@gnu.org>
7837
7838 * config.sub, config.guess: Update from subversions.
7839
103a2e99
AO
78402000-09-06 Alexandre Oliva <aoliva@redhat.com>
7841
51601921
AO
7842 * Makefile.in (all-zlib): Added dummy target.
7843
103a2e99
AO
7844 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
7845 multi-language branch.
7846
2809b4b9
AO
78472000-09-05 Alexandre Oliva <aoliva@redhat.com>
7848
7849 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7850 (bootstrap*): Depend on all-bootstrap.
7851
7450026c
AO
78522000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
7853
7854 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7855 crosses, but add gcc/include to the header search path for them.
7856
6cf86f7f
AO
78572000-08-31 Alexandre Oliva <aoliva@redhat.com>
7858
7859 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
7860 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
7861 * gettext.m4: New file, extracted from aclocal.m4.
7862
ce2ea6e3
AO
78632000-08-22 Alexandre Oliva <aoliva@redhat.com>
7864
7865 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7866 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7867 sub-configures.
7868
9765193e
DE
78692000-08-20 Doug Evans <dje@casey.transmeta.com>
7870
7871 * Makefile.in (ALL_MODULES): Add all-cgen.
7872 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7873 (all-cgen): New target.
7874 (all-opcodes,all-sim): Depend on all-cgen.
7875 * configure.in (host_tools): Add cgen.
7876 Only configure cgen if --enable-cgen-maint.
7877
d7b32520
AO
78782000-08-17 Alexandre Oliva <aoliva@redhat.com>
7879
7880 * config-ml.in (CC, CXX): Don't introduce a leading space.
7881
e52ef561
AO
78822000-08-16 Alexandre Oliva <aoliva@redhat.com>
7883
7884 * configure.in (libstdcxx_flags): Use
7885 libstdc++-v3/src/libstdc++.INC.
7886
88f9c2a0
AO
78872000-08-15 Alexandre Oliva <aoliva@redhat.com>
7888
7889 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7890
98fbe43f
JM
78912000-08-11 Jason Merrill <jason@redhat.com>
7892
7893 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7894 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7895 (FLAGS_FOR_TARGET): Not here.
7896 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7897
279ddab4
DD
78982000-08-07 DJ Delorie <dj@redhat.com>
7899
7900 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7901 "if we're also building gcc, and it's a gcc that will run on the
7902 build machine, we want to use its includes instead of the system's
7903 default includes".
7904
60523a83
AO
79052000-08-03 Alexandre Oliva <aoliva@redhat.com>
7906
24ffec7a
AO
7907 * configure.in (libstdcxx_flags): Don't use `"'.
7908
60523a83
AO
7909 * config-ml.in: Adjust multilib search paths to the
7910 appropriate multilib tree.
7911
daf644b5
AO
79122000-08-02 Alexandre Oliva <aoliva@redhat.com>
7913
7914 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7915 commas in $LANGUAGES.
7916
63266560
DD
79172000-08-01 Alexandre Oliva <aoliva@redhat.com>
7918
7919 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7920
79212000-07-31 Alexandre Oliva <aoliva@redhat.com>
7922
7923 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7924 CXX_FOR_TARGET for sed.
7925
79262000-07-30 Alexandre Oliva <aoliva@redhat.com>
7927
7928 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7929 Do not override if already set in the environment or in configure.
7930 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7931 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7932
9e449d3e
AO
79332000-07-27 Alexandre Oliva <aoliva@redhat.com>
7934
7935 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7936 (GCC_FOR_TARGET): Use it.
7937 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7938 * configure.in: ... here.
7939 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7940 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7941
8bbd92e0
AO
79422000-07-24 Alexandre Oliva <aoliva@redhat.com>
7943
fd1f87b2
AO
7944 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7945 (configure-target-libchill, configure-target-libobjc): Likewise.
7946
8bbd92e0
AO
7947 * configure.in: Use the same cache file for all target libs.
7948 * config-ml.in: But different cache files per multilib variant.
7949
25c6c112
JL
79502000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7951
7952 * configure (topsrcdir): Don't use dirname.
7953
ba73c63f
JM
79542000-07-20 Jason Merrill <jason@redhat.com>
7955
7956 * configure.in: Remove all references to libg++ and librx.
7957
7958 * configure, configure.in, Makefile.in: Unify gcc and binutils.
7959
1af08294
HPN
79602000-07-20 Hans-Peter Nilsson <hp@axis.com>
7961
7962 * config.sub: Update to subversions version 2000-07-06.
7963
ba73c63f
JM
79642000-07-12 Andrew Haley <aph@cygnus.com>
7965
7966 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7967 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7968
79692000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
7970
7971 * symlink-tree: Check number of arguments.
7972
d932cae7 79732000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
7974
7975 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
7976
ba73c63f
JM
79772000-07-05 Jim Wilson <wilson@cygnus.com>
7978
7979 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7980 search path for a g++ extracted from the build tree. This
7981 will allow link tests run by configure scripts in
7982 subdirectories to succeed.
7983
92ee2f86
UC
79842000-07-01 Koundinya K <kk@ddeorg.soft.net>
7985
80413487 7986 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 7987
23f2f29f
CV
79882000-06-28 Corinna Vinschen <vinschen@cygnus.com>
7989
7990 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7991 `os2'. Force ac_cv_exeext to be ".exe" in that case.
7992
f04f5a67
TW
79932000-06-19 Timothy Wall <twall@cygnus.com>
7994
7995 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7996 * config.sub: Add tic54x target.
7997
11da68be
NC
79982000-06-07 Phillip Thomas <pthomas@suse.de>
7999
8000 * README-maintainer-mode: New file: Contains notes on using
8001 --enable-maintainer-mode with binutils.
8002
d932cae7 80032000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8004
8005 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8006
d932cae7 80072000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8008
8009 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8010 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8011
9442cea3
L
801220000-05-21 H.J. Lu (hjl@gnu.org)
8013
80413487
RH
8014 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8015 directory are used if they exist. Make sure
8016 $(build_tooldir)/include is searched for header files,
8017 $(build_tooldir)/lib/ for library files.
9442cea3 8018 (GCC_FOR_TARGET): Likewise.
80413487 8019 (CXX_FOR_TARGET): Likewise.
9442cea3 8020
d932cae7 80212000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8022
8023 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8024
d932cae7 80252000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8026
8027 * Makefile.in (configure-target-libiberty): Depend on
8028 configure-target-newlib.
8029
ba73c63f
JM
80302000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8031
8032 * configure.in, Makefile.in: Merge all libffi-related
8033 configury stuff from the libgcj tree.
8034
d932cae7 80352000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8036
8037 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8038 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8039
d932cae7 80402000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8041
8042 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8043 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8044 current version information. Add to proto-toplev directory.
b5a23627
AC
8045 (gdb-taz): Build do-djunpack.
8046
ba73c63f
JM
80472000-05-15 David Edelsohn <edelsohn@gnu.org>
8048
8049 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8050
7c86ed39
L
80512000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8052
8053 * ltmain.sh: Preserve in relink_command any environment
8054 variables that may affect the linker behavior.
8055
d932cae7 80562000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8057
8058 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8059
d932cae7 80602000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8061
8062 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8063
ed0a91a5
EZ
80642000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8065
8066 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8067 with the version name.
ed0a91a5 8068
ba73c63f 80692000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8070
ba73c63f 8071 * config.if: Tweak.
6cafa39f 8072
ba73c63f 80732000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8074
ba73c63f 8075 * djunpack.bat: New file.
66156876 8076
d932cae7 80772000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8078
8079 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8080 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8081 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8082 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8083
ba73c63f
JM
80842000-04-16 Dave Pitts <dpitts@cozx.com>
8085
80413487
RH
8086 * config.sub (case $basic_machine): Change default for "ibm-*"
8087 to "openedition".
ba73c63f 8088
d932cae7 80892000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8090
8091 * Makefile.in (gdb-taz): New target. GDB specific archive.
8092 (do-md5sum): New target.
8093 (MD5PROG): Define.
8094 (PACKAGE): Default to TOOL.
8095 (VER): Default to a shell script.
8096 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8097 md5 checksum generation.
b35ece4e
AC
8098 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8099 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8100 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8101 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8102
d932cae7 81032000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8104
8105 * configure (warn_cflags): Delete.
8106
ba73c63f 81072000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8108 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8109
80413487
RH
8110 * configure.in (enable_libstdcxx_v3): Add.
8111 (target_libs): Add bits here to switch between libstdc++-v2 and
8112 libstdc++-v3.
8113 * config.if: And this file too.
8114 * Makefile.in: Add libstdc++-v3 targets.
35590697 8115
ba73c63f
JM
81162000-04-05 Michael Meissner <meissner@redhat.com>
8117
8118 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8119
d332c5ac
JM
81202000-03-29 Jason Merrill <jason@casey.cygnus.com>
8121
8122 * configure.in: -linux-gnu*, not -linux-gnu.
8123
d932cae7 81242000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8125
8126 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8127 (do-tar-bz2): Replace TOOL with PACKAGE.
8128 (gdb.tar.bz2): Remove GDBTK from GDB package.
8129 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8130 dejagnu.tar.bz2): New packages.
6dcbc97b 8131
96ce09a7
ILT
81322000-02-27 Andreas Jaeger <aj@suse.de>
8133
8134 * configure.in: Add entry for mips*-*-linux*, move catch all
8135 *-*-*linux* entry below this one.
8136
2031769e
ILT
81372000-02-27 Ian Lance Taylor <ian@zembu.com>
8138
8139 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8140
4bab746c
NC
81412000-02-24 Nick Clifton <nickc@cygnus.com>
8142
8143 * config.sub: Support an OS of "wince".
8144
d932cae7 81452000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8146
8147 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8148 version.
ada59422 8149
5b93d8bb
AM
81502000-02-23 Linas Vepstas <linas@linas.org>
8151
8152 * config.sub: Add support for Linux/IBM 370.
8153 * configure.in: Likewise.
8154
2fb651f6
NC
81552000-02-22 Nick Clifton <nickc@cygnus.com>
8156
8157 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8158
b8441c25
CF
81592000-02-20 Christopher Faylor <cgf@cygnus.com>
8160
8161 * config.guess: Guess "cygwin" rather than "cygwin32".
8162
d332c5ac
JM
81632000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8164
8165 * configure (gcc_version): When setting, narrow search to
8166 lines containing `version_string'.
8167
ba73c63f
JM
81682000-02-15 Denis Chertykov <denisc@overta.ru>
8169
8170 * config.sub: Add support for avr target.
8171
d932cae7 81722000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8173
8174 * config.sub: Add mmix-knuth-mmixware.
8175
81762000-01-27 Christopher Faylor <cgf@redhat.com>
8177
8178 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8179 structure stuff to -L library search.
8180 (CXX_FOR_TARGET): Ditto.
8181 (CROSS_CHECK_MODULES): Fix spelling mistake.
8182
81832000-01-24 Mark Mitchell <mark@codesourcery.com>
8184
8185 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8186 the C++ compiler.
8187
81882000-01-12 Richard Henderson <rth@cygnus.com>
8189
8190 * configure.in: Don't build some bits for beos.
8191
81922000-01-12 Joel Sherrill (joel@OARcorp.com)
8193
8194 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8195 as include files.
8196
91b2c84d
GK
81972000-01-06 Geoff Keating <geoffk@cygnus.com>
8198
8199 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8200 not mh-aix43.
8201
ba73c63f
JM
82021999-12-14 Richard Henderson <rth@cygnus.com>
8203
8204 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8205 * config.sub: Accept alphaev[78], alphaev8.
8206
82071999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8208
8209 * config.guess, config.sub: Update from autoconf.
8210
8211Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8212
8213 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8214 necessary libraries are missing.
8215
82161999-10-25 Andreas Schwab <schwab@suse.de>
8217
8218 * configure: Fix quoting inside arguments of eval.
8219
82201999-10-21 Nick Clifton <nickc@cygnus.com>
8221
8222 * config-ml.in: Allow suppression of some ARM multilibs.
8223
8224Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8225
8226 * config.guess: Add OS/390 match pattern.
8227 * config.sub: Add mvs, openedition targets.
8228 * configure.in (i370-ibm-opened*): New.
8229
ef14edc4
ILT
82301999-09-04 Steve Chamberlain <sac@pobox.com>
8231
8232 * config.sub: Add support for configuring for pj.
8233
afb478e8
NC
82341999-08-31 Nick Clifton <nickc@cygnus.com>
8235
fd6848f6 8236 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8237
ba73c63f 82381999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8239
8240 * configure.in: Do not configure or build ld for AIX
8241 platforms. ld is known to be broken on these platforms.
8242
ba73c63f
JM
8243Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8244
8245 * config-ml.in: Pass compiler flag corresponding to multidirs to
8246 subdir configures.
8247
c363de44
ILT
82481999-08-09 Ian Lance Taylor <ian@zembu.com>
8249
8250 * Makefile.in (LDFLAGS): Define.
8251
dc8bc5a6
ILT
82521999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8253
8254 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8255 noconfigdirs.
8256 (*-*-cygwin*): Likewise.
8257
6ca3858e
ILT
82581999-08-08 Ian Lance Taylor <ian@zembu.com>
8259
71141bb6
ILT
8260 * mkdep: New file.
8261 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8262 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8263
6ca3858e
ILT
8264 From Eli Zaretskii <eliz@is.elta.co.il>:
8265 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8266 long file name when using DJGPP on MS-DOS.
8267
ba73c63f
JM
8268Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8269
8270 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8271
2735a327
AM
82721999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8273
8274 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8275 dependency as this causes "make check" to globally "make all"
8276
ba73c63f
JM
8277Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8278
8279 * configure.in (target_libs): Added target-zlib.
8280 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8281 (CONFIGURE_TARGET_MODULES): Likewise.
8282 (CHECK_TARGET_MODULES): Likewise.
8283 (INSTALL_TARGET_MODULES): Likewise.
8284 (CLEAN_TARGET_MODULES): Likewise.
8285 (configure-target-zlib): New target.
8286 (all-target-zlib): Likewise.
8287 (all-target-libjava): Depend on all-target-zlib.
8288 (configure-target-libjava): Depend on configure-target-zlib.
8289
8290 * Makefile.in (configure-target-libjava): Depend on
8291 configure-target-newlib.
8292 (configure-target-boehm-gc): New target.
8293 (configure-target-qthreads): New target.
8294
80413487
RH
8295 * configure.in (target_libs): Added target-qthreads.
8296 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8297 (CONFIGURE_TARGET_MODULES): Likewise.
8298 (CHECK_TARGET_MODULES): Likewise.
8299 (INSTALL_TARGET_MODULES): Likewise.
8300 (CLEAN_TARGET_MODULES): Likewise.
8301 (all-target-qthreads): New target.
8302 (configure-target-libjava): Depend on configure-target-qthreads.
8303 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8304
8305 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8306 (CONFIGURE_TARGET_MODULES): Likewise.
8307 (CHECK_TARGET_MODULES): Likewise.
8308 (INSTALL_TARGET_MODULES): Likewise.
8309 (CLEAN_TARGET_MODULES): Likewise.
8310 (all-target-libjava): New target.
8311 (all-target-boehm-gc): Likewise.
8312 * configure.in (target_libs): Added libjava, boehm-gc.
8313
08d836d6
ILT
83141999-07-22 Ian Lance Taylor <ian@zembu.com>
8315
8316 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8317 configure.bat in SUPPORT_FILES.
8318 (gas+binutils.tar.bz2): Likewise.
8319
8320 * makeall.bat: Remove; obsolete.
8321
8f36e47c
ILT
83221999-07-21 Ian Lance Taylor <ian@zembu.com>
8323
8324 From Mark Elbrecht:
8325 * configure.bat: Remove; obsolete.
8326
56e82f25
ILT
83271999-07-11 Ian Lance Taylor <ian@zembu.com>
8328
8329 * configure: Add -W -Wall to the default CFLAGS when compiling with
8330 gcc.
8331
1001d816
JL
8332Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8333
8334 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8335
106117aa
MM
83361999-06-30 Mark Mitchell <mark@codesourcery.com>
8337
8338 * configure.in: Build ld on IRIX6.
8339
c376f4ed
ILT
83401999-06-12 Ian Lance Taylor <ian@zembu.com>
8341
8342 * Makefile.in: Change distribution targets to use bzip2 instead of
8343 gzip.
8344 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8345 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8346
306b7445
NC
83471999-06-04 Nick Clifton <nickc@cygnus.com>
8348
8349 * config.sub: Add mcore target.
8350
d932cae7 83511999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8352
8353 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8354
d932cae7 83551999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8356
8357 * config.guess (dummy): Changed to $dummy.
8358
6c3175b0
NC
83591999-05-24 Nick Clifton <nickc@cygnus.com>
8360
ba73c63f
JM
8361 * config.sub: Tidied up case statements.
8362
83631999-05-22 Ben Elliston <bje@cygnus.com>
8364
8365 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8366 <jiro@din.or.jp>.
8367
8368 * config.guess: Merge with FSF version. Future changes will be
8369 more accurately recorded in this ChangeLog.
8370 * config.sub: Likewise.
8371
d932cae7 83721999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8373
8374 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8375
252b5132
RH
83761999-04-30 Tom Tromey <tromey@cygnus.com>
8377
8378 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8379
83801999-04-23 Tom Tromey <tromey@cygnus.com>
8381
8382 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8383
83841999-04-20 Drew Moseley <dmoseley@cygnus.com>
8385
8386 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8387 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8388 Bad merge removed these two changes.
8389
ba73c63f 8390Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8391 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8392
8393 * config.guess (interix Alpha): Add.
8394
252b5132
RH
83951999-04-11 Richard Henderson <rth@cygnus.com>
8396
8397 * configure.in (i?86-*-beos*): Do config gperf; don't config
8398 gdb, newlib, or libgloss.
8399
d932cae7 84001999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8401
ba73c63f
JM
8402 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8403 link a trivial program with -mabi=64. If it fails, remove mabi=64
8404 from multidirs.
8405
d932cae7 84061999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8407
8408 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8409
252b5132
RH
84101999-04-08 Nick Clifton <nickc@cygnus.com>
8411
8412 * config.sub: Add support for mcore targets.
8413
84141999-04-07 Michael Meissner <meissner@cygnus.com>
8415
8416 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8417 not mt-ospace, in order to shut up assembler warning about using
8418 symbols that are named the same as registers.
8419
84201999-04-07 Drew Moseley <dmoseley@cygnus.com>
8421
8422 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8423 dependency list for all-target-cygmon.
8424
84251999-04-05 Doug Evans <devans@casey.cygnus.com>
8426
8427 * config-ml.in: Check $host, not $target, for selective multilibs.
8428 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8429 thumb interworking, and underscore prefix multilibs.
8430
84311999-04-04 Ian Lance Taylor <ian@zembu.com>
8432
8433 * missing: Update to version from current automake.
8434
8435Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8436
8437 * configure (gxx_include_dir): Removed.
8438
8439 * configure.in (gxx_include_dir): Handle it.
8440 * Makefile.in: Likewise.
8441
84421999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8443
8444 * config.sub (mips64vr4111,mips64vr4111el) Add.
8445
84461999-03-21 Ben Elliston <bje@cygnus.com>
8447
80413487 8448 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8449
8450Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8451
252b5132
RH
8452 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8453 config/mh-djgpp.
8454
8455Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8456
8457 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8458 all-target-newlib to dependency list for all-target-bsp.
8459
8460Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8461
8462 * config.sub: Add i386-uwin support.
8463 * config.guess: Likewise.
8464
8465Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8466
8467 * configure.in: cleanup, add mh-*pic handling for arm, special
8468 case powerpc*-*-aix*
8469
8470Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8471
8472 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8473 can be built.
8474
8475Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8476
8477 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 8478 targets.
252b5132
RH
8479
84801999-03-02 Nick Clifton <nickc@cygnus.com>
8481
8482 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8483
d932cae7 84841999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8485
8486 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8487
84881999-02-24 Nick Clifton <nickc@cygnus.com>
8489
8490 * config.sub: Fix typo in arm recognition.
8491
d932cae7 84921999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
8493
8494 * configure.in (noconfigdirs): Changed target_configdirs to
8495 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8496 rather than m68k-*-* since it is not known to work on
8497 m68k-aout. Ditto for arm-*-*oabi.
8498
d932cae7 84991999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
8500
8501 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
8502
85031999-02-19 Ben Elliston <bje@cygnus.com>
8504
8505 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8506 Smart and improved by Andrew Cagney.
8507
d932cae7 85081999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
8509
8510 * config.guess: Recognize openbsd-*-hppa.
8511
d932cae7 85121999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
8513
8514 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8515 only if it is not empty.
8516
85171999-02-17 Nick Clifton <nickc@cygnus.com>
8518
8519 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 8520
fd6848f6 8521 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
8522
8523 * config.sub: Modified to recognize uname's armv* syntax.
8524
85251999-02-17 Mark Salter <msalter@cygnus.com>
8526
8527 * configure.in: Added target-bsp for sparclite.
8528
d932cae7 85291999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
8530
8531 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8532
85331999-02-08 Nick Clifton <nickc@cygnus.com>
8534
8535 * configure.in: Add support for strongarm port.
8536 * config.sub: Add support for strongarm target.
8537
d932cae7 85381999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 8539
252b5132
RH
8540 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8541 the old name config/mh-cygwin32.
8542 Enable texinfo.
8543
d932cae7 85441999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
8545
8546 * configure.in: Do build ld for ix86 Solaris.
8547
d932cae7 85481999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
8549
8550 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8551 $AR_FOR_TARGET. Likewise for RANLIB.
8552
d932cae7 85531999-02-02 Catherine Moore <clm@cygnus.com>
35590697 8554
80413487
RH
8555 * config.sub (oabi): Recognize.
8556 * configure.in (arm-*-oabi): Handle.
252b5132 8557
d932cae7 85581999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
8559
8560 * config.guess: Improve detection of i686 on UnixWare 7.
8561
d932cae7 85621999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
8563
8564 * config.guess: Add support for i386-pc-interix.
8565 * config.sub: Likewise.
8566 * configure.in: Likewise.
252b5132 8567
d932cae7 85681999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8569
8570 * Makefile.in: Remove unneeded all-target-libio from
8571 from all-target-winsup target since it is now unneeded.
8572 Add all-target-libtermcap in its place since it is now
8573 needed.
8574
d932cae7 85751998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8576
8577 * configure.in: makefile stub for cygwin target is probably
8578 unnecessary. Remove it for now.
252b5132 8579
d932cae7 85801998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
8581
8582 * configure.in: libtermcap.a should be built when cygwin is the
8583 target as well as the host.
8584 * config.guess: Allow mixed case in cygwin uname output.
8585 * Makefile.in: Add libtermcap target.
252b5132 8586
d932cae7 85871998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8588
8589 * config.sub: Clean up handling of hppa2.0.
8590
d932cae7 85911998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
8592
8593 * config.guess: Use C code to identify more HP machines.
8594
8595Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8596
8597 * config.sub: Handle hppa2.0.
8598
ba73c63f
JM
8599Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8600
8601 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 8602 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
8603
86041998-12-15 Mark Salter <msalter@cygnus.com>
8605
8606 * configure.in: Added target-bsp for several target architectures.
8607
8608 * Makefile.in: Added rules for bsp.
8609
252b5132
RH
8610Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8611
8612 * config.guess: Improve detection of hppa2.0 processors.
8613
8614Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8615
8616 * config.guess: Recognize FreeBSD using ELF automatically.
8617
86181998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8619
8620 * configure (skip-this-dir): Add handling for new shell script, which
8621 might be created by a sub-directory's configure to indicate, this particular
8622 directory is "unwanted".
8623 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8624
252b5132
RH
8625Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8626
8627 * ltconfig: import from libtool, after changing libtool to
8628 account for the cygwin name change.
8629
8630Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8631
8632 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8633 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8634
8635Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8636
8637 * configure.in: Add libtermcap to list of cygwin dependencies.
8638
d932cae7 86391998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 8640
80413487
RH
8641 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8642 they include winsup/include when it's a cygwin target.
252b5132
RH
8643
86441998-11-12 Tom Tromey <tromey@cygnus.com>
8645
8646 * configure.in (host_tools): Added zip.
8647 * Makefile.in (all-target-libjava): Depend on all-zip.
8648 (all-zip): New target.
8649 (ALL_MODULES): Added all-zip.
8650 (NATIVE_CHECK_MODULES): Added check-zip.
8651 (INSTALL_MODULES): Added install-zip.
8652 (CLEAN_MODULES): Added clean-zip.
8653
d932cae7 86541998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
8655
8656 * Makefile.in: lose "32" from comment about cygwin.
8657
d932cae7 86581998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
8659
8660 * configure.in: Use -Os to build target libraries for the fr30.
8661
d932cae7 86621998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
8663
8664 * config.sub: Add fr30.
8665
d932cae7 86661998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 8667
80413487 8668 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
8669 cygwin* instead of cygwin32*.
8670 * config.sub: Check cygwin* instead of cygwin32*.
8671
d932cae7 86721998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
8673
8674 * config.guess: Match any version of Unixware7.
8675
252b5132
RH
86761998-10-20 Syd Polk <spolk@cygnus.com>
8677
8678 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8679 if desired.
8680
d932cae7 86811998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8682
8683 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8684 these if the appropriate directories and files to not exist.
8685
d932cae7 86861998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
8687
8688 * Makefile.in (DEVO_SUPPORT): Add config.if.
8689
d932cae7 86901998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
8691
8692 * configure: Add pattern to replace "build_tooldir"'s
8693 definition in the generated Makefile with "tooldir"'s
8694 actual value.
8695
252b5132
RH
8696Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8697
8698 * config.sub: Bring back lost sparcv9.
8699
ba73c63f
JM
8700 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8701
8702Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8703
8704 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8705 CC_FOR_TARGET and friends.
8706
8707Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8708
ba73c63f
JM
8709 * Makefile.in (build_tooldir): New variable, same as tooldir.
8710 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8711 -B$(build_tooldir)/bin/.
8712 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8713
252b5132
RH
8714Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8715
8716 * config.sub: Add support for i[34567]86-pc-udk.
8717 * configure.in: Likewise.
8718
8719Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8720
8721 * Makefile.in: add bzip2 package building bits for user
8722 tools module
8723 * configure.in: ditto
8724
ba73c63f
JM
8725Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8726
8727 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8728 (ALL_TARGET_MODULES): Add all-target-libobjc.
8729 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8730 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8731 (all-target-libchill): Add dependencies.
8732 * configure.in (target_libs): Add libchill.
35590697 8733
252b5132
RH
87341998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8735
ba73c63f 8736 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
8737
8738Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8739
8740 * Makefile.in (all-automake): fix dependencies.
8741
8742Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8743
8744 * configure.in: Minor cleanups for building in the $(target_alias)
8745 subdir.
8746
87471998-09-22 Jim Wilson <wilson@cygnus.com>
8748
8749 * Makefile.in (bootstrap): Set r and s before make all. Use
8750 BASE_FLAGS_TO_PASS in make all.
8751 (cross): Likewise.
8752
87531998-09-20 Mark Mitchell <mark@markmitchell.com>
8754
8755 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8756
252b5132
RH
8757Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8758
8759 * config.sub: Fix typo in last change.
8760
87611998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8762
8763 * config.sub: Add support for C4x target.
8764 * configure.in: Likewise.
8765
87661998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8767
8768 * config.sub: Recognize sparcv9 just like sparc64.
8769
8770Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8771
8772 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8773
8774Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8775
8776 * config.guess: Correctly identify Pentium II sco boxes.
8777
8778 * config.guess: Fix "tr" code. From Weiwen Liu.
8779
8780Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8781
8782 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8783 stabs.
8784
8785Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8786
8787 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8788 (ALL_TARGET_MODULES): Add all-target-libchill.
8789 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8790 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8791 (all-target-libchill): Add dependencies.
8792 * configure.in (target_libs): Add libchill.
8793
8794Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8795
8796 * config.guess: Avoid assumptions about "tr" behaves when
8797 LANG is set to something other than English.
8798
8799Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8800
8801 * configure (gxx_include_dir): Changed to
8802 '${prefix}/include/g++'-${libstdcxx_interface}.
8803
8804 * config.if: New to determine the interfaces.
8805
8806Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8807
8808 * config.guess: Detect and handle MPE/IX.
8809 * config.sub: Deal with MPE/IX.
8810
8811Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8812
8813 * configure.in: Use mh-aix43.
8814
88151998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8816
8817 * configure: Fix --without/--disable cases for gxx-include-dir.
8818
8819Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8820
8821 * mdata-sh: Imported. Needed for automake support.
8822
8823Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8824
ba73c63f 8825 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
8826 "chmod og=u `find . -print`".
8827
8828Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8829
ba73c63f 8830 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
8831
8832Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8833
8834 * Makefile.in: Undo previous patch.
8835
8836Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8837
8838 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8839 to here ...
8840 (install-no-fixedincludes): and here
8841 (INSTALL_MODULES): ... from here.
8842
8843Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8844
8845 * config.sub: Merge with FSF.
8846
8847 * config.guess: Merge with FSF.
8848
8849Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8850
8851 * configure (extraconfigdirs): New variable.
8852 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8853 * Makefile.in (all): Move higher in file.
8854 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8855 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8856 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8857 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8858 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8859
88601998-07-23 Brendan Kehoe <brendan@cygnus.com>
8861
8862 * Makefile.in (all-target-libjava): Depend on all-gcc and
8863 all-target-newlib.
8864 (configure-target-libjava): Depend on $(ALL_GCC).
8865
8866Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8867
8868 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8869 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8870
8871Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8872
8873 * ylwrap: Change absolute path checks to check for DOS style path
8874 names.
8875
8876 * ylwrap: Don't use a full path name if the source file is in the
8877 same directory. From hjl@lucon.org (H.J. Lu).
8878
8879 * config-ml.in: Default to being verbose, to match Feb 18 change to
8880 configure.
8881
8882Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8883
8884 Brought over from egcs:
8885
8886 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8887
8888 * configure.in (target_subdir): Set to ${target_alias} instead
8889 of "libraries".
8890
8891 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
8892
8893 * configure.in (target_subdir): Set to libraries if enable_multilib.
8894
8895Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
8896
8897 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8898 multilibs, force reconfiguration the first time we create
8899 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8900
8901Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
8902
8903 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8904 avoid confusion with --no-recursion.
8905
8906Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
8907
8908 * configure.in: Win32 hosts shouldn't use install -x
8909 * install-sh: remove -x option, and special .exe-handling
8910 hack.
8911
8912Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
8913
8914 * config.guess: Recognize i586-pc-beos.
8915 * configure.in: Don't build some bits for beos.
8916
8917Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
8918
8919 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8920 CFLAGS default to -O2.
8921
8922 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8923 when using GNU ld.
8924
8925Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
8926
8927 * ltmain.sh: Correct install when using a different shell.
8928
8929Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
8930
8931 * ltconfig, ltmain.sh: Update to libtool 1.2b.
8932
8933Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
8934
8935 * makefile.vms: Update to build binutils/makefile.vms. Add install
8936 target.
8937
8938Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
8939
8940 * ltconfig: Update to correct AIX handling.
8941
8942Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8943
8944 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8945
8946 * configure.in (target_subdir): Set to ${target_alias} instead
8947 of "libraries".
8948
89491998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
8950
8951 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8952 (Makefile): Depend on $(gcc_version_trigger).
8953
8954 * configure (gcc_version): Change default initializer to empty
8955 string.
8956 (gcc_version_trigger): New variable; pass this variable down
8957 to subdir configures to enable them checking gcc's version
8958 themselves. Emit make macros for both gcc_version vars.
8959 (topsrcdir): Initialize reliably.
8960 (recursion line): Remove --with-gcc-version=${gcc_version}.
8961
89621998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8963
8964 * configure (enable_version_specific_runtime_libs): Implement new flag
8965 --enable-version-specific-runtime-libs which installs C++ runtime stuff
8966 in $(libsubdir); emit definition in each generated Makefile.
8967 (gxx_include_dir): Initialize depending on
8968 $enable_version_specific_runtime_libs.
8969
89701998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
8971
8972 * configure (gcc_version): Initialize properly depending on
8973 how and where configure is started.
8974 (recursion line): Pass a --with-gcc-version=${gcc_version}
8975 to configures in subdirs.
8976
8977Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
8978
8979 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 8980 cygmon
252b5132
RH
8981
8982Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
8983
8984 * configure.in: Add cygmon and libstub support for mn10200.
8985
89861998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
8987
8988 * configure (gcc_version): Add new variable describing the
8989 particular gcc version we're building.
8990 * Makefile.in (libsubdir): Add new macro for the directory
8991 in which the compiler finds executables, libraries, etc.
8992 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8993 and libsubdir.
8994
8995Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8996
ba73c63f
JM
8997 * Makefile.in (local-clean): Remove *.log.
8998 (warning.log): Built with warn_summary from build.log.
8999 (mail-report.log): Run test_summary.
9000 (mail-report-with-warnings.log): Run test_summary including
9001 warning.log in the report.
252b5132
RH
9002
9003Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9004
9005 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9006
9007Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9008
9009 * Makefile.in (grep): Grep no longer depends on libiberty.
9010
9011Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9012
9013 * Makefile.in: all-snavigator needs all-libgui.
9014
9015Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9016
9017 * configure.in: Add cygmon and libstub support for mn10300.
9018
9019Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9020
9021 * missing: Update to version from automake 1.3.
9022
9023 * ltmain.sh: On installation, don't get confused if the same name
9024 appears more than once in the list of library names.
9025
9026Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9027
9028 * config.sub: Accept m68060 and m5200 as CPU names.
9029
9030Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9031
9032 * configure: Use && rather than using -a in test, because odd
9033 strings can confuse test.
9034 * configure.in: Likewise.
9035
9036Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9037
9038 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9039
9040Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9041
9042 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9043 bootstrap4-lean): New targets.
9044
9045Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9046
9047 * mpw-* Delete. Not used.
252b5132
RH
9048
9049Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9050
9051 * COPYING.LIB: Update FSF address.
9052
9053Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9054
9055 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9056
9057 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9058 GAS_SUPPORT_DIRS.
9059
9060Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9061
9062 * ltconfig, ltmain.sh: Avoid producing a version number if
9063 -version-info was not used.
9064
9065Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9066
9067 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9068 building with newlib.
9069
90701998-04-30 Paul Eggert <eggert@twinsun.com>
9071
ba73c63f 9072 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9073 Solaris `make' causes it to continue to next definition.
252b5132 9074
afb8d725
JM
9075Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9076
9077 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9078 the right GUI libraries and files are installed along with GDB.
9079
252b5132
RH
9080Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9081
9082 * configure.in: Change alpha to alpha* in several places.
9083
9084Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9085
9086 * config.sub: Recognize sparc86x.
9087
9088Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9089
252b5132
RH
9090 * configure.in (--enable-target-optspace): Remove debug echo.
9091
9092Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9093
9094 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9095
9096Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9097
9098 * ltconfig: Update cygwin32 support.
9099
9100 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9101 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9102 (GDB_SUPPORT_DIRS): Likewise.
9103
9104Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9105
9106 * configure.in (target_makefile_frag): If --enable-target-optspace,
9107 use -Os to compile target libraries rather than -O2. Default to
9108 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9109 not used.
9110 * configure.in (target_cflags): Ditto for d30v.
9111
9112Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9113
9114 * Makefile.in (all-bfd): Depend on all-intl.
9115 (all-binutils): Likewise.
9116 (all-gas): Likewise.
9117 (all-gprof): Likewise.
9118 (all-ld): Likewise.
9119
252b5132
RH
91201998-04-19 Brendan Kehoe <brendan@cygnus.com>
9121
9122 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9123
9124Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9125
9126 * Makefile.in (all-bfd): Depend upon all-libiberty.
9127
9128 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9129
9130Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9131
9132 * Makefile.in: Add libstub.
9133
9134 * configure.in: Ditto. Build libstub for targets that have cygmon
9135 support.
9136
9137Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9138
9139 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9140
9141Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9142
9143 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9144 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9145
9146Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9147
9148 * configure: Define DEFAULT_M4 by searching PATH.
9149 * Makfile.in: Use DEFAULT_M4.
9150
9151Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9152
9153 * ltconfig: Add cygwin32 support.
9154
9155 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9156 to configure and build.
9157
9158Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9159
9160 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9161
9162Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9163
9164 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9165
9166Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9167
9168 * Makefile.in: add ash make rules
9169 * configure.in: add ash to native_only and host_tools lists
9170
9171Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9172
9173 * Makefile.in (all-gettext, all-intl): New targets.
9174 (ALL_MODULES): Added all-gettext, all-intl.
9175 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9176 (INSTALL_MODULES): Added install-gettext, install-intl.
9177 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9178
9179 * configure.in (host_tools): Added gettext.
9180 (native_only): Likewise.
9181 (noconfigdirs) [various cases]: Likewise.
9182 (host_libs): Added intl.
9183
afb8d725
JM
9184Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9185
9186 * configure: Do not disable building gdbtk for cygwin32 hosts.
9187
ba73c63f
JM
9188Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9189
9190 * configure.in: Add thumb-coff target.
9191 * config.sub: Add thumb-coff target.
9192
252b5132
RH
9193Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9194
9195 * Makefile.in: Revert yesterday's change.
9196 (all-target-winsup): all-target-librx stays out of here.
9197
9198Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9199
ba73c63f
JM
9200 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9201 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9202 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9203 Remove references to librx and libg++.
9204
9205Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9206
9207 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9208 recursive makes
9209
9210Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9211
9212 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9213 for newlib directory.
9214 (CXX_FOR_TARGET): Likewise.
9215
9216Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9217
9218 * ltconfig: Update after libtool/ltconfig.in change for
9219 hpux11.
9220
9221Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9222
9223 * ltconfig, ltmain.sh: Update to libtool 1.2.
9224
9225Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9226
9227 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9228 (install-gcc-cross): Instead, override LANGUAGES here.
9229
92301998-03-18 Dave Love <d.love@dl.ac.uk>
9231
9232 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9233 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9234
9235Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9236
9237 * configure.in: Add Thumb-pe target.
9238
9239Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9240
252b5132
RH
9241 * Makefile.in - changed sn targets to snavigator
9242 * configure.in - changed sn targets to snavigator
9243
9244Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9245
9246 * config-ml.in: After building symlink tree call make distclean
9247 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9248 to be the case for libiberty.
9249
9250Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9251
9252 * configure: When making link, also check the current
9253 directory. The configure scripts may create one.
9254
9255Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9256
9257 * config.sub: Accept alphapca56 and alphaev6 properly.
9258
9259Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9260
9261 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9262
252b5132
RH
9263Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9264
80413487 9265 * config.sub (sco5): Fix typo.
252b5132
RH
9266
9267Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9268
9269 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9270 install-itcl.
9271 (install-itcl): Remove dependency on install-tcl.
9272
9273Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9274
9275 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9276
252b5132
RH
9277Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9278
9279 * configure.in: Don't build libgui for a cygwin32 target when not on
9280 a cygwin32 host.
9281
9282Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9283
9284 * configure (redirect): Set to null, so default behavior of
9285 configure is now --verbose.
9286
92871998-02-16 Dave Love <d.love@dl.ac.uk>
9288
9289 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9290 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9291
9292Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9293
9294 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9295 this change to sync Makefile.in with its ChangeLog entries.
9296
9297Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9298
9299 * ltmain.sh (mkdir): Check that the directory doesn't exist
9300 before we exit with error, so that we don't get races during
9301 parallel builds.
9302
9303Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9304
9305 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9306
9307Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9308
9309 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9310 PICFLAG_FOR_TARGET.
9311 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9312
9313 * configure: Emit a definition for the new macro enable_shared
9314 into each Makefile.
9315
252b5132
RH
9316Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9317
9318 * configure.in (host_tools, native_only): Add libtool.
9319
9320Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9321
9322 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9323 Fix typo in ming config comment.
9324
9325Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9326
9327 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9328
9329Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9330
9331 * config.sub: Add tic30 cases, and map c30 to tic30.
9332
ba73c63f
JM
9333Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9334
9335 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9336 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9337 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9338 (CLEAN_TARGET_MODULES): Similarly
9339 (all-target-libf2c): Add dependences.
35590697 9340 * configure.in (target_libs): Add libf2c.
ba73c63f 9341
252b5132
RH
9342Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9343
ba73c63f
JM
9344 * configure.in: Remove expect from noconfigdirs when target
9345 is cygwin32. OK to build expect and dejagnu with Canadian
9346 Cross.
252b5132
RH
9347
9348Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9349
9350 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9351 host.
9352
9353 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9354 and mingw32.
9355
9356Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9357
9358 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9359 here as it is not defined in the toplevel Makefile.
9360
9361Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9362
9363 * configure (package_makefile_rules_frag): New variable, which names
9364 a file with generic rules, ...
9365 Change comment to mention we now have FIVE parts.
9366 * configure: Undo last change.
9367
9368Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9369
9370 * config.guess: More accurate determination of HP processor types.
9371 * config.sub: More accurate determination of HP processor types.
9372
9373Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9374
9375 * configure (package_makefile_frag): Move inserting the
9376 ${package_makefile_frag} to where it should be according
9377 to the comment.
9378
ba73c63f 9379Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9380
9381 * config.guess: Add support for Linux/ARM.
9382
9383Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9384
9385 * .cvsignore: Remove *-info and *-install since they match
9386 release-info and mpw-install, which we don't want to just ignore.
9387
9388Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9389
9390 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9391
9392Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9393
9394 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9395 local_prefix to sub-make invocations.
9396
9397Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9398
9399 * configure.in: Check makefile fragments in the source
9400 directory.
9401
9402Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9403
ba73c63f
JM
9404 * configure.in: Check whether host and target makefile
9405 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9406
9407Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9408
9409 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9410
252b5132
RH
9411Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9412
9413 * configure.in: Make sure we only replace RPATH_ENVVAR on
9414 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9415 regexp to sed.
9416
9417 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9418 to sub-makes.
9419
94201998-01-13 Lee Iverson (leei@ai.sri.com)
9421
9422 * config-ml.in (multi-do): LDFLAGS must include multilib
9423 designator.
9424
9425Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9426
9427 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9428
9429Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9430
9431 * config.sub: Add mingw32 support.
9432 * configure.in: Likewise.
252b5132
RH
9433
9434Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9435
9436 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9437
9438Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9439
9440 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9441 * configure (gxx_include_dir): Provide a definition for subdirs
9442 which do not use autoconf.
9443
9444Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9445
9446 * config.guess: Sync with egcs. Picks up new alpha support,
9447 BeOS & some additional linux support.
9448
ba73c63f 9449Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9450
9451 * config.guess: HP 9000/803 is a PA1.1 machine.
9452
ba73c63f
JM
9453Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9454
9455 * configure.in: It's alpha*-...
252b5132
RH
9456
9457Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9458
ba73c63f
JM
9459 * configure.in (host_makefile_frag, target_makefile_frag):
9460 Handle multiple config files.
9461 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9462 alpha-*-*.
252b5132
RH
9463
9464Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9465
9466 * mkdep: New file.
9467
9468Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9469
9470 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9471
9472Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9473
9474 * Makefile.in: Add libgui directory.
9475 (GDB_TK): Add all-libgui.
9476 * configure.in: Add libgui directory.
9477 * configure: Add all-libgui to GDB_TK.
9478
9479Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9480
9481 * config-ml.in (multidirs): Add m32r to multilib list.
9482
9483Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9484
9485 * Makefile.in (all-target-gperf): Change dependency to
9486 all-target-libstdc++.
9487
9488Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9489
9490 * config.guess: Add BeOS support.
9491
9492Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9493
9494 Source directory cvs renamed to cvssrc:
9495 * configure.in (host_tools): Change cvs to cvssrc.
9496 (native_only): Likewise.
9497 (noconfigdirs) [various cases]: Likewise.
9498 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9499 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9500 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9501 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9502 (all-cvssrc): Rename target from all-cvs.
9503
9504Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9505
9506 * configure (gxx_include_dir): Fix thinko.
9507
9508Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9509
9510 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9511 (install-cross, install-gcc-cross): New targets.
9512
9513Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9514
9515 * configure.in (noconfigdirs): Add support for Thumb target.
9516
9517 * config.sub (maybe_os): Add support for Thumb target.
9518
9519Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9520
9521 * Makefile.in: Add rules for cygmon.
9522
9523 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9524
9525Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9526
9527 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9528 * configure (gxx_include_dir): Provide a definition for subdirs
9529 which do not use autoconf.
9530
9531Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9532
9533 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 9534 11/18/97 build
252b5132
RH
9535
9536Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9537
9538 * From Franz Sirl.
9539 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9540 found on RedHat Linux systems.
9541
9542Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9543
9544 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9545 guesses.
9546
9547Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9548
9549 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9550
9551Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9552
9553 * ltmain.sh: If mkdir fails, check whether the directory was created
9554 anyhow by some other process.
9555
9556Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9557
9558 * configure.in (d30v-*-*): Configure all directories.
9559
9560Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9561
9562 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9563 for the D30V.
9564
9565Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9566
9567 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9568
9569Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9570
80413487
RH
9571 * include/libiberty.h: Add extern "C" { so it can be used with C++
9572 progrms.
9573 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9574 programs.
252b5132
RH
9575
9576Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9577
9578 * configure.in (d30v-*-*): Configure GCC now.
9579
9580Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9581
9582 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9583 is no longer needed.
9584
9585Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9586
9587 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9588
9589Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9590
9591 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9592 targets using "$@" to provide support for similar but not identical
9593 targets without having to duplicate code.
9594
9595Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9596
9597 * makefile.vms: Fix to work with DEC C.
9598
9599Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9600
9601 * config.sub: Add mips-tx39-elf to marketing names.
9602
9603Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9604
9605 * ltmain.sh: Handle symlinks in generated script.
9606
9607Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9608
9609 * configure: Handle autoconf style directory options: --bindir,
9610 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9611 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9612 --sysconfdir.
9613 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9614 (sharedstatedir, localstatedir, oldincludedir): New variables.
9615 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9616 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9617 sbindir, sharedstatedir, and sysconfdir.
9618
9619Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9620
9621 * Makefile.in (bootstrap-lean): New target.
9622
9623Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9624
9625 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 9626 sn, and gnuserv from noconfigdirs.
252b5132
RH
9627
9628Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9629
9630 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9631
9632Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9633
ba73c63f 9634 * Makefile.in (cross): New target.
252b5132
RH
9635
9636Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 9637 Jeff Law <law@cygnus.com>
252b5132
RH
9638
9639 * Makefile.in (bootstrap2, bootstrap3): New targets.
9640 (all-bootstrap): Remove outdated and confusing target.
9641 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9642
afb8d725
JM
9643Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9644
9645 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 9646 windows. Consistent with gdb/configure.
afb8d725 9647
252b5132
RH
96481997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9649
252b5132
RH
9650 * configure.in: Name Linux target fragment.
9651
9652 * configure: Rewrite so that project Makefile fragment is inserted
9653 first and appears last in the resulting Makefile.
9654
9655Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9656
9657 * Makefile.in (install-itcl): Install tcl first.
9658
252b5132 9659Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 9660
252b5132
RH
9661 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9662
9663Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9664
9665 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9666
9667 * configure.in (skipdirs): Add target-librx for Linux.
9668 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9669
9670Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9671
9672 * Makefile.in (bootstrap): New target.
9673
9674Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9675
9676 * config.sub: Accept 'amigados' for backward compatability.
9677
9678Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9679
9680 * config.guess: Merge with FSF.
9681
ba73c63f
JM
9682Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9683
9684 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9685
252b5132
RH
9686Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9687
9688 * config.sub: Add "marketing-names" patch.
9689
9690Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9691
80413487 9692 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
9693
9694Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9695
9696 * config.sub: Handle v850-elf.
9697
ba73c63f
JM
9698Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9699
9700 * .cvsignore (*-install): Remove.
9701
252b5132
RH
9702Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9703
9704 * ltconfig: Set CONFIG_SHELL in libtool.
9705 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9706
9707Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9708
9709 * configure.in (target_subdir): Set to libraries if enable_multilib.
9710
9711Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9712
9713 * config.guess: Update from gcc directory.
9714
9715Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9716
9717 * Makefile.in (all-sim): Depends on all-readline.
9718
9719Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9720
9721 * Makefile.in (BISON, YACC): Use $$s.
9722 (all-bison): Depend on all-texinfo.
9723
9724Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9725
9726 * Makefile.in (BISON): Add -L flag.
9727 (YACC): Likewise.
9728
9729Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9730
35590697
AJ
9731 * configure.in (noconfigdirs): Add support for v850e target.
9732
252b5132
RH
9733 * config.sub (maybe_os): Add support for v850e target.
9734
9735Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9736
35590697
AJ
9737 * configure.in (noconfigdirs): Add support for v850ea target.
9738
252b5132
RH
9739 * config.sub (maybe_os): Add support for v850ea target.
9740
9741Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9742
9743 * config.sub: Add mipstx39. Delete r3900.
9744
9745Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9746
9747 * Makefile.in (all-autoconf): Depends on all-texinfo.
9748
9749Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9750
9751 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9752 eabi targets.
9753
9754Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9755
9756 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9757
9758 * configure: When handling a Canadian Cross, handle YACC as well as
9759 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 9760 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
9761
9762Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9763
9764 * Makefile.in (BISON): bison, not byacc or bison -y.
9765 (YACC): bison -y or byacc or yacc.
9766 (various): Add *-bison as appropriate.
9767 (taz): No need to mess with BISON anymore.
9768
9769Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9770
9771 * configure: If OSTYPE matches *win32*, try to find a good value for
9772 CONFIG_SHELL.
9773
9774Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9775
9776 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9777 configure.in if it is present.
9778
9779Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9780
9781 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9782
9783Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9784
9785 * config.sub: Recognize `arc' cpu.
9786 * configure.in: Likewise.
9787 * config-ml.in: Likewise.
9788
9789Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9790
9791 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9792
9793Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9794
9795 * configure: Changed sed delimiter from ':' to '|' when
9796 attempting to substitute ${config_shell} for SHELL. On
9797 NT ${config_shell} may contain a ':' in it.
9798
9799Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9800
9801 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9802
9803Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9804
9805 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9806
9807Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9808
9809 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9810
9811 * ylwrap: If the program is a relative path, force it to be
9812 absolute.
9813
9814Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9815
9816 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9817
9818Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9819
9820 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
9821 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9822 for libraries.
252b5132
RH
9823
9824Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9825
9826 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 9827 separated by spaces.
252b5132
RH
9828
9829Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9830
9831 * ylwrap: New file.
9832 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9833
9834 * ltmain.sh: Handle /bin/sh at start of install program.
9835
9836 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9837
9838 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9839 * missing: New file, from automake 1.2.
9840
9841Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9842
9843 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9844 check-tk to CHECK_X11_MODULES.
9845
9846Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9847
9848 * config.sub: Merge with FSF.
9849
9850Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9851
9852 * config.guess: Merge with FSF.
9853
9854Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9855
9856 * configure: Treat msdosdjgpp like go32.
9857 * configure.in: Likewise. Don't remove gprof for go32.
9858
9859 * configure: Change Makefile.tem2 to Makefile.tm2.
9860
9861Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9862
9863 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9864
9865Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9866
9867 * install-sh (chmodcmd): Set to null if the DST directory already
9868 exists. Same as Nov 11th change.
9869
9870Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9871
35590697 9872 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
9873
9874Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9875
9876 * config.guess: Update from FSF.
9877
9878Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9879
9880 * Makefile.in (GDB_TK): Depend on itcl and tix.
9881
9882Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9883
9884 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9885 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9886 (INSTALL_SCRIPT): New variable.
9887 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9888 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9889 to -x.
9890 * install-sh: Add support for -x option.
9891
9892Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
9893
9894 * configure.in, Makefile.in: Treat tix like itcl.
9895
9896Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
9897
9898 * Makefile.in (WINDRES): New variable.
9899 (WINDRES_FOR_TARGET): New variable.
9900 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9901 (EXTRA_HOST_FLAGS): Add WINDRES.
9902 (EXTRA_TARGET_FLAGS): Add WINDRES.
9903 (EXTRA_GCC_FLAGS): Add WINDRES.
9904 ($(DO_X)): Pass down WINDRES.
9905 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9906 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9907 DLLTOOL_FOR_TARGET.
9908
9909Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
9910
9911 * configure.in: configure sim before gdb for win32-x-ppc
9912
9913Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9914
9915 Move gperf into the toplevel, from libg++.
9916 * configure.in (target_tools): Add target-gperf.
9917 (native_only): Add target-gperf.
9918 * Makefile.in (all-target-gperf): New target, depend on
9919 all-target-libg++.
9920 (configure-target-gperf): Empty rule.
9921 (ALL_TARGET_MODULES): Add all-target-gperf.
9922 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9923 (CHECK_TARGET_MODULES): Add check-target-gperf.
9924 (INSTALL_TARGET_MODULES): Add install-target-gperf.
9925 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9926
9927Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 9928
252b5132
RH
9929 * config.sub (mn10200): Recognize new basic machine.
9930
9931Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9932
9933 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9934 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9935
9936Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9937
9938 * configure.in: If we're building mips-sgi-irix6* native, turn on
9939 ENABLE_MULTILIB and set TARGET_SUBDIR.
9940
9941Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
9942
9943 * Makefile.in (all-sn): Depend on all-grep.
9944
9945Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
9946
9947 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9948
9949 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9950 Makefile. From Jeff Makey <jeff@cts.com>.
9951 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9952
9953 * Makefile.in (DISTBISONFILES): Remove.
9954 (taz): Don't futz with DISTBISONFILES. Change BISON to use
9955 $(DEFAULT_YACC).
9956
9957 * configure.in: Build itl, db, sn, etc., when building for native
35590697 9958 cygwin32.
252b5132
RH
9959
9960 * Makefile.in (LD): New variable.
9961 (EXTRA_HOST_FLAGS): Pass down LD.
9962 ($(DO_X)): Likewise.
9963
9964Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
9965
9966 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9967
9968Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
9969
9970 * configure.in (targargs): Strip out any supplied --build argument
35590697 9971 before adding our own. Always add --build.
252b5132
RH
9972
9973Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
9974
9975 * configure.in (targargs): Pass --build if we're doing
9976 a cross-compile.
9977
9978Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
9979
ba73c63f 9980 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
9981 sed. Otherwise sed chokes on NT path names with drive
9982 designators. Also look for "?:*" as the leading characters in an
9983 absolute pathname.
9984
9985Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
9986
9987 * config.sub: Support for r3900.
9988
9989Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
9990
9991 * configure.in: Use install-sh, not install.sh.
9992
9993Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
9994
9995 * Makefile.in (taz): Improve check for BISON so it doesn't try to
9996 apply it twice.
9997
9998Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
9999
10000 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10001 install-binutils.
10002
10003Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10004
10005 * Makefile.in: Add automake targets.
10006 * configure.in (host_tools): Add automake.
10007
10008Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10009
10010 * configure: Default CXX to c++, not gcc.
10011 * Makefile.in (CXX): Set to c++, not gcc.
10012 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10013
10014Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10015
10016 * install-sh: try appending a .exe if source file doesn't
10017 exist
10018
10019Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10020
10021 * configure.in: Turn on multilib by default.
10022 (cross_only): Remove target-libiberty.
10023
10024 * Makefile.in (all-gcc): Don't depend on libiberty.
10025
10026Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10027
10028 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10029
10030Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10031
10032 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10033 (DISTBISONFILES): Add ld/Makefile.in
10034
10035Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10036
10037 * configure.in: if target is cygwin32 but host isn't cygwin32,
10038 don't configure gdb tcl tk expect, not just gdb.
10039
10040Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10041
10042 * configure.in: Added gnuserv everywhere sn appears.
10043
10044 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10045 (CROSS_CHECK_MODULES): Added check-gnuserv.
10046 (INSTALL_MODULES): Added install-gnuserv.
10047 (CLEAN_MODULES): Added clean-gnuserv.
10048 (all-gnuserv): New target.
10049
10050Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10051
10052 * config.guess: Fixes for MIPS OpenBSD systems.
10053
10054Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10055
10056 * Makefile.in (INSTALL_XFORM): Remove.
10057 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10058
10059 * mkinstalldirs: New file, copied from automake.
10060 * Makefile.in (installdirs): Rename from install-dirs. Use
10061 mkinstalldirs. Change all users.
10062 (DEVO_SUPPORT): Add mkinstalldirs.
10063
10064Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10065
10066 * install-sh: Rename from install.sh.
10067 * Makefile.in (INSTALL): Change install.sh to install-sh.
10068 (DEVO_SUPPORT): Likewise.
10069
10070 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10071 Graichen <graichen@rzpd.de>.
10072
10073Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10074
10075 * config.guess: Recognize OpenBSD systems correctly.
10076
10077Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10078
10079 * README, Makefile.in (ETC_SUPPORT): Remove references to
10080 cfg-paper*, configure.{texi,man,info*}._
10081
10082Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10083
10084 * Makefile.in (all.normal): Ensure that gcc is built after all
10085 the x11 - ie gdb - targets.
10086
10087Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10088
10089 * makefile.vms: Don't run conf-a-gas.
10090
10091Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10092
80413487 10093 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10094
10095Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10096
10097 * configure.in: Remove noconfigdirs case since gdb also
10098 configures and builds for tic80-coff.
10099
10100Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10101
10102 * configure: Set cache_file to config.cache.
10103 * Makefile.in (local-distclean): Remove config.cache.
10104
10105Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10106
10107 * COPYING: Update FSF address.
10108
10109Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10110
10111 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10112 noconfigdirs.
10113
10114Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10117 MAKEDIRS, is empty.
10118
10119Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10120
10121 * config.sub: Tweak mn10300 entry.
10122
10123Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10124
10125 * configure.in (host_tools): Put sim before gdb, so gdb's
10126 configure.tgt can determine if the simulator was configured.
10127
10128Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10129
10130 * config.sub: Move BeOS $os case to be with other Cygnus
10131 local cases.
10132
10133Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10134
10135 * config.sub: Remove misplaced comment that broke Linux.
10136
10137Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10138
10139 * config.sub: Add BeOS support.
10140
10141Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10142
10143 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10144
10145Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10146
10147 * configure.in (noconfigdirs): Remove tcl and tk from
10148 noconfigdirs for cygwin32 builds.
10149
10150Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10151
10152 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10153
10154Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10155
10156 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10157 make-all.com, use makefile.vms instead.
10158
10159Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10160
10161 * config.sub: Accept -lnews*.
10162
10163Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10164
10165 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10166 target-examples and target-libiberty for d30v.
252b5132
RH
10167
10168Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10169
10170 * configure.in (noconfigdirs): Enable ld for d30v.
10171
10172Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10173
10174 * configure.in (tic80-*-*): Build compiler.
10175
10176Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10177
10178 * configure.in (d30v-*): Remove sim directory from list of
35590697 10179 unsupported d30v directories
252b5132
RH
10180
10181Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10182
35590697
AJ
10183 * config.sub, configure.in: Add d30v target cpu.
10184
252b5132
RH
10185Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10186
10187 * makefile.vms: New file.
10188 * make-all.com: Remove.
10189
10190Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10191
10192 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10193
10194Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10195
10196 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10197
10198Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10199
10200 * Makefile.in (ALL_MODULES): Added all-db.
10201 (CROSS_CHECK_MODULES): Addec check-db.
10202 (INSTALL_MODULES): Added install-db.
10203 (CLEAN_MODULES): Added clean-db.
10204
10205Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10206
10207 * config.guess: Merge with latest FSF sources.
10208
10209Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10210
10211 * Makefile.in (ALL_MODULES): Added all-itcl.
10212 (CROSS_CHECK_MODULES): Added check-itcl.
10213 (INSTALL_MODULES): Added install-itcl.
10214 (CLEAN_MODULES): Added clean-itcl.
10215
10216Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10217
10218 * configure.in: build gdb for mn10200
10219
10220Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10221
10222 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10223
10224Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10225
10226 * configure.in (tic80-*-*): Turn off most targets right now.
10227
10228Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10229
10230 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10231 rather than the makeinfo program.
10232 (do-info): Depend upon all-texinfo.
10233
10234Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10235
10236 * configure.in: Remove uses of config/mh-linux.
10237
10238 * config.sub, config.guess: Merge with latest FSF sources.
10239
10240Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10241
10242 * config.sub (case $basic_machine): Add tic80 entries.
10243
10244Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10245
10246 * config.sub, config.guess: Merge with latest FSF sources.
10247
10248Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10249
10250 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10251 * mpw-config.in: Test for NewFolderRecursive.
10252 * mpw-install: Use symbolic name for startup filename.
10253 * mpw-README: Add various additional details.
10254
10255Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10256
10257 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10258
10259Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10260
10261 * configure.in: Do build gcc and the target libraries for
10262 the mn10200.
10263
10264Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10265
10266 * configure.in: don't avoid building gdb for mn10300 any more
10267 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10268 instead of single-quoting it.
10269
10270Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10271
10272 * configure.in: Don't use --with-stabs on IRIX 6.
10273
10274Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10275
10276 * configure.in (m32r): Build gdb, libg++ now.
10277
10278Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10279
10280 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10281 directories from noconfigdirs.
10282
10283Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10284
10285 * config.sub (basic_machine): added mips16 configuration
10286
10287Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10288
10289 * config.sub: Handle d10v-unknown.
10290
10291Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10292
10293 * config.sub: Handle v850-unknown.
10294
10295Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10296
10297 * Makefile.in: add findutils
10298 * configure.in: add findutils to list of host_tools
10299
10300Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10301
10302 * config.sub: Handle mn10200 and mn10300.
10303
10304Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10305
10306 * configure.in (d10v-*): Do not build librx.
10307
10308Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10309
10310 * configure.in (mn10300): Build everything except gdb & libgloss.
10311
10312Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10313
10314 * config.guess: Patch for Dansk Data Elektronik servers,
10315 from Niels Skou Olsen <nso@dde.dk>.
10316
10317 For ncr, use /bin/uname rather than uname, since GNU uname does not
10318 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10319
10320 Patch for MIPS R4000 running System V,
10321 from Eric S. Raymond <esr@snark.thyrsus.com>.
10322
10323 Fix thinko for nextstep.
10324
10325 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10326
10327 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10328 * config.guess: Guess mips-dec-mach_bsd4.3.
10329
10330 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10331 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10332 release numbers.
10333 * config.guess (mips-mips-riscos*): Emit just enough of the
10334 release number.
10335
10336 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10337 * config.guess (sparc-auspex-sunos*): Added.
10338 (f300-fujitsu-*): Added.
10339
10340 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10341 * config.guess: Recognize a Tadpole as a sparc.
10342
10343Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10344
10345 * config.guess: Don't assume that NextStep version is either 2 or
10346 3. NextStep 4 (aka OpenStep 4) has come out now.
10347
10348Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10349
10350 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10351 From Rik Faith <faith@cs.unc.edu>.
10352
10353Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10354
10355 * config.sub: Contributions from bug-gnu-utils to:
10356 Support plain "hppa" (no version given) architecture, reported by
10357 OpenStep.
10358 OpenBSD like NetBSD.
10359 LynxOs is not a hardware supplier.
10360
10361 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10362 OpenBSD like NetBSD.
252b5132
RH
10363 Stratus systems.
10364 More Pyramid systems.
10365 i[n>4]86 Intel chips.
10366 M680[n>4]0 Motorola chips.
10367 Use unknown instead of lynx for hardware manufacturer.
10368
10369Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10370
10371 * install.sh (chmodcmd): Set to null if the DST directory already
10372 exists.
10373
10374Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10375
10376 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10377 not use mt-ppc target Makefile fragment any more.
10378
10379Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10380
10381 * configure.in (*-*-windows): Exclude everything but those dirs
10382 needed to build windows.
10383
10384Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10385
10386 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10387
10388Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10389
10390 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10391
10392Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10393
10394 * Undo my previous change.
10395
10396Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10397
10398 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10399 unconditionally.
10400 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10401
10402Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10403
10404 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10405 host to add it's own flags.
252b5132
RH
10406
10407Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10408
10409 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10410
10411Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10412
10413 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10414 (CXX_FOR_TARGET): Likewise.
10415 (GCC_FOR_TARGET): Define.
10416 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10417 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10418 CC_FOR_TARGET was specified on the command line.
10419 (MAKEOVERRIDES): Don't define.
10420
10421Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10422
10423 * configure.in (m32r): Fix spelling of libg++ libs.
10424
10425Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10426
10427 * config.sub (-apple*): Remove, now redundant.
10428
10429Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10430
10431 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10432
10433 * configure: Rework yesterday's sed script patch.
10434
10435 * config.sub: Merge with FSF.
10436
10437Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10438
10439 * config.guess: Merge from FSF.
10440
10441 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10442 * config.guess: Use pc instead of unknown, for pc clone systems.
10443 Change linux to linux-gnu.
252b5132
RH
10444
10445 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10446 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10447
10448Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10449
10450 * test-build.mk (HOLES): Add "xargs" for gdb.
10451
10452 * configure: Avoid hpux10.20 sed bug.
10453
10454Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10455
4bddf3ad 10456 * configure.in: Add support for windows host
252b5132
RH
10457 (that is a build done under the Microsoft build environment).
10458
10459Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10460
10461 * Makefile.in: Replace all uses of srcroot with s, to shrink
10462 command line lengths.
10463
10464 Patches from Geoffrey Noer <noer@cygnus.com>:
10465 * configure.in: If configuring for newlib, pass --with-newlib to
10466 subdirectories.
10467 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10468 -Bnewlib/ and -Lwinsup to gcc.
10469 (CXX_FOR_TARGET): Likewise.
10470
10471Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10472
10473 * Makefile.in (ETC_SUPPORT): Add configure.
10474
10475Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10476
35590697 10477 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
10478 host configuration file.
10479
10480Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10481
10482 * configure.in: Break mn10x00 support into separate
10483 mn10200 and mn10300 configurations.
10484 * config.sub: Likewise.
10485
10486Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10487
10488 * configure.in: Add lots of stuff to noconfigdirs for
10489 the mn10x00 targets.
10490
10491 * config.sub, configure.in: Add mn10x00 support.
10492
10493Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10494
10495 * make-all.com: Call conf-a-gas, not config-a-gas.
10496
10497Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10498
10499 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 10500 targets.
252b5132
RH
10501
10502Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10503
10504 * mpw-README: Add much more detail for native PowerMac.
10505 * mpw-install: New file.
10506 * mpw-configure: Add --norecursion and --help options.
10507 * mpw-config.in: Translate readme and install files when
10508 copying to objdir.
10509 * mpw-build.in: Don't always depend on byacc and flex.
10510 (install-only-top): New action.
10511
10512Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10513
10514 * configure.in: You can now configure GDB for the v850.
10515
10516Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10517
10518 * configure.in (noconfigdirs): Don't configure any C++ dirs
10519 if targeting D10V.
10520
10521Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10522
10523 * config.sub: Recognize mips64vr5000.
10524
10525Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10526
10527 * configure.in: Use a single line for host_tools and native_only.
10528
10529Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10530
10531 * config.sub, configure.in: Add entries for m32r.
10532
10533Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10534
10535 * Makefile.in (inet-install): Don't run install-gzip.
10536
10537Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10538
10539 * configure.in: Don't config lots of things for *-*-windows*.
10540
10541Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10542
10543 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10544 (host_libs, host_tools): Copy from configure.in.
10545 * mpw-configure: Don't complain about directories not found.
10546
10547Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10548
10549 * configure.in (i[345]86): Recognize i686 for pentium pro.
10550 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10551 file.
10552
10553 * config.guess (i[345]86): Ditto.
10554
10555Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10556
10557 * configure.in (noconfigdirs): Removed gdb for D10V.
10558
10559Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10560
10561 * configure.in: Remove ld, target-libio, target-libg++, and
10562 target-libstdc++ from noconfigdirs.
10563
10564Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10565
10566 * configure: Fix three locations where shell scripts were
10567 being run directly rather than with config_shell.
10568
10569Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10570
10571 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10572 * config.sub (basic_machine): Recognize v850.
10573
10574Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10575
10576 * mpw-configure: Handle multiple enable/disable options and
10577 pass them down recursively, handle -c and -s flags appropriately
10578 depending on choice of compiler, add escape mechanism for
10579 quoted arguments to gC.
10580
10581Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10582
10583 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10584 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10585 so that -mrelocatable-lib and -mno-eabi are used.
10586
10587 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10588 not support --print-multi-lib, don't abort.
10589
252b5132
RH
10590Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10591
10592 * make-all.com: Run config-a-gas.
10593 * setup.com: Don't copy subdirectory files around.
10594
10595Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10596
10597 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10598 target, it now compiles correctly.
10599
10600Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10601
10602 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10603
10604Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10605
35590697 10606 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
10607
10608Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10609
10610 * configure.in (native_only): Add prms.
10611
10612Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10613
10614 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10615 (BINUTILS_SUPPORT_DIRS): Likewise.
10616
10617Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10618
10619 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10620 d10v support is added.
10621
10622Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10623
10624 * configure.in (d10v-*-*): New target.
10625
10626Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10627
10628 * config.guess (HP 9000/811): Recognize this as a PA1.1
10629 machine.
10630
10631Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10632
10633 * Makefile.in (do-tar-gz): New target, split out from tail end of
10634 taz target. Run each command separately, don't use pipes.
10635 (taz): Use it.
10636
10637Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10638
10639 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10640 * mpw-build.in: No builds should depend on building byacc or flex,
10641 they are assumed to be installed already.
10642
10643Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10644
10645 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10646 variable that CC_FOR_TARGET needs.
10647
10648Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10649
10650 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10651 options have changed since the last time the subdirectory was
10652 configured, and if it has, reconfigure.
10653 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10654 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10655
10656Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10657
10658 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10659 CLEAN_MODULES): Add bash.
10660 (all-bash): New target.
10661
10662Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10663
10664 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10665
10666Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10667
10668 * config.sub (basic_machine): Recognize d10v as a valid processor.
10669
10670Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10671
10672 * mpw-configure: Add support for --bindir.
10673 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10674
10675Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10676
10677 * configure.in: add bash, time, gawk to list of hosttools and things
10678 to only build for native toolchains
10679
10680Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10681
10682 * Makefile.in (docdir): Remove.
10683
10684Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10685
10686 * Makefile.in (datadir): Set to $(prefix)/share.
10687
10688Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10689
10690 * configure.in: build diff and patch for cygwin32-hosted
10691 toolchains.
10692
10693Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10694
10695 * config.sub: Accept -rtems*.
10696
10697Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10698
80413487 10699 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
10700 remove diff from the list of things not buildable
10701 via Canadian Cross
252b5132
RH
10702
10703Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10704
10705 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 10706 don't get ". ".
252b5132
RH
10707
10708Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10709
10710 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10711
10712Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10713
10714 * Makefile.in (taz): Handle case where tex3patch didn't even get
10715 checked out. Also, if it was found, put the symlink in a new util
10716 subdirectory.
10717
10718Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10719
10720 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10721
10722Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10723
10724 * config.sub: Recognize -openvms.
10725 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10726 * make-all.com, setup.com: New files.
10727
10728Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10729
10730 * Makefile.in (taz): tex3patch moved to texinfo/util.
10731
10732Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10733
afb8d725 10734 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
10735 * configure.in: remove make from disable-if-Can-Cross list
10736 enable gdb if ${host} and ${target} are cygwin32
10737
10738Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10739
10740 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10741 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10742
10743Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10744
10745 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10746 distinguish sysv/svr4/bsd variants.
10747 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10748
10749Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10750
10751 * configure.in: Added copyright notice.
10752 * move-if-change: Added copyright notice.
10753
10754Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10755
10756 * configure.in (powerpcle-*-solaris*): Until we get shared
10757 libraries working, don't build gdb, sim, make, tcl, tk, or
10758 expect.
10759
10760Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10761
10762 * config.guess: Merge with FSF:
10763
10764 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10765 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10766
10767 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10768 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10769
10770 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10771 * config.guess: Combine two OSF1 rules.
10772 Also recognize field test versions. From mjr@zk3.dec.com.
10773 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10774 because GNU uname does not support -p. From pmr@pajato.com.
10775
10776Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10777
10778 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10779
10780Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10781
10782 * mpw-README: Document GCCIncludes.
10783
10784Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10785
10786 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10787
10788Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10789
10790 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10791
10792Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10793
10794 * configure.in (*-*-cygwin32): Configure make.
10795
10796Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10797
10798 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10799
10800Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10801
10802 * Makefile.in (all-inet): Depend on all-perl.
10803
10804 * Makefile.in (inet-install): New target.
10805
10806 * Makefile.in (all-inet): Depend on all-tcl.
10807 (all-inet): Depend on all-send-pr.
10808
10809Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10810
10811 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10812 temporarily.
10813
10814Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10815
10816 * configure.in: Don't configure --with-gnu-ld on AIX.
10817
10818Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10819
10820 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10821
10822Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10823
10824 * Makefile.in (ALL_MODULES): Added all-inet.
10825 (CROSS_CHECK_MODULES): Added check-inet.
10826 (INSTALL_MODULES): Added install-inet.
10827 (CLEAN_MODULES): Added clean-inet.
10828 (all-indent): New target.
10829
10830 * configure.in (host_tools): Added inet.
10831 (native_only): Added inet.
10832 (noconfigdirs): Added inet.
10833
10834Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10835
10836 * configure.in: Don't configure libgloss if we are not configuring
10837 newlib.
10838
10839Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10840
10841 * configure.in: Don't configure libgloss for unsupported
10842 architectures.
10843
10844Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10845
10846 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10847
10848Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10849
10850 * Makefile.in (ALL_MODULES): Include all-apache.
10851 (CROSS_CHECK_MODULES): Include check-apache.
10852 (INSTALL_MODULES): Include install-apache.
10853 (all-apache): New target.
10854
10855 * configure.in: Added apache everywhere perl is seen.
10856
10857Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10858
10859 * Makefile.in: Add support for clean-{module} and
10860 clean-target-{module} rules.
10861
10862Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10863
10864 * configure.in (*-*-ose) do not build libgloss.
10865
10866Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10867
10868 * config.guess (prep*:SunOS:5.*:*): Turn into
10869 powerpele-unknown-solaris2.
10870
10871Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10872
10873 * configure.in: Permit --enable-shared to specify a list of
10874 directories.
10875
10876Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10877
10878 * configure.in (host==solaris): Pass only the first word of $CC
10879 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10880
10881Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10882
10883 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10884
10885Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10886
10887 * Makefile.in (ALL_MODULES): Include all-perl.
10888 (CROSS_CHECK_MODULES): Include check-perl.
10889 (INSTALL_MODULES): Include install-perl.
10890 (ALL_X11_MODULES): Include all-guile.
10891 (CHECK_X11_MODULES): Include check-guile.
10892 (INSTALL_X11_MODULES): Include install-guile.
10893 (all-perl): New target.
10894 (all-guile): New target.
10895
10896 * configure.in (host_tools): Include perl and guile.
10897 (native_only): Include perl and guile.
10898 (noconfigdirs): Don't build guile and perl; no ports have been
10899 done.
10900
10901Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
10902
80413487
RH
10903 * configure (--enable-*): Handle quoted option lists such as
10904 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
10905
10906Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10907
10908 * Makefile.in ({,inst}all-target): New rule so we can make and
10909 install all of the target directories easily.
10910
10911Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10912
10913 * configure.in: Add missing global flag in sed substitution when
10914 deleting `target-' from ${configdirs}.
10915
10916Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
10917
10918 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10919 option.
10920
10921 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10922 config/mh-necv4.
10923
10924 * install.sh: Correct misspelling of transformbasename.
10925
10926 * config.guess: Recognize mips-*-sysv*.
10927
10928Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
10929
10930 * config.sub: Recognize mon960.
10931
10932Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
10933
10934 * configure: Restore Canadian Cross handling of BISON and LEX,
10935 removed in Feb 20 change.
10936
10937Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
10938
10939 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10940 Mention make install. Remove the old copyright date as well the
10941 clumsy and rather pointless copyright on the README file.
10942
10943Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
10944
10945 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10946 Makefile after running symlink-tree, then run `make distclean' to
10947 avoid clobbering any generated files in srcdir.
10948
10949Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10950
10951 * configure.in (m68k-*-netbsd*): Build everything now.
10952
10953Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10954
10955 * Makefile.in (taz): Fix quoting.
10956
10957Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
10958
10959 * configure.in (sparclet-*-*): Build everything now.
10960
10961Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10962
10963 * configure.in (m68k-*-linux*): New host.
10964
10965Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
10966
10967 * configure: Check for bison before byacc.
10968
10969Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
10970
10971 * Makefile.in configure: Change the way LEX and BISON/YACC are
10972 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
10973 searching PATH. These are used as fallbacks by Makefile.in if
10974 flex/bison/byacc aren't in objdir.
10975
10976Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
10977
10978 * Makefile.in: Make everything which depends upon all-bfd also
10979 depend upon all-opcodes, in case --with-commonbfdlib is used.
10980
10981Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10982
10983 * configure.in (host *-*-cygwin32): Don't build gdb if we are
10984 building NT native compilers on Unix.
10985
10986Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
10987
10988 * configure.in: Don't get CC from the host Makefile fragment if we
10989 can find gcc in PATH, or if this is a Canadian Cross. Move the
10990 Solaris test for /usr/ucb/cc to the post target script, just after
10991 the compiler sanity test.
10992
10993Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
10994
10995 * config.sub: Merge with FSF.
10996
10997Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
10998
10999 * Makefile.in (RPATH_ENVVAR): New variable.
11000 (REALLY_SET_LIB_PATH): Use it.
11001 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11002
11003Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11004
11005 * config.sub, configure.in: Recognize sparclet cpu.
11006
11007Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11008
11009 * config.guess: Support m68k-cbm-sysv4.
11010
11011Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11012
11013 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11014 m68k-unknown-linuxaout from linker help string. Put quotes around
11015 $ld_help_string.
11016
11017Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11018
11019 * config.guess (powerpc-harris-powerunix): Add guess for port
11020 to new target.
11021
11022Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11023
11024 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11025
11026Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11027
11028 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11029 $(REALLY_SET_LIB_PATH) in Makefile.
11030 * Makefile.in (SET_LIB_PATH): New variable.
11031 (REALLY_SET_LIB_PATH): New variable.
11032 ($(DO_X)): Use $(SET_LIB_PATH).
11033 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11034 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11035 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11036 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11037 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11038 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11039 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11040 (install-dosrel): Likewise.
11041 (all-opcodes): Depend upon all-libiberty.
11042
11043Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11044
11045 * config.guess (*:CYGWIN*): New
11046
11047Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11048
11049 * Makefile.in (all-target-winsup): All all-target-libiberty.
11050
11051Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11052
11053 * configure.in (noconfigdirs): Add missing # in front of comment.
11054
11055Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11056
11057 * configure.in: add second pass to things added to noconfigdirs
11058 so *-gm-magic can exclude libgloss properly.
11059
11060Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11061
11062 * mpw-configure (extralibs_name, rez_name): Set correctly
11063 for MWC68K compiler.
11064
11065 * mpw-README: Add more info on the necessary build tools.
11066
11067Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11068
11069 * configure.in, config.sub: Recognize cygwin32.
11070
11071Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11072
11073 * config.guess, config.sub: Recognize A/UX.
11074
11075Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11076
11077 * config.sub: Merge with gcc/config.sub.
11078
11079Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11080
11081 * mpw-build.in (do-binutils): Add build of stamps.
11082
11083Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11084
11085 * config.sub: Add recognition for mips64vr4100*-* targets.
11086
11087Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11088
11089 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11090 Add creation of gconfigargs with `--enable-shared' turned on.
11091 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11092 ($(host)-stamp-stage3-configured): Likewise.
11093 (HOLES): Add chatr and ldd.
11094 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11095
11096Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11097
11098 * configure: Pass --nfp to recursive configures.
11099
11100Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11101
11102 * Makefile.in (DLLTOOL): New.
11103 (DLLTOOL_FOR_TARGET): New.
11104 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11105 (EXTRA_TARGET_FLAGS): Ditto.
11106 (EXTRA_GCC_FLAGS): Ditto.
11107 (CONFIGURE_TARGET_MODULES): Ditto.
11108 (DO_X): Ditto.
11109 * configure: Add DLLTOOL.
11110
11111Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11112
11113 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11114 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11115 mh-sco, since old workarounds no longer needed, and don't
11116 build ld, since libraries have weak symbols in COFF.
11117
11118Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11119
11120 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11121
11122Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11123
11124 * configure.in: Make sure that ${CC} can be used to compile an
11125 executable.
11126
afb8d725
JM
11127Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11128
11129 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11130 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11131 nothing depending on whether gdbtk is being built.
11132
252b5132
RH
11133Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11134
11135 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11136
11137Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11138
11139 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11140 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11141
11142Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11143
11144 * config-ml.in: Add support for
11145 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11146 Simplify setting of multidirs from --disable-foo.
11147
11148Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11149
11150 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11151 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11152 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11153 non-empty, pass them on to the GCC make.
252b5132
RH
11154 (all-bootstrap): New rule that is like all-gcc, except it executes
11155 the GCC bootstrap rule instead of the GCC all rule.
11156
11157Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11158
11159 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11160
11161Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11162
11163 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11164 DG/UX support.
11165
11166Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11167
11168 * config.sub (i*86*) Change [345] to [3456]
11169
11170Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11171
11172 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11173 --with-gnu-ld=no.
11174
11175Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11176
11177 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11178 AIX multilibs get built.
11179
11180Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11181
11182 * configure.in (i386-win32): Don't build expect if we're not
11183 building the tcl subdir.
11184
11185Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11186
11187 * Makefile.in: (configure-target-examples, all-target-examples):
11188 New targets, configure and build example programs.
11189
11190Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11191
11192 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11193 use it as input to sedit the generated MPW makefile.
11194 * mpw-README: Add a suggestion about Gestalt.h.
11195
11196Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11197
11198 * config.sub: Accept *-*-ieee*.
11199
11200Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11203 Ronald F. Guilmette <rfg@monkeys.com>.
11204
11205Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11206
11207 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11208 for powerpc-pe native.
11209 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11210 (target==powerpc-pe): duplicate i386-win32 entry.
11211
11212Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11213
11214 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11215 of vxworks, not just vxworks5.1.
11216
11217Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11218
11219 * mpw-configure: Add support for exec-prefix.
11220
11221Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11222
11223 * config.guess: Recognize HP model 816 machines as having
11224 a PA1.1 processor.
11225
11226Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11227
11228 * configure: Ignore new autoconf configure options.
11229
252b5132
RH
11230Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11231
11232 * config.guess: Recognize Pentium under SCO.
11233 From Robert Lipe <robertl@arnet.com>.
11234
11235Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11236
11237 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11238
11239Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11240
11241 * configure.in: Don't configure gas for alpha-dec-osf*.
11242
11243Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11244
11245 * configure.in: Default to --with-stabs for some targets for which
11246 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11247 i[345]86*-*-unixware*.
11248
11249Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11250
11251 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11252 rather than basing it on the target. Simplify handling of options
11253 controlling which directories to configure. Remove extraneous
11254 slash in multi-clean target.
11255
11256Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11257
11258 * config-ml.in: Prefix more variables with ml_ so they don't collide
11259 with configure's.
11260
11261Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * configure: Don't turn -v into --v.
11264
11265Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11266
11267 * configure.in (targargs): Fix typo.
11268
11269 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11270
11271Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * configure.in: Strip --host and --target options from
11274 CONFIG_ARGUMENTS, and always configure for --host only. Add
11275 --with-cross-host option when building with a cross-compiler.
11276 * configure: Canonicalize the arguments put into config.status by
11277 always using `=' for an option with an argument. Pass a presumed
11278 --host or --target explicitly.
11279
11280Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11281
11282 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11283 into general OS recognition case.
11284
11285Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11286
11287 * configure.in (target_configdirs): add target-winsup only
11288 for win32 target systems.
11289
11290Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * Makefile.in (all-target-libgloss): Depend upon
11293 configure-target-newlib, since when libgloss is built it looks to
11294 see if the newlib directory exists.
11295
11296Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11297
11298 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11299 cfg-ml-*.in.
11300
11301Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11302
11303 * configure: Handle LD and LD_FOR_TARGET when configuring a
11304 Canadian Cross.
11305
252b5132
RH
11306Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11307
11308 * configure.in (target_libs): add target-winsup.
11309 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11310 (target==ppcle-pe): remove ld from $noconfigdirs.
11311
11312Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11313
11314 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11315 Preserve relative path names in $srcdir. Build symlink tree if
11316 configuring cross target dir and srcdir=. (= no VPATH support).
11317 (configure-target-libg++): Depend on configure-target-librx.
11318 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11319 * config-ml.in: New file.
11320 * symlink-tree: New file.
11321 * configure: Ensure srcdir="." if that's what it is.
11322
11323Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11324
11325 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11326 includes and FLEX_SKELETON setting.
11327 * mpw-configure (--with-gnu-ld): New option, controls whether
11328 to use PPCLink or ld with PowerMac GCC.
11329 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11330 * mpw-config.in: Configure grez if targeting Mac.
11331
11332 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11333 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11334 just macos.
252b5132
RH
11335 * configure.in: Configure grez resource compiler if targeting Mac.
11336 * Makefile.in (all-grez, install-grez): New targets.
11337
11338Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11339
11340 * configure: CXX defaults to gcc, not g++. If we find
35590697 11341 gcc in the path, set CC to gcc -O2.
252b5132
RH
11342
11343Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11344
11345 * configure: Default ${build} correctly. Avoid picking up extra
11346 spaces when reading CC and CXX from Makefile. When doing a
11347 Canadian Cross, use plausible default values for numerous
11348 variables.
11349 * configure.in: When doing a Canadian Cross, don't try to
11350 configure tools whose configure script can't handle it.
11351
11352Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11353
11354 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11355
11356Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11357
11358 * configure: Remove dubious bug reporting address.
11359
11360Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11361
11362 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11363 configure script, run that instead of this directory's configure.
11364 In either case, print a message that we're configuring the sub-dir.
11365
11366Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11367
11368 * configure.in: Before checking for the existence of various files,
11369 use sed to filter out "target-".
11370
11371Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * Makefile.in (DO_X): Split rule to decrease command line length
11374 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11375 (Philippe De Muyter).
11376
11377Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11378
11379 * Makefile.in (all-patch): depend on all-libiberty.
11380
11381Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11382
11383 * configure.in: If the only directory in target_configdirs which
11384 actually exists is libiberty, then set target_configdirs to empty,
11385 to avoid trying to build a target libiberty in a gas or gdb
11386 distribution.
11387
11388Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11389
11390 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11391 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11392 systems.
252b5132
RH
11393
11394Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11395
11396 * configure.in (copy_dirs): Use sys-include instead of include
11397 for --with-headers option.
11398
11399Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11400
11401 * Makefile.in, configure.in: Make winsup builds work with
11402 new scheme.
11403
11404Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11405
11406 * configure.in: Build the linker on AIX.
11407
11408Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11409
11410 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11411 where needed.
11412
11413Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11414
11415 * Makefile.in (all-gcc): Fix typo.
11416
11417Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11418
11419 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11420
11421Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11422
11423 * configure.in: Rename libFOO to target-libFOO, and xiberty
11424 to target-xiberty, to provide more flexibility.
11425 (target_subdir): Define. Create if cross.
11426 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11427 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11428 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11429 check-libFOO -> check-target-libFOO, etc.
11430 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11431 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11432 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11433 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11434 allow ALL_GCC="" to only configure.
11435 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11436 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11437 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11438
11439Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11440
11441 * Makefile.in (taz): Build "info" in etc explicitly.
11442
11443Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11444
11445 * configure.in: Make sure that CC is undefined (as opposed to
11446 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11447 problem with autoconf trying to configure on a host without GCC.
11448
11449Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11450
11451 * mpw-configure: Set host alias from choice of host compiler,
11452 only use generic MPW Makefile sed if present, edit a file
11453 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11454 * mpw-README: Add problem notes about CW6 and CW7.
11455
11456Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11457
11458 * Makefile.in (taz): Use ";" instead of ";;".
11459
11460Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11461
11462 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11463 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11464 DISTDOCDIRS.
11465 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11466 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11467
11468Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11469
11470 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11471 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11472 Move bfd to DISTSTUFFDIRS.
11473
11474Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11475
11476 * Makefile.in (X11_LIB): Removed.
11477 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11478
11479 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11480
11481Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11482
11483 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11484 names.
11485
11486Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11487
11488 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11489
11490Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11491
11492 * configure.in (i[345]86-*-win32): Always build newlib.
11493 Don't configure cvs, autoconf or texinfo.
11494 * Makefile.in (LD_FOR_TARGET): New.
11495 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11496 Pass down LD_FOR_TARGET.
11497
11498Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11499
11500 * winsup: New directory.
11501 * Makefile.in: Build winsup.
11502 * configure.in: Winsup is configured when target is win32.
11503 Can only build win32 target GDB when native.
35590697 11504
252b5132
RH
11505Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11506
11507 * config.guess: Recognize HP model 819 machines as having
11508 a PA 1.1 processor.
11509
11510Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11511
11512 * configure: Fix sed loop which substitutes for CC and CXX to
11513 avoid bug found in various sed implementations.
11514
11515Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11516
11517 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11518 simulator. Use standard powerpc-*-eabi*.
11519
11520Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * configure.in: Stop putting gas and binutils in noconfigdirs for
11523 powerpc-*-aix* and rs6000-*-*.
11524
11525Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11526
11527 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11528 -mcall-aixdesc libraries.
11529
11530Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11531
11532 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11533
11534 * config.sub (arm | armel | armeb): Fix shell syntax.
11535
11536Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11537
11538 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11539 -msoft-float and -mcpu=common support.
11540 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11541 libraries.
11542
11543Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11544
11545 * configure.in: Allow configuration and build of emacs19 for the alpha.
11546
11547Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11548
11549 * configure.in (CC): Get ^CC, not just any old CC, from
11550 ${host_makefile_frag}.
11551
11552Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11553
35590697 11554 * configure.in (CC): Try to get CC from
252b5132
RH
11555 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11556
11557Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11558
11559 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11560 only if it exists in $(srcdir).
11561
11562Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11563
11564 * configure: If CC and CXX are not set in the environment, set
11565 them, based on either an existing Makefile or on searching for gcc
11566 in PATH. Substitute for CC and CXX in Makefile.
11567 * configure.in: Remove libm from target_libs. Separate
11568 target_configdirs from configdirs. If CC is not set in
11569 environment, try to get it from a host Makefile fragment. Rewrite
11570 changes of configdirs to use skipdirs instead. A few minor
11571 tweaks. Take directories out of target_configdirs as they are
11572 taken out of configdirs. Remove existing Makefile files from
11573 subdirectories. Substitute for TARGET_CONFIGDIRS and
11574 CONFIG_ARGUMENTS in Makefile.
11575 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11576 by configure.in.
11577 (CONFIG_ARGUMENTS): Likewise.
11578 (CONFIGURE_TARGET_MODULES): New variable.
11579 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11580 ($(CONFIGURE_TARGET_MODULES)): New target.
11581 (configure-libg++, configure-libio): New targets.
11582 (all-libg++): Depend upon configure-libg++.
11583 (all-libio): Depend upon configure-libio.
11584 (configure-libgloss, all-libgloss): New targets.
11585 (configure-libstdc++): New target.
11586 (all-libstdc++): Depend upon configure-libstdc++.
11587 (configure-librx, all-librx): New targets.
11588 (configure-newlib): New target.
11589 (all-newlib): Depend upon configure-newlib
11590 (configure-xiberty): New target.
11591 (all-xiberty): Depend upon configure-xiberty.
11592
11593Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11594
11595 * configure.in (host i[345]86-*-win32): Expand the
11596 noconfigdirs again.
11597
11598Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11599
11600 * mpw-configure: Fix sed command file name.
11601
11602Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11603
35590697 11604 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
11605 noconfigdirs again.
11606
11607Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11608
11609 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11610 or powerpc*-*-pe*, since they are not yet supported.
11611
11612Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11613
11614 Add PowerMac support and many other enhancements.
11615 * mpw-configure: New option --cc to select compiler to use,
11616 paste options set according to --cc into the generated
11617 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11618 if mpw-make.sed is present.
11619 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11620 add forward includes for PowerPC include files.
11621 * mpw-build.in: Build using Makefile.PPC if present.
11622 (do-byacc, etc): Remove separate version resource builds.
11623 (do-gas): Build "stamps" before "all".
11624 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11625 * mpw-README: Update to reflect --cc option, PowerMac support,
11626 and recently-reported compatibility problems.
11627
11628Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11629
11630 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11631 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11632 (--with-multilib-top): Pass to recursive invocations.
11633
11634Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11635
11636 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11637 v810-*-*.
11638
11639Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11640
11641 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11642 gdb, ld and opcodes on v810-*-*.
11643
252b5132
RH
11644Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11645
11646 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11647 (local-maintainer-clean): New target.
11648 (maintainer-clean): New target.
11649 (realclean): Just depend upon maintainer-clean.
11650
11651Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11652
11653 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11654
11655Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11656
11657 * configure.in: Build ld in mips*-*-bsd* case.
11658
11659Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11660
11661 * config.sub: Accept -lites* OS. From Ian Dall.
11662
11663Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11664
11665 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 11666 targets.
252b5132
RH
11667
11668Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11669
11670 * configure.in: treat i386-win32 canadian cross the same as
11671 i386-go32 canadian cross.
11672
11673Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11674
11675 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11676 running under the simulator to build a reduced set of libraries.
11677 (powerpc-*-eabiaix): Add fine grained multilib support added to
11678 other powerpc targets yesterday.
11679
11680Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11681
11682 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11683 -disable-softfloat, -disable-relocatable, -disable-aix, and
11684 -disable-sysv to control which multilib libraries get built.
11685
11686Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11687
11688 * configure: Add Makefile.tem to list of files to remove in trap
11689 handler.
11690
11691Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11692
11693 * config.guess (*Linux*): Add missing "exit"s.
11694 Also, need specific check for alpha-unknown-linux (uses COFF).
11695
11696Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11697
11698 * config.guess: Merge with FSF:
11699
11700 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11701 * config.guess (AIX4): More robust release numbering discovery.
11702
11703 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11704 * config.guess (i386-sequent-ptx): Properly get version number.
11705
11706 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11707 * config.guess (mips:*:4*:UMIPS): New case.
11708
11709Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11710
11711 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11712 (i386-win32 host): Likewise. Don't build readline.
11713
afb8d725
JM
11714Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11715
11716 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11717 SUPPORT_FILES to submakes.
11718
252b5132
RH
11719Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11720
11721 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11722 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11723 mpw-configure.
11724
11725Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11726
11727 * configure.in (appdirs): Use =, not ==, in test expression when
11728 trying to build the text to print in the warning message for
11729 Solaris users.
11730
11731Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11732
11733 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11734
11735Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11736
11737 * config.guess: Recognize lynx-2.3.
11738
11739Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11740
11741 * config.sub (z8ksim): Deleted
11742 (z8k-*-coff): New, this is the one true name of the target.
11743
11744Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11745
11746 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11747
11748Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11749
11750 * config.guess (*:Linux:*:*): First try asking the linker what the
11751 default object file format is (elf, aout, or coff). Then if this
11752 fails, try previous methods.
11753
11754Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11755
11756 * configure.in: Don't build newlib for *-*-vxworks5.1.
11757
11758Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11759
11760 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11761 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11762
11763Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11764
11765 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11766
11767Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11768
11769 * cfg-ml-com.in: New file.
11770 * cfg-ml-pos.in: New file.
11771
11772Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11773
11774 * COPYING.NEWLIB: Add HP free copyright to list.
11775
11776Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11777
11778 * config.sub: Recognize -eabi* for the system, not just -eabi.
11779
11780Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11781
11782 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11783 * config.sub, configure.in (win32): New target and host.
11784
11785Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11786
11787 * configure.in: Add i386-pe configuration.
11788
11789Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11790
11791 * mpw-build.in (install): Install GDB after LD.
11792
11793Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11794
11795 * mpw-config.in (elf/mips.h): Always forward-include, needed
11796 for GDB to build.
11797
11798Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11799
11800 * testsuite: New directory for customer acceptance and whole tool
11801 chain tests.
11802
11803Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11804
11805 * configure: If per-host line isn't found, but AC_OUTPUT is found
11806 and a configure script exists, run it instead.
11807
11808Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11809
11810 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11811
11812Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11813
11814 * configure: Set build_{cpu,vendor,os,alias} to host values when
11815 --build isn't specified.
11816
11817Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11818
11819 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11820 (FLAGS_TO_PASS): Pass them.
11821 (EXTRA_TARGET_FLAGS): Ditto.
11822
252b5132
RH
11823Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11824
11825 * Makefile.in (all-libg++): Depend on all-libstdc++.
11826
11827Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11828
11829 * configure.in (noconfigdirs): Enable all packages for
11830 i386-unknown-netbsd.
11831
11832Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11833
11834 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11835 hosted builds (DOS builds)
11836
11837Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11838
11839 Changes for ARM based on patches from Richard Earnshaw:
11840 * config.sub: Handle armeb and armel.
11841 * configure.in: Omit arm linker only for riscix.
11842
11843Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11844
11845 * config.guess: Update from FSF.
11846
11847Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11848
11849 * config.sub: Recognize powerpcle as the little endian varient of
11850 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11851 powerpcle variant. Convert pentium into i586, not i486. Add p5
11852 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11853 temporarily.
11854
11855Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11856
11857 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11858
11859Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11860
11861 * config.sub: Accept -lites* as a basic system type.
11862
11863Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11864
11865 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11866 installed, and if so return linuxoldld as the system name.
11867
11868Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11869
11870 * config.guess: Add hppa1.1-hp-lites support.
11871
11872Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11873
11874 * configure.in: Don't build newlib for m68k-vxworks5.1.
11875
11876Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11877
11878 * configure.in (mips-sgi-irix6): Use mh-irix5.
11879
11880Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11881
11882 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11883
11884Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11885
11886 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 11887 OSF/1. Fix compiler flags.
252b5132
RH
11888 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
11889
11890Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
11891
11892 * configure.in: Recognize --with-newlib.
11893 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11894
afb8d725
JM
11895Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11896
11897 * Makefile.in: move {all,check,install}-gdb from *_MODULES
11898 to *_X11_MODULES due to gdbtk needing X include files et al.
11899
252b5132
RH
11900Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
11901
11902 Merge in support for Mac MPW as a host.
11903 (Old change descriptions retained for informational value.)
11904
11905 * mpw-config.in: Add generic include forwards for cpu-specific
11906 include files in aout and elf directories.
11907
11908 * mpw-configure: Added copyright.
11909 * mpw-config.in: Check for presence of required build tools.
11910 (target_libs): Add newlib.
11911 (target_tools): Add examples.
11912 (Read Me): Generate as "Read Me for MPW" instead.
11913 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11914 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11915 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11916
11917 * mpw-configure: Remove subdir-specific makefile hackery,
11918 delete mk.tmp after using it.
11919
11920 * mpw-build.in (all): Display start and end times.
11921
11922 * mpw-configure (host_canonical): Set.
11923 (target_cpu): Always add to makefiles.
11924 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11925 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11926 (mpw-mh-mpw): Look for in srcdir and srcroot.
11927 Use sed instead of mpw-edit-prefix to edit prefix definitions.
11928
11929 * mpw-build.in: (install-only): New target.
11930
11931 * mpw-configure (host_alias, target_alias): Rename from hostalias
11932 and targetalias, add into generated Makefile.
11933 (mk.tmp): If present, add into generated Makefile.
11934 * mpw-build.in (all-gas): Build config.h first before gas proper.
11935
11936 * mpw-configure (config.status): Write only if changed.
11937 * mpw-config.in (readline): Configure it (not built, just used for
11938 definitions).
11939
11940 * mpw-config.in (elf/mips.h): Add a forward include.
11941
11942 * mpw-config.in: Forward-include most .h files in include into
11943 extra-include.
11944 (readline): Don't build.
11945 mpw-build.in (install): Install GDB.
11946
11947 * mpw-configure (prefix, mpw_prefix): Handle it.
11948 * mpw-config.in (mmalloc, readline): Don't configure.
11949 * mpw-build.in (thisscript): Rename to ThisScript.
11950 Use mpw-build instead of BuildProgram everywhere.
11951 (mmalloc, readline): Don't build.
11952 * mpw-README: New file, basic documentation about the MPW port.
11953
11954 * mpw-config.in: Use forward-include to create include files.
11955
11956 * mpw-configure: Add more things to the top of each configured
11957 Makefile, including contents of config/mpw-mh-mpw.
11958 * mpw-config.in (extra-include): Create this directory and fill it
11959 with Posix-like include files when configuring.
11960
11961 * config.sub (apple, mac, mpw): Add various aliases.
11962
11963 * mpw-build.in: New file, top-level build script fragment for MPW.
11964 * mpw-configure: New file, configure script for MPW.
11965 * mpw-config.in: New file, config fragment for MPW.
11966
11967Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11968
11969 * configure.in (host_libs): Remove glob, since it is gone from the
11970 sources.
11971
11972Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11973
11974 * Makefile.in: define empty GDB_NLM_DEPS var.
11975
11976 * configure.in(target_makefile_frag): use config/mt-netware
11977 for netware targets.
11978
11979Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
11980
11981 * config.sub: Merge in recent FSF changes. Remove linux special
11982 cases.
11983
11984Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11985
4bddf3ad 11986 Revert this change:
252b5132
RH
11987
11988 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11989
11990 * build-all.mk: Use CC=cc -Xs on Solaris.
11991
252b5132
RH
11992Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
11993
11994 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
11995 stop using it.
11996 * Makefile.in: Nuke all references to glob subdirectory.
11997
11998Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11999
12000 * configure.in: Fix --enable-shared logic in per-host.
12001
12002Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12003
12004 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12005
12006Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12007
12008 * configure.in (noconfigdirs): Don't build gas on AIX, for
12009 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12010
12011Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12012
12013 * configure: Fix --cache-file to work if the file argument is a
12014 relative path.
12015
12016Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12017
12018 * configure: If the --cache-file is used, pass it down to
12019 configure in subdirectories.
12020
12021Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12022
12023 * config.sub: add vxworks29k configuration.
12024
12025Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12026
12027 * Makefile.in (taz): Do "diststuff" part quietly.
12028
12029Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12030
12031 * config.sub: Mini-merge with gcc/config.sub.
12032
12033Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12034
12035 * config.guess (IRIX): Sed - to _.
12036
12037Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12038
12039 * Makefile.in (source-vault, binary-vault): New targets.
12040
12041Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12042
12043 * config.sub: Recognize -eabi as a basic system type.
12044
12045Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12046
12047 * configure.in (enable_shared stuff): Fix typo.
12048
12049Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12050
12051 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12052
12053Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12054
12055 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12056
12057Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12058
12059 * configure.in (rs6000-*-*): Don't build gas.
12060
12061Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12062
12063 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12064 reduce command line length.
12065 (AS_FOR_TARGET): Check for as.new, not Makefile.
12066 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12067
12068Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12069
12070 * config.guess: Merge from FSF.
12071
12072Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12073
12074 * configure: Don't use $ when handling program_suffix.
12075
12076Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12077
12078 * configure.in: Configure tk for hppa/hpux.
12079
12080Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12081
12082 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12083
12084Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12085
12086 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12087 to LIBCXXFLAGS. Tests are better run without it.
12088
12089Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12090
12091 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12092
12093Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12094
12095 * configure.in (*-*-netware*): Don't configure xiberty.
12096
12097Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12098
12099 * configure.in: Remove tk from native_only list.
12100
12101Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12102
12103 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12104 for special NCD build.
12105
12106Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12107
12108 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12109 makeall.bat, they're only useful for binutils snapshots.
12110 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12111 makeall.bat to specified SUPPORT_FILES.
12112
12113Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12114
12115 * build-all.mk: Add Ericsson targets to sun4 and solaris
12116 hosts. Add BNR's sun4 target to solaris host, so their
12117 build-from-source will be tested in-house first.
12118
12119Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12120
12121 * Makefile.in (LIBCFLAGS): New variable.
12122 (CFLAGS_FOR_TARGET): Ditto.
12123 (LIBCFLAGS_FOR_TARGET): Ditto.
12124 (LIBCXXFLAGS): Ditto.
12125 (CXXFLAGS_FOR_TARGET): Ditto.
12126 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12127 (BASE_FLAGS_TO_PASS): Pass them.
12128 (EXTRA_TARGET_FLAGS): Ditto.
12129
4bddf3ad 12130 * configure.in: Support --enable-shared.
252b5132
RH
12131
12132Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12133
12134 * configure.in (target_libs): Include libstdc++ again.
12135 * config.guess: Update from FSF (for FreeBSD).
12136
12137Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12138
12139 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12140 makeall.bat.
12141 (DISTDOCDIRS): Add `etc'.
12142 (ETC_SUPPORT_PFX): New variable.
12143 (taz): Include anything from etc starting with a word in
12144 ETC_SUPPORT_PFX.
12145
12146Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12147
12148 * config.sub: Update for recent FSF changes. Remove obsolete
12149 h8300hds entry. Add -windows* and -osx as basic os. Minor
12150 spacing changes.
12151
12152Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12153
12154 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12155
12156 * config.guess: Merge with FSF.
12157 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12158
12159Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12160
12161 * configure: Since the "trap 0" handler will override the exit
12162 status on many systems, only use it for "exit 1", and make it set
12163 a non-zero exit status; reset it before "exit 0". Also, check
12164 exit status of config.sub, and error out if it failed.
12165
12166Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12167
12168 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12169 and install libgloss.
12170
12171Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12172
12173 * Makefile.in (all-binutils): Depend upon all-byacc.
12174
12175 * configure.in: Don't build emacs on Irix 5.
12176
12177Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12178
12179 * configure.in (*-*-netware*): Add libio.
12180
12181Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12182
12183 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12184 (CHECK_TARGET_MODULES): Ditto.
12185 (INSTALL_TARGET_MODULES): Ditto.
12186 (TARGET_LIBS): Ditto.
12187 (all-libstdc++): Note dependencies.
12188
12189Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12190
12191 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12192
12193Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12194
12195 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12196 -fexternal-templates.
12197
12198 * configure.in (target_libs): Add libstdc++.
12199 (noconfigdirs): Add libstdc++ as appropriate.
12200
12201Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12202
12203 * config.guess: Update from FSF.
12204
12205Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12206
12207 * configure: Use ${config_shell} when running ${configsub}.
12208
12209Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12210
12211 * config.sub: No longer recognize h8300h.
12212
12213Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12214
12215 * config.sub: Remove extraneous differences between config.sub and
12216 gcc/config.sub.
12217
12218Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12219
12220 * Makefile.in (DISTSTUFFDIRS): Add gas.
12221
12222Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12223
12224 * COPYING.NEWLIB: New file.
12225
12226Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12227
12228 * config.guess (HP-UX): Patch from Harlan Stenn
12229 <harlan@landmark.com> to also emit release level.
12230
12231Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12232
12233 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12234
12235Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12236
12237 * config.sub: Merge nextstep cleanup from FSF.
12238
12239Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12240
12241 * configure.in (arm-*-*): Don't configure ld for this target.
12242
12243Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12244
12245 * configure.in (*-*-netware): don't configure libg++, libio,
12246 librx, or newlib.
12247
12248Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12249
12250 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12251 configure ld--it works, but it doesn't support shared libraries.
12252
12253Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12254
12255 * config.guess (*-unknown-freebsd*): Get rid of possible
12256 trailing "(Release)" in version string.
12257 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12258
12259Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12260
12261 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12262 Fix type: *-next-neststep -> *-next-nextstep.
12263
12264 * config.guess: Merge from FSF:
12265
12266 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12267
12268 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12269
12270 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12271
12272 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12273 instead of UNIX_SV for UnixWare 1.0).
12274
12275Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12276
12277 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12278 to make gdb/nlm/* build after the compiler and linker.
12279
12280Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12281
12282 * config.guess (netbsd, freebsd, linux): Accept any machine,
12283 not just i[34]86.
12284 (m68k-atari-sysv4): Relocate to match FSF version.
12285
12286 * config.guess: More merges from the FSF:
12287
12288 Add a space before function call or macro invocation.
12289
12290 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12291
12292 * config.guess: Add trap cmd to remove dummy.c and dummy when
12293 interrupted.
12294
12295 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12296
12297 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12298 (dummy): Redirect stderr from compilation of dummy.c.
12299
12300 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12301
12302 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12303
12304Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12305
12306 * configure: Accept and ignore --cache*, for compatibility with
12307 new autoconf.
12308
12309Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12310
12311 * config.guess: Merge from FSF:
12312
12313 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12314
12315 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12316 (PATH): Add /.attbin at end for finding uname.
12317 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12318
12319 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12320
80413487 12321 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12322
12323 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12324
80413487
RH
12325 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12326 to select whether to use ELF or COFF.
252b5132
RH
12327
12328 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12329
80413487 12330 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12331
12332 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12333
12334 * config.guess: Guess the OS version for HPUX.
12335
12336 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12337
12338 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12339
12340Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12341
12342 * configure.in: Recognize --with-headers, --with-libs, and
12343 --without-newlib.
12344 * Makefile.in (all-xiberty): Depend upon all-ld.
12345
12346Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12347
12348 * configure.in: Change i[34]86 to i[345]86.
12349
12350Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12351
12352 * configure (version): A few more tweaks to help message.
12353
12354Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12355
12356 * Makefile.in: Remove (for now) librx as a host library,
12357 now that we're building it for target.
12358
12359Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12360
12361 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12362 (Karl Berry).
12363
12364Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12365
12366 * configure.in: Also configure librx.
12367
12368Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12369
12370 * Makefile.in: Update various rules to reflect that librx
12371 is now needed for libg++.
12372
12373Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12374
12375 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12376
12377Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12378
12379 * configure.in: Configure the examples directory.
12380
12381Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12382
12383 * configure: Simplify Jun 2 1994 change.
12384
12385Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12386
12387 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12388 /bin/gcc isn't good enough to build gcc.
12389
12390Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12391
12392 * Makefile.in (GDB_SUPPORT_FILES): Remove
12393 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12394 (gdb.tar.gz): Add new rule to use standard distribution building
12395 mechanism.
12396
12397Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12398
12399 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12400 Bill Cox <bill@cygnus.com>.
12401
12402Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12403
12404 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12405
12406Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12407
12408 * configure: Search current dir first in .gdbinit.
12409
12410Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12411
12412 * config.sub: Recognize freebsd (merged from gcc config.sub).
12413
12414Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12415
12416 * config.sub: Refer to NeXT's operating system as nextstep.
12417
12418 * config.sub (case $basic_machine): Re-order the cases, to match
12419 the order in the FSF version (which is mostly alphabethical).
12420 Merge in some additions and changes from the FSF.
12421
12422Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12423
12424 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12425 * config.sub: Recognize cxux7.
12426 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12427
12428Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12429
12430 * config.sub: Fix typo powerpc -> powerpc-*.
12431
12432Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12433
12434 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12435
12436 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12437 parallel with all-emacs and install-emacs). Top-level command
12438 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12439
12440Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12441
12442 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12443 $(relbindir)/make before doing ``make install'', and use
12444 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12445 installing over running make binary.
12446 ($(host)-stamp-stage3-installed): Likewise.
12447
12448Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12449
12450 * config.guess: Recognize Mach.
12451
12452Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12453
12454 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12455 see whether --exec-prefix was used.
12456
12457Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12458
12459 * README: Explicitly mention libg++/README. (Zoo's idea.)
12460
12461Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12462
12463 * Makefile.in: Add all-librx target similar to all-libproc.
12464
12465Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12466
12467 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12468 with post 1.2 uname bogosity.
12469
12470Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12471
12472 * configure: Remove temporary files on receipt of a signal.
12473
12474Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12475
12476 * configure: If there is a package_makefile_frag, remove
12477 ${subdir}/Makefile.tem after copying it in.
12478
12479Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12480
12481 * build_all.mk: support rs6000 lynx identifies itself as
12482 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12483 since /bin/gcc is too feeble to compile a modern gcc.
12484
12485Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12486
12487 * brought devo/test-build.mk update-to-date with progressive/
12488 test-build.mk. Add lynx targets and hppa flag info.
12489
12490Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12491
12492 * configure.in: Use mh-ncrsvr43. Patch from
12493 Tom McConnell <tmcconne@sedona.intel.com>.
12494
12495Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12496
12497 * config.guess (i386-unknown-bsdi): No longer need to
12498 check #if defined(__bsdi__) && defined(__i386__).
12499
12500Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12501
12502 * configure: Set program_transform_nameoption correctly.
12503
12504Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12505
12506 * brought build-all.mk update-to-date with progressive build-all.mk,
12507 added new targets and hppa info.
35590697 12508
252b5132
RH
12509Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12510
12511 * configure: If config.guess result is a prefix of the user
12512 specified target, assume a native build and use the user specified
12513 target as the host alias. Remove SunOS patch suffix removal hack.
12514 * configure.in: Remove SunOS patch suffix removal hack.
12515
12516 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12517 in NATIVE_CHECK_MODULES.
12518
12519Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12520
12521 * Makefile.in: Rename HOST_ONLY to NATIVE.
12522 * configure: Delete SunOs patch suffix from host_canonical
12523 and build_canonical variables that are prepended to Makefiles.
12524 * configure.in: Add comments for easier maintenance.
12525
12526Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12527
12528 * Makefile.in: Add all-libproc target similar to all-gui.
12529
12530Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12531
12532 * Makefile.in (CHECK_MODULES): split into
12533 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12534
12535Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12536
12537 * config.guess (i386-unknown-bsdi): New system to guess.
12538
12539Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12540
12541 * Makefile.in: Add all-gui target (but not yet build by "all").
12542
12543Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12544
12545 * config.sub: Move deletion of patch suffix from here...
12546 * configure.in: To here, at Ian's suggestion. The top-
12547 level scripts might need to know of a patch level.
12548
12549Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12550
12551 * config.sub: Strip off patch suffix so rtl is recognized
12552 as a sunos4.1.3 machine, even though it's been patched.
12553
12554Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12555
12556 * Makefile.in (INSTALL_LAST): Delete.
12557 (INSTALL_DOSREL): New.
12558
12559Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12560
12561 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12562 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12563 whether we pass down --with-gnu-ld anyhow.
12564
12565Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12566
12567 * Makefile.in (INSTALL_LAST): Change operation so it works
12568 on more flavors of make.
12569 * configure.in (go32): Don't build libg++ or libio.
12570
12571Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12572
12573 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12574 they can be overriden by templates.
12575
12576Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12577
12578 * configure.in (target==go32): Don't build gdb.
12579 * dosrel: New directory.
12580
12581Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12582
12583 * configure.in (host==go32): Configure dosrel too.
12584 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12585 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12586 be set by incoming names or templates.
12587 (INSTALL_LAST): New rule.
252b5132
RH
12588
12589Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12590
12591 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12592
12593Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12594
252b5132
RH
12595 * configure.in (appdirs): New variable. Currently empty, but will
12596 be used in gas distribution. If nonempty, lists a set of
12597 directories at least one of which must get configured, or top
12598 level configuration is considered to have failed.
12599 (rs6000-*-lynxos*): Use new file name.
12600
12601Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12602
12603 Eliminate XTRAFLAGS.
12604 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12605 newlib include files using -idirafter, and also use -nostdinc.
12606 (CXX_FOR_TARGET): Likewise.
12607 (XTRAFLAGS): Removed.
12608 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12609 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12610 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12611 ($(DO_X)): Don't pass down XTRAFLAGS.
12612
12613Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12614
12615 * configure.in (mips*-dec-bsd*): New target; do build linker.
12616 (mips*-*-bsd*): New target; don't build linker.
12617
12618Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12619
12620 * configure.in: support rs6000-*-lynxos* configuration.
12621 support sunos4 as a cross target.
12622
12623 * config.sub: look for lynx*, not lynx since the OS version may
12624 legitimately be part of the name.
12625
12626Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12627
12628 * configure.in (i[34]86-*-sco*): Move to be with other i386
12629 targets.
12630 (romp-*-*): New target. Skip various binary utilities.
12631 (vax-*-*): New target. Don't build newlib.
12632 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12633
12634Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12635
12636 * configure.in: Only set host_makefile_frag if config
12637 directory exists.
12638
12639Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12640
12641 * install.sh: If $dstdir exists, don't check whether each
12642 component does.
12643
12644Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12645
12646 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12647
12648Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12649
35590697
AJ
12650 * configure.in (*-*-lynxos*): Don't configure newlib for either
12651 native or cross Lynx.
252b5132
RH
12652
12653Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12654
12655 * config.sub (sparc64-elf): Fix os.
12656 (z8k): Remove duplicate.
12657
12658Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12659
12660 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12661 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12662
12663Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12664
12665 * configure: Make file links cleanly even if Lynx fails on
80413487 12666 an NFS symlink (at least fail cleanly).
252b5132
RH
12667
12668Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12669
12670 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12671 -XNh2000.
12672
12673Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12674
12675 * configure: Unknown options are fatal again.
12676
12677Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12678
12679 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 12680 compatibility.
252b5132
RH
12681
12682Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12683
12684 * build-all.mk: Add `clean' target.
12685
12686Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12687
12688 * config.guess: Add SINIX support.
12689 * configure.in: Add mips-*-sysv4* support.
12690
12691Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12692
12693 * build-all.mk: Document all useful targets.
12694 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12695 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12696
12697Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12698
12699 * configure: Support --silent, --quiet.
12700
12701Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12702
12703 * configure: Support --disable-FEATURE.
12704
12705Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12706
12707 * config.guess: Recognize NCR running SVR4.3.
12708
12709Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12710
12711 * config.guess: Make BSDI generate i386-unknown-bsd386.
12712 Patch from Paul Eggert <eggert@twinsun.com>.
12713
12714Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12715
12716 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12717
12718Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12719
12720 * configure: Make unrecognized options give nonfatal warnings
12721 instead of fatal errors, and pass them to any subdirectory
12722 configures in case they recognize them.
12723 Make --x equivalent to --with-x.
12724
12725Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12726
12727 * configure: Add --enable-* options. Clean up usage message and
12728 some comments.
12729
12730Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12731
12732 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12733
12734Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12735
12736 * configure.in (hppa*-*-*): Enable binutils.
12737
12738Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12739
12740 * config.sub: Recognize cisco.
12741
12742Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12743
12744 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12745
12746Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12747
12748 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12749 than one configuration name. Add comment.
12750
12751Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12752
12753 * config.guess: about target *-hitachi-hiuxwe2, fixed
12754 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12755 macro is incorrect.]
12756
12757Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12758
12759 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12760 than the "make ls" stuff which used to be here.
12761
12762Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12763
12764 * config.guess: Recognize i[34]86-unknown-freebsd.
12765 From Shawn M Carey <smcarey@rodan.syr.edu>.
12766
12767Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12768
12769 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12770
12771Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12772
12773 * config.guess: Check for ptx.
12774
12775Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12776
12777 * config.sub: Add os9k checking.
12778
12779Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12780
12781 * config.guess: Handle OSF1 running on HPPA processors
12782
12783Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12784
12785 * configure: If subdir configure fails, print out a message with
12786 subdirectory name, in case subdir's configure code didn't identify
12787 itself.
12788
12789Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12790
12791 * configure.in: Remove embedded newlines from configdirs.
12792 Avoid mismatches of substrings. Fix matching strings at end
12793 of configdirs.
12794
12795Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12796
12797 * config.guess: Add Lynx/rs6000 config support.
12798
12799Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12800
12801 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12802
12803Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12804
12805 * configure.in (hppa*-*-osf*): Treat this just like most other
12806 PA configurations (eg no binutils or ld).
12807 (hppa*-*-*elf*): These configurations have binutils and ld.
12808
12809Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12810
12811 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12812
12813Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12814
12815 * configure.in (rs6000-*-*): Build gas.
12816
12817Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12818
80413487 12819 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
12820
12821Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12822
12823 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12824 for GDB and GDB has been fixed to not need it.
12825
252b5132
RH
12826Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12827
12828 * config.guess: Recognize vax hosts.
12829
12830Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12831
12832 * configure (while loop): Don't use "break 2" inside case
12833 statement -- the case statement isn't an enclosing loop.
12834
12835Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12836
12837 * config.guess: Clean up NeXT support, to allow nextstep
12838 on Intel machines. Make OS be nextstep.
12839
12840Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12841
12842 * config.guess: Add alternate forms for Convex.
12843
12844Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12845
12846 * configure: Completely rewrite option processing. Take
12847 advantage of pattern-matching to avoid invoking test frequently.
12848 Also clean up host and target defaulting logic.
12849
12850Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12851
12852 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12853 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12854 commands (plus user environment) will fit SCO limits.
12855
12856Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12857
12858 * configure.in: Don't issue warnings about directories which are
12859 not being configured if -norecursion is set. Correct test for
12860 --with-gnu-as and --with-gnu-ld to not get confused by substring
12861 matches.
12862
12863 * configure.in: Don't build gas for alpha-dec-osf1*.
12864
12865Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12866
12867 * configure: Back out Per's change of 12/19/1993. It changes the
12868 behavior of configure in unexpected and confusing ways.
12869
12870 Also, use different delim char when calculating
12871 program_transform_name so that the name can contain slashes.
12872
12873Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12874
12875 * configure.in, config.sub: Add support for VSTa micro-kernel.
12876
12877Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12878
12879 * configure.in: Nuke hacks which were used to get a special
12880 version of GAS for HPPA configurations.
12881
12882Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12883
12884 * configure: If only ${target_alias} is given, use that
12885 as the default for ${host_alias}.
12886 * configure: Add missing back-slashes before nested quotes.
12887
12888Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12889
12890 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12891
12892Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
12893
12894 * config.guess: Recognize some Tektronix configurations.
12895 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12896
12897Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12898
12899 * config.sub: Match any flavor of SH.
12900
12901Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
12902
12903 * configure.in: Don't try to configure newlib for Alpha.
12904
12905Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12906
12907 * configure.in: Don't build ld for Irix 5. Don't build gas,
12908 libg++ or libio for any Alpha target.
12909
12910 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
12911
12912Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
12913
12914 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12915 default arguments -- so it tried to compress itself.
12916
12917Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
12918
12919 * configure.in (notsupp): ensure that a space is always at the end
12920 of the configdirs list, since the grep checks for an explicit space
12921
12922Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12923
12924 * configure.in (target i386-sysv4.2): don't build ld, since static
12925 versions of many libraries are not available.
12926
12927Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12928
12929 * config.guess: Recognize Apollos (using environment variables).
12930 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12931
12932Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12933
12934 * config.guess: Recognize Sony news mips running newsos.
12935
12936Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
12937
12938 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12939 "fi ; else" for bash.
12940
12941Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
12942
12943 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12944
12945Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
12946
12947 * config.sub: accept unixware as an alias for svr4.2.
12948 Fix some inconsistancies with the gcc version.
12949
12950Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12951
12952 * Makefile.in (DISTDOCDIRS): Add gdb.
12953
12954Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
12955
12956 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
12957
12958Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
12959
12960 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12961 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12962 this now.
12963
12964Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
12965
12966 * config.sub: Accept hiux* as an OS name.
12967
12968 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12969 etc/make-stds.texi. The underscore came from gcc, and dje now
12970 agrees that RUNTESTFLAGS is the correct name.
12971
12972Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
12973
12974 * install.sh: Remove 'set -e'. It makes any conditionals
12975 in the script useless.
12976
12977 * config.guess: Automatically recognize arm-acorn-riscix
12978 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12979
12980Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
12981
12982 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12983
12984Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
12985
12986 * Makefile.in (DISTDOCDIRS): New variable.
12987 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 12988 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
12989
12990Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
12991
12992 * configure.in (hppa target): check the source directory for the
12993 pagas sub-directory
12994
12995Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
12996
12997 * config.sub: Allow -aout* and -elf*.
12998
12999Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13000
13001 * configure.in: Don't build ld on i386-solaris2, same as for
13002 sparc-solaris2.
13003
13004Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13005
13006 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13007
13008Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13009
13010 * configure.in: Configure gdb for alpha.
13011
13012Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13013
13014 * Makefile.in (CXXFLAGS): Add -O.
13015
13016Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13017
13018 * config.guess: added support for DG Aviion
13019
13020Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13021
13022 * configure.in: Produce warning message for subdirectories not
13023 configurable for this host/target combination. Don't try to
13024 configure gdb for vms.
13025
13026Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13027
13028 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13029 appropriate files before making "diststuff".
13030 (DISTBISONFILES): New var: list of files to be edited.
13031 (DISTSTUFFDIRS): Add binutils.
13032
13033Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13034
13035 * config.sub: also handle mipsel and mips64el (for little endian mips)
13036
13037Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13038
13039 * configure.in: Add * to end of all OS names.
13040
13041Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13042
13043 * configure.in: Build newlib for LynxOS native.
13044
13045Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13046
13047 * config.guess: Add support for delta 88k running SVR3.
13048
13049 * configure.in: Add comment about HP compiler vs. emacs.
13050
13051Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13052
13053 * configure.in: don't build ld on solaris2 (not a viable option
13054 due to bugs in getpwnam & getpwuid)
13055
13056Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13057
13058 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13059 config.guess will produce a full version number.
13060
13061Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13062
13063 * configure.in: Build linker and binutils for alpha-dec-osf1.
13064
13065Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13066
13067 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13068 and gdb/testsuite/Makefile.in.
13069
13070Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13071
13072 * configure.in: recognize mips*- instead of mips-
13073
13074Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13075
13076 * config.sub: Accept linux*coff and linux*elf as operating
13077 systems.
13078
13079Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13080
13081 * config.sub: Recognize mips64, and mips3 as an alias for it.
13082
13083Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13084
13085 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13086 gdb knows how to handle OSF/1 shared libraries.
13087
13088Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13089
13090 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13091 * config.guess: Recognize Hitachi's HIUX.
13092 * config.sub: Recognize h3050r* and hppahitachi.
13093 Remove redundant cases for hp9k[23]*.
13094
13095Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13096
13097 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13098 if gas and ld are in the source tree and are in ${configdirs}.
13099 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13100 --with options (but still pass them down on the command line,
252b5132
RH
13101 if they were explicitly specified).
13102
13103Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13104
13105 * configure: substitute SHELL value in Makefile.in with
13106 ${CONFIG_SHELL}
13107
13108Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13109
13110 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13111 *-*-solaris2* targets.
13112
13113Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13114
13115 * Makefile.in: define M4, and pass it down to sub-makes;
13116 all-autoconf now depends on all-m4
13117
13118Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13119
13120 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13121 presence of {ar,ranlib} instead of a configured directory
13122
13123Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13124
13125 * config.guess: Accept 34?? as well as 33?? for NCR.
13126
13127Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13128
13129 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13130 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13131
13132Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13133
13134 * configure: grab values for $(CC) and $(CXX) from the
13135 environment, so that someone can do "CC=gcc configure; make" and
13136 have it work right (matching the way that autoconf works now)
13137
13138 * configure.in, Makefile.in: add support for gash, the tcl
13139 interface to Galaxy
13140
13141 * config.guess: add NetBSD variants (hp300, x86)
13142
13143Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13144
13145 * install.sh: Support -d option (in the manner of SunOS 4 install,
13146 as it is more deterministic than that of GNU install)
13147 (chmodcmd): Set file to mode 755 by default (should also do default
13148 chgrp and chown, but I don't feel like dealing with that now)
13149
13150Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13151
13152 * config.sub: Remove h8300hhms alias.
13153
13154Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13155
13156 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13157
13158Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13159
13160 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13161 as stmp-fixinc
13162
13163Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13164
13165 * config.sub: recognize m88110-bug-coff.
13166
13167Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13168
13169 * Makefile.in (all-libio): all dependencies on the toolchain used
13170 to build this (gcc, gas, ld, etc)
13171
13172Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13173
13174 * config.guess: Deal with OSF/1 1.3 on alpha.
13175
13176Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13177
13178 * install.sh: add some 'else true' clauses for portability
13179
13180 * configure.in: don't build libio for h8[35]00-*-* targets
13181
13182Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13183
13184 * Makefile.in: Add support for new libio.
13185
13186Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13187
13188 * install.sh: If one command fails, don't try the rest. Don't try
13189 to remove $dsttmp (via trap) unless we have already created it.
13190 If $src doesn't exist, detect it and exit with an error.
13191
13192 * config.guess: Recognize BSD on hp300.
13193
13194Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13195
13196 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13197 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13198
13199Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13200
13201 * Makefile.in (all-send-pr): depends on all-prms
13202
13203Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13204
13205 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13206
13207Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13208
13209 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13210 Added test for mips-mips-riscos5.
13211
13212Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13213
13214 * configure.in: use mh-hp300 for 68k HP hosts
13215
13216Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13217
13218 * configure: add support for CONFIG_SHELL, so that you can use
13219 some alternate shell for evaluating configure scripts
13220
13221Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13222
13223 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13224 in configure script to bug-gdb@prep.ai.mit.edu when building
13225 distribution archive.
13226 * Makefile.in (COMPRESS): Remove def.
13227 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13228 gdb.tar.Z and make-gdb.tar.Z respectively.
13229 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13230 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13231 to convergence with 'taz' target in Makefile.in.
13232
13233Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13234
13235 * install.sh (dsttmp): use trap to ensure that tmp files go
13236 away on error conditions
13237
13238Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13239
13240 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13241
13242Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13243
13244 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13245 its parent is '/' not ''.
13246
13247 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13248
13249Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13250
13251 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13252 that ${newsrcdir}/configure.in does.
13253
13254Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13255
13256 * test-build.mk: support for CONFIG_SHELL
13257
13258Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13259
13260 * config.sub (netware): Add as a basic system type.
13261
13262Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13263
13264 * Makefile.in (Makefile): depend on configure.in. Also drop the
13265 $(srcdir)/ from the dependency on Makefile.in.
13266
13267Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13268
13269 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13270 (h8300hhms is temporary until multi-libraries are implemented).
13271 * configure.in: Handle h8300h too.
13272
13273Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13274
13275 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13276
13277Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13278
13279 * configure: Remove extraneous output when guessing host type.
13280 * config.guess: Remove extraneous output when guessing using C
13281 compiler rather than uname, or when guessing fails.
13282
13283Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13284
13285 * Makefile.in: remove all.cross and install.cross targets
13286
13287 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13288 definitions
13289
13290Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13291
13292 * configure.in (target sh): Build gprof.
13293
13294Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13295
13296 * config.sub: change -solaris to -solaris2
13297
13298Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13299
13300 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13301
13302Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13303
13304 * configure: Correct error message for missing Makefile.in to
13305 print correct directory.
13306
13307Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13308
13309 * install.sh: kludge around 386BSD shell bug
13310
13311Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13312
13313 * config.guess: Recognize NeXT.
13314 * config.guess: Recognize i486-ncr-sysv4.
13315 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13316
13317Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13318
13319 * Makefile.in (MAKEINFOFLAGS): New variable.
13320 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13321 * build-all.mk, test-build.mk: Pass down --no-split as
13322 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13323
13324Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13325
13326 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13327
13328Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13329
13330 * Makefile.in (libg++.tar.z): New rule.
13331 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13332 * Makefile.in (taz): Only do a single chmod.
13333
13334Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13335
13336 * install.sh: don't use dirname anymore (replaced with sed usage)
13337
13338Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13339
13340 * Makefile.in: Change extension for gzip'd files from '.z' to
13341 '.gz' per new FSF standard usage.
13342
13343Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13344
13345 * configure: put quotes around the final value of program_transform_name
13346
13347Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13348
13349 * Makefile.in: new install.sh support; update install-info rules
13350
13351Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13352
13353 * configure.in: Build diff for crosses, but not for go32 host.
13354
13355 * configure.in: Build gprof only for native, and don't build it
13356 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13357
13358Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13359
13360 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13361
13362Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13363
13364 * configure.in (host_tools): Add prms.
13365
13366Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13367
13368 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13369 with $(FLAGS_TO_PASS) on the command line
13370
13371 * config.sub: Recognize lynx and lynxos
13372
13373Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13374
13375 * config.sub: Accept -ecoff*, not just -ecoff.
13376
13377Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13378
13379 * Makefile.in (taz): Use .gz suffix instead of .z.
13380 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13381 names.
13382
13383Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13384
13385 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13386
13387Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13388
13389 * Makefile.in (install-no-fixedincludes): install gcc last, so
13390 that rebuilds that might happen during 'make install' don't get
13391 bogus gcc include files
13392
13393Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13394
13395 Change from Utah for HPPA support:
13396 * config.guess: Recognize hppa1.x-hp-bsd.
13397
13398Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13399
13400 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13401 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13402
13403Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13404
13405 * config.sub: Add support for rom68k and bug boot monitors.
13406
13407Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13408
13409 * Makefile.in: Make all-opcodes depend on all-bfd.
13410
13411Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13412
13413 * config.guess: Added special check for i[34]86-univel-sysv4*.
13414
13415Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13416
13417 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13418 the processor rather than assuming i486.
13419
13420Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13421
13422 * config.guess: Recognize SunOS6 as Solaris3.
13423
13424Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13425
13426 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13427 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13428
13429Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13430
13431 * build-all.mk (all-cross): New target for Canadian Cross.
13432 Added Q2 go32 targets.
13433 * test-build.mk: Configure go32 cross sparclite-aout and
13434 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13435 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13436
13437Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13438
13439 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13440 GO32 hosted toolchains
13441
13442Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13443
13444 * configure: change so "-exec-prefix" gets passed down rather
13445 than "-exec_prefix" so autoconf generated Makefiles get the
13446 exec_prefix set right.
13447
13448Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13449
13450 * config.guess: get the Solaris2 minor version number
13451
13452 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13453
13454Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13455
13456 * config.guess: Recognize some Sequent platforms.
13457
13458Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13459
13460 * Makefile.in: added the vault-install target
13461
13462 * configure.in: actually use the Sun3 makefile fragment that's in
13463 config, also added the release dir to configdirs
13464
13465Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13466
13467 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13468
13469Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13470
13471 * configure.in: remove some program from Alpha targetted toolchains
13472
13473Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13474
13475 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13476 gprof.
13477 (taz): Run "make diststuff" in those directories instead of "make
13478 proto-dir". Look for "VERSION=" only at start of line in subdir
13479 Makefile. Use "gzip -9" for compression.
13480 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13481 (binutils.tar.z): New target.
13482
13483Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13484
13485 * Makefile.in (taz): Include gpl.texinfo.
13486
13487Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13488
13489 * Makefile.in (setup-dirs): Merged into "taz" target.
13490 (taz): Only do `proto-dir' stuff if a directory is actually needed
13491 for this target.
13492
13493Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13494
13495 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13496 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13497 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13498 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13499 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13500
13501Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13502
13503 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13504 config.sub, and move-if-change to gdb testsuite distribution
13505 archive, so the testsuite can be extracted, configured, and
13506 run separately from the gdb distribution. Blow away the Chill
13507 tests that require a Chill compiled executable, since GNU Chill
13508 is not yet publically available.
13509
13510Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13511
13512 * test-build.mk: set environment variables in a single command,
13513 instead of a list of assignments and exports
13514
13515 * config.guess: recognize Alpha/OSF1 systems
13516
13517Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13518
13519 * configure: Change help message to prefer --options rather than
13520 -options.
13521
13522Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13523
13524 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13525 zippy@ecst.csuchico.edu.
13526 * config.guess: Recognize miniframe.
13527
13528Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13529
9eb322aa
MF
13530 * Makefile.in: Use srcroot to find runtest rather than rootme.
13531 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
13532
13533Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13534
13535 * test-build.mk: Extensive additions to support building on a
13536 machine other than the host.
13537
13538Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13539
13540 * configure (tooldir): Fix for i386-aix again.
13541
13542Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13543
13544 * configure, Makefile.in: Change definition of $(tooldir)
13545 to match the FSF.
13546
13547Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13548
13549 * config.guess: Recognize i[34]86/SVR4.
13550
13551Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13552
13553 * Makefile.in (all-gdb): gdb depends on sim.
13554
13555Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13556
13557 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13558 at the same time we make the prototype gdb directory.
13559 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13560 files at the same time as the gdb base release distribution.
13561
13562Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13563
13564 * Makefile.in (check): Use individual check targets rather than
13565 DO_X rule.
13566 (check-gcc): Added.
13567
13568Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13569
13570 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13571 for System V release 3.2.
13572
13573Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13574
13575 * config.sub: Recognize hppaosf.
13576 * configure.in: Do configure ld/binutils/gas for it.
13577
13578Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13579
13580 * configure (tooldir): Alter syntax used to set this, for systems
13581 where "\$" isn't handled right, like i386-aix.
13582
13583Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13584
13585 * configure: Pass program-transform-name, not
13586 program_transform_name, to recursive configures.
13587
13588Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13589
13590 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13591 of gas+ld+binutils.
13592
13593Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13594
13595 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13596
13597Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13598
13599 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13600
252b5132
RH
13601Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13602
13603 * Makefile.in (PRMS): Set back to all-prms.
13604
13605Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13606
13607 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13608 targets, rather than for MIPS hosts.
13609
13610Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13611
13612 * configure.in: add comment for --with-x default values
13613
13614 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13615
13616 * Makefile.in: add check-* targets for each of the directories in
13617 the tree. Add a definition of RUNTEST that will use the one we
13618 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13619
13620Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13621
13622 * configure.in: Removed obsolete references to bfd_target and
13623 target_makefile_frag.
13624
13625 * build-all.mk: Set assorted targets for Q2.
13626 * config.sub: Recognize z8k-sim and h8300-hms.
13627 * test-build.mk: Really don't pass host to configure.
13628 (HOLES): Added uname.
13629
13630Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13631
13632 * configure: Handle an empty program-prefix, program-suffix or
13633 program-transform-name correctly.
13634
13635Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13636
13637 * build-all.mk: -G 8 no longer required for MIPS targets.
13638 * test-build.mk: Don't pass host argument to configure; make it
13639 guess.
13640
13641Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13642
13643 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13644 * Makefile.in (COMPRESS): New macro, like GZIP.
13645
13646Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13647
13648 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13649
13650 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13651 with gas currently defaults to -G 0.
13652
13653Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13654
13655 * Makefile.in (all-flex): flex depends on byacc.
13656
13657 * build-all.mk: If host not specified, use config.guess. Pass TAG
13658 to test-build.mk as RELEASE_TAG.
13659 * test-build.mk (configargs): New variable containing arguments to
13660 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13661 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13662
13663 * config.guess: Use /bin/uname when checking -X argument on SCO,
13664 to avoid invoking GNU uname which doesn't understand -X.
13665
13666 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13667
13668 * configure.in: Build gas for mips-*-*.
13669
13670Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13671
13672 * Makefile.in (all.normal): insert missing backslash.
13673
13674Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13675
4bddf3ad 13676 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
13677
13678 * Makefile.in: Complete overhaul to merge many almost identical
13679 targets.
13680
13681Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13682
13683 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13684 (gdb.tar.Z): Adjusted.
13685
13686 * Makefile.in (setup-dirs, taz): New targets; should be general
13687 enough to adapt for gdb sometime. Build only .z file.
13688 (gas.tar.z): New target.
13689
13690Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13691
13692 * build-all.mk: Use CC=cc -Xs on Solaris.
13693
252b5132
RH
13694Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13695
13696 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13697 for handling BISON for FSF releases.
13698
13699Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13700
13701 * configure: Actually implement the change zoo just documented.
13702
13703Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13704
13705 * configure: when using config.guess, only set target_alias when
13706 it's not already been set (ie, on the command line)
13707
13708Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13709
13710 * Makefile.in: add installcheck target, set PRMS to install-prms
13711
13712Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13713
13714 * configure: add support for package_makefile_fragment, handle the
13715 case where a directory has a configure.in file but no Makefile.in
13716 more gracefully (with an actual understandable error message, even);
13717 add support for --without (and add this to the usage message); also
13718 explicitly add a --host=${host_alias} to the command line when
13719 config.guess is used
13720
13721Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13722
13723 * configure: Must use both --host and --target in recursive calls.
13724
13725Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13726
13727 * Makefile.in: Change deja-gnu to dejagnu.
13728
13729Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13730
13731 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13732
13733Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13734
13735 * configure.in: canonicalize all instances to *-*-solaris2*,
13736 also strip out a number of tools to not build for go32 host
13737
13738Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13739
13740 * config.guess: add GPL.
13741
13742 * Makefile.in, config.guess, config.sub, configure: bump
13743 copyrights to 93.
13744
13745Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13746
13747 * Makefile.in (do-info): Removed obsolete check for existence of
13748 localenv file.
13749
13750 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13751
13752Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13753
13754 * Makefile.in: a couple of 'else true' for decstation,
13755 support for TclX
13756
13757 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13758
13759Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13760
13761 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13762
13763Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13764
13765 * config.guess: Recognize i386-ibm-aix (PS/2).
13766 * configure.in: Use config/mh-aix386 file for it.
13767
13768Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13769
13770 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13771 CC_FOR_TARGET instead.
13772 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13773
13774Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13775
13776 * Makefile.in: Add sim to list of directories sent with gdb
13777
13778Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13779
13780 * configure.in: Put back mips-dec-bsd* case.
13781
13782Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13783
13784 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13785 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13786 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
13787
13788Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13789
13790 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13791
13792 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13793 (install-info): install dir.info only if it exists,
13794 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13795
13796Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13797
13798 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13799 gas for mips-dec-bsd.
13800
13801Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13802
13803 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13804 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13805
13806Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13807
13808 * configure.in: Added "dejagnu" to hosttools list.
13809
13810Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13811
13812 * config.sub, configure.in, config.guess: Add support
13813 for Bosx, an AIX variant from Bull.
13814 Patches from F.Pierresteguy@frcl.bull.fr.
13815
13816Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13817
13818 * devo/dejagnu: Initial creation of devo/dejagnu.
13819 Migrated dejagnu testcases and support files for testing software
13820 tools to reside as subdirectories, currently called "testsuite",
13821 within the directory of the software tool. Migrated all programs,
13822 support libraries, etc. beloging to dejagnu proper from
13823 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13824 with no modifications. The changes to these files which will
13825 allow them to configure, build, and execute properly will be made
13826 in a future update.
13827
13828Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13829
13830 * Makefile.in: Change send_pr to send-pr.
13831 * configure.in: Likewise.
13832 * send_pr: Renamed directory to send-pr.
13833
13834Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13835
13836 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13837
13838Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13839
13840 * README: Update for gdb-4.8 release.
13841 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13842 gdb-xxx.tar.z (gzip'd) file also.
13843
13844Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13845
13846 * Makefile.in: make all-diff depend on all-libiberty
13847
13848Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13849
13850 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13851
13852Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13853
13854 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13855
13856Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13857
13858 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13859 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13860 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13861
13862Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13863
13864 * Makefile.in: makeinfo binary is in a new location
13865
13866Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13867
13868 * config.sub: Accept -ecoff as an OS.
13869
13870 * Makefile.in: Various changes to eliminate a level of make
13871 recursion and reduce the required command line length.
13872 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13873 sub-makes.
13874 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13875 variables holding settings for specific sub-makes.
13876 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13877 in terms of BASE_FLAGS_TO_PASS.
13878 (TARGET_LIBS): New variable listing directories which use
13879 TARGET_FLAGS_TO_PASS.
13880 (subdir_do): Eliminated.
13881 (do-*): New set of targets to replace subdir_do.
13882 (various): All targets which used subdir_do now depend on do-*.
13883 (local-clean): Renamed from do_clean.
13884 (local-distclean): New target, dependency of distclean and
13885 realclean.
13886 (install-info): Don't create directories. Depend on dir.info
13887 rather than calling make recursively.
13888 (install-dir.info): Eliminated.
13889 (install-info-dirs): Create all info directories here.
13890 (dir.info): Depend upon do-install-info.
13891
13892 * test-build.mk (HOLES): Added false.
13893
13894Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
13895
13896 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
13897
13898Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13899
13900 * Makefile.in (info): remove dependency on all-texinfo. The
13901 problem was really in texinfo/C, not at this level.
13902
13903Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
13904
13905 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13906
13907Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
13908
13909 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
13910 GDB releases.
13911
13912Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13913
13914 * configure: Include srcdir in message about target of link not
13915 being found. Don't convert `-' to `_' in `with' options being
13916 passed to subdirs.
13917
13918Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13919
13920 * configure.in: add uudecode to host_tools
13921
13922 * Makefile.in: added {all,install}-uudecode targets, added them to
13923 the appropriate lists
13924
13925Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
13926
13927 * Makefile.in (all-gcc): Added dependency on all-gas.
13928
13929 * configure.in (mips-*-*): Build ld and binutils.
13930
13931Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13932
13933 * configure: check return code from mkdir, print error message and
13934 exit on failure.
13935
13936Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
13937
13938 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
13939
13940Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
13941
13942 * test-build.mk (HOLES): Added tar, cpio and uudecode.
13943
13944Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13945
13946 * config.sub (h8500): Recognize this as a cpu type.
13947
13948Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13949
13950 * configure: source directory missing is no longer a warning
13951
13952 * configure.in: recognize irix[34]* instead of irix[34]
13953
13954 * Makefile.in: define and pass down X11_LIB
13955
252b5132
RH
13956Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
13957
13958 * guess-systype: Renamed to ...
13959 * config.guess: ... by popular request.
13960 * configure.in, Makefile.in: Update accordingly.
13961
13962Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
13963
13964 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
13965 + Add Convex, Cray/Unicos, and Encore/Multimax support.
13966 + Execute ./dummy instead of assuming . is in PATH.
13967
13968Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
13969
13970 * guess-systype: New shell script. Attempts to guess the
13971 canonical host name of the executing host.
13972 Only a few hosts are supported so far.
13973 * configure: Call guess-systype if no host is specified.
13974
13975Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
13976
13977 * Makefile.in (gcc-no-fixedincludes): Made to work with current
13978 gcc Makefile.
13979
13980
13981Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
13982
13983 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13984 (all-gcc, install-gcc, subdir_do): Use it.
13985
13986Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13987
13988 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13989
13990Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
13991
13992 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13993 set exclusively by configure, using configure.in .
13994
13995Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13996
13997 * test-build.mk: set $PATH for all builds
13998
13999 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14000
14001Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14002
14003 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14004 the one used in gcc/Makefile.in, so that a null expansion doesn't
14005 override the one needed to build gcc with a native cc.
14006
14007
14008Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14009
14010 * configure: Accept -with arguments.
14011
14012Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14013
14014 * Makefile.in: added h8300sim
14015
14016Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14017
252b5132
RH
14018 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14019 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14020 (all-cygnus, native, build-cygnus): Make
14021 $(canonhost)-stamp-3stage-done, not $(host)....
14022 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14023 i386-sco3.2v4. Added else true to if command.
14024
14025Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14026
14027 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14028
14029Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14030
14031 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14032
14033Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14034
14035 * configure.in: don't remove binutils from Solaris builds
14036
14037Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14038
14039 * Makefile.in: get rid of earlier definitions for *clean,
14040 also handle the recursive info rule better
14041
14042Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14043
14044 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14045 do more-or-less the right thing.
14046
14047Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14048
14049 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14050 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14051
14052Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14053
14054 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14055 $(host_canonical).
14056
14057 * configure.in: split the configdirs list into 4 categories (native
14058 v. cross, library v. tool) and handle the cross-only and native-
14059 only in more reasonable (and correct!) way.
14060
14061Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14062
14063 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14064 configdirs anymore.
14065
14066Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14067
14068 * Makefile.in: extensive cleanup:: removed all of the explicit
14069 clean-* targets, collapsed many wrappers around subdir_do into
14070 one, added additional targets to satisfy standards.texi, deleted
14071 some old targets, some changes for consistency
14072
14073Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14074
14075 * configure.in: handle some programs as cross-only, and others as
14076 native only
14077
14078 * test-build.mk: handle partial holes in a more generic manner
14079
14080 * Makefile.in: m4 depends on libiberty
14081
252b5132
RH
14082Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14083
14084 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14085 time, wdiff, and find to configdirs
14086
14087 * Makefile.in: all, clean, and install rules for the new programs
14088 added to configure.in
14089
14090Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14091
14092 * configure.in: use mh-sun for all *-sun-* hosts
14093
252b5132
RH
14094Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14095
14096 * Makefile.in: define flags for X11 include files and library file
14097 locations, pass them down to the programs that need this info
14098
14099 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14100
252b5132
RH
14101Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14102
14103 * configure.in: start building libg++ for HP-UX targets
14104
14105Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14106
14107 * README: Update references to files moved into etc/.
14108
14109Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14110
14111 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14112 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14113
14114Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14115
14116 * configure: accept dash as well as underscore in long option
14117 names for FSF compatibility.
14118
14119Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14120
14121 * config.sub: added -sco3.2v4 support from FSF.
14122
14123Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14124
14125 * configure.in: expand the section that adds or removes
14126 directories from the list of programs to build, to handle native
14127 vs. cross in addition to host v. native
14128
14129Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14130
14131 * Makefile.in: Replace C++ in macro names with CXX.
14132 This is less likely to break ...
14133
14134Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14135
14136 * test-build.mk: add -w to GNU_MAKE
14137
14138Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14139
14140 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14141 add 'sparc' to list of recognized cpus. This needed to make
14142 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14143 Delete some redundant ose68 variants. Recognize -wrs as an os,
14144 then changes that into $CPU-wrs-vxworks.
14145
14146 * configure.in: remove most references to gdbtest, regularize
14147 target based program removal
14148
14149 * test-build.mk: import from p3 tree (many fixes and changes)
14150
14151Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14152
14153 * Makefile.in: added rules to handle tcl, tk, and expect
14154
14155 * configure.in: handle those directories if they exist
14156
14157Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14158
14159 * config.sub: removed bogus hppabsd and hppahpux names, since
14160 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14161
14162Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14163
14164 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14165 depends upon all-xiberty
14166
14167 * Makefile.in: changes from p3, including:
14168
14169 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14170
14171 * Makefile.in (XTRAFLAGS): include newlib directories if
14172 newlib/Makefile exists, rather than if host != target.
14173
14174 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14175
14176 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14177 from the same source tree and not building a cross-compiler. This
14178 matters for the libg++ configuration if reconfiguring a tree that
14179 has already been installed.
14180
14181 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14182
14183 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14184 pick up the machine and system specific header files.
14185
14186 * Makefile.in: added AS_FOR_TARGET, passed down in
14187 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14188 the C compiler to use to create programs which are run in the
14189 build environment, set it to default to $(CC), and passed it down
14190 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14191
14192 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14193
14194 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14195 We need them for unusual native builds, like systems without
14196 ranlib.
14197
14198 * configure: also define $(host_canonical) and
80413487
RH
14199 $(target_canonical), which are the full, canonical names for the
14200 given host and target
252b5132
RH
14201
14202Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14203
14204 * Makefile.in: Added separate definitions for C++.
14205
14206Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14207
14208 * configure.in (configdirs): Add deja-gnu.
14209
14210Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14211
14212 * README: Update for configure.texi and gdb-4.7 release.
14213
14214Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14215
14216 * Makefile.in: Move "all" target to top of file.
14217 Previously, first target was ".PHONY" which caused BSD4.4 make
14218 to build .PHONY when make was run without arguments.
14219
14220Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14221
14222 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14223 Library-copylefted code in libiberty.
14224
14225Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14226
14227 * config.sub: Replace m68kmote with plain old m68k.
14228
14229Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14230
14231 * Makefile.in: Remove space from blank line, avoid Make complaints.
14232
14233Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14234
14235 * config.sub: Complain if no argument is given. Added support for
14236 386bsd as OS and target alias.
14237
14238Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14239
14240 * Makefile.in (XTRAFLAGS): include newlib directories if
14241 newlib/Makefile exists, rather than if host != target.
14242
14243Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14244
14245 * config.sub: recognize sparclite-wrs-vxworks.
14246
14247 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14248 p3.) Added clean-xiberty to clean.
14249
14250Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14251
14252 * configure.in: use *-*-* instead of nested cases for host and target
14253
14254Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14255
14256 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14257 from the same source tree and not building a cross-compiler. This
14258 matters for the libg++ configuration if reconfiguring a tree that
14259 has already been installed.
14260
14261Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14262
14263 * config.sub (i486v/i486v4): Merge in from FSF version.
14264
14265Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14266
14267 * configure: only set PWD if it is already set.
14268
14269Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14270
14271 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14272 doesn't have unset and all success paths (and most error paths)
14273 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14274 to just ${PWD} to avoid confusion.)
14275
14276Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14277
14278 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14279 even for a native compilation.
14280
14281Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14282
14283 Changes to make the gdb.tar.Z rule work better.
14284
14285 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14286 (DEVO_SUPPORT): Add configure.texi.
14287 (bfd-ilrt.tar.Z): Remove ancient rule.
14288
14289Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14290
14291 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14292 pick up the machine and system specific header files.
14293
14294 * configure.in, config.sub: added new target m68010-adobe-scout,
14295 with alias of adobe68k. Changed configure.in to check for
14296 -scout before -sco* to avoid a false match.
14297
14298 * Makefile.in: added AS_FOR_TARGET, passed down in
14299 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14300 the C compiler to use to create programs which are run in the
14301 build environment, set it to default to $(CC), and passed it down
14302 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14303
14304Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14305
14306 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14307 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14308 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14309 FOR_TARGET variants, to newlib and libg++.
14310
14311Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14312
14313 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14314 first.
14315
14316Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14317
14318 * config.sub: Accept `elf' as an environment.
14319
14320Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14321
14322 * Makefile.in (all-opcodes): cd into the right directory
14323
14324Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14325
14326 * configure: added -program_transform_name option, used as
14327 argument to sed when installing programs.
14328 configure.texi: added documentation for -program_prefix,
14329 -program_suffix and -program_transform_name.
14330
14331Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14332
14333 * config.sub: Accept i486 where i386 ok.
14334
14335Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14336
14337 * config.sub: accept we32k
14338
14339Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14340
35590697 14341 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14342
14343 * Makefile.in: don't create all directories for ``make install'';
14344 let the subdirectories create the ones they need.
14345
14346Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14347
80413487 14348 * COPYING: new file, GPL v2
252b5132
RH
14349
14350Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14351
14352 * Makefile.in: use the new gen-info-dir, which needs a template
14353 argument (which also lives in texinfo)
14354
14355 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14356
252b5132
RH
14357Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14358
14359 * config.sub (ncr3000): Change i386 to i486.
14360
14361Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14362
14363 * Makefile.in: add install-rcs, install-grep to
14364 install-no-fixedincludes, removed install-bison and install-libgcc
14365
14366Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14367
14368 * configure.in: grab the HPUX makefile fragment if on HPUX
14369
14370Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14371
14372 * Makefile.in: eradicate bison spoor (ditto libgcc).
14373 configure.in: recognise m68{k,000}-ericsson-OSE.
14374 es1800 is alias for m68k-ericsson-OSE
14375
14376Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14377
14378 * configure.in: rearrange the parts that remove programs from
14379 configdirs, based now on HOST==TARGET or by canonical triple.
14380
14381Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14382
14383 * test-build.mk: recurse explicitly with -f test-build.mk when
14384 appropriate. predicate stage3 and comparison on the existence
14385 of gcc. That is, if gcc isn't around, we aren't three-staging.
14386 On very clean, also remove ...stamp-co. Build in-place before
14387 doing other builds.
14388
14389Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14390
14391 * Makefile.in, configure.in: add tgas
14392
14393Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14394
14395 * Makefile.in: a number of changes merged in from progressive.
14396
14397 * configure.in: add libm.
14398
14399 * .cvsignore: ignore some stuff that comes from test-build.mk.
14400
252b5132
RH
14401Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14402
14403 * config.sub: Add es1800 (m68k-ericsson-es1800).
14404
14405Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14406
14407 * configure: Add program_suffix (parallel to program_prefix)
14408 * Makefile.in: adjust directory-creating script for losing decstation
14409
14410Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14411
14412 * configure: Minor $subdir-related fixes.
14413
14414Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14415
14416 * configure: fix various problems with propogating
14417 makefile_target_frag in subdirs.
14418 * configure.in: config libgcc if its there
14419
14420Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14421
14422 * config.sub: HPPA merge.
14423
252b5132
RH
14424Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14425
14426 * Makefile.in: Replace all-bison with all-byacc in all
14427 dependency lines for other tools (which now use byacc).
14428
14429Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14430
14431 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14432
252b5132
RH
14433Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14434
14435 * Makefile.in: make gprof rules similar to byacc rules (instead of
14436 vestigal $(unsubdir) that didn't work...)
14437
14438Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14439
14440 * config.sub: Add support for Linux.
14441 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14442 (at least for libg++).
14443
14444Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14445
14446 * configure.texi: fix doc for the -nfp option to configure
14447
14448Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14449
14450 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14451
14452Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14453
14454 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14455 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14456 * configure.in: added solaris* host_makefile_frag hook.
14457
14458Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14459
14460 * config.sub: changed recognition of m68000 so that various
14461 m68k types can be specified via m680[01234]0
14462
14463Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14464
14465 * config.sub (basic_machine): fix sed so that '-foo' isn't
14466 completely substituted out while .+'-foo' loses the '-foo'
14467
14468Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14469
14470 * config.sub ($os): Add -aout.
14471
14472Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14473
14474 * configure: If host_makefile_frag is absolute, don't
14475 prefix ${invsubdir} (relevant to libg++ auto-configure).
14476
14477Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14478
14479 * Makefile.in (tooldir): Define it.
14480 (all-ld): Depend on all-flex.
14481
14482Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14483
14484 * Makefile.in (check): Fix libg++ special case.
14485
14486Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14487
14488 * configure: do not bury `pwd` into config.status, thus do fewer
14489 pwd's.
14490
14491 * configure: print the "Building in" message only when building in
14492 other than "." AND verbose.
14493
14494 * configure: remove -s, rework -v to better accomodate guested
14495 configures.
14496
14497 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14498
14499Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14500
14501 * Makefile.in: macroize flags passed on recursion. remove
14502 fileutils.
14503
14504Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14505
14506 * configure: get makesrcdir right for subdirs deeper than 1.
14507
14508 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14509 install.
14510
14511Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14512
14513 * Makefile.in: don't print subdir_do or recursion lines.
14514
14515Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14516
14517 * standards.texi: added menu item.
14518
14519 * Makefile.in: build and install standards.info.
14520
14521 * standards.texi: new file.
14522
14523Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14524
14525 * configure: test for and move config.status pieces from
14526 ${subdir}/.
14527
14528Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14529
252b5132
RH
14530 * configure: Test for existance of files before trying to mv
14531 them, to avoid numerous non-existance messages.
14532
14533Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14534
14535 * configure: correct final line of config.status.
14536
14537 * configure: patch from eggert. Avoids a protection problem if
14538 the original Makefile.in is read only.
14539
14540 * configure: use move-if-change from gcc to create config.status.
14541 Some makefiles depend on config.status to tell if a directory
14542 has been reconfigured for a different host. This change
14543 prevents those directories from remaking everything in the case
14544 where the reconfig was only intended to rebuild a Makefile.
14545
14546 * configure: test for config.sub with "config.sub sun4" rather
14547 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14548 host alias from a missing config.sub.
14549
14550Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14551
14552 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14553 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14554
14555Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14556
14557 * configure: mkdir ${subdir} as needed.
14558
14559Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14560
14561 * Makefile.in,configure.in: added autoconf.
14562
14563Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14564
14565 * Makefile.in: no longer pass against on recursion.
14566
14567 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14568 definitions are not inherited.
14569
14570 * configure: correct makesrcdir when subdir is .
14571
14572Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14573
14574 * configure: Add support for 'subdirs' variable, which is
14575 like 'configdirs', except that configure doesn't re-invoke
14576 itself for subdirs, it just creates a Makefile for each subdir.
14577 * configure.texi: Document subdirs.
14578
14579Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14580
14581 * configure.in: added flex to configdirs
14582
14583Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14584
14585 * Makefile.in: remove clean-stamps from clean.
14586
14587Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14588
14589 * configure.in: Add gdbtest to configdirs.
14590
14591Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14592
14593 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14594 to recursive makes.
14595 * configure.in: Recognize new ncr3000 config.
14596
14597Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14598
14599 * Makefile.in, configure.in: removed references to gdbm.
14600
14601Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14602
14603 * config.sub: Don't canonicalize os value
14604 newsos* to bsd (readline needs to check for newsos).
14605 (This fix was earlier made Jan 31, but got re-broken.)
14606
14607Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14608
14609 * configure.in: sco is an os, not a vendor!
14610
14611 * configure: Quote $( better. Keep various shells happy.
14612
14613Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14614
14615 * Makefile.in: eliminate stamp-files.
14616
14617Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14618
14619 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14620 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14621
14622Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14623
14624 * config.sub: fix iris/iris3.
14625
14626Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14627
14628 * configure: re-add -rm.
14629
14630Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14631
14632 * Maskefile.in: add .stmp-rcs to all.
14633
14634 * configure.in: remove gas from rs6000 build, use aix host fragment.
14635
14636Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14637
14638 * configure: pass down site_option during recursion.
14639
14640Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14641
14642 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14643
14644Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14645
14646 * configure: Change exec_prefix so that it really defaults to prefix.
14647
14648Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14649
14650 * Makefile.in, configure.in: Add support for mmalloc library.
14651
14652Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14653
14654 * Makefile.in: add stmp dependencies for a few more things.
14655
14656Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14657
14658 * configure: adjusted error message on objdir/srcdir configure
14659 collision, per john's suggestion.
14660
14661 * Makefile.in: add libiberty stmp to all and all.cross.
14662
14663Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14664
14665 * Makefile.in: remove force dependencies, add grep to all.
14666
14667Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14668
14669 * Makefile.in: drop flex. make stamp files work.
14670
14671 * configure: added test for conflicting configuration in srcdir,
14672 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14673 gets cranky. use relative paths for configure and srcdir
14674 whenever possible. Send some error messages to stderr that were
14675 going to stdout.
14676
14677Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14678
14679 * Makefile.in: Fix libg++ rule to check for gcc directory
14680 before using gcc/gcc. Also pass XTRAFLAGS.
14681
14682Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14683
14684 * Makefile.in: added stmp-files so that directories aren't polled
14685 when they are already built.
14686
14687 * configure.texi: fixed a node pointer problem.
14688
14689Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14690
4bddf3ad 14691 * config.sub configure.in gdb/configure.in
252b5132
RH
14692 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14693 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14694 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14695
14696Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14697
14698 * configure: -recurring becomes -silent. corrected help message
14699 for -site= option.
14700
14701 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14702
14703Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14704
14705 * configure: when building Makefile for crosses, replace
14706 tooldir and program_prefix. default srcdir from location of
14707 config.sub. remove "for host in hosts" and "for target in
14708 targets" loops.
14709
14710Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14711
14712 * Makefile.in: Do not pass bindir or mandir to cvs.
14713
14714Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14715
14716 * Makefile.in, configure.in: removed traces of namesubdir,
14717 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14718 copyrights to '92, changed some from Cygnus to FSF.
14719
14720 * configure.texi: remove most references to multiple hosts,
14721 multiple targets, subdirs, etc.
14722
14723 * configure.man: removed rcsid. reference config.sub not
14724 config.subr.
14725
14726 * Makefile.in: mkdir $(infodir) on install-info.
14727
14728Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14729
14730 * configure.texi: Explain better about .gdbinit and about
14731 the environment that configure.in sections run in.
14732
14733Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14734
14735 * configure.in: Ultrix is only a decstation if it's a MIPS.
14736
14737Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14738
14739 * README: DOC.configure => cfg-paper.texi.
14740
14741Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14742
14743 * config.sub (near case $os): Don't convert newsos* to bsd!
14744
14745Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14746
14747 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14748 the number of copies of COPYING that go into the GDB tar file.
14749
14750Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14751
4bddf3ad 14752 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
14753 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14754 Fix SCO configuration stuff.
14755
14756Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14757
14758 * Makefile.in: For libg++, make sure the -I pointing
14759 to the gcc directory goes *after* all the libg++-local -I flags.
14760 Also, move just-gcc dependency from just-libg++ to all-libg++.
14761
14762Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14763
14764 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14765
14766Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14767
14768 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14769
14770Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14771
14772 * config.sub: Add stratus configuration frags. Also
14773 submitted to FSF.
14774
14775Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14776
14777 * Makefile.in (DEV_SUPPORT): add configure.man.
14778
14779 * config.sub(Decode manufacturer-specific): add -none*.
14780
14781Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14782
14783 * Makefile.in: remove form feeds to make Sun's make happy.
14784 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14785
14786Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14787
14788 * Makefile.in (AR_FLAGS): Make quieter.
14789
14790Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14791
14792 * configure.in: Add libg++.
14793 * configure: When verbose, don't output the command line at each
14794 level; it will be unremarkably the same as the previous version,
14795 which will be the same as what the user typed.
14796
14797Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14798
14799 * configure.in, Makefile.in: fix clean-info, add flex. add
14800 fileutils.
14801
14802 * configure: be less sensitive to spaces in Makefile.in. Do not
14803 look for sources in "..". Doing so breaks subdirectories that
14804 might have their own configure. If a subdir has it's own
14805 configure script, use it.
14806
14807Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14808
14809 * cfg-paper.texi: some changes suggested by rms.
14810
14811Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14812
14813 * config.sub: Merge in some small additions from the FSF version,
14814 taken from the gcc distribution, to bring the Cygnus and FSF
14815 versions into closer sync.
14816
14817Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14818
14819 * configure.in: Changed svr4 references to sysv4.
14820
14821Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14822
14823 * configure: added -V for version number option.
14824
14825Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14826
14827 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14828 renamed from DOC.configure to cfg-paper.texi.
14829
14830Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14831
14832 * configure, config.subr, config.sub: config.subr is now
14833 config.sub again.
14834
14835Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14836
14837 * configure.texi: new file, in progress.
14838
14839 * Makefile.in: build info file and install the man page for
14840 configure.
14841
14842 * configure.man: new file, first cut.
14843
14844 * configure: find config.subr again now that configuration "none"
14845 has gone. removed all traces of the -ansi option. removed all
14846 traces of the -languages option.
14847
14848 * config.subr: resync from rms.
14849
d932cae7 148501991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14851
14852 * configure, config.sub, config.subr: merge config.sub into
14853 config.subr, call the result config.subr, remove config.sub, use
14854 config.subr.
14855
14856 * Makefile.in: revised install for dir.info.
14857
d932cae7 148581991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14859
14860 * configure.in: add decstation host makefile frag.
14861
14862 * Makefile.in: BISON now bison -y again. also install-gcc on
14863 install. clean-gdbm on clean. infodir belongs in datadir.
14864 Make directories for info install. Build dir.info here then
14865 install it.
14866
d932cae7 148671991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14868
14869 * Makefile.in: fix for bad directory tests.
14870
d932cae7 148711991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14872
14873 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14874 regexp. -srcdir relative was being handled incorrectly.
14875
14876 * Makefile.in: unwrapped some for loops so that parallel makes
14877 work again and so one can focus one's attention on a particular
14878 package.
14879
d932cae7 148801991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14881
14882 * configure: added PWD as a stand in for `pwd` (for speed). use
14883 elif wherever possible. make -srcdir work without -objdir.
14884 -objdir= commented out.
14885
d932cae7 148861991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14887
14888 * configure: +options become --options. -subdirs commented out.
14889 added -host, -datadir. Renamed -destdir to -prefix. Comment in
14890 Makefile now at top of generated Makefile. Removed cvs log
14891 entries. added -srcdir. create .gdbinit only if there is one
14892 in ${srcdir}.
14893
14894 * Makefile.in: idestdir and ddestdir go away. Added copyrights
14895 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
14896 and mandir now keyed off datadir by default.
14897
d932cae7 148981991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
14899
14900 * Freshly created ChangeLog.
14901
14902\f
14903Local Variables:
14904mode: change-log
14905left-margin: 8
14906fill-column: 76
14907version-control: never
14908End:
This page took 1.169837 seconds and 4 git commands to generate.