Import config.sub and config.guess from upstream.
[deliverable/binutils-gdb.git] / ChangeLog
1 2013-11-23 Alan Modra <amodra@gmail.com>
2
3 * config.sub, config.guess: Import from upstream.
4
5 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
6
7 * Makefile.in: Regenerate.
8
9 * Makefile.tpl: Fix typo.
10 * Makefile.in: Regenerate partially.
11
12 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
13
14 * configure.ac: Added libcilkrts to noconfig list when C++ is not
15 supported.
16 * configure: Regenerated.
17
18 2013-10-30 Jason Merrill <jason@redhat.com>
19
20 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
21 --disable-build-format-warnings.
22
23 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
24
25 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
26 depend on libstdc++ and libgcc.
27 * configure: Regenerate.
28 * configure.ac: Added libcilkrts to target binaries. Also, restrict
29 libcilkrts for POSIX and i*86, and x86_64 architectures.
30 * Makefile.in: Added libcilkrts related fields to support building it.
31
32 2013-10-26 Jeff Law <law@redhat.com>
33
34 * Makefile.def (target_modules): Remove libmudflap
35 (languages): Remove check-target-libmudflap).
36 * Makefile.in: Rebuilt.
37 * Makefile.tpl (check-target-libmudflap-c++): Remove.
38 * configure.ac (target_libraries): Remove target-libmudflap.
39 Remove checks which disabled libmudflap on some systems.
40 * configure: Rebuilt.
41 * libmudflap: Directory removed.
42
43 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
44
45 * configure.ac: Update from GCC.
46 * configure: Regenerate.
47
48 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
49
50 * src-release (do-proto-toplevel): Support subdir-path-prefixed
51 files in SUPPORT_FILES.
52 (SIM_SUPPORT_DIRS): New variable.
53 (sim.tar.bz2): New rule.
54
55 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
56
57 * configure.ac: Update from GCC.
58 * configure: Regenerate.
59
60 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
61
62 * COPYING.NEWLIB: Update with new copyright.
63
64 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
65
66 * configure.ac: Update from GCC.
67 * configure: Regenerate.
68
69 2013-09-20 Alan Modra <amodra@gmail.com>
70
71 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
72 ppc host match. Support little-endian powerpc linux hosts.
73
74 2013-08-16 Joel Brobecker <brobecker@adacore.com>
75
76 * src-release (VER): When using $(TOOL)/common/create-version.sh,
77 strip the "-cvs" suffix from the version number if present.
78
79 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
80
81 * configure.ac: Sync with GCC repo.
82 * Makefile.def: Ditto.
83 * configure: Regenerate.
84 * Makefile.in: Ditto.
85
86 2013-07-22 Joel Brobecker <brobecker@adacore.com>
87
88 * src-release (VER): Use $(TOOL)/common/create-version.sh
89 if it exists.
90
91 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
92
93 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
94 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
95 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
96 * configure: Regenerate.
97
98 2013-06-01 George Thomas <george.thomas@atmel.com>
99
100 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
101 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
102
103 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
104
105 * COPYING.NEWLIB: Add Altera Corporation copyright.
106
107 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
108
109 * config.guess: Update from config repo.
110 * config.sub: Ditto.
111
112 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
113
114 * Makefile.def: Sync with GCC.
115 * Makefile.in: Regenerate.
116
117 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
118
119 * configure.ac: Sync with GCC.
120 * configure: Regenerate.
121
122 2013-03-22 Mike Frysinger <vapier@gentoo.org>
123
124 * src-release (VER): Change bfd/configure.in sed to use the new
125 `bfd/configure --version` output.
126
127 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
128
129 * configure.ac: Sync with GCC repo.
130 * configure: Ditto.
131
132 2013-02-05 Ian Lance Taylor <iant@google.com>
133
134 PR go/55969
135 * configure.ac: Disable libgo on some systems where it does not
136 work.
137 * configure: Rebuild.
138
139 2013-02-05 Alan Modra <amodra@gmail.com>
140
141 * configure: Regenerate after syncing config/.
142
143 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
144
145 * configure.ac: Sync with GCC repo.
146 * configure: Ditto.
147 * Makefile.def: Ditto.
148 * Makefile.in: Ditto.
149
150 2013-01-11 Joel Brobecker <brobecker@adacore.com>
151
152 Sync with GCC, merge:
153
154 2013-01-09 Jason Merrill <jason@redhat.com>
155
156 * .gitignore: Import from gdb repository.
157
158 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
159
160 * config.sub: Update from config repo.
161
162 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
163
164 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
165 * Makefile.in: Regenerate.
166
167 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
168
169 * Makefile.def (configure-gcc): Depend on all-gmp.
170 (all-gcc): Remove dependency on all-gmp.
171 * Makefile.in: Regenerated.
172
173 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
174
175 * config.guess: Update from config repo.
176 * config.sub: Ditto.
177
178 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
179
180 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
181 exists and replace the new bfin license in its location.
182
183 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
184
185 PR gas/14899
186 * Makefile.def (dependencies): Make all-binutils, all-gprof,
187 all-ld and all-gold depend on all-gas.
188 * Makefile.in: Regenerated.
189
190 2012-12-29 Ben Elliston <bje@gnu.org>
191
192 * config.guess: Update to 2012-12-29 version.
193 * config.sub: Likewise.
194
195 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
196
197 * Makefile.def (install-target-libgo): Depend on
198 install-target-libatomic. Merged from GCC repo.
199 * Makefile.in: Regenerate.
200
201 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
202
203 * COPYING.LIBGLOSS: Add license for bfin libgloss.
204
205 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
206
207 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
208 * configure: Regenerate.
209
210 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
211
212 * Makefile.def (target_modules): Add bootstrap=true and
213 raw_cxx=true to libsanitizer.
214 * configure.ac (bootstrap_target_libs): Add libsanitizer.
215 * Makefile.in: Regenerated.
216 * configure: Likewise.
217
218 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
219
220 * config.sub: Merge from config repo.
221
222 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
223
224 * configure.ac: Merge from GCC.
225 * Makefile.tpl: Ditto.
226 * Makefile.in: Ditto.
227 * configure: Ditto.
228
229 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
230
231 * configure.ac (noconfigdirs): Merge from GCC.
232 * configure: Regenerate.
233
234 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
235
236 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
237
238 2012-11-14 Roland McGrath <mcgrathr@google.com>
239
240 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
241 * configure: Regenerate.
242
243 2012-11-13 Richard Henderson <rth@redhat.com>
244
245 * configure.ac: Move libsanitizer logic to subdirectory.
246 * configure: Regenerate.
247
248 2012-11-13 Dodji Seketeli <dodji@redhat.com>
249
250 * configure.ac: Enable libsanitizer just on x86 linux for now.
251 * configure: Re-generate.
252
253 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
254
255 * configure.ac: Merge libquadmath sections.
256 * configure: Regenerate.
257
258 2012-11-12 Wei Mi <wmi@google.com>
259
260 * configure.ac: Add libsanitizer to target_libraries.
261 * Makefile.def: Ditto.
262 * configure: Regenerate.
263 * Makefile.in: Regenerate.
264
265 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
266
267 * configure: Regenerated.
268
269 2012-11-03 Robert Mason <rbmj@verizon.net>
270
271 * configure.ac: add --disable-libstdcxx configure option
272 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
273
274 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
275
276 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
277 against Mingw64 w32api.
278 * configure: Regenerate.
279
280 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
281
282 PR bootstrap/54820
283 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
284 * configure: Regenerate.
285
286 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
287
288 PR bootstrap/54820
289 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
290 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
291 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
292 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
293 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
294 * Makefile.in: Regenerate.
295 * configure.ac (have_static_libs): New variable and associated check.
296 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
297 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
298 * configure: Regenerate.
299
300 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
301
302 * config.guess, config.sub: Include updated version from
303 config-patches. Adds microblaze little endian support.
304
305 2012-09-28 Ian Lance Taylor <iant@google.com>
306
307 * Makefile.def: Make all-target-libgo depend on
308 all-target-libbacktrace.
309 * Makefile.in: Rebuild.
310
311 2012-09-26 Ian Lance Taylor <iant@google.com>
312
313 * Makefile.def: Make all-gcc depend on all-libbacktrace.
314 * Makefile.in: Rebuild.
315
316 2012-09-06 Diego Novillo <dnovillo@google.com>
317
318 * configure.ac: Bump minimum GMP version to 4.2.3.
319 * configure: Re-generate.
320
321 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
322
323 PR target/54461
324 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
325 target-libgloss if not configured --with-avrlibc=no.
326 * configure: Regenerate.
327
328 2012-09-04 Jason Merrill <jason@redhat.com>
329
330 * configure.ac: Fix --enable-languages=all.
331
332 2012-09-03 Richard Guenther <rguenther@suse.de>
333
334 PR bootstrap/54138
335 * configure.ac: Re-organize ISL / CLOOG checks to allow
336 disabling with either --without-isl or --without-cloog.
337 * configure: Regenerated.
338
339 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
340
341 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
342 * configure: Regenerate.
343
344 2012-09-21 Steve Ellcey <sellcey@mips.com>
345
346 * configure.ac: Add mips*-mti-elf* target.
347 * configure: Regenerate.
348
349 2012-09-19 Ian Lance Taylor <iant@google.com>
350
351 * configure.ac (host_libs): Add libbacktrace.
352 (target_libraries): Add libbacktrace.
353 * Makefile.def (host_modules): Add libbacktrace.
354 (target_modules): Likewise.
355 * configure, Makefile.in: Rebuild.
356
357 2012-09-15 Jiong Wang <jiwang@tilera.com>
358
359 * configure.ac (ENABLE_GOLD): support tilegx*
360 * configure: rebuild
361
362 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
363
364 PR target/38607
365 Merge upstream change.
366 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
367
368 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
369 Add libgomp*.o to compare_exclusions for AIX.
370 * configure: Regenerate.
371
372 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
373
374 PR binutils/4970
375 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
376 and opcodes.
377 * Makefile.in: Regenerated.
378
379 2012-08-14 Diego Novillo <dnovillo@google.com>
380
381 Merge from cxx-conversion branch.
382
383 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
384 POSTSTAGE1_CONFIGURE_FLAGS.
385 * Makefile.in: Regenerate.
386 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
387 Force C++ when bootstrapping.
388 * configure: Regenerate.
389
390 2012-07-06 Richard Guenther <rguenther@suse.de>
391
392 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
393 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
394 --with-gmp=system.
395 * Makefile.in: Regenerated.
396 * configure: Likewise.
397
398 2012-07-06 Richard Guenther <rguenther@suse.de>
399
400 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
401 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
402 supply V=1 as extra_make_flags.
403 * configure: Regenerated.
404 * Makefile.in: Likewise.
405
406 2012-07-03 Richard Guenther <rguenther@suse.de>
407
408 * Makfile.def (isl): Remove not necessary extra_exports and
409 extra_make_flags.
410 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
411 * Makefile.in: Regenerated.
412
413 2012-07-03 Richard Guenther <rguenther@suse.de>
414
415 * Makefile.def (cloog): Add V=1 to extra_make_flags.
416 * configure.ac: If either the ISL or the CLooG check failed
417 do not try to build in-tree versions.
418 * Makefile.in: Regenerated.
419 * configure: Regenerated.
420
421 2012-07-02 Richard Guenther <rguenther@suse.de>
422 Michael Matz <matz@suse.de>
423 Tobias Grosser <tobias@grosser.es>
424 Sebastian Pop <sebpop@gmail.com>
425
426 * Makefile.def: Add ISL host module, remove PPL host module.
427 Adjust ClooG host module to use the proper ISL.
428 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
429 * configure.ac: Include config/isl.m4. Add ISL host library,
430 remove PPL. Remove PPL configury, add ISL configury, adjust
431 ClooG configury.
432 * Makefile.in: Regenerated.
433 * configure: Likewise.
434
435 2012-07-02 Richard Guenther <rguenther@suse.de>
436
437 Merge from graphite branch
438 2011-07-21 Tobias Grosser <tobias@grosser.es>
439
440 * configure: Regenerated.
441 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
442 both cloog.org and legacy versions. The only supported version will
443 be CLooG with the isl backend.
444
445 2011-07-21 Tobias Grosser <tobias@grosser.es>
446
447 * configure: Regenerated.
448 * configure.ac: Require cloog isl 0.17.0
449
450 2011-07-21 Tobias Grosser <tobias@grosser.es>
451
452 * configure: Regenerated.
453 * config/cloog.m4: Do not define CLOOG_ORG
454
455 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
456
457 * configure.ac: Skip C if explicitly selected.
458 * configure: Regenerate.
459
460 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
461
462 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
463 they contain -O2.
464 * configure: Regenerate.
465
466 2012-06-20 Jason Merrill <jason@redhat.com>
467
468 * Makefile.tpl (check-target-libgomp-c++): New.
469 (check-target-libitm-c++): New.
470 * Makefile.def (c++): Add them.
471 * Makefile.in: Regenerate.
472
473 2012-05-16 Olivier Hainque <hainque@adacore.com>
474
475 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
476 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
477 (install-no-fixedincludes): Adjust accordingly.
478 * Makefile.in: Regenerate.
479
480 2012-05-09 Nick Clifton <nickc@redhat.com>
481 Paul Smith <psmith@gnu.org>
482
483 PR bootstrap/50461
484 * configure.ac (mpfr-dir): When using in-tree MPFR sources
485 allow for the fact that from release v3.1.0 of MPFR the source
486 files were moved into a src sub-directory.
487 * configure: Regenerate.
488
489 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
490
491 * configure.ac: Bump minimum MPFR version to 2.4.0.
492 * configure: Regenerated.
493
494 2012-05-01 Richard Henderson <rth@redhat.com>
495
496 * Makefile.def (libatomic): New target_module.
497 * configure.ac (target_libraries): Add libatomic.
498 (noconfigdirs): Check if libatomic is supported.
499 * Makefile.in, configure: Rebuild.
500
501 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
502
503 Merge upstream change
504 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
505
506 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
507
508 * libtool.m4: Additional FreeBSD 10 fixes.
509
510 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
511
512 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
513 they contain -O2.
514 * configure: Regenerate.
515
516 2012-05-14 Catherine Moore <clm@codesourcery.com>
517
518 * NEWS: Mention PowerPC VLE port.
519
520 2012-05-11 Mike Frysinger <vapier@gentoo.org>
521
522 * MAINTAINERS (config/): Move to intl/ section.
523 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
524
525 2012-05-09 Nick Clifton <nickc@redhat.com>
526 Paul Smith <psmith@gnu.org>
527
528 PR bootstrap/50461
529 * configure.ac (mpfr-dir): When using in-tree MPFR sources
530 allow for the fact that from release v3.1.0 of MPFR the source
531 files were moved into a src sub-directory.
532 * configure: Regenerate.
533
534 2012-05-02 Roland McGrath <mcgrathr@google.com>
535
536 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
537 * configure: Regenerate.
538
539 2012-04-25 Joel Brobecker <brobecker@adacore.com>
540
541 * config.sub: Update to 2012-04-18 version from official repo.
542
543 2012-03-19 Tristan Gingold <gingold@adacore.com>
544
545 * configure.ac (ia64*-*-*vms*): Add support for ld.
546 * configure: Regenerate.
547
548 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
549
550 * configure.ac (enable_libgomp): Remove *-*-irix6*.
551 (unsupported_languages): Remove mips-sgi-irix6.*.
552 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
553 (with_stabs): Remove.
554 * configure: Regenerate.
555
556 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
557
558 * configure.ac (enable_libgomp): Remove *-*-osf*.
559 (with_stabs): Remove alpha*-*-osf*.
560 * configure: Regenerate.
561
562 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
563
564 * COPYING.NEWLIB: Modify DJ Delorie license to include
565 modification rights in clause as permitted by DJ Delorie.
566 * COPYING.LIBGLOSS: Ditto.
567
568 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
569
570 * COPYING.NEWLIB: Remove two unused licenses.
571
572 2012-03-05 Tristan Gingold <gingold@adacore.com>
573
574 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
575 * configure: Regenerate.
576
577 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
578
579 * COPYING.NEWLIB: Add Adapteva notice.
580 * COPYING.LIBGLOSS: Add Adapteva notice.
581
582 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
583
584 * configure: Regenerate.
585
586 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
587
588 * COPYING.LIBGLOSS: Add GPL with exception license.
589
590 2011-11-09 Roland McGrath <mcgrathr@google.com>
591
592 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
593 * configure: Rebuild.
594 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
595 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
596 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
597 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
598 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
599 Add READELF.
600 * Makefile.in: Rebuild.
601
602 2011-11-08 Richard Henderson <rth@redhat.com>
603
604 * configure.ac: Test for libitm directory present first.
605
606 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
607
608 * configure.ac: Test libitm/configure.tgt to disable libitm.
609 * configure: Rebuild.
610
611 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
612
613 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
614 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
615 * Makefile.in: Regenerate.
616
617 2011-11-01 DJ Delorie <dj@redhat.com>
618
619 * configure.ac (rl78-*-*) New case.
620 * configure: Regenerate.
621
622 2011-11-01 DJ Delorie <dj@redhat.com>
623
624 * config.sub: Update to version 2011-10-29 (added rl78)
625
626 2011-10-27 Nick Clifton <nickc@redhat.com>
627
628 * config.sub: Import these changes from the config project:
629
630 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
631 Ben Elliston <bje@gnu.org>
632
633 * config.sub (epiphany): New.
634
635 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
636 Ben Elliston <bje@gnu.org>
637
638 * config.sub (hexagon, hexagon-*): New.
639
640 2011-08-23 Roland McGrath <mcgrathr@google.com>
641
642 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
643 64eb to be64.
644
645 2011-08-16 Roland McGrath <mcgrathr@google.com>
646
647 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
648 (nacl): Grok as alias for 32el-unknown-nacl.
649
650 2011-08-19 Joel Brobecker <brobecker@adacore.com>
651
652 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
653
654 2011-08-14 Yao Qi <yao@codesourcery.com>
655
656 Merge from gcc:
657
658 2011-08-14 Yao Qi <yao@codesourcery.com>
659 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
660 * configure: Regenerate.
661
662 2011-07-26 Ian Lance Taylor <iant@google.com>
663
664 Merge from gcc:
665
666 2011-07-26 Ian Lance Taylor <iant@google.com>
667 * configure.ac: Set have_compiler based on whether gcc directory
668 exists, rather than on whether gcc is in configdirs.
669 * configure: Rebuild.
670
671 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
672 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
673 link directories.
674 * Makefile.in: Rebuild.
675
676 2011-07-20 Ian Lance Taylor <iant@google.com>
677 PR bootstrap/49787
678 * configure.ac: Move --enable-bootstrap handling earlier in file.
679 If --enable-bootstrap and either --enable-build-with-cxx or
680 --enable-build-poststage1-with-cxx, enable C++ automatically.
681 * configure: Rebuild.
682
683 2011-07-19 Ian Lance Taylor <iant@google.com>
684 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
685 make C++ a boot_language. Set and substitute
686 POSTSTAGE1_CONFIGURE_FLAGS.
687 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
688 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
689 * configure, Makefile.in: Rebuild.
690
691 2011-07-16 Jason Merrill <jason@redhat.com>
692 * Makefile.def (language=c++): Add check-c++0x and
693 check-target-libmudflap-c++.
694 * Makefile.tpl (check-target-libmudflap-c++): New.
695 * Makefile.in: Regenerate.
696
697 2011-07-16 Matthias Klose <doko@ubuntu.com>
698 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
699 * Makefile.def (target_modules/libjava): Pass
700 $(EXTRA_CONFIGARGS_LIBJAVA).
701 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
702 if not configured with --enable-static-libjava.
703 * Makefile.in: Regenerate.
704 * configure: Likewise.
705
706 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
707 PR regression/47836
708 PR bootstrap/23656
709 PR other/47733
710 PR bootstrap/49247
711 PR c/48825
712 * configure.ac (target_libraries): Remove target-libiberty.
713 Remove case-statement setting skipdirs=target-libiberty for
714 multiple targets. Remove checking target_configdirs and
715 removing target-libiberty but keeping target-libgcc if
716 otherwise empty.
717 * Makefile.def (target_modules): Don't add libiberty.
718 (dependencies): Remove all traces of target-libiberty.
719 * configure, Makefile.in: Regenerate.
720
721 2011-07-22 Jason Merrill <jason@redhat.com>
722
723 * Makefile.def (language=c++): Add check-c++0x and
724 check-target-libmudflap-c++.
725 * Makefile.tpl (check-target-libmudflap-c++): New.
726 * Makefile.in: Regenerate.
727
728 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
729
730 * configure: Regenerate.
731
732 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
733
734 PR target/39150
735 * configure.ac (i[3456789]86-*-solaris2*): Also accept
736 x86_64-*-solaris2.1[0-9]*.
737 * configure: Regenerate.
738
739 2011-06-13 Walter Lee <walt@tilera.com>
740
741 * configure.ac (tilepro-*-*) New case.
742 (tilegx-*-*): Likewise.
743 * configure: Regenerate.
744
745 2011-06-06 Nick Clifton <nickc@redhat.com>
746
747 * config.sub: Sync from upstream.
748
749 2011-05-08 Doug Kwan <dougkwan@google.com>
750
751 Merge from gcc:
752
753 2011-05-08 Doug Kwan <dougkwan@google.com>
754
755 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
756 * configure: Regenerated.
757 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
758 value from configure.
759 * Makefile.in: Regenerated.
760
761 2011-05-05 Joseph Myers <joseph@codesourcery.com>
762
763 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
764 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
765 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
766 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
767 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
768 *-*-vxworks*): Disable newlib and libgloss in separate case
769 statement.
770 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
771 to separate case statement.
772 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
773 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
774 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
775 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
776 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
777 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
778 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
779 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
780 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
781 i[[3456789]]86-*-rdos*, m32r-*-*,
782 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
783 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
784 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
785 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
786 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
787 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
788 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
789 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
790 and libgloss in main case over targets. Remove most empty cases
791 in main case over targets.
792 * configure: Regenerate.
793
794 2011-05-04 Joseph Myers <joseph@codesourcery.com>
795
796 * configure.ac: Remove code setting special library locations for
797 hppa*64*-*-hpux11*. Remove code setting compiler for
798 sparc-sun-solaris2*.
799 * configure: Regenerate.
800
801 2011-05-04 Joseph Myers <joseph@codesourcery.com>
802
803 * configure.ac: Separate libgloss_dir settings from general case
804 over targets.
805 * configure: Regenerate.
806
807 2011-04-28 Joseph Myers <joseph@codesourcery.com>
808
809 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
810 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
811 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
812 cases in libgcj-disabling case statement.
813 (hppa*64*-*-linux*): Set unsupported_languages instead of
814 disabling target-zlib.
815 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
816 to hppa*64*-*-hpux*.
817 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
818 hppa*-*-hpux*.
819 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
820 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
821 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
822 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
823 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
824 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
825 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
826 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
827 libgcj-disabling case statement.
828 * configure: Regenerate.
829
830 2011-04-28 Joseph Myers <joseph@codesourcery.com>
831
832 * configure.ac: Disable Java for targets not supporting libffi.
833 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
834 Remove cases in Java-disabling statement.
835 (*arm-wince-pe): Change to arm-wince-pe.
836 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
837 cases in Java-disabling statement.
838 (bfin-*-*): Don't disable Java again.
839 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
840 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
841 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
842 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
843 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
844 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
845 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
846 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
847 Java-disabling statement.
848 (mmix-*-*): Don't disable Java again.
849 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
850 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
851 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
852 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
853 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
854 statement.
855 * configure: Regenerate.
856
857 2011-04-28 Joseph Myers <joseph@codesourcery.com>
858
859 Merge from GCC:
860
861 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
862
863 PR lto/48086
864 * configure.ac: Re-enable LTO on *-apple-darwin9*.
865 * configure: Regenerate.
866
867 2011-04-28 Joseph Myers <joseph@codesourcery.com>
868
869 * configure.ac: Separate cases disabling Java and Java libraries
870 from general case over targets.
871 * configure: Regenerate.
872
873 2011-04-06 Joseph Myers <joseph@codesourcery.com>
874
875 * configure.ac (build_tools): Remove build-byacc.
876 (host_libs): Remove mmalloc.
877 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
878 autoconf automake libtool diff rcs fileutils shellutils time
879 textutils wdiff find uudecode hello tar gzip indent recode release
880 sed perl gawk findutils gettext zip.
881 (libgcj): Remove target-qthreads.
882 (target_tools): Remove target-examples target-gperf.
883 (YACC): Don't handle building byacc.
884 * configure: Regenerate.
885 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
886 dosutils, examples, fileutils, find, findutils, gawk, gettext,
887 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
888 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
889 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
890 handle building components.
891 * Makefile.in: Regenerate.
892
893 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
894
895 * config.sub: Sync from upstream.
896
897 2011-04-01 Joseph Myers <joseph@codesourcery.com>
898
899 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
900 (microblaze*): Don't disable libssp.
901 * configure: Regenerate.
902
903 2011-04-01 Joseph Myers <joseph@codesourcery.com>
904
905 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
906 moveifchange.
907 * configure: Regenerate.
908 * Makefile.tpl: Use @SHELL@ not @config_shell@.
909 * Makefile.in: Regenerate.
910
911 2011-04-01 Joseph Myers <joseph@codesourcery.com>
912
913 * configure.ac (*-*-sysv4*): Don't enable libgomp.
914 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
915 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
916 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
917 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
918 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
919 md_exec_prefix cases.
920 * configure: Regenerate.
921
922 2011-04-01 Joseph Myers <joseph@codesourcery.com>
923
924 * configure.ac: Separate cases disabling target-libssp,
925 target-libiberty, target-libstdc++-v3 and Fortran from general
926 case over targets.
927 * configure: Regenerate.
928
929 2011-04-01 Joseph Myers <joseph@codesourcery.com>
930
931 * configure.ac (*-*-chorusos): Don't disable libgcj.
932 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
933 Remove case.
934 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
935 (arm-*-coff): Don't disable libgcj.
936 (arm*-*-linux-gnueabi): Remove useless assignment.
937 (arm-*-riscix*): Don't disable libgcj.
938 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
939 configuration.
940 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
941 (c54x*-*-*): Remove case.
942 (tic54x-*-*): Don't disable GCC or GCC libraries.
943 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
944 to *.
945 (d10v-*-*): Don't disable GCC libraries.
946 (d30v-*-*): Don't disable libgcj.
947 (h8500-*-*): Don't disable GCC libraries.
948 (i960-*-*): Don't disable libgcj.
949 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
950 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
951 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
952 libgcj.
953 (m68k-*-coff*): Remove case.
954 (mmix-*-*): Don't disable libgloss on host.
955 (mn10200-*-*, mn10300-*-*): Remove cases.
956 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
957 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
958 Don't disable libgcj.
959 (romp-*-*): Remove case.
960 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
961 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
962 case.
963 (v810-*-*): Don't disable GCC libraries.
964 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
965 (ip2k-*-*): Don't disable GCC libraries.
966 * configure: Regenerate.
967
968 2011-03-28 Joseph Myers <joseph@codesourcery.com>
969
970 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
971 libffi on host.
972 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
973 on host.
974 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
975 * configure: Regenerate.
976
977 2011-03-26 John Marino <binutils@marino.st>
978
979 * configure.ac: Add support for *-*-dragonfly*
980 * configure: Regenerate.
981
982 2011-03-25 Joseph Myers <joseph@codesourcery.com>
983
984 * configure.ac (native_only): Remove.
985 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
986 send-pr uudecode guile gnuserv on host.
987 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
988 send-pr rcs guile perl texinfo libtool on host.
989 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
990 automake send-pr rcs guile perl texinfo libtool on host.
991 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
992 (*-*-kaos*): Don't disable target-examples target-gperf on target.
993 (alpha*-dec-osf*): Don't disable fileutils on target.
994 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
995 texinfo send-pr expect dejagnu on target.
996 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
997 target-qthreads on target.
998 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
999 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1000 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1001 x86_64-*-mingw*): Don't disable expect on target.
1002 (*-*-cygwin*): Don't disable target-gperf on target.
1003 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1004 gnuserv on target.
1005 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1006 target.
1007 * configure: Regenerate.
1008
1009 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1010
1011 * configure.ac (target_tools): Remove target-groff.
1012 (native_only): Remove target-groff.
1013 (hppa*64*-*-*): Don't disable byacc.
1014 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1015 setting.
1016 (*-*-kaos*): Don't skip target-librx and target-groff.
1017 (*-*-netware*): Don't skip target-libmudflap.
1018 (*-*-tpf*): Don't skip target-libmudflap.
1019 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1020 directories on the host.
1021 (ia64*-*-*vms*): Don't skip tix.
1022 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1023 host.
1024 * configure: Regenerate.
1025
1026 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1027
1028 * configure.ac: Remove references to mt-mep, mt-netware,
1029 mt-wince.
1030 * Makefile.def: Add all-utils soft dependencies.
1031 * Makefile.tpl: Remove GDB_NLM_DEPS.
1032 * configure: Regenerate.
1033 * Makefile.in: Regenerate.
1034
1035 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1036
1037 Sync from GCC:
1038
1039 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1040
1041 * configure.ac: Do not include mh-x86omitfp.
1042 * configure: Regenerate.
1043
1044 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1045
1046 * configure.ac: Remove empty cases.
1047 * configure: Regenerate.
1048
1049 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1050
1051 * Makefile.def: Add dependency from termcap to gdb.
1052 * Makefile.in: Regenerate.
1053
1054 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1055
1056 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1057 * configure: Regenerate.
1058 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1059 * Makefile.tpl: Likewise.
1060 * Makefile.in: Regenerate.
1061
1062 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1063
1064 * configure.ac: Remove all mentions of tentative_cc.
1065 * configure: Regenerate.
1066
1067 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1068
1069 PR lto/48086
1070 * configure.ac: Re-enable LTO on *-apple-darwin9.
1071 * configure: Regenerate.
1072
1073 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1074
1075 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1076 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1077 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1078 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1079 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1080 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1081 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1082 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1083 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1084 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1085 *-*-rhapsody*): Remove host cases.
1086 * configure: Regenerate.
1087
1088 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1089
1090 * configure.ac (ppc*-*-pe): Remove host case.
1091 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1092 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1093 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1094 cases.
1095 * configure: Regenerate.
1096
1097 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1098
1099 * config.sub: Update to version 2011-03-23.
1100
1101 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1102
1103 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1104 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1105 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1106 * configure: Regenerate.
1107
1108 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1109
1110 * config-ml.in: Don't handle arc-*-elf*.
1111 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1112 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1113 handle GCC libraries.
1114 * configure: Regenerate.
1115
1116 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1117
1118 PR bootstrap/48120:
1119 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1120 Add -lstdc++ -lm to LIBS.
1121 * configure: Regenerate.
1122
1123 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1124
1125 * config.guess: Update to version 2011-02-02
1126 * config.sub: Update to version 2011-02-24
1127
1128 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1129
1130 * configure.ac: Adjust test of with_ppl.
1131 * configure: Regenerated.
1132
1133 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1134
1135 * configure.ac: Add -lpwl to ppllibs.
1136 * config/cloog.m4: Add -lisl to clooglibs.
1137 * configure: Regenerated.
1138
1139 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1140
1141 Import from Libtool and gnulib:
1142
1143 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1144
1145 Prepare for supporting FreeBSD 10.
1146 * config.rpath: Remove handling of freebsd1* which soon would
1147 match FreeBSD 10.0.
1148
1149 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1150
1151 Remove support for FreeBSD 1.x.
1152 * libtool.m4 (_LT_LINKER_SHLIBS)
1153 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1154 soon would incorrectly match FreeBSD 10.0.
1155
1156 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1157
1158 PR binutils/12283
1159 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1160 (move-if-change): Comes from gnulib.
1161 * move-if-change: Import version from gnulib.
1162
1163 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1164
1165 Sync from GCC:
1166
1167 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1168
1169 PR lto/47225
1170 * Makefile.def (lto-plugin): Double dash for enable-shared.
1171 (configure-gcc): Depend on all-lto-plugin.
1172 * Makefile.in: Rebuilt.
1173
1174 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1175
1176 * configure.ac: Remove extra bracket.
1177 * configure: Regenerate.
1178
1179 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1180
1181 PR lto/47225
1182 * Makefile.def: Add dependency for install-gcc
1183 on install-lto-plugin.
1184 * Makfile.in: Regenerated
1185
1186 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1187
1188 * configure.ac: If with_ppl is no, move setting with_cloog=no
1189 after CLOOG_REQUESTED check.
1190 * configure: Regenerated.
1191
1192 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1193
1194 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1195 CLooG has been requested.
1196 * configure: Regenerated.
1197
1198 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1199
1200 * configure: Regenerated.
1201 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1202
1203 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1204
1205 * configure: Regenerated.
1206 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1207
1208 2011-01-07 Jan Hubicka <jh@suse.cz>
1209
1210 PR lto/47225
1211 * Makefile.in: Regenerate.
1212 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1213 configure.
1214
1215 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1216
1217 PR libgcj/44341
1218 * configure.ac: Discard --with-* flags for host when configuring
1219 target libraries for cross build.
1220 * configure: Rebuilt.
1221
1222 2011-01-21 Andreas Schwab <schwab@redhat.com>
1223
1224 Sync from GCC:
1225
1226 2011-01-21 Andreas Schwab <schwab@redhat.com>
1227
1228 * configure.ac: Use AS_HELP_STRING throughout.
1229 * configure: Regenerate.
1230
1231 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1232
1233 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1234 * configure: Regenerate.
1235
1236 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1237
1238 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1239
1240 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1241
1242 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1243 for ia64-hpux.
1244 * configure: Regenerate.
1245
1246 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1247
1248 Sync from GCC:
1249 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1250
1251 * configure.ac: (picochip): Disable libiberty.
1252 * configure: Regenerate.
1253
1254 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1255
1256 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1257
1258 2010-12-10 Ian Lance Taylor <iant@google.com>
1259
1260 PR bootstrap/46819
1261 * configure.ac: For --disable-libgcj clear libgcj_saved.
1262 * configure: Rebuild.
1263
1264 2010-12-10 Tobias Burnus <burnus@net-b.de>
1265
1266 PR fortran/46540
1267 * configure.ac: Add --disable-libquadmath and
1268 --disable-libquadmath-support.
1269 * configure: Regenerate.
1270
1271 2010-12-10 Tristan Gingold <gingold@adacore.com>
1272
1273 * src-release (ETC_SUPPORT): add gnu-oids.texi
1274
1275 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1276
1277 PR libffi/46792
1278 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1279 * configure: Regenerate.
1280
1281 2010-12-02 Ian Lance Taylor <iant@google.com>
1282
1283 * configure.ac: Always set default for poststage1_ldflags to
1284 -static-libstdc++ -static-libgcc.
1285
1286 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1287
1288 * COPYING.NEWLIB: Add National Semiconductor notice.
1289
1290 2010-11-29 Andreas Schwab <schwab@redhat.com>
1291
1292 * configure.ac: Move comment to remove extra space in last argument
1293 of GCC_TARGET_TOOL.
1294
1295 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1296
1297 PR other/46026
1298 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1299 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1300 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1301 (BASE_FLAGS_TO_PASS): Use it.
1302 * configure: Rebuilt.
1303 * Makefile.in: Rebuilt.
1304
1305 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1306
1307 PR binutils/12258
1308 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1309 Properly check default linker.
1310 * configure: Regnerated.
1311
1312 2010-11-23 Matthias Klose <doko@ubuntu.com>
1313
1314 * configure.ac: For --enable-gold, handle value `default' instead of
1315 `both*'. New configure option --{en,dis}able-ld.
1316 * configure: Regenerate.
1317
1318 2010-11-20 Ian Lance Taylor <iant@google.com>
1319
1320 * configure.ac: Only disable a language library if no language needs
1321 it. Don't let --disable-libgcj uncondtionally disable libffi.
1322 * configure: Rebuild.
1323
1324 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1325
1326 * configure: Regenerate.
1327
1328 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1329
1330 PR other/46202
1331 * configure.ac: Fix just-built in-tree STRIP name to be
1332 binutils/strip-new.
1333 * configure: Regenerate.
1334 * Makefile.def (install-strip-gcc, install-strip-binutils)
1335 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1336 (install-strip-sid): Mirror dependencies on non-strip variants
1337 of these targets on the respective -strip prerequisites.
1338 * Makefile.tpl (install-strip, install-strip-host)
1339 (install-strip-target): New targets.
1340 (install-strip-[+module+], install-strip-target-[+module+]):
1341 New targets.
1342 * Makefile.in: Regenerate.
1343
1344 2010-11-19 Ian Lance Taylor <iant@google.com>
1345 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1346
1347 * configure.ac: Add target-libgo to target_libraries. Set
1348 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1349 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1350 (HOST_EXPORTS): Add GOC.
1351 (BASE_TARGET_EXPORTS): Add GOC.
1352 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1353 (GOCFLAGS_FOR_TARGET): New variable.
1354 (EXTRA_HOST_FLAGS): Add GOC.
1355 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1356 * Makefile.def (target_modules): Add libgo.
1357 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1358 (dependencies): Add dependency from configure-target-libgo to
1359 configure-target-libffi and all-target-libstdc++-v3. Add
1360 dependencies from all-target-libgo to all-target-libffi.
1361 (languages): Add go.
1362 * configure: Rebuild.
1363 * Makefile.in: Rebuild.
1364
1365 2010-11-19 Ian Lance Taylor <iant@google.com>
1366
1367 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1368 compiler/flag environment variables.
1369
1370 2010-11-18 Ian Lance Taylor <iant@google.com>
1371
1372 * configure.ac: Check for lang_requires_boot_languages in
1373 config-lang.in files.
1374 * configure: Rebuild.
1375
1376 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1377
1378 * .gitignore: New file.
1379
1380 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1381 Tobias Burnus <burnus@net-b.de>
1382
1383 PR fortran/32049
1384 * Makefile.def: Add libquadmath; build it with language=fortran.
1385 * configure.ac: Add libquadmath.
1386 * Makefile.tpl: Handle multiple libs in check-[+language+].
1387 * Makefile.in: Regenerate.
1388 * configure: Regenerate.
1389
1390 2010-11-15 Andreas Schwab <schwab@redhat.com>
1391
1392 * configure.ac: Fix spelling in option names.
1393 * configure: Regenerated.
1394
1395 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1396
1397 PR bootstrap/39622
1398 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1399 * configure: Regenerated.
1400
1401 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1402
1403 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1404 define the cloog backend to use. Furthermore, only pass the ppllibs to
1405 the configure checks, if necessary.
1406 * configure: Regenerate.
1407
1408 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1409
1410 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1411 * configure: regenerate
1412
1413 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1414
1415 * config/cloog.m4: Fix typo. verison -> version.
1416 * configure: Regenerate.
1417
1418 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1419
1420 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1421 * configure: Regenerate.
1422
1423 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1424
1425 * configure.ac: Support official CLooG.org versions.
1426 * configure: Regenerate.
1427 * config/cloog.m4: New.
1428
1429 2010-11-05 Michael Eager <eager@eagercon.com>
1430
1431 * COPYING.LIBGLOSS: Correct typo in microblaze.
1432 * COPYING.NEWLIB: Same.
1433
1434 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1435
1436 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1437 * configure: Regenerate.
1438
1439 2010-11-03 Ian Lance Taylor <iant@google.com>
1440 Dave Korn <dave.korn.cygwin@gmail.com>
1441
1442 PR lto/46273
1443 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1444 and on other supported platforms whenever LTO is enabled.
1445 * configure: Rebuild.
1446
1447 2010-11-02 Alan Modra <amodra@gmail.com>
1448
1449 PR binutils/12110
1450 * configure.ac: Error when source path contains spaces.
1451 * configure: Regenerate.
1452
1453 2010-10-20 Ian Lance Taylor <iant@google.com>
1454
1455 * Makefile.def (target_modules): Set lib_path to src/.libs for
1456 libstdc++-v3 module.
1457 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1458 * Makefile.in: Rebuild.
1459
1460 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1461 Joseph Myers <joseph@codesourcery.com>
1462
1463 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1464 notices.
1465 * COPYING.NEWLIB: Add Texas Instruments notice.
1466
1467 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1468
1469 * configure.ac (build_lto_plugin): New shell variable.
1470 (--enable-lto): Turn on by default for all non-ELF platforms that
1471 have had LTO support added so far. Set build_lto_plugin appropriately
1472 for both ELF and non-ELF.
1473 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1474 * configure: Regenerate.
1475
1476 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1477
1478 PR bootstrap/45326
1479 PR bootstrap/45174
1480 * configure.ac: Honor initial values of $build_configargs,
1481 $host_configargs, $target_configargs. Mark the precious, so
1482 environment settings get recorded.
1483 * configure: Regenerate.
1484
1485 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1486
1487 Sync from GCC:
1488
1489 2010-09-30 Michael Eager <eager@eagercon.com>
1490
1491 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1492 * configure: Regenerate.
1493
1494 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1495
1496 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1497 targets and amend comment.
1498 * configure: Regenerate.
1499
1500 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1501
1502 * configure.ac: Enable LTO by default on Darwin.
1503 * configure: Regenerate.
1504
1505 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1506
1507 PR bootstrap/44455
1508 * configure.ac (extra_mpfr_configure_flags): Copy from
1509 extra_mpc_gmp_configure_flags.
1510 * configure: Re-generated.
1511
1512 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1513
1514 Sync from GCC:
1515
1516 PR bootstrap/45796
1517 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1518 Depend on all-build-libiberty.
1519 * Makefile.in: Regenerate.
1520
1521 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1522
1523 Sync from GCC:
1524
1525 PR bootstrap/44621
1526 * configure.ac: Fix unportable shell quoting.
1527 * configure: Regenerate.
1528
1529 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1530
1531 * configure.ac: Support all v850 targets.
1532 * configure: Regenerate.
1533
1534 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1535
1536 PR target/44862
1537 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1538 Provide -B option to allow for link spec %s substitutions for
1539 libstdc++.a on darwin.
1540 * Makefile.in: Regenerate.
1541
1542 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1543
1544 * Makefile.def (configure-gcc): Depend on all-libelf.
1545 * Makefile.in: Rebuild.
1546
1547 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1548
1549 * config.sub, config.guess: Update from upstream sources.
1550
1551 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1552
1553 Sync from GCC:
1554
1555 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1556 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1557 * configure: Regenerated.
1558
1559 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1560 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1561 * configure: Regenerate.
1562
1563 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1564 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1565 * configure: Regenerate.
1566
1567 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1568 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1569 separately.
1570 * configure: Regenerate.
1571
1572 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1573 * configure: Regenerate after change to elf.m4.
1574
1575 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1576 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1577 * configure: Regenerated.
1578
1579 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1580 * configure.ac: Print "buggy but acceptable" when CLooG
1581 revision is less than 9.
1582 * configure: Regenerated.
1583
1584 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1585
1586 Merge from gcc:
1587
1588 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1589 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1590 * configure: Regenerate.
1591
1592 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1593 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1594 a platform that supports LTO.
1595 * configure: Regenerate.
1596
1597 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1598 PR lto/42776
1599 * configure.ac (--enable-lto): Refactor handling so libelf tests
1600 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1601 and allow LTO to be explicitly enabled on non-ELF platforms that
1602 are known to support it inside else-clause.
1603 * configure: Regenerate.
1604
1605 2010-04-27 Roland McGrath <roland@redhat.com>
1606 H.J. Lu <hongjiu.lu@intel.com>
1607
1608 * configure.ac (--enable-gold): Support both, both/gold and
1609 both/bfd to add gold to configdirs without removing ld.
1610 * configure: Regenerated.
1611
1612 * Makefile.def: Add install-gold dependency to install-ld.
1613 * Makefile.in: Regenerated.
1614
1615 2010-04-14 Tristan Gingold <gingold@adacore.com>
1616
1617 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1618 * configure: Regenerate.
1619
1620 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1621
1622 Merge from gcc:
1623 PR bootstrap/43615
1624 PR bootstrap/43328
1625 Revert:
1626 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1627 * configure.ac: Do not pass --enable-multilib nor
1628 --disable-multilib in baseargs. Accept explicitly passed
1629 --enable_multilib.
1630 * configure: Regenerate.
1631
1632 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1633
1634 PR bootstrap/43328
1635 * configure.ac: Do not pass --enable-multilib nor
1636 --disable-multilib in baseargs. Accept explicitly passed
1637 --enable_multilib.
1638 * configure: Regenerate.
1639
1640 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1641
1642 * configure.ac (tic6x-*-*): New case.
1643 * configure: Regenerate.
1644
1645 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1646
1647 Merge from gcc:
1648 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1649 PR ada/42554
1650 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1651 * configure: Regenerate.
1652
1653 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1654
1655 * config.sub: Update to version 2010-03-22.
1656 * config.guess: Update to version 2009-12-30.
1657
1658 2010-03-14 Joseph Myers <joseph@codesourcery.com>
1659
1660 Merge from gcc:
1661 2010-01-11 Richard Guenther <rguenther@suse.de>
1662 PR lto/41569
1663 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1664 * Makefile.in: Regenerated.
1665
1666 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1667
1668 PR libstdc++/32499
1669 * configure.ac (RANLIB): Default to true.
1670 (STRIP): Likewise.
1671 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1672 * configure: Regenerate.
1673
1674 2010-02-17 Nick Clifton <nickc@redhat.com>
1675
1676 PR 11238
1677 * Makefile.tpl (local-distclean): Also remove config.cache files in
1678 sub-directories as there may not be Makefiles present in the
1679 sub-directories.
1680 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1681 the config.cache files found by the find command.
1682
1683 * Makefile.in: Regenerate.
1684 * configure.ac: Revert previous delta.
1685 * configure: Regenerate.
1686
1687 2010-02-15 Nick Clifton <nickc@redhat.com>
1688
1689 PR 11238
1690 * configure.ac: Delete config.cache files in sub-directories when
1691 deleting Makefiles.
1692 * configure: Regenerate.
1693
1694 2010-02-15 Nick Clifton <nickc@redhat.com>
1695
1696 * configure.ac: Sync from gcc.
1697 * configure: Regenerate.
1698
1699 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1700
1701 Sync from gcc:
1702 * configure.ac: Add "recommended" version checks for GMP/MPC.
1703 Update recommended GMP/MPFR/MPC versions.
1704 * configure: Regenerate.
1705
1706 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1707
1708 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1709 * configure.ac (bootstrap_target_libs): Make inclusion of
1710 target-libgomp conditional on libgomb being in target_configdirs.
1711 * configure: Regenerate.
1712
1713 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1714
1715 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1716 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1717 * configure: Regenerate.
1718
1719 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1720
1721 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1722 * configure.ac (target_configdirs): Substitute.
1723 * Makefile.def: Bootstrap target module libgomp.
1724 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1725 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1726 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1727 * configure, Makefile.in: Regenerate.
1728
1729 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1730
1731 * libtool.m4: Sync from git Libtool.
1732 * ltmain.sh: Likewise.
1733 * ltoptions.m4: Likewise.
1734 * ltversion.m4: Likewise.
1735 * lt~obsolete.m4: Likewise.
1736
1737 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1738 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1739
1740 PR bootstrap/42424
1741 * configure.ac: Include libtool m4 files.
1742 (_LT_CHECK_OBJDIR): Call it.
1743 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1744 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1745
1746 * configure: Regenerate.
1747
1748 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1749
1750 PR bootstrap/41818
1751 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1752 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1753 * Makefile.in: Regenerate.
1754
1755 2009-12-18 Ben Elliston <bje@au.ibm.com>
1756
1757 * config.sub, config.guess: Update from upstream sources.
1758
1759 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1760
1761 * COPYING.NEWLIB: Update copyright date.
1762 * COPYING.LIBGLOSS: Ditto.
1763
1764 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1765
1766 PR middle-end/30447
1767 PR middle-end/30789
1768 PR other/40302
1769
1770 * configure.ac: Require MPC.
1771 * configure: Regenerate.
1772
1773 * configure.ac: Update minimum MPC version to 0.8.
1774 * configure: Regenerate.
1775
1776 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
1777
1778 * config.guess: Sync with upstream and gcc.
1779 * config.sub: Sync with upstream and gcc.
1780
1781 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1782
1783 * Makefile.def: Restore host and target settings for gmp.
1784 * Makefile.in: Rebuild.
1785
1786 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1787
1788 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1789 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1790 Fix portability of test of C++ as bootstrap language. Add
1791 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1792 * configure: Rebuild.
1793 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1794 and cloog. Fix in-tree ppl configuration. Introduce libelf
1795 in-tree building.
1796 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1797 (POSTSTAGE1_HOST_EXPORTS): Use it.
1798 (STAGE[+id+]_CXXFLAGS): New.
1799 (BASE_FLAGS_TO_PASS): Pass it down.
1800 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1801 extra_exports.
1802 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1803 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1804 extra_exports.
1805 * Makefile.in: Rebuild.
1806
1807 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1808
1809 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1810 paths for *-w64-mingw* and x86_64-*mingw*.
1811 * configure: Regenerated.
1812
1813 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1814
1815 * configure.ac: Disable target-winsup & co for
1816 x86_64-*-mingw* and *-w64-mingw* targets.
1817 * configure: Regenerated.
1818
1819 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1820
1821 * configure.ac (CLooG test): Use = with test.
1822 * configure: Regenerate.
1823
1824 2009-10-22 Richard Guenther <rguenther@suse.de>
1825
1826 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1827 cloog if the ppl version check failed. Move flags saving
1828 before setting in libelf check.
1829 * configure: Regenerate.
1830
1831 2009-10-21 Richard Guenther <rguenther@suse.de>
1832
1833 * configure.ac: Adjust the ppl and cloog configure to work as
1834 documented. Disable cloog if ppl was disabled. Omit the version
1835 checks if they were disabled.
1836 * configure: Re-generate.
1837
1838 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1839
1840 * configure.ac: Add 'lto' to enable_languages, not
1841 new_enable_languages, and only if not already present.
1842 * configure: Regenerate.
1843
1844 2009-10-06 Ian Lance Taylor <iant@google.com>
1845
1846 * Makefile.def: check-gold depends upon all-gas.
1847 * Makefile.in: Rebuild.
1848
1849 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1850
1851 * Makefile.def: all-lto-plugin depends on all-libiberty.
1852 set bootstrap=true for lto-plugin.
1853 Add lto-plugin.
1854 * Makefile.in: Regenerate.
1855 * configure.ac (host_libs): Add lto-plugin.
1856 * configure: Regenerate.
1857
1858 2009-10-03 Diego Novillo <dnovillo@google.com>
1859
1860 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1861 (HOST_LIBELFLIBS): Define.
1862 (HOST_LIBELFINC): Define.
1863 * Makefile.in: Regenerate.
1864 * configure.ac: Add --enable-lto.
1865 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1866 If --enable-lto is used, add 'lto' to new_enable_languages.
1867 If --enable-lto is used and gold is enabled, add
1868 lto-plugin to configdirs.
1869 * configure: Regenerate.
1870
1871 2009-10-03 Simon Baldwin <simonb@google.com>
1872
1873 * configure.ac: If --with-system-zlib, suppress local zlib and
1874 pass --with-system-zlib to subdir configure scripts.
1875 * configure: Regenerate.
1876
1877 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
1878 Paolo Bonzini <bonzini@gnu.org>
1879
1880 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1881 $(srcdir).
1882 * Makefile.in: Rebuilt.
1883
1884 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
1885
1886 Sync from gcc:
1887 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1888
1889 * configure.ac: Update minimum MPC version to 0.7.
1890 * configure: Regenerate.
1891
1892 2009-09-25 Nick Clifton <nickc@redhat.com>
1893
1894 * configure.ac: Pass any --cache-file=/dev/null option on to
1895 subconfigures.
1896 * configure: Regenerate.
1897
1898 2009-09-23 Nick Clifton <nickc@redhat.com>
1899
1900 * config.sub, config.guess: Update from upstream sources.
1901
1902 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
1903
1904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1905 * Makefile.in: Rebuilt.
1906
1907 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1908
1909 PR bootstrap/32272
1910 * configure.ac: Error out if $srcdir isn't '.' but contains
1911 host-${host_noncanonical}.
1912 * configure: Regenerate.
1913
1914 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1915
1916 * configure.ac: If bootstrapping a combined tree with
1917 --enable-gold, require c++ in stage1_languages.
1918 * configure: Regenerate.
1919
1920 * configure.ac: Also add target_libs of stage1_languages to
1921 bootstrap_target_libs.
1922 * configure: Regenerate.
1923
1924 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1925 with --enable-languages not containing c++.
1926 * configure: Regenerate.
1927
1928 2009-09-16 Jie Zhang <jie.zhang@analog.com>
1929
1930 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1931 * configure: Regenerate.
1932
1933 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1934
1935 * configure.ac: Do not use $extrasub for replacing @if/@endif
1936 parts in Makefile; instead, use additional arguments to
1937 AC_CONFIG_COMMANDS to do the replacement manually, with several
1938 sed invocations, to avoid HP-UX sed command limits.
1939 * configure: Regenerate.
1940
1941 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
1942
1943 * configure.ac (with-build-config): Document. Handle without.
1944 Handle missing argument.
1945 * configure: Rebuilt.
1946
1947 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
1948
1949 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1950 Default to bootstrap-debug only if compare-debug works.
1951 * configure: Rebuilt.
1952 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1953 * Makefile.in: Rebuilt.
1954
1955 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1956
1957 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1958 * Makefile.in: Rebuilt.
1959
1960 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1961
1962 * Makefile.tpl (AWK): Fix typo.
1963 * Makefile.in: Regenerate.
1964
1965 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1966
1967 * configure.ac: Detect awk and sed.
1968 * Makefile.def (flags_to_pass): Add AWK and SED.
1969 * Makefile.tpl (AWK, SED): New.
1970 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1971 * configure: Regenerate.
1972 * Makefile.in: Regenerate.
1973
1974 2009-09-01 Tristan Gingold <gingold@adacore.com>
1975
1976 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
1977 Remove logical names.
1978
1979 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
1980
1981 * ltmain.sh (func_normal_abspath): New function.
1982 (func_relative_path): Likewise.
1983 (func_mode_help): Document new -bindir option for link mode.
1984 (func_mode_link): Add new -bindir option, and use it to place
1985 output DLL if specified.
1986
1987 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1988
1989 * configure.ac (AC_PREREQ): Bump to 2.64.
1990
1991 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1992
1993 * README-maintainer-mode: Point directly to upstream locations
1994 for autoconf, automake, libtool, gettext, instead of copies on
1995 sources.redhat.com. Document required versions.
1996 * configure.ac: Do not substitute datarootdir, htmldir,
1997 pdfdir, docdir. Do not process --with-datarootdir,
1998 --with-htmldir, --with-pdfdir, --with-docdir.
1999 * configure: Regenerate.
2000
2001 * configure: Regenerate.
2002
2003 * compile: Sync from Automake 1.11.
2004 * depcomp: Likewise.
2005 * install-sh: Likewise.
2006 * missing: Likewise.
2007 * mkinstalldirs: Likewise.
2008 * ylwrap: Likewise.
2009
2010 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011
2012 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2013 (baseargs): Add --disable-option-checking.
2014 * configure: Regenerate.
2015
2016 * Makefile.def (configure-target-libiberty): Depend on
2017 all-binutils and all-ld.
2018 (configure-target-newlib): Likewise.
2019 * Makefile.in: Regenerate.
2020
2021 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2022
2023 Sync with GCC, merge:
2024
2025 2009-07-31 Christian Bruel <christian.bruel@st.com>
2026
2027 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2028 * configure: Regenerate.
2029
2030 2009-07-06 Ian Lance Taylor <iant@google.com>
2031
2032 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2033 * configure: Rebuild.
2034
2035 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2036
2037 PR bootstrap/40338
2038 * configure.ac (comparestring): Create new variable.
2039 * Makefile.tpl (comparestring): Use to skip some comparisions.
2040 * configure: Regenerate.
2041 * Makefile.in: Regenerate.
2042
2043 2009-06-23 Ian Lance Taylor <iant@google.com>
2044
2045 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2046 boot_languages. Only bootstrap target libraries listed in
2047 target_libs for some boot language. Add --with-stage1-ldflags,
2048 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2049 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2050 if not building with C++.
2051 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2052 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2053 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2054 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2055 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2056 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2057 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2058 * configure, Makefile.in: Rebuild.
2059
2060 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2061
2062 * configure.ac: Detect MPC in default directory.
2063 * configure: Regenerate.
2064
2065 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2066
2067 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2068 to noconfdirs.
2069 * configure: Regenerate.
2070
2071 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2072
2073 * Makefile.def: Add MPC support and dependencies.
2074 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2075
2076 * Makefile.in, configure: Regenerate.
2077
2078 2009-05-24 Nicolas Roche <roche@adacore.com>
2079
2080 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2081 * Makefile.in: Regenerate.
2082
2083 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2084
2085 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2086 * configure: Regenerate.
2087
2088 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2089
2090 * configure.ac ($with_ppl): Default to no if not supplied.
2091 ($with_cloog): Likewise.
2092 configure: Regenerate.
2093
2094 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2095
2096 PR bootstrap/39739
2097 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2098 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2099
2100 * configure, Makefile.in: Regenerate.
2101
2102 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2103
2104 * configure.ac: Change copyright header to refer to version
2105 3 of the GNU General Public License and to point readers at the
2106 COPYING3 file and the FSF's license web page.
2107 * Makefile.def: Likewise.
2108 * Makefile.tpl: Likewise.
2109 * Makefile.in: Regenerate.
2110
2111 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2112
2113 * configure.ac: Restore match for darwin9 or later. Use double
2114 brackets since regeneration eats one pair.
2115 * configure: Regenerate.
2116
2117 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2118
2119 * MAINTAINERS: Perform some obvious fixups.
2120
2121 2009-08-17 Ben Elliston <bje@au.ibm.com>
2122
2123 * config.sub, config.guess: Update from upstream sources.
2124
2125 2009-08-06 Michael Eager <eager@eagercon.com>
2126
2127 * configure.ac: Add Microblaze target.
2128 * configure: Regenerate.
2129
2130 2009-07-02 Tristan Gingold <gingold@adacore.com>
2131
2132 * configure.ac: Do not exclude gas for i386-*-darwin.
2133 Add a case for x86_64-*-darwin.
2134 * configure: Regenerate.
2135
2136 2009-06-26 Doug Evans <dje@sebabeach.org>
2137
2138 * Makefile.def (host_modules): Add cgen.
2139 * Makefile.in: Regenerate.
2140 * configure.ac (host_tools): Add cgen.
2141 * configure: Regenerate.
2142
2143 2009-06-17 Michael Eager <eager@eagercon.com>
2144
2145 * COPYING.LIBGLOSS: Add Xilinx license.
2146
2147 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2148
2149 * configure.ac: Define is_elf for QNX Neutrino targets.
2150 * configure: Regenerate.
2151
2152 2009-06-03 Jerome Guitton <guitton@adacore.com>
2153 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2154
2155 * Makefile.tpl (all): Avoid a trailing backslash.
2156 * Makefile.in: Regenerate.
2157
2158 2009-06-03 Ben Elliston <bje@au.ibm.com>
2159
2160 * config.sub, config.guess: Update from upstream sources.
2161
2162 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2163
2164 * Makefile.tpl ([+compare-target+]): Compare all stage
2165 directories, rather than just gcc.
2166 * Makefile.in: Rebuilt.
2167
2168 2009-05-28 Doug Kwan <dougkwan@google.com>
2169
2170 * configure.ac: Support gold for target arm*-*-*.
2171 * configure: Regenerate.
2172
2173 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2174
2175 * Makefile.tpl (all): Avoid harmless warning in make all when
2176 gcc-bootstrap is enabled but stage_last does not exist.
2177 * Makefile.in: Rebuilt.
2178
2179 2009-05-25 Tristan Gingold <gingold@adacore.com>
2180
2181 * setup.com: Complete the file with configuration and build.
2182
2183 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2184
2185 PR other/40159
2186 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2187 gcc-no-bootstrap are mutually exclusive.
2188 * Makefile.in: Rebuilt.
2189
2190 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2191
2192 PR other/40159
2193 * Makefile.tpl (all): Don't end with unconditional success.
2194 * Makefile.in: Rebuilt.
2195
2196 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2197
2198 PR target/37137
2199 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2200 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2201 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2202 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2203 stage_configureflags, stage_cflags and stage_libcflags into
2204 explicit Makefile macros.
2205 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2206 GFORTRAN.
2207 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2208 CC. Set CC_FOR_BUILD from CC.
2209 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2210 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2211 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2212 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2213 and GFORTRAN.
2214 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2215 (_LIBCFLAGS): Renamed to _TFLAGS.
2216 (do-compare-debug, do-compare3-debug): Drop.
2217 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2218 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2219 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2220 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2221 (XGCC_FLAGS_FOR_TARGET): New.
2222 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2223 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2224 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2225 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2226 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2227 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2228 TFLAGS.
2229 (BUILD_CONFIG): Include if requested.
2230 (all): Set TFLAGS on bootstrap.
2231 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2232 (all-stageid-prefixmodule): Likewise.
2233 (do-clean, distclean-stageid): Set TFLAGS.
2234 (restrap): Fix whitespace.
2235 * Makefile.in: Rebuilt.
2236
2237 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2238
2239 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2240 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2241 * Makefile.in: Regenerate.
2242
2243 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2244
2245 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2246 consistency with config.sub. (Update from upstream sources.)
2247
2248 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2249
2250 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2251
2252 2009-04-17 Ben Elliston <bje@au.ibm.com>
2253
2254 * config.sub, config.guess: Update from upstream sources.
2255
2256 2009-04-15 Anthony Green <green@moxielogic.com>
2257
2258 * configure.ac: Add moxie support.
2259 * configure: Rebuilt.
2260
2261 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2262
2263 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2264 * configure: Regenerate.
2265
2266 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2267
2268 PR gas/10039
2269 * configure.ac: Require texinfo 4.7.
2270 * configure: Regenerated.
2271
2272 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2273
2274 * Makefil.def (languages): New entries.
2275 * Makefile.tpl (check-gcc-*): New generic target.
2276 * Makefile.in: Regenerate.
2277
2278 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2279
2280 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2281 Windows builds of Sed.
2282
2283 2009-03-18 Tom Tromey <tromey@redhat.com>
2284
2285 * configure: Rebuild.
2286 * configure.ac (host_libs): Add libiconv.
2287 * Makefile.in: Rebuild.
2288 * Makefile.def (host_modules): Add libiconv.
2289 (configure-gdb, all-gdb): Depend on libiconv.
2290
2291 2009-03-16 Tristan Gingold <gingold@adacore.com>
2292
2293 * configure.ac: Treat gdb as supported on x86_64-darwin.
2294 * configure: Regenerate.
2295
2296 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2297
2298 Merge from GCC:
2299
2300 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2301
2302 * configure.ac (--with-host-libstdcxx): New option.
2303 * configure: Regenerate.
2304
2305 2009-01-29 Robert Millan <rmh@aybabtu.com>
2306
2307 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2308 * configure: Regenerate.
2309
2310 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2311
2312 PR tree-optimization/38515
2313 * configure.ac (cloog-polylib): Removed.
2314 (with_ppl, with_cloog): Test for "no".
2315 * configure: Regenerated.
2316
2317 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2318
2319 Backport from git Libtool:
2320
2321 2009-01-19 Robert Millan <rmh@aybabtu.com>
2322 Support GNU/kOpenSolaris.
2323 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2324 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2325 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2326 GNU/kOpenSolaris.
2327
2328 2009-02-05 Andreas Schwab <schwab@suse.de>
2329
2330 * Makefile.tpl (stage_last): Define $r and $s before using
2331 $(RECURSE_FLAGS_TO_PASS).
2332 * Makefile.in: Regenerate
2333
2334 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2335
2336 * COPYING.NEWLIB: Add ARM license.
2337
2338 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2339
2340 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2341 (all-opcodes): Depend on all-libiberty.
2342 * Makefile.in: Regenerate.
2343
2344 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2345
2346 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2347 * configure: Regenerate.
2348
2349 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2350
2351 Backport link test fix from upstream Libtool:
2352
2353 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2354 Add cache variables to tests that require the linker to work.
2355 For shlibpath_overrides_runpath, this also changes the semantics
2356 to let the result from the C compiler take precedence.
2357 compiler take precedence.
2358
2359 2008-12-02 Ben Elliston <bje@au.ibm.com>
2360
2361 * config.sub, config.guess: Update from upstream sources.
2362
2363 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2364
2365 * COPYING.NEWLIB: Updated.
2366 * COPYING.LIBGLOSS: Ditto.
2367
2368 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2369
2370 Sync with GCC:
2371
2372 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2373
2374 * configure.ac (ppllibs): Add by default the lib flags.
2375 * configure: Regenerate.
2376
2377 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2378
2379 * configure.ac: Add double brackets on darwin[912].
2380 * configure: Regenerate.
2381
2382 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2383
2384 * configure.ac: Expand to darwin10 and later.
2385 * configure: Regenerate.
2386
2387 2008-12-02 Andreas Schwab <schwab@suse.de>
2388
2389 * Makefile.def: configure-target-boehm-gc depends on
2390 all-target-libstdc++-v3.
2391 * Makefile.in: Regenerate.
2392
2393 2008-12-02 Ben Elliston <bje@au.ibm.com>
2394
2395 * config.sub, config.guess: Update from upstream sources.
2396
2397 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2398
2399 Merge from GCC:
2400
2401 2007-12-02 Matthias Klose <doko@ubuntu.com>
2402
2403 * config-ml.in: Remove 64bit configure tests.
2404
2405 2008-05-14 Rafael Espindola <espindola@google.com>
2406
2407 * config-ml.in: don't handle --enable-shared and --enable-static.
2408
2409 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2410 Tobias Grosser <grosser@fim.uni-passau.de>
2411 Jan Sjodin <jan.sjodin@amd.com>
2412 Harsha Jagasia <harsha.jagasia@amd.com>
2413 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2414 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2415 Adrien Eliche <aeliche@isty.uvsq.fr>
2416
2417 Merge from graphite branch.
2418 * configure: Regenerate.
2419 * Makefile.in: Regenerate.
2420 * configure.ac (host_libs): Add ppl and cloog.
2421 Add checks for PPL and CLooG.
2422 * Makefile.def (ppl, cloog): Added modules and dependences.
2423 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2424 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2425
2426 2008-09-03 Richard Guenther <rguenther@suse.de>
2427
2428 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2429 cloog test.
2430 * configure: Re-generate.
2431
2432 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2433
2434 * configure.ac (--with-cloog-polylib): New.
2435 (--disable-cloog-version-check): New.
2436 (--disable-ppl-version-check): New.
2437 * configure: Re-generate.
2438
2439 2008-09-05 Richard Guenther <rguenther@suse.de>
2440
2441 * configure.ac: Initialize clooglibs to -lcloog.
2442 * configure: Re-generate.
2443
2444 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2445
2446 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2447 recommended version to 2.3.2.
2448
2449 * configure: Regenerate.
2450
2451 2008-10-31 Ben Elliston <bje@au.ibm.com>
2452
2453 * configure.ac (spu-*-*): Remove special case.
2454 * configure: Regenerate.
2455
2456 Complete comment text from GCC version of:
2457
2458 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2459
2460 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2461 (GCC_SHLIB_SUBDIR): New.
2462 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2463 * configure: Regenerate.
2464 * Makefile.in: Regenerate.
2465
2466 2008-11-27 Tristan Gingold <gingold@adacore.com>
2467
2468 * configure.ac: Build gdb for i?86-*-darwin*
2469 * configure: Regenerated.
2470
2471 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2472
2473 PR bootstrap/38014
2474 PR bootstrap/37923
2475
2476 Revert:
2477
2478 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2479
2480 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2481 * Makefile.in: Regenerated.
2482
2483 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2484
2485 PR gdb/921
2486 PR gdb/1646
2487 PR gdb/2175
2488 PR gdb/2176
2489
2490 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2491 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2492 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2493 (HOST_EXPORTS): Pass CPPFLAGS.
2494 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2495 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2496 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2497 * Makefile.in, configure: Regenerated.
2498 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2499 and CPPFLAGS_FOR_BUILD.
2500
2501 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2502
2503 * configure.ac [spu-*-*]: Do not set skipdirs.
2504 * configure: Re-generate.
2505
2506 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2507
2508 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2509 * Makefile.in: Regenerated.
2510
2511 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2512
2513 PR gdb/921
2514 PR gdb/1646
2515 PR gdb/2175
2516 PR gdb/2176
2517
2518 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2519 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2520 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2521 (HOST_EXPORTS): Pass CPPFLAGS.
2522 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2523 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2524 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2525 * Makefile.in, configure: Regenerated.
2526 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2527 and CPPFLAGS_FOR_BUILD.
2528
2529 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2530
2531 * libtool.m4: Update to libtool 2.2.6.
2532 * lt~obsolete.m4: Update to libtool 2.2.6.
2533 * ltmain.sh: Update to libtool 2.2.6.
2534 * ltsugar.m4: Update to libtool 2.2.6.
2535 * ltversion.m4: Update to libtool 2.2.6.
2536 * ltoptions.m4: Update to libtool 2.2.6.
2537 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2538
2539 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2540
2541 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2542 (GCC_SHLIB_SUBDIR): New.
2543 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2544 * configure: Regenerate.
2545 * Makefile.in: Regenerate.
2546
2547 2008-08-28 Tristan Gingold <gingold@adacore.com>
2548
2549 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2550 Enable bfd, binutils and opcodes.
2551 * configure: Regenerate.
2552
2553 2008-08-16 Nicolas Roche <roche@adacore.com>
2554
2555 * Makefile.tpl: Add BOOT_ADAFLAGS.
2556 * Makefile.in: Regenerate.
2557
2558 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2559
2560 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2561 * configure: Regenerate.
2562
2563 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2564
2565 Sync with gcc:
2566 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2567
2568 * configure.ac: Add makefile fragments for hpux.
2569 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2570 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2571 * configure: Regenerate.
2572 * Makefile.in: Regenerate.
2573
2574 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2575
2576 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2577 * Makefile.in: Regenerate.
2578 * configure: Regenerate.
2579
2580 2008-06-18 Ian Lance Taylor <iant@google.com>
2581
2582 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2583
2584 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2585
2586 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2587
2588 * configure: Regenerate.
2589
2590 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2591
2592 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2593 "$@" is still intact with both Autoconf 2.59 and 2.62.
2594 * configure: Regenerate.
2595
2596 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2597
2598 * Makefile.tpl: Fix comment errors.
2599 * Makefile.in: Regenerate.
2600
2601 2008-06-13 Julian Brown <julian@codesourcery.com>
2602
2603 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2604 of libobjc for ARM EABI Linux.
2605 * configure: Regenerate.
2606
2607 2008-06-12 David S. Miller <davem@davemloft.net>
2608 David Edelsohn <edelsohn@gnu.org>
2609
2610 * configure.ac: Add powerpc*-*-* to gold supported targets.
2611 * configure: Regenerate.
2612
2613 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2614
2615 PR tree-optimization/36218
2616 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2617 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2618 (all prefix="build-"): Pass them to build-system sub-makes.
2619 * Makefile.in: Regenerate.
2620
2621 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2622
2623 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2624 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2625 mkdep, and compile. Update comments.
2626 (ETC_SUPPORT): Add ChangeLog and update comments.
2627
2628 2008-05-11 Ian Lance Taylor <iant@google.com>
2629
2630 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2631
2632 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2633
2634 Sync with gcc:
2635 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2636
2637 PR bootstrap/35457
2638 * configure.ac: Include override.m4.
2639 * configure: Regenerate.
2640
2641 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2642
2643 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2644 * Makefile.in: Regenerate.
2645
2646 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2647
2648 * configure.ac: Do not build libssp for the AVR.
2649 * configure: Regenerate.
2650
2651 2008-04-18 Nick Clifton <nickc@redhat.com>
2652
2653 * MAINTAINERS: Replace reference to configure.in with reference to
2654 configure.ac.
2655
2656 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2657
2658 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2659 as nonconfigurable directories list.
2660 * configure: Regenerate.
2661
2662 2008-04-14 David S. Miller <davem@davemloft.net>
2663
2664 * configure.ac: Add sparc*-*-* to gold supported targets.
2665 * configure: Regenerate.
2666
2667 2008-04-14 Ben Elliston <bje@au.ibm.com>
2668
2669 * config.sub, config.guess: Update from upstream sources.
2670
2671 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2672
2673 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2674 * Makefile.in: Regenerate.
2675
2676 2008-04-07 Ian Lance Taylor <iant@google.com>
2677
2678 * Makefile.def: check-gold depends upon all-binutils.
2679 * Makefile.in: Regenerate.
2680
2681 2008-04-04 Nick Clifton <nickc@redhat.com>
2682
2683 PR binutils/4334
2684 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2685 builds.
2686 * configure: Regenerate.
2687
2688 2008-04-04 NightStrike <NightStrike@gmail.com>
2689
2690 PR other/35151
2691 * configure.ac: Combine rules for mingw32 and mingw64.
2692 * configure: Regenerate.
2693
2694 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2695
2696 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2697 * Makefile.in: Regenerate.
2698
2699 2008-03-20 Ian Lance Taylor <iant@google.com>
2700
2701 * configure.ac: Add support for --enable-gold.
2702 * Makefile.def: Add gold as a directory like ld.
2703 * configure, Makefile.in: Regenerate.
2704
2705 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2706
2707 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2708 (s390_cond_extensions): Reduced extensions to the compare related.
2709 (main): z10 cpu type option added.
2710 (expandConditionalJump): Renamed to ...
2711 (insertExpandedMnemonic): ... this.
2712
2713 * opcodes/s390-opc.c: Re-group the operand format makros.
2714 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2715 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2716 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2717 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2718 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2719 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2720 INSTR_SIL_RDU): New instruction formats added.
2721 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2722 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2723 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2724 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2725 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2726 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2727 masks added.
2728 (s390_opformats): New formats added "ris", "rrs", "sil".
2729 * opcodes/s390-opc.txt: Add the conditional jumps with the
2730 extensions removed from automatic expansion in s390-mkopc.c manually.
2731 (asi - trtre): Add new System z10 EC instructions.
2732 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2733
2734 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2735
2736 * configure.ac: m4_include config/proginstall.m4.
2737 * configure: Regenerate.
2738
2739 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2740
2741 Backport from upstream Libtool:
2742
2743 2007-10-12 Eric Blake <ebb9@byu.net>
2744
2745 Deal with Autoconf 2.62's semantic change in m4_append.
2746 * ltsugar.m4 (lt_append): Replace broken versions of
2747 m4_append.
2748 (lt_if_append_uniq): Don't require separator to be overquoted,
2749 and avoid broken m4_append.
2750 (lt_dict_add): Fix typo.
2751 * libtool.m4 (_LT_DECL): Don't overquote separator.
2752
2753 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2754
2755 * config.rpath: Add AIX 6 support.
2756
2757 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2758
2759 * Makefile.def (stageprofile). Remove -fprofile-generate
2760 from stage_libcflags.
2761 * Makefile.in: Regenerate.
2762
2763 2008-03-13 Ben Elliston <bje@au.ibm.com>
2764
2765 * config.sub, config.guess: Update from upstream sources.
2766
2767 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2768
2769 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2770 * s390-opc.txt (cmpsc): Duplicate entry removed.
2771 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2772 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2773 fier, cu42, cu41): Fix operand format.
2774
2775 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2776
2777 PR bootstrap/32009
2778 PR bootstrap/32161
2779
2780 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2781 * configure: Regenerate.
2782
2783 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2784 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2785 STAGE4_LIBCFLAGS): New.
2786 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2787 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2788 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2789 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2790 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2791 for target modules. Don't export LIBCFLAGS.
2792 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2793 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2794 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2795 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2796 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2797 * Makefile.in: Regenerate.
2798
2799 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2800
2801 PR libgcj/33085
2802 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2803 Do not use -DDLL_EXPORT. Backport from upstream.
2804
2805 2008-02-14 Nick Clifton <nickc@redhat.com>
2806
2807 Import this patch from gcc:
2808 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2809
2810 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2811
2812 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2813
2814 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2815 * configure: Regenerate.
2816
2817 2008-01-31 Marc Gauthier <marc@tensilica.com>
2818
2819 * configure.ac (xtensa*-*-*): Recognize processor variants.
2820 * configure: Regenerate.
2821
2822 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2823
2824 PR bootstrap/34922
2825 * configure.ac (PARSE_ARGS): Push suitable setting of
2826 ac_subdirs_all, for `./configure --help=recursive'.
2827 Handle `+' in generic toplevel directory disabling.
2828 * configure: Regenerate.
2829
2830 2008-01-23 Ben Elliston <bje@au.ibm.com>
2831
2832 * config.sub, config.guess: Update from upstream sources.
2833
2834 2008-01-08 Ben Elliston <bje@au.ibm.com>
2835
2836 * config.sub, config.guess: Update from upstream sources.
2837
2838 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2839
2840 * COPYING.LIBGLOSS: Update default copyright.
2841
2842 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2843
2844 * COPYING.NEWLIB: Update default copyright.
2845
2846 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2847
2848 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2849 Change recommended MPFR from 2.2.1 > 2.3.0.
2850 * configure: Regenerate.
2851
2852 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2853
2854 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2855 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2856 * Makefile.in: Regenerate.
2857
2858 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2859
2860 * configure.ac: Enable libjava for x86_64-*-darwin9.
2861 * configure: Regenerate.
2862
2863 2007-12-05 Ben Elliston <bje@au.ibm.com>
2864
2865 * config.sub, config.guess: Update from upstream sources.
2866
2867 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2868
2869 * config-ml.in: Robustify against white space in absolute file
2870 names.
2871
2872 * config-ml.in (multi-clean): Substitute ${Makefile}.
2873 Remove superfluous ${Makefile} in list.
2874
2875 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2876
2877 * Makefile.def (dependencies): Make configure-gdb depend on
2878 all-intl.
2879 * Makefile.in: Regenerated.
2880
2881 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2882
2883 * Makefile.def: To avoid problems running with parallel makes,
2884 build newlib before libgloss so that target specific header
2885 files are availble.
2886 * Makefile.in: Regenerate.
2887
2888 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2889
2890 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2891 * Makefile.in: Regenerate.
2892
2893 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2894
2895 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2896 * libdecnumber: New directory, imported from GCC.
2897
2898 2007-10-08 Mike Frysinger <vapier@gentoo.org>
2899
2900 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2901 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2902 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2903 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2904 * configure: Regenerate.
2905
2906 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
2907
2908 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2909 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2910 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2911 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2912 * configure.ac: Default them to host tools for $host = $build.
2913 Subst them.
2914
2915 * configure: Regenerate.
2916 * Makefile.in: Regenerate.
2917
2918 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2919
2920 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2921 * configure: Regenerate.
2922
2923 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2924
2925 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2926 libstdc++.
2927 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2928 * configure: Regenerate.
2929 * Makefile.in: Regenerate.
2930
2931 2007-09-17 Andreas Schwab <schwab@suse.de>
2932
2933 * configure.ac: Raise minimum makeinfo version to 4.6.
2934 * configure: Regenerate.
2935
2936 2007-09-15 Alan Modra <amodra@bigpond.net.au>
2937
2938 * configure.ac: Correct makeinfo version check.
2939 * configure: Regenerate.
2940
2941 2007-09-14 Richard Sandiford <richard@codesourcery.com>
2942
2943 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2944 to $skipdirs and only disable gprof for newlib. Use the normal
2945 mips*-elf* handling in other respects.
2946 * configure: Regnerate.
2947
2948 2007-09-12 David Daney <ddaney@avtrex.com>
2949
2950 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2951 enabling libgcj.
2952 * configure: Regenerate.
2953
2954 2007-09-12 Richard Guenther <rguenther@suse.de>
2955
2956 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2957 nor --disable-checking is provided also turn on yes and types
2958 checking for stage1.
2959 * configure: Re-generate.
2960
2961 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2962
2963 PR target/33281
2964 * configure.ac: Use config/mh-mingw on mingw.
2965 * configure: Regenerate.
2966
2967 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2968
2969 PR other/32154
2970 * configure.ac: For libgloss targets, point the linker to the linker
2971 script, startup code and simulator library.
2972 * configure: Regenerate.
2973
2974 2007-09-09 Andrew Haley <aph@redhat.com>
2975
2976 * configure.ac (noconfigdirs): Remove target-libffi and
2977 target-libjava.
2978
2979 2007-08-29 Nick Clifton <nickc@redhat.com>
2980
2981 * config.sub, config.guess: Update from upstream sources.
2982
2983 2007-08-21 Richard Guenther <rguenther@suse.de>
2984
2985 * configure.ac: Add types checking to stage1 checking flags.
2986 * configure: Regenerate.
2987
2988 2007-08-18 Paul Brook <paul@codesourcery.com>
2989 Joseph Myers <joseph@codesourcery.com>
2990
2991 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2992 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2993 * Makefile.in: Regenerate.
2994 * configure.ac (--with-debug-prefix-map): New.
2995 * configure: Regenerate.
2996
2997 2007-08-17 Richard Sandiford <richard@codesourcery.com>
2998 Nigel Stephens <nigel@mips.com>
2999
3000 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3001 as target_makefile_frag.
3002 * configure: Regenerate.
3003
3004 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3005
3006 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3007 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3008 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3009 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3010 (do-compare, do-compare3, do-compare-debug): New.
3011 ([+compare-target+]): Use them.
3012
3013 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3014
3015 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3016 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3017 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3018 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3019 (do-compare, do-compare3, do-compare-debug): New.
3020 ([+compare-target+]): Use them.
3021
3022 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3023 Ben Elliston <bje@au.ibm.com>
3024
3025 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3026 --silent if $silent.
3027 * configure: Regenerate.
3028
3029 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3030
3031 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3032
3033 2007-07-17 Nick Clifton <nickc@redhat.com>
3034
3035 * COPYING3: New file. Contains version 3 of the GNU General
3036 Public License.
3037 * COPYING3.LIB: New file. Contains version 3 of the GNU
3038 Lesser General Public License.
3039
3040 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3041
3042 * configure.ac: Fix my previous change to really match GCC.
3043 * configure: Regenerate.
3044
3045 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3046
3047 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3048 * configure: Regenerate.
3049
3050 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3051
3052 * configure.ac: Add some missing m4 quotation.
3053 * configure: Regenerate.
3054
3055 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3056
3057 * Makefile.def: Add windmc tool to build.
3058 * Makefile.tpl: Likewise.
3059 * configure.ac: Likewise.
3060 * Makefile.in: Regenerate.
3061 * configure: Regenerate.
3062
3063 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3064
3065 * lt~obsolete.m4: New. Import from 20070318 libtool.
3066
3067 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3068
3069 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3070 uclinux and linux-uclibc targets.
3071 * configure: Regenerate.
3072
3073 2007-06-28 DJ Delorie <dj@redhat.com>
3074
3075 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3076 not building newlib.
3077 * configure: Regenerated.
3078
3079 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3080
3081 * src-release (DEVO_SUPPORT): Correct typos.
3082
3083 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3084
3085 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3086 * Makefile.in: Regenerated.
3087
3088 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3089
3090 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3091 (distclean-stage[+id+]): Possibly delete stage_last.
3092 * Makefile.in: Regenerate.
3093
3094 2007-06-07 Ben Elliston <bje@au.ibm.com>
3095
3096 * config.sub, config.guess: Update from upstream sources.
3097
3098 2007-06-07 Ben Elliston <bje@au.ibm.com>
3099
3100 * Makefile.tpl: Fix spelling error.
3101 * Makefile.in: Regenerate.
3102
3103 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3104
3105 Sync with gcc:
3106 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3107
3108 PR bootstrap/29382
3109 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3110 * configure: Rebuilt.
3111
3112 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3113
3114 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3115 lt_cv_sys_max_cmd_len.
3116
3117 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3118
3119 * ltgcc.m4: Update from GCC.
3120
3121 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3122
3123 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3124
3125 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3126
3127 * ltmain.sh: Update from GCC.
3128 * libtool.m4: Update from GCC.
3129 * ltsugar.m4: New. Update from GCC.
3130 * ltversion.m4: New. Update from GCC.
3131 * ltoptions.m4: New. Update from GCC.
3132 * ltconfig: Remove.
3133 * ltcf-c.sh: Remove.
3134 * ltcf-cxx.sh: Remove.
3135 * ltcf-gcj.sh: Remove.
3136 * src-release: Update with new libtool file list.
3137
3138 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3139
3140 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3141 stage_cflags.
3142 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3143 Remove CFLAGS/LIBCFLAGS.
3144 (configure-stage[+id+]-[+prefix+][+module+],
3145 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3146 * Makefile.in: Regenerate.
3147
3148 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3149
3150 * config-ml.in: Update from GCC.
3151
3152 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3153
3154 * src-release (do-proto-toplev): Process the support directories before
3155 the tool directory.
3156
3157 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3158
3159 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3160 of glob. Quote arguments with single quotes too.
3161 * configure: Regenerate.
3162
3163 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3164
3165 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3166 * Makefile.in: Regenerate
3167
3168 2007-03-07 Andreas Schwab <schwab@suse.de>
3169
3170 * configure: Regenerate.
3171
3172 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3173
3174 * configure.ac: Add "--with-pdfdir" configure option,
3175 which defines pdfdir variable.
3176 * Makefile.def (target=fixincludes): Add install-pdf to
3177 missing targets.
3178 (recursive_targets): Add install-pdf target.
3179 (flags_to_pass): Add pdfdir.
3180 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3181 target.
3182 * configure: Regenerate
3183 * Makefile.in: Regenerate
3184
3185 2007-02-28 Eric Christopher <echristo@apple.com>
3186
3187 Revert:
3188 2006-12-07 Mike Stump <mrs@apple.com>
3189
3190 * Makefile.def (dependencies): Add dependency for
3191 install-target-libssp and install-target-libgomp on
3192 install-gcc.
3193 * Makefile.in: Regenerate.
3194
3195 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3196
3197 * configure: Regenerate.
3198 * configure.ac: Move statements after variable declarations.
3199
3200 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3201
3202 * configure.ac: Adjust for loop syntax.
3203 * configure: Regenerate.
3204
3205 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3206
3207 * configure: Rebuilt.
3208
3209 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3210
3211 * configure.ac: Drop multiple occurrences of --enable-languages,
3212 and fix its quoting.
3213 * configure: Rebuilt.
3214
3215 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3216 Nathan Sidwell <nathan@codesourcery.com>
3217 Vladimir Prus <vladimir@codesourcery.com
3218 Joseph Myers <joseph@codesourcery.com>
3219
3220 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3221 * configure: Regenerate.
3222
3223 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3224
3225 * configure.ac (target_libraries): Move libgcc before libiberty.
3226 * configure: Regenerated.
3227
3228 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3229
3230 * configure: Regenerate again?
3231
3232 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3233
3234 * configure: Reapply PR30748 fix which was lost in the previous commit.
3235
3236 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3237 Paolo Bonzini <bonzini@gnu.org>
3238
3239 PR bootstrap/30753
3240 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3241 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3242 * configure: Regenerated.
3243
3244 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3245
3246 * configure: Regenerate.
3247
3248 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3249
3250 PR bootstrap/30748
3251 * configure.ac: Correct syntax for Solaris ksh.
3252 * configure: Regenerated.
3253
3254 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3255
3256 * Makefile.def: Sync with GCC.
3257 * Makefile.tpl: Sync with GCC.
3258 * Makefile.in: Regenerate.
3259 * configure: Regenerate.
3260
3261 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3262
3263 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3264 noncanonical equivalents.
3265 * configure.in: Rename to...
3266 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3267 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3268 target_noncanonical. Use them. Rewrite removal of configure
3269 arguments for autoconf 2.59. Discard variable settings. Force
3270 program_transform_name for native tools.
3271
3272 * Makefile.in: Regenerated.
3273 * configure: Regenerated with autoconf 2.59.
3274
3275 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3276
3277 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3278
3279 * COPYING.LIBGLOSS: Reformat default Red Hat
3280 license to fit within 80 columns.
3281 * COPYING.NEWLIB: Ditto.
3282
3283 2007-02-05 Dave Brolley <brolley@redhat.com>
3284
3285 * Contribute the following changes:
3286 2006-11-28 DJ Delorie <dj@redhat.com>
3287
3288 * configure.in: Fix typo for mep's target_makefile_frag.
3289 * configure: Regenerated.
3290
3291 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3292
3293 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3294 * configure: Regenerate.
3295
3296 2001-09-19 DJ Delorie <dj@redhat.com>
3297
3298 * configure.in (target_makefile_frag): use mt-mep
3299
3300 2001-06-12 Don Howard <dhoward@redhat.com>
3301
3302 * configure.in: Remove gdb from MeP skip list.
3303
3304 2001-04-05 DJ Delorie <dj@redhat.com>
3305
3306 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3307
3308 2001-03-20 Ben Elliston <bje@redhat.com>
3309
3310 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3311
3312 2001-03-19 Ben Elliston <bje@redhat.com>
3313
3314 * config.sub (mep, mep-*): Add.
3315
3316 2007-01-31 Andreas Schwab <schwab@suse.de>
3317
3318 * Makefile.tpl (LDFLAGS): Substitute it.
3319 * Makefile.in: Regenerate.
3320
3321 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3322
3323 * configure.in: Change == to = in test command.
3324 * configure: Regenerate.
3325
3326 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3327 Nick Clifton <nickc@redhat.com>
3328 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3329
3330 * configure.in (build_configargs, host_configargs, target_configargs):
3331 Remove build/host/target parameters.
3332 (host_libs): Add gmp and mpfr.
3333 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3334 * Makefile.def (gmp, mpfr): New.
3335 (gcc): Remove target.
3336 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3337 target_os, target_vendor): New.
3338 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3339 * configure: Regenerate.
3340 * Makefile.in: Regenerate.
3341
3342 2007-01-11 Matt Fago <fago@earthlink.net>
3343
3344 * configure.in: Try to link to functions only in mpfr 2.2.x
3345 to improve robustness of configure tests.
3346 * configure: Regenerate.
3347
3348 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3349
3350 * configure.in: Add support for an x86_64-mingw* target.
3351 * configure: Regenerate.
3352
3353 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3354
3355 * Makefile.tpl (all-target): Correct @if conditional for target
3356 modules.
3357 * configure.in: Omit libiberty if building only target libgcc.
3358 * configure, Makefile.in: Regenerated.
3359
3360 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3361
3362 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3363 * configure: Regenerate.
3364
3365 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3366
3367 * Makefile.def (target_modules): Add libgcc.
3368 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3369 * Makefile.tpl (clean-target-libgcc): Delete.
3370 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3371 on gcc even for bootstrapped modules. Rewrite handling of
3372 lang_env_dependencies to loop over target_modules.
3373 * configure.in (target_libraries): Add target-libgcc.
3374 * Makefile.in, configure: Regenerated.
3375
3376 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3377
3378 Sync with gcc:
3379 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3380
3381 * configure.in: Reorganize recognition of languages. Add
3382 --enable-stage1-languages. Show supported languages for the chosen
3383 target rather than all recognized languages.
3384 * configure: Regenerate.
3385
3386 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3387
3388 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3389 * Makefile.in: Regenerate.
3390
3391 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3392
3393 * configure.in: Warn that MPFR 2.2.0 is buggy.
3394 * configure: Regenerate.
3395
3396 2006-12-27 Ian Lance Taylor <iant@google.com>
3397
3398 * configure.in: When removing Makefiles to force a reconfigure, also
3399 remove prev-DIR*/Makefile.
3400 * configure: Regenerate.
3401
3402 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3403
3404 * config.bfd: Recognize fido.
3405
3406 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3407
3408 Sync with gcc:
3409
3410 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3411
3412 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3413 it only affects bootstrap and could be tested on "$host" as well.
3414 * configure: Regenerate.
3415 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3416
3417 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3418
3419 PR bootstrap/29544
3420 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3421 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3422 move here comment from Makefile.tpl.
3423 * Makefile.tpl: Move some definitions higher in the file.
3424 (STAGE1_CHECKING): New.
3425 * configure.in: Add --enable-stage1-checking.
3426 * configure: Regenerate.
3427 * Makefile.in: Regenerate.
3428
3429 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3430
3431 * configure.in: Update error message for missing GMP/MPFR.
3432
3433 * configure: Regenerate.
3434
3435 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3436
3437 * configure.in: Update MPFR version in error message.
3438
3439 * configure: Regenerate.
3440
3441 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3442
3443 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3444 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3445 --with-gmp-lib): New flags.
3446
3447 * configure: Regenerate.
3448
3449 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3450
3451 PR bootstrap/30134
3452 * configure.in: Correct x86 darwin support for libjava to powerpc
3453 and i?86 only.
3454 * configure: Regenerate.
3455
3456 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3457
3458 * configure.in: Handle spu makefile frag.
3459 * Makefile.tpl (MAINT): Define
3460 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3461 * configure: Regenerate.
3462 * Makefile.in: Regenerate.
3463
3464 2006-12-11 Ben Elliston <bje@au.ibm.com>
3465
3466 * config.sub, config.guess: Update from upstream sources.
3467
3468 2006-12-11 Ben Elliston <bje@au.ibm.com>
3469
3470 * configure.in: Sync with GCC (spu-*-*).
3471 * configure: Sync with GCC.
3472
3473 2006-12-07 Mike Stump <mrs@apple.com>
3474
3475 * Makefile.def (dependencies): Add dependency for
3476 install-target-libssp and install-target-libgomp on
3477 install-gcc.
3478 * Makefile.in: Regenerate.
3479
3480 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3481
3482 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3483 (unstage): Test for stage_last presence.
3484
3485 PR bootstrap/29802
3486 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3487 * Makefile.in: Regenerate.
3488
3489 2006-11-14 DJ Delorie <dj@redhat.com>
3490
3491 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3492 * Makefile.in: Sync with GCC.
3493 * configure.in: Sync with GCC (mpfr, gmp).
3494 * configure: Sync with GCC.
3495
3496 2006-11-08 Jie Zhang <jie.zhang@analog.com>
3497
3498 * configure.in: Remove target-libgloss from noconfigdirs for
3499 bfin-*-*.
3500 * configure: Regenerated.
3501
3502 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3503
3504 * COPYING.NEWLIB: Add spu license.
3505 * COPYING.LIBGLOSS: Ditto.
3506
3507 2006-10-17 Brooks Moses <bmoses@stanford.edu>
3508
3509 * Makefile.def: Added pdf target handling.
3510 * Makefile.tpl: Added pdf target handling.
3511 * Makefile.in: Regenerated.
3512
3513 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3514
3515 * COPYING.NEWLIB: Updated.
3516 * COPYING.LIBGLOSS: Ditto.
3517
3518 2006-09-27 Dave Brolley <brolley@redhat.com>
3519
3520 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3521 $s instead of $r.
3522 * configure: Regenerated.
3523
3524 2006-09-26 Ben Elliston <bje@au.ibm.com>
3525
3526 * config.sub, config.guess: Update from upstream sources.
3527
3528 2006-09-20 Thiemo Seufer <ths@mips.com>
3529
3530 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3531 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3532 * configure: Regenerate.
3533
3534 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3535
3536 * configure.in: Never build newlib for a Mingw host.
3537 Never build newlib as Mingw target library.
3538 Test the existence of winsup/cygwin for building a Cygwin newlib,
3539 rather than just winsup.
3540 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3541 building a Mingw target.
3542 * configure: Regenerate.
3543
3544 2006-08-15 Thiemo Seufer <ths@mips.com>
3545 Nigel Stephens <nigel@mips.com>
3546 David Ung <davidu@mips.com>
3547
3548 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3549
3550 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3551
3552 Sync from GCC:
3553 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3554
3555 PR bootstrap/18058
3556 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3557 if the bootstrap compiler is a GCC version that supports it.
3558 * configure: Regenerate.
3559
3560 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3561
3562 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3563 * configure: Regenerated.
3564
3565 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3566
3567 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3568 for stages after the first.
3569
3570 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3571
3572 * Makefile.def: Add dependencies for configure-opcodes
3573 on configure-intl and all-opcodes on all-intl.
3574 * Makefile.in: Regenerated.
3575
3576 2006-07-04 Peter O'Gorman <peter@pogma.com>
3577
3578 * ltconfig: chmod 644 before ranlib during install.
3579
3580 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3581
3582 * configure.in: Fix thinkos in previous check-in.
3583 * configure: Regenerate.
3584
3585 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3586
3587 Sync from gcc:
3588
3589 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3590
3591 PR other/27063
3592 * configure.in: Test subdir_requires and give an appropriate
3593 error message.
3594 * configure: Regenerate.
3595
3596 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3597
3598 PR target/27540
3599 * configure.in: Only enable libgomp on IRIX 6.
3600 * configure: Regenerate.
3601
3602 2006-06-20 David Ayers <d.ayers@inode.at>
3603
3604 PR bootstrap/28072
3605 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3606 whether target-libjava is being configured instead of whether the
3607 java front end is enabled.
3608 * configure: Regenerate.
3609
3610 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3611
3612 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3613 to R_ARM_LDC_SB_G{0,1,2} respectively.
3614
3615 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3616
3617 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3618 too.
3619 * Makefile.in: Regenerate.
3620
3621 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3622
3623 Sync from gcc:
3624
3625 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3626 * configure.in: Don't enable libgomp on hpux10.
3627 * configure: Rebuilt.
3628
3629 2006-06-13 David Ayers <d.ayers@inode.at>
3630
3631 Sync from gcc:
3632
3633 2006-06-12 David Ayers <d.ayers@inode.at>
3634
3635 PR bootstrap/27963
3636 PR target/19970
3637 * configure.in: Remove target-boehm-gc from noconfigdirs where
3638 ${libgcj} is specified.
3639 * configure: Regenerate.
3640
3641 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3642
3643 Sync from gcc:
3644
3645 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3646 Andreas Schwab <schwab@suse.de>
3647
3648 PR bootstrap/18033
3649 * config-ml.in: Eval option if surrounded by single quotes.
3650
3651 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3652
3653 Sync from gcc:
3654
3655 2006-06-06 David Ayers <d.ayers@inode.at>
3656
3657 PR libobjc/13946
3658 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3659 * Makefile.in: Regenerate.
3660 * configure.in: Add --enable-objc-gc at toplevel and have it
3661 enable boehm-gc for Objective-C.
3662 Remove target-boehm-gc from libgcj.
3663 Add target-boehm-gc to target_libraries.
3664 Add target-boehm-gc to noconfigdirs where ${libgcj}
3665 is specified.
3666 Assert that boehm-gc is supported when requested for Objective-C.
3667 Only build boehm-gc if needed either for Java or Objective-C.
3668 * configure: Regenerate.
3669
3670 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3671
3672 PR 27674
3673 * Makefile.tpl (configure-[+prefix+][+module+],
3674 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3675 Remove rule to unstage bootstrapped modules.
3676 (stage_current): New.
3677 * Makefile.in: Regenerate.
3678
3679 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3680 Andreas Tobler <a.tobler@schweiz.ch>
3681
3682 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3683 * configure: Rebuilt.
3684
3685 Revert
3686 2006-01-31 Richard Guenther <rguenther@suse.de>
3687 Paolo Bonzini <bonzini@gnu.org>
3688
3689 * Makefile.def (target_modules): Add libgcc-math target module.
3690 * configure.in (target_libraries): Add libgcc-math target library.
3691 (--enable-libgcc-math): New configure switch.
3692 * Makefile.in: Re-generate.
3693 * configure: Re-generate.
3694
3695 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3696
3697 * config-ml.in: Alter CCASFLAGS to include special
3698 multilib options the same as is done for CFLAGS.
3699
3700 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * Makefile.def: Added dependencies from sim and gdb on intl, and
3703 added configure dependencies to everything with an all dependency
3704 on intl.
3705 * gettext.m4: Removed.
3706 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3707 (GDB_SUPPORT_DIRS): Add intl.
3708 * Makefile.in: Regenerated.
3709
3710 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3711
3712 * src-release (DEVO_SUPPORT): Add config.rpath.
3713
3714 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3715
3716 * Makefile.def (bfd, opcodes): Fix lib_path.
3717 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3718 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3719 * Makefile.in: Regenerate.
3720
3721 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3722
3723 * configure.in: Enable gprof for cross builds.
3724 * configure: Regenerate.
3725
3726 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3727
3728 * src-release (MAKEINFOFLAGS): Define.
3729 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3730
3731 2006-05-14 Ben Elliston <bje@au.ibm.com>
3732
3733 * config.sub, config.guess: Update from upstream sources.
3734
3735 2006-05-12 Ben Elliston <bje@au.ibm.com>
3736
3737 * config.sub, config.guess: Update from upstream sources.
3738
3739 2006-05-04 Steve Ellcey <sje@cup.hp.com>
3740
3741 * blt, iwidgets, mmalloc: Remove directories.
3742
3743 2006-05-01 DJ Delorie <dj@redhat.com>
3744
3745 * configure.in: Restore CFLAGS if GMP isn't present.
3746 * configure: Regenerate.
3747
3748 2006-04-18 DJ Delorie <dj@redhat.com>
3749
3750 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3751 reference libgloss so that libssp can be built in a combined
3752 tree.
3753 * configure: Regenerate.
3754
3755 2006-04-10 Ben Elliston <bje@au.ibm.com>
3756
3757 * contrib: Remove directory.
3758
3759 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3760
3761 * Makefile.tpl: Add install-html target.
3762 * Makefile.def: Add install-html target.
3763 * Makefile.in: Regenerate.
3764 * configure.in: Add --with-datarootdir, --with-docdir,
3765 and --with-htmldir options.
3766 * configure: Regenerate.
3767
3768 2006-03-31 Ben Elliston <bje@au.ibm.com>
3769
3770 PR binutils/1860
3771 * configure.in: Require makeinfo 4.4 or higher.
3772 * configure: Regenerate.
3773
3774 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3775
3776 * Makefile.in: Regenerate.
3777
3778 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3779
3780 Sync with gcc:
3781 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3782
3783 * configure.in: Handle --disable-<component> generically.
3784 * configure: Regenerate.
3785
3786 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3787
3788 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3789 (TARGET_CONFIGDIRS): Remove.
3790 * configure.in: Remove AC_SUBST(target_configdirs).
3791 * Makefile.in, configure: Regenerated.
3792
3793
3794 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3795
3796 PR libgcj/17311
3797 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3798
3799 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3800
3801 PR bootstrap/25670
3802
3803 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3804
3805 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3806 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3807 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3808 BUILD_PREFIX, BUILD_PREFIX_1.
3809 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3810
3811 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3812 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3813
3814 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3815 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3816 of `cat stage_current`. Always provide the `r' and `s' variables.
3817 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3818 a single shell execution.
3819 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3820 bootstrapped modules, make the stage1 module if the build was not
3821 started yet, else build the current stage.
3822 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3823 (all-build, all-host, all-target, [+make_target+]-host,
3824 [+make_target+]-target): Do not use \-continued lines.
3825 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3826 (current_stage, restrap, stage_last): New.
3827
3828 * Makefile.in: Regenerate.
3829 * configure: Regenerate.
3830
3831 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3832
3833 Sync from gcc:
3834
3835 2006-01-31 Richard Guenther <rguenther@suse.de>
3836 Paolo Bonzini <bonzini@gnu.org>
3837
3838 * Makefile.def (target_modules): Add libgcc-math target module.
3839 * configure.in (target_libraries): Add libgcc-math target library.
3840 (--enable-libgcc-math): New configure switch.
3841 * Makefile.in: Re-generate.
3842 * configure: Re-generate.
3843 * libgcc-math: New toplevel directory.
3844
3845 2006-01-18 Richard Henderson <rth@redhat.com>
3846 Jakub Jelinek <jakub@redhat.com>
3847 Diego Novillo <dnovillo@redhat.com>
3848
3849 * libgomp: New directory.
3850 * Makefile.def: Add target_module libgomp.
3851 * Makefile.in: Regenerate.
3852 * configure.in (target_libraries): Add target-libgomp.
3853 * configure: Regenerate.
3854
3855 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3856 Andreas Schwab <schwab@suse.de>
3857
3858 * configure: Regenerate.
3859
3860 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
3861
3862 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3863 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3864 the assembler, linker and binutils.
3865 * configure: Regenerate.
3866
3867 2006-01-16 Nick Clifton <nickc@redhat.com>
3868
3869 * config.sub, config.guess: Sync from config repository.
3870
3871 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
3872
3873 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3874 @ from continuation.
3875 * Makefile.in: Rebuilt.
3876
3877 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3878
3879 Sync from gcc:
3880
3881 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3882
3883 PR bootstrap/24252
3884
3885 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3886 * Makefile.tpl (OBJDUMP): New.
3887 (EXTRA_HOST_FLAGS): Add it.
3888 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3889
3890 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3891 to use symbolic links between directories. Avoid race conditions
3892 or make them harmless.
3893 * configure.in: Do not try to use symbolic links between directories.
3894
3895 * Makefile.def (LEAN): Pass.
3896 * Makefile.tpl (LEAN): Define.
3897 (stage[+id+]-start): Accept that the previous directory does not
3898 exist, if the bootstrap is lean.
3899 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3900 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3901 configure substitution.
3902 ([+compare-target+]): Likewise.
3903 ([+bootstrap-target+]-lean): New.
3904 * configure.in: Remove lean bootstrap support from here.
3905
3906 * Makefile.in: Regenerate.
3907 * configure: Regenerate.
3908
3909 2006-01-02 Andreas Schwab <schwab@suse.de>
3910
3911 * configure.in: When reconfiguring remove Makefile in
3912 all stage directories.
3913 * configure: Regenerate.
3914
3915 2005-12-27 Leif Ekblad <leif@rdos.net>
3916
3917 * configure.in: Add support for RDOS target.
3918 * configure: Regenerate.
3919
3920 2005-12-27 Nick Clifton <nickc@redhat.com>
3921
3922 PR binutils/1990
3923 * libtool.m4: Synchronize with version in GCC sources.
3924
3925 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
3926
3927 Revert Ada-related part of the previous change.
3928
3929 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3930 Do not pass.
3931 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3932 * Makefile.in: Regenerate.
3933 * configure.in: Do not include mt-ppc-aix target fragment.
3934 * configure: Regenerate.
3935
3936 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
3937
3938 * configure.in: Select appropriate fragments for PowerPC/AIX.
3939 * configure: Regenerate.
3940
3941 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3942 BOOT_CFLAGS, BOOT_LDFLAGS.
3943 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3944 BOOT_CFLAGS, BOOT_LDFLAGS.
3945 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3946 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3947 (stage): Fail if we cannot complete the work.
3948 * Makefile.in: Regenerate.
3949
3950 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3951
3952 * COPYING.NEWLIB: Update copyright year for default
3953 copyright.
3954
3955 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
3956
3957 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3958 install-host-nogcc): Don't invoke $(stage) at the end.
3959 * Makefile.in: Regenerate.
3960
3961 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
3962
3963 * configure.in: Flip the top-level bootstrap switch.
3964 * configure: Regenerate.
3965
3966 Merge from gcc:
3967
3968 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3969
3970 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3971 $(stage) and $(unstage).
3972 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3973 (all): Remove stray semicolon.
3974 (local-distclean): Don't handle multilib.tmp and multilib.out.
3975 (install.all): Set $s for consistency.
3976 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3977 check_multilibs setting. Always make the install directory.
3978 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3979 Correct @if/@endif.
3980 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3981 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3982 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3983 (multilib.out): Remove.
3984 * Makefile.in: Regenerated.
3985
3986 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3987
3988 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3989 * configure.in: Replace ms1 arch with mt.
3990 * configure: Rebuilt.
3991
3992 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3993
3994 Sync with gcc:
3995
3996 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3997
3998 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
3999 * configure.in: Replace ms1 arch with mt.
4000 * configure: Rebuilt.
4001
4002 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4003
4004 Sync with gcc:
4005
4006 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4007
4008 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4009 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4010 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4011 Find in-tree tools if available.
4012 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4013 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4014 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4015 (COMPILER_*_FOR_TARGET): New.
4016 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4017 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4018 (CONFIGURED_*, USUAL_*): Remove.
4019 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4020 STRIP): Use autoconf substitutions.
4021 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4022 COMPILER_NM_FOR_TARGET): New.
4023 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4024
4025 (all): Make all-host and all-target in parallel.
4026 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4027 that $$r and $$s are set before invoking a recursive make.
4028 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4029 ([+bootstrap-target+]): Inline most of the `all' target.
4030
4031 2005-11-29 Ben Elliston <bje@au.ibm.com>
4032
4033 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4034 from the gcc build directory.
4035 * Makefile.in: Regenerate.
4036
4037 2005-11-29 Ben Elliston <bje@au.ibm.com>
4038
4039 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4040 depend on all-libdecnumber.
4041 * configure.in (host_libs): Include libdecnumber.
4042 * Makefile.in: Regenerate.
4043 * configure: Likewise.
4044
4045 2005-11-21 Kean Johnston <jkj@sco.com>
4046
4047 * config.sub, config.guess: Sync from upstream sources.
4048
4049 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4050
4051 * Makefile.def: Remove gdb dependencies for gdbtk.
4052 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4053 (configure-gdb, install-gdb): New rules.
4054 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4055 * Makefile.in, configure: Regenerated.
4056
4057 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4058
4059 PR bootstrap/24297
4060 * Makefile.tpl (do-[+make-target+], do-check, install,
4061 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4062 are set before recursing.
4063 * Makefile.in: Regenerate.
4064
4065 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4066
4067 PR bootstrap/18939
4068 * Makefile.def (gcc) <target>: Fix thinko.
4069 * Makefile.in: Regenerate.
4070
4071 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4072
4073 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4074 * configure: Regenerate.
4075
4076 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4077
4078 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4079 target-libffi, target-qthreads, target-libjava, and
4080 targetlibobjc.
4081 * configure: Regenerate.
4082
4083 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4084
4085 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4086 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4087 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4088 (USUAL_OBJDUMP_FOR_TARGET): New.
4089 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4090 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4091 * configure, Makefile.in: Regenerated.
4092
4093 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4094
4095 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4096 before other host packages.
4097
4098 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4099
4100 PR bootstrap/22340
4101
4102 * configure.in (default_target): Remove.
4103 * Makefile.tpl (all): Do not use prerequisites as subroutines
4104 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4105 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4106 use prerequisites as subroutines.
4107 (check-host, check-target): New.
4108 (bootstrap configure & all targets): Do not use stage*-start
4109 if the directory layout is already ok.
4110 (non-bootstrap configure & all targets): Prepend a $(unstage).
4111 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4112 (NOTPARALLEL): Remove.
4113 (unstage, stage variables): New variables.
4114 (unstage, stage targets): Simply expand to those variables.
4115
4116 * configure: Regenerate.
4117 * Makefile.in: Regenerate.
4118
4119 2005-10-04 James E Wilson <wilson@specifix.com>
4120
4121 * Makefile.def (lang_env_dependencies): Add libmudflap.
4122 * Makefile.in: Regenerate.
4123
4124 2005-10-03 Catherine Moore <clm@cm00re.com>
4125
4126 * configure.in (bfin-*-*): Support bfin.
4127 * configure: Regenerated.
4128
4129 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4130
4131 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4132 * configure: Regenerated.
4133
4134 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4135
4136 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4137 (LIPO_FOR_TARGET): New.
4138 (CONFIGURED_LIPO_FOR_TARGET): New.
4139 (USUAL_LIPO_FOR_TARGET): New.
4140 (STRIP_FOR_TARGET): New.
4141 (CONFIGURED_STRIP_FOR_TARGET): New.
4142 (USUAL_STRIP_FOR_TARGET): New.
4143 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4144 STRIP_FOR_TARGET.
4145 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4146 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4147 * Makefile.in: Regenerate.
4148 * configure: Regenerate.
4149
4150 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4151
4152 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4153 (rs6000-*-aix*): Same.
4154 * configure: Regenerate.
4155
4156 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4157
4158 * configure.in: Recognize f95 in the --enable-languages option,
4159 and substitute it for fortran, issuing a warning.
4160 * configure: Regenerate.
4161
4162 2005-09-07 Ben Elliston <bje@au.ibm.com>
4163
4164 Import from Autoconf sources:
4165
4166 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4167 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4168 Elliston. Handle weird characters correctly.
4169
4170 2005-08-30 Phil Edwards <phil@codesourcery.com>
4171
4172 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4173 * configure: Regenerated.
4174
4175 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4176
4177 * Makefile.def (libssp): Add to lang_env_dependencies.
4178 * Makefile.in: Regenerate.
4179
4180 2005-08-17 Christian Groessler <chris@groessler.org>
4181
4182 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4183 * Makefile.in: Regenerate.
4184
4185 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4186
4187 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4188 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4189 Look for alternate names of the target cc and c++
4190 * configure: Regenerate.
4191
4192 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4195 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4196 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4197 tools; remove code to manually set them.
4198 (Target tools): Look in the environment for them.
4199 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4200 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4201 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4202 build directory.
4203 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4204 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4205 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4206 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4207 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4208 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4209 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4210 * configure: Regenerate.
4211 * Makefile.in: Regenerate.
4212
4213 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4214
4215 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4216 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4217 * Makefile.in: Regenerated.
4218
4219 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4220
4221 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4222 (CFLAGS_FOR_TARGET): Use it.
4223 (CXXFLAGS_FOR_TARGET): Likewise.
4224 * Makefile.in: Regenerated.
4225 * configure.in (--with-build-sysroot): New option.
4226 * configure: Regenerated.
4227
4228 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4229
4230 * Makefile.tpl: Wrap install between unstage and stage
4231 * Makefile.in: Regenerate.
4232
4233 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4234
4235 * all files: Update FSF address.
4236
4237 2005-07-14 Jim Blandy <jimb@redhat.com>
4238
4239 * configure.in: Add cases for Renesas m32c.
4240 * configure: Regenerated.
4241
4242 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4243
4244 * COPYING, compile, config-ml.in, config.guess,
4245 config.sub, install-sh, missing, mkinstalldirs,
4246 symlink-tree, ylwrap: Sync from upstream sources.
4247
4248 2005-07-13 Eric Christopher <echristo@redhat.com>
4249
4250 * configure.in: Add toplevel noconfigdir support for tpf.
4251 * configure: Regenerate.
4252
4253 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4254
4255 * Makefile.def (target_modules): Add libssp.
4256 * configure.in (target_libraries): Add target-libssp.
4257 * configure: Rebuilt.
4258 * Makefile.in: Rebuilt.
4259
4260 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4261
4262 PR ada/22340
4263
4264 * Makefile.def: Sync with gcc.
4265 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4266 * Makefile.in: Regenerate.
4267
4268 2005-07-07 Andreas Schwab <schwab@suse.de>
4269
4270 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4271 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4272 * Makefile.in: Regenerated.
4273
4274 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4275
4276 * configure.in: Add --enable-libssp and --disable-libssp.
4277 * configure: Regenerate with autoconf-2.13.
4278
4279 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4280
4281 * configure.in: Don't build sim or rda when targetting darwin.
4282 * configure: Regenerate.
4283
4284 2005-07-04 Ben Elliston <bje@gnu.org>
4285
4286 * src-release (do-proto-toplev): Remove dejagnu bits.
4287 (DEJAGNU_SUPPORT_DIRS): Remove.
4288 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4289 (GDBD_SUPPORT_DIRS): Likewise.
4290 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4291 (INSIGHTD_SUPPORT_DIRS): Likewise.
4292 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4293
4294 2005-06-30 Ben Elliston <bje@gnu.org>
4295
4296 * setup.com (mpw): Remove unused directive.
4297
4298 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4299
4300 * Makefile.def (stagefeedback): Come after profile.
4301 Define profiledbootstrap target.
4302 * Makefile.tpl (profiledbootstrap): Remove.
4303 (stageprofile-end): Zap stagefeedback.
4304 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4305 * Makefile.in: Regenerate.
4306
4307 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4308
4309 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4310 In 'cpp' stanza, support '#line' as well as '# '.
4311
4312 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4313
4314 * configure.in (unsupported_languages): New macro.
4315 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4316 non-ported target libraries in noconfigdirs.
4317 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4318 non-linux-gnu. Remove libgcj_ex_libffi.
4319 <lang_frag loop>: Set add_this_lang=no if the language is in
4320 unsupported_languages.
4321 * configure: Regenerate.
4322
4323 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4324
4325 * configure.in: Fix typo in handling of --with-mpfr-dir.
4326 * configure: Regenerate.
4327
4328 2005-06-02 Jim Blandy <jimb@redhat.com>
4329
4330 * config.sub: Add cases for the Renesas m32c. (This patch has been
4331 accepted into the master sources.)
4332
4333 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4334 Michael Snyder <msnyder@redhat.com>
4335 Stan Cox <scox@redhat.com>
4336
4337 * configure.in: Set noconfigdirs for ms1.
4338
4339 * configure: Regenerate.
4340
4341 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4342
4343 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4344 (Dependencies): Consider target modules for bootstrap dependencies.
4345 Make target bootstrap modules depend on each stage's gcc.
4346 * Makefile.in: Regenerate.
4347
4348 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4349
4350 * Makefile.def (configure-gcc): Depend on binutils having been built.
4351 (all-gcc): No need to do it here.
4352 * Makefile.in: Regenerate.
4353
4354 2005-05-19 Paul Brook <paul@codesourcery.com>
4355
4356 * configure.in: Rewrite misleading error message when requested
4357 language cannot be built.
4358 * configure: Regenerate.
4359
4360 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4361
4362 * ylwrap: Import from Automake 1.9.5.
4363
4364 2005-05-04 Mike Stump <mrs@apple.com>
4365
4366 * configure.in: Always pass --target to target configures as
4367 otherwise rebuilds that do --recheck will fail.
4368 * configure: Rebuilt.
4369
4370 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4371
4372 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4373 STAGE_HOST_EXPORTS.
4374 (configure, all): Add bootstrap support.
4375 (Host modules, target modules): Pass post-stage1 flags and exports.
4376 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4377 * Makefile.in: Regenerate.
4378
4379 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4380
4381 Sync from gcc:
4382
4383 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4384
4385 * config.sub: Update from master copy.
4386
4387 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4388
4389 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4390 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4391 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4392 "*-*-elf" and "*-*-linux*".
4393 * configure: Regenerate.
4394
4395 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4396
4397 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4398 (TARGET_CONFIGARGS): Include --with-target-subdir.
4399 (configure, all): New macros. Use them throughout.
4400
4401 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4402
4403 * Makefile.tpl: Sync with gcc.
4404 * Makefile.in: Regenerate.
4405
4406 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4407
4408 * config/mh-mingw32: Delete.
4409 * configure.in: Don't use it.
4410 * configure: Regenerate.
4411
4412 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4413
4414 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4415 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4416 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4417 (HOST_LIB_PATH): Generate from Makefile.def.
4418 (TARGET_LIB_PATH): Likewise.
4419 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4420 * Makefile.in: Regenerate.
4421 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4422 (RPATH_ENVVAR): Include Darwin case.
4423 * configure: Regenerate.
4424
4425 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4426
4427 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4428 * configure: Regenerate.
4429
4430 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4431
4432 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4433 gcc_version, and gcc_version_trigger from set of flags to pass.
4434 * Makefile.tpl: Remove definitions of above variables.
4435 (config.status): Remove dependency on $(gcc_version_trigger).
4436 * Makefile.in: Regenerate.
4437 * configure.in: Do not reference config/gcc-version.m4 nor
4438 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4439 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4440 * configure: Regenerate.
4441
4442 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4443 Andrew Pinski <pinskia@physics.uc.edu>
4444
4445 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4446 * Makefile.in: Regenerate.
4447
4448 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4449
4450 PR libgcj/20160
4451 * ltmain.sh: Avoid creating archives with components that have
4452 duplicate basenames.
4453
4454 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4455
4456 PR bootstrap/20250
4457 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4458 instead of check.
4459 * Makefile.in: Regenerate.
4460
4461 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4462
4463 Sync from gcc.
4464
4465 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4466
4467 PR bootstrap/17383
4468 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4469 * Makefile.tpl (HOST_SUBDIR): New substitution.
4470 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4471 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4472 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4473 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4474 (Host modules, Bootstrapped modules): Use it.
4475 (Build modules, Target modules): Do not create symlink trees,
4476 always configure out-of-srcdir.
4477 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4478 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4479 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4480 $(HOST_SUBDIR). Create a symlink for host_subdir.
4481
4482 * Makefile.in: Regenerate.
4483 * configure: Regenerate.
4484
4485 Merged from libada-gnattools-branch:
4486 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4487
4488 * Makefile.def: Add gnattools as a module, depending on target-libada.
4489 * Makefile.in: Regenerate.
4490 * configure.in: Include gnattools in host_tools; disable it if ada
4491 is disabled.
4492 * configure: Regenerate.
4493
4494 2005-02-23 Nick Clifton <nickc@redhat.com>
4495
4496 * configure: Regenerate.
4497
4498 2005-02-22 Paul Schlie <schlie@comcast.net>
4499
4500 * configure.in: Allow darwin targeted ports to build tk, itcl and
4501 libgui.
4502
4503 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4504
4505 PR libgcj/10353
4506 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4507 * configure: Regenerate.
4508
4509 2005-02-08 Andrew Cagney <cagney@gnu.org>
4510
4511 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4512 gdb/ section. Update GDB's URL.
4513
4514 2005-01-31 Andrew Cagney <cagney@gnu.org>
4515
4516 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4517
4518 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4519
4520 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4521 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4522 target-libgloss when not *-*-elf and *-*-aout.
4523 * configure: Regenerate.
4524
4525 2005-01-27 Andrew Cagney <cagney@gnu.org>
4526
4527 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4528
4529 2005-01-24 Andrew Cagney <cagney@gnu.org>
4530
4531 * gettext.m4: Only fall back to ../intl/ when it's present.
4532
4533 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4534
4535 * install-sh, config.sub: Import from upstream.
4536
4537 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4538
4539 PR bootstrap/18222
4540 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4541 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4542 * Makefile.in: Regenerate.
4543
4544 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
4545
4546 Revert 2004-12-28 Makefile changes, a better fix will be
4547 applied to mainline and src after GCC 4.0 branches.
4548
4549 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4550
4551 PR bootstrap/17383
4552
4553 * Makefile.def (target_modules): Remove stage parameter,
4554 it is always true now.
4555 * Makefile.tpl (configure-build-[+module+],
4556 configure-target-[+module+]): Always build symlink tree
4557 for the directory and for include. BUILD_SUBDIR and
4558 TARGET_SUBDIR cannot be . anymore.
4559 * Makefile.in: Regenerate.
4560
4561 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4562
4563 Revert 2004-12-08 Makefile changes.
4564
4565 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4566
4567 * configure.in (sh64-*-*): Reenable gprof.
4568 * configure: Regenerate.
4569
4570 2004-12-09 Jim Blandy <jimb@redhat.com>
4571
4572 * MAINTAINERS: List 'depcomp' as part of automake.
4573
4574 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4575
4576 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4577 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4578 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4579 * Makefile.in: Regenerate.
4580
4581 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4582
4583 * Makefile.tpl: Generate normal dependencies if the LHS module is
4584 not bootstrapped.
4585 * Makefile.in: Regenerate.
4586
4587 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4588
4589 * configure.in: Include config/gxx-include-dir.m4. Use
4590 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4591 * configure: Regenerate.
4592
4593 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4594
4595 * config.if: Delete.
4596 * configure.in: Set libstdcxx_incdir directly.
4597 * configure: Regenerate.
4598 * MAINTAINERS: Remove mention of config.if.
4599 * src-release (DEVO_SUPPORT): Remove config.if.
4600
4601 2004-12-02 Eric Christopher <echristo@redhat.com>
4602
4603 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4604 of things to remove.
4605 * Makefile.in: Regenerate.
4606
4607 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4608
4609 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4610 * configure: Regenerate.
4611
4612 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4613
4614 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4615 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4616 * configure: Regenerate.
4617
4618 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4619
4620 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4621 (hppa*64*-*-*): Delete incorrect comment.
4622 * configure: Rebuilt.
4623
4624 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4625
4626 * install-sh, compile: Import from automake.
4627
4628 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4629
4630 * config.guess, config.sub: Import from savannnah.
4631
4632 2004-11-12 Mike Stump <mrs@apple.com>
4633
4634 * Makefile.def: Add html support.
4635 * Makefile.tpl: Likewise.
4636 * Makefile.in: Regenerate.
4637
4638 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4639
4640 PR 18423
4641 * configure.in: Remove all instances of build-fixincludes from
4642 noconfigdirs.
4643 (build_configargs): Supply --target to subdirectories.
4644 * configure: Regenerate.
4645
4646 * Makefile.def: Make gcc install depend on fixincludes install.
4647 * Makefile.in: Regenerate.
4648
4649 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4650
4651 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4652 target-libgfortran.
4653 * configure: Regenerate.
4654
4655 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4656
4657 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4658 like CC.
4659
4660 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4661
4662 * Makefile.def (host fixincludes): Specify missing targets.
4663 * Makefile.in: Regenerate.
4664
4665 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4666
4667 PR other/17783
4668 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4669 * configure: Regenerated.
4670
4671 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4672
4673 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4674 * configure: Regenerated.
4675
4676 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4677
4678 PR target/18151
4679 * configure.in (case ${target}): Do not build fixincludes for avr.
4680 * configure: Regenerated.
4681
4682 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4683
4684 * configure.in (case ${target}): Do not build fixincludes
4685 on platforms where it is not used.
4686 * configure: Regenerated.
4687
4688 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4689
4690 * configure.in: Use an absolute path to install-sh.
4691 * configure: Regenerated.
4692
4693 2004-10-19 Andrew Cagney <cagney@gnu.org>
4694
4695 * src-release (do-djunpack, do-md5sum): Install the generated file
4696 directly into the proto-toplev/ directory.
4697
4698 2004-10-19 Andrew Cagney <cagney@gnu.org>
4699
4700 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4701
4702 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4703
4704 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4705 * configure: Regenerate.
4706
4707 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4708
4709 Fix wrong conflict resolution in:
4710
4711 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4712
4713 * Makefile.in: Regenerate.
4714 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4715 in the recursive `make', instead of hardwiring `all'.
4716 (Autogenerated TARGET-* variables): New.
4717
4718 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4719
4720 Merged from GCC / libtool upstream:
4721 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4722 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4723 * ltcf-cxx.sh (tpf*): Likewise.
4724 * ltconfig (tpf*): Add TPF OS configuration support.
4725
4726 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4727
4728 * configure.in: Enable target-libgloss for crx-*-*.
4729 * configure: Regenerate.
4730
4731 2004-09-24 Michael Roth <mroth@nessie.de>
4732
4733 * configure.in (--without-headers): Add missing double quotes.
4734 * configure: Regenerate.
4735
4736 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4737
4738 * ylwrap: Revert to previous version.
4739
4740 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4741
4742 PR bootstrap/17369
4743 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4744 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4745 SET_GCC_LIB_PATH_CMD.
4746 (BASE_TARGET_EXPORTS): Likewise.
4747 * Makefile.in: Regenerated.
4748
4749 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4750 * configure: Regenerated.
4751
4752 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4753
4754 * config.guess: New upstream version
4755 * compile, depcomp, install-sh, ylwrap: Likewise.
4756
4757 2004-09-19 Roger Sayle <roger@eyesopen.com>
4758
4759 * config/mh-x86omitfp: New host makefile fragment. Add
4760 -fomit-frame-pointer to the default BOOT_CFLAGS.
4761 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4762 * configure: Regenerate.
4763
4764 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4765
4766 PR target/11572
4767 * configure.in (*-*-darwin*): Renable libobjc.
4768 * configure: Regenerate.
4769
4770 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4771
4772 * Makefile.def: Remove libbanshee.
4773 * Makefile.tpl: Ditto.
4774 * configure.in: Ditto.
4775 * Makefile.in: Regen.
4776 * configure: Ditto.
4777
4778 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * missing: Import latest version from master repository.
4781
4782 2004-09-04 Nick Clifton <nickc@redhat.com>
4783
4784 * config.sub: Import latest version from master repository.
4785 * config.guess: Likewise.
4786 This includes these changes:
4787
4788 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4789
4790 * config.sub: Handle crisv32, alias etraxfs.
4791 * config.guess (crisv32:Linux:*:*): Handle.
4792
4793 2004-08-13 Brad Smith <brad@comstyle.com>
4794
4795 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4796 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4797
4798 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4799
4800 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4801 assume the processor is a powerpc. This is because coreutils
4802 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4803 in this case, due to a MacOS X bug that causes
4804 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4805 to return a negative number.
4806 Problem reported by Petter Reinholdtsen in:
4807 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4808
4809 2004-07-19 Ben Elliston <bje@gnu.org>
4810
4811 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4812
4813 2004-06-24 Ben Elliston <bje@gnu.org>
4814
4815 * config.guess: Update copyright years.
4816 * config.sub: Likewise.
4817
4818 2004-06-22 Robert Millan <robertmh@gnu.org>
4819
4820 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4821 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4822
4823 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4824
4825 * config.guess (*:*VMS:*:*): New entry. Replaces
4826 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4827 manufacturer.
4828
4829 2004-06-22 Ben Elliston <bje@gnu.org>
4830
4831 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4832 * config.sub: Likewise.
4833
4834 2004-06-22 Ben Elliston <bje@gnu.org>
4835
4836 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4837 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4838
4839 2004-06-11 Ben Elliston <bje@gnu.org>
4840
4841 * config.guess (pegasos:OpenBSD:*:*): Remove.
4842
4843 2004-06-11 Ben Elliston <bje@gnu.org>
4844
4845 From Wouter Verhelst <wouter@grep.be>:
4846 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4847
4848 2004-06-11 Ben Elliston <bje@gnu.org>
4849
4850 * config.guess (luna88k:OpenBSD:*:*): New.
4851
4852 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4853
4854 * config.guess (m32r*:Linux:*:*): New case.
4855 * config.sub: Handle m32rle.
4856
4857 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4858
4859 From Jens Petersen <petersen@redhat.com>:
4860 * config.sub: Handle sparcv8.
4861
4862 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4863
4864 From Tom Smith <smith@cag.lkg.hp.com>:
4865 * config.guess: Version suffixes are equally significant on Tru64
4866 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4867 prefix of "P" (patched kernel).
4868
4869 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4870
4871 * config.sub: Add support for National Semiconductor CRX target.
4872
4873 2004-09-03 Jan Beulich <jbeulich@novell.com>
4874
4875 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4876 *-*-netware, but add target-libmudflap.
4877 Consolidate *-*-netware targets (of which really only i?86 exists)
4878 into a single entry.
4879 * configure: Likewise.
4880
4881 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
4882
4883 * Makefile.tpl (sorry): Remove.
4884 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4885 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4886 (do-clean): Clean per-stage directories too.
4887 (do-distclean): Run distclean-stage1 too.
4888 (.NOTPARALLEL): Enable during toplevel bootstrap.
4889 (stage[+id+]-bubble): Enable parallel execution during
4890 the recursive invocation.
4891 * Makefile.in: Regenerate.
4892
4893 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4894
4895 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4896
4897 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4898 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4899 * configure: regenerate
4900 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4901 -mdynamic-no-pic
4902
4903 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4904
4905 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4906 include.
4907 * configure.in: Fix indentation.
4908 * configure: Regenerate.
4909
4910 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4911
4912 * Makefile.def (build_modules): Add fixincludes.
4913 (dependencies): Make gcc depend on fixincludes.
4914 * configure.in (build_tools): Add fixincludes.
4915 (build_configdirs): Always include build_libs.
4916 * Makefile.in: Regenerate.
4917 * configure: Regenerate.
4918
4919 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
4920
4921 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4922 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4923 phony targets; do not generate timestamp files.
4924 (distclean-stageN): Remove references to their timestamp files.
4925 (restageN, touch-stageN): Remove.
4926 (stageN-bubble): Rewritten.
4927 (compare): Support lean bootstraps.
4928 * Makefile.in: Regenerate.
4929
4930 * configure.in: Only warn when bootstrapping but
4931 build != host or build != target. Support lean bootstraps.
4932 * configure: Regenerate.
4933
4934 Sync from gcc:
4935 2004-08-26 Phil Edwards <phil@codesourcery.com>
4936
4937 * configure.in: Give a better error message if GMP/MPFR are missing
4938 and a language needing them has been requested.
4939 * configure: Regenerated.
4940
4941 2004-08-25 Phil Edwards <phil@codesourcery.com>
4942
4943 * configure.in: Print a list of available language front-ends if
4944 a requested one is missing. Tidy stray tab characters.
4945 * configure: Regenerated.
4946
4947 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
4948
4949 * Makefile.in: Regenerate.
4950 * configure: Regenerate.
4951
4952 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4953 stage_*_flags.
4954 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4955 for bootstrapped modules if toplevel bootstrap is going.
4956 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4957 modules. Adjust for changes in Makefile.def. Enable several
4958 rules even in non-bootstrap mode, just to avoid peppering the
4959 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4960 (stage-[+prev+]-bubble): Remove.
4961
4962 * Makefile.def (Dependencies): Depend on all-build-bison,
4963 all-build-flex, all-build-byacc, all-build-texinfo, rather
4964 than the host variations.
4965 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
4966 with BUILD_SUBDIR.
4967 (BISON): Update for recent Bisons.
4968 (YACC): Fix typo.
4969 (cross): Depend on all-build.
4970 (all): Do not depend on all-build.
4971 (prebootstrap): Remove.
4972 (dep-kind): Accept separate prefixes for MODULE and ON variables.
4973 (Prebootstrap dependencies): Add them to the per-stage targets
4974 and to all-prebootstrap.
4975 * configure.in (build_configdirs): Always enable build_tools.
4976 (BUILD_DIR_PREFIX): Remove.
4977
4978 * Makefile.def (gcc): Add target variable.
4979 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
4980 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4981 in the recursive `make', instead of hardwiring `all'.
4982 (Autogenerated TARGET-* variables): New.
4983
4984 2004-08-17 Robert Millan <robertmh@gnu.org>
4985
4986 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
4987 (instead of FreeBSD).
4988 * configure: Regenerate.
4989
4990 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
4991
4992 * Makefile.def, configure.in, src-release: Remove useless, bogus
4993 references to tix.
4994 * Makefile.in, configure: Regenerate.
4995
4996 * src-release: Stop distributing mmalloc with gdb (which doesn't
4997 use it).
4998 * Makefile.def: GDB doesn't depend on mmalloc anymore.
4999 * Makefile.in: Regenerate.
5000
5001 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5002
5003 * configure.in (arm*-*-eabi*): New target.
5004 * configure: Regenerate.
5005
5006 2004-08-01 Robert Millan <robertmh@gnu.org>
5007
5008 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5009 libmudflap for all GNU-based systems (with Glibc).
5010 * configure: Regenerate.
5011
5012 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5013
5014 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5015 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5016 (Dependencies): New section.
5017 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5018 (configure-target-[+module+]): Depend on maybe-all-gcc
5019 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5020 (toplevel profiledbootstrap): Fix dependencies.
5021 * Makefile.in: Regenerate.
5022
5023 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5024
5025 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5026 target-libiberty to noconfigdirs.
5027
5028 2004-08-03 Paul Brook <paul@codesourcery.com>
5029
5030 * configure.in: Check for MPFR as well as GMP.
5031 * configure: Regenerate.
5032
5033 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5034
5035 * Makefile.def (host-modules): Add gcc.
5036 * Makefile.in: Regenerate.
5037 * Makefile.tpl (sorry): New rule.
5038 (configure-host, all-host, [+make_target+]-host, do-check,
5039 install-host): Do not add gcc as a special case.
5040 (host modules): Add a small special-casing for gcc. Export
5041 extra_make_flags through the environment.
5042 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5043 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5044 other recursive targets for gcc): Remove.
5045
5046 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5047 (stage, unstage): New rules.
5048 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5049 distclean-stage[+id+]): Use stage_current.
5050 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5051 the stage*-start rules.
5052
5053 2004-07-19 Robert Millan <robertmh@gnu.org>
5054
5055 Synced from gcc:
5056
5057 2004-04-26 Robert Millan <robertmh@gnu.org>
5058
5059 Add patches from libtool CVS.
5060 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5061 * ltconfig: Likewise.
5062 * ltcf-c.sh: Likewise.
5063 * ltcf-cxx.sh: Likewise.
5064 * ltcf-gcj.sh: Likewise.
5065
5066 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5067
5068 * configure.in: Add noconfigdirs for crx-*-*.
5069 * configure: Regenerate.
5070
5071 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5072
5073 Synced from gcc:
5074
5075 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5076
5077 * configure.in: Build libmudflap by default on FreeBSD.
5078 * configure: Regenerated.
5079
5080 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5081
5082 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5083 systems.
5084 * configure: Regenerated.
5085
5086 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5087
5088 PR target/16344
5089 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5090 feedback based compiler.
5091 * Makefile.in: Rebuilt.
5092
5093 2004-07-05 Phil Edwards <phil@codesourcery.com>
5094
5095 * configure.in: Do not prepend $srcdir to /dev/null in
5096 makefile fragments.
5097 * configure: Regenerate.
5098
5099 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5100
5101 * Makefile.def (host_modules): Set bootstrap=true for flex.
5102 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5103 * Makefile.in: Rebuilt.
5104
5105 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5106
5107 * Makefile.def (build_modules): Add bison, byacc, flex,
5108 m4, texinfo.
5109 (flags_to_pass): Add FLEX.
5110 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5111 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5112 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5113 DEFAULT_MAKEINFO): Remove.
5114 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5115 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5116 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5117 objdir or else use configured tool.
5118 (all-build): New.
5119 (all): Depend on it.
5120 (Build module dependencies): Add.
5121 * Makefile.in: Regenerate.
5122 * configure.in: Better support for multiple build modules,
5123 matching what is done for host/target modules. Do not look
5124 for "plausible" locations of build tools if Canadian cross.
5125 Use autoconf's AC_PROG_CC to find a C compiler. Define
5126 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5127 * configure: Regenerate.
5128
5129 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5130
5131 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5132 * Makefile.in: Regenerate.
5133
5134 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5135
5136 * Makefile.tpl (configure-build-[+module+],
5137 configure-[+module+], configure-target-[+module+]): Pass
5138 [+extra_configure_args+].
5139 (all-build-[+module+], all-[+module+], check-[+module+],
5140 install-[+module+], [+make_target+]-[+module+],
5141 all-target-[+module+], check-target-[+module+],
5142 install-target-[+module+], [+make_target+]-target-[+module+]):
5143 Pass [+extra_make_args+].
5144 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5145 (GCC_HOST_EXPORTS): Remove.
5146 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5147 cross, check-gcc, check-gcc-c++, install-gcc,
5148 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5149 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5150 * Makefile.in: Regenerate.
5151
5152 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5153
5154 * configure.in: Check for srcdir/winsup rather than build directory
5155 winsup.
5156 * configure: Regenerate.
5157
5158 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5159
5160 * configure.in: Don't build Cygwin native newlib if winsup
5161 directory is missing. Emit warning instead.
5162 * configure: Regenerate.
5163
5164 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5165
5166 * Makefile.tpl (touch-stage[+id+]): New.
5167 (restage[+prev+]): Depend on touch-stage[+id+].
5168
5169 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5170 Use it throughout.
5171
5172 * Makefile.def: Add profile and feedback bootstrap stages.
5173 Remove next field from bootstrap stages.
5174 * Makefile.tpl (LN, LN_S): Substitute.
5175 (stageN-start, stageN-end): Use double-colon rules, to
5176 provide a hook for additional setup commands.
5177 (distclean-stageN-gcc, restageN): Create dependencies from
5178 [+prev+], not from [+next+].
5179 (stageN-bubble): Add commands for successive stages from
5180 [+prev+], using double-colon rules.
5181 (all-stageN-gcc): Fix typo.
5182 (stagefeedback-start, profiledbootstrap): New.
5183 * Makefile.in: Regenerate.
5184 * configure.in: Call ACX_PROG_LN.
5185 * configure: Regenerate.
5186
5187 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5188
5189 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5190 without gcc.
5191 * configure: Regenerate.
5192
5193 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5194
5195 * Makefile.tpl: Fix typo.
5196 * Makefile.in: Regenerate.
5197
5198 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5199
5200 * configure.in: Remove new- prefix from toplevel
5201 bootstrap targets.
5202 * configure: Regenerate.
5203
5204 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5205
5206 Merge this patch from the gcc tree:
5207
5208 2004-05-30 Andreas Jaeger <aj@suse.de>
5209 Jim Wilson <wilson@specifixinc.com>
5210
5211 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5212 like CC.
5213
5214 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5215
5216 * Makefile.tpl (all.normal): Rename to all.
5217 (all): Replace with a rule to pick the default
5218 target from configure.
5219 (all-gcc, configure-gcc): Use conditionals to
5220 do nothing when toplevel bootstrap is going on.
5221 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5222 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5223 * configure.in: Support --enable-bootstrap.
5224
5225 * Makefile.def: Remove new- prefix from toplevel
5226 bootstrap targets.
5227 * Makefile.tpl: Likewise.
5228
5229 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5230 target.
5231
5232 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5233 $(RECURSE_FLAGS) to recursive invocation of make.
5234
5235 * Makefile.in: Regenerate.
5236 * configure: Regenerate.
5237
5238 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5239
5240 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5241 * configure: Regenerate.
5242
5243 2004-05-25 Daniel Jacobowitz <drow@false.org>
5244
5245 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5246 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5247 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5248 targets.
5249 * Makefile.in: Regenerate.
5250
5251 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5252
5253 * configure.in: Test the ability to symlink directories.
5254 * configure: Regenerate.
5255
5256 * Makefile.def (bootstrap-stage): New definitions.
5257 * Makefile.tpl (configure-stage1-gcc,
5258 configure-stage2-gcc, configure-stage3-gcc,
5259 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5260 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5261 new-restage3, compare): Autogenerate, see Makefile.in
5262 entry for behavioral changes.
5263 (distclean-stage1, new-stage1-start, new-stage1-end,
5264 new-stage1-bubble, distclean-stage2, new-stage2-start,
5265 new-stage2-end, new-stage2-bubble, distclean-stage3,
5266 new-stage3-start, new-stage3-end): New autogenerated targets.
5267 (objext, prebootstrap, BOOT_CFLAGS,
5268 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5269 targets.
5270
5271 * Makefile.in: Regenerate.
5272 (distclean-stage1, new-stage1-start, new-stage1-end,
5273 new-stage1-bubble, distclean-stage2, new-stage2-start,
5274 new-stage2-end, new-stage2-bubble, distclean-stage3,
5275 new-stage3-start, new-stage3-end): New targets.
5276 (all-stage1-gcc): Move prebootstrap dependency from here...
5277 (configure-stage1-gcc): ...to here.
5278 (new-bootstrap): Use bubble targets.
5279 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5280 Use per-stage distclean targets.
5281 (configure-stage1-gcc, configure-stage2-gcc,
5282 configure-stage3-gcc, all-stage1-gcc,
5283 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5284 Use new-stageN-start to prepare the tree.
5285
5286 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5287
5288 * Makefile.def (host_modules): add libcpp.
5289 * Makefile.tpl: Add dependencies on and for libcpp.
5290 * Makefile.in: Regenerate.
5291 * configure.in: Add libcpp host module.
5292 * configure: Regenerate.
5293
5294 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5295
5296 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5297 of libf2c.
5298 * configure, Makefile.in: Regenerate.
5299
5300 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5301
5302 Merge from tree-ssa-20020619-branch.
5303
5304 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5305 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5306 (HOST_GMPLIBS): Define.
5307 (HOST_GMPINC): Define.
5308 (TARGET_LIB_PATH): Add libmudflap.
5309 (GFORTRAN_FOR_TARGET): Define.
5310 (configure-build*): Export GFORTRAN.
5311 (configure-gcc): Export GMPLIBS and GMPINC.
5312 (all-gcc): Add maybe-all-libbanshee.
5313 (configure-target-libgfortran): Define.
5314 * Makefile.in: Regenerate.
5315 * configure.in (host_libs): Add libbanshee.
5316 (target_libraries): Add target-libmudflap and target-libgfortran.
5317 Add --with-libbanshee.
5318 Handle --disable-libmudflap.
5319 (*-*-freebsd*): Use with_gmp.
5320 Add $(libgcj) to noconfigdirs.
5321 * configure: Regenerate.
5322 * depcomp: New file.
5323 * MAINTAINERS: Add tree-ssa maintainers.
5324
5325 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5326
5327 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5328 * configure: Regenerate.
5329
5330 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5331
5332 Revert:
5333 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5334
5335 * Makefile.def (flags_to_pass): Remove *dir variables that
5336 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5337 as well as prefix and exec_prefix.
5338 * Makefile.in: Regenerate.
5339
5340 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5341
5342 * Makefile.def (host_modules): Mark with the bootstrap
5343 flag packages on which gcc depends.
5344 * Makefile.tpl (all-bootstrap): Use it.
5345 * Makefile.in: Regenerate.
5346
5347 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5348
5349 * Makefile.def (flags_to_pass): Remove *dir variables that
5350 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5351 as well as prefix and exec_prefix.
5352 * Makefile.in: Regenerate.
5353
5354 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5355
5356 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5357 * configure: Regenerate.
5358 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5359 * gcc/Makefile.tpl (compare): Use the result of the test.
5360 * gcc/Makefile.in: Regenerate.
5361
5362 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5363
5364 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5365 Always relocate gcc and prev-gcc to the original names, even
5366 if the build fails.
5367 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5368 New targets.
5369
5370 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5371
5372 * configure.in (mips*-*-irix5*): Enable ld.
5373 * configure: Regenerate.
5374
5375 2004-04-15 James E Wilson <wilson@specifixinc.com>
5376
5377 * Makefile.tpl (configure-[+module+], configure-gcc,
5378 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5379 Set and export LDFLAGS.
5380 * Makefile.in: Regenerate.
5381
5382 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5383
5384 PR bootstrap/14871
5385 * Makefile.tpl: If we don't have built-in-tree target tools,
5386 use the ones found by configure rather than hacking around with
5387 program_transform_name.
5388 * configure.in: Give Makefile.tpl the information necessary
5389 to do that.
5390 * Makefile.in: Regenerate.
5391 * configure: Regenerate.
5392
5393 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5394
5395 PR bootstrap/14760
5396 * configure.in: When computing baseargs, strip *all* copies of
5397 offending options. Also, don't match/substitute the trailing space,
5398 so that this actually works when two similar options are separated by
5399 only one space.
5400 * configure: Regenerate.
5401
5402 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5403
5404 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5405 (rs6000-*-aix*): Same.
5406 * configure: Regenerate.
5407
5408 2004-03-25 Stan Shebs <shebs@apple.com>
5409
5410 Remove MPW support, no longer used.
5411 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5412 mpw-install: Remove files.
5413 * src-release (DEVO_SUPPORT): Remove names of removed files.
5414 * MAINTAINERS: Likewise.
5415
5416 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5417
5418 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5419 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5420 * Makefile.in: Regenerate.
5421
5422 * configure.in (top level bootstrap support): Rework --enable-werror
5423 to set @stage2_werror_flag@.
5424 * configure: Regenerate.
5425 * Makefile.tpl (top level bootstrap support): Pass
5426 @stage2_werror_flag@ down to configure in stages 2 and 3.
5427 * Makefile.in: Regenerate.
5428
5429 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5430
5431 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5432 for stages 2 and 3 as well as in make. As a consequence, remove
5433 OUTPUT_OPTION (now detected by configure) from the flags passed down
5434 to make.
5435 * Makefile.in: Regenerate.
5436
5437 * Makefile.tpl (new-bootstrap): Fix typo.
5438 * Makefile.in: Regenerate.
5439
5440 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5441
5442 * Makefile.tpl: Rearrange by moving recursive_targets rules
5443 into their proper sections.
5444 * Makefile.tpl (top level bootstrap support): Move disabling
5445 of coverage flags from 'make' to 'configure'; improve comments.
5446 * Makefile.in: Regenerate.
5447
5448 * Makefile.tpl (experimental top level bootstrap) Move stage1
5449 language setting from all- target to configure- target; disable
5450 intermodule optimization in stage 1; prevent gratuitous rebuilds
5451 of stage 1.
5452 * Makefile.in: Regenerate.
5453 * configure.in: Comma-separate stage 1 language list for top
5454 level bootstrap.
5455 * configure: Regenerate.
5456
5457 * Makefile.tpl: Clean up experimental top level bootstrap support:
5458 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5459 prev-gcc in configure- targets as well as all- targets.
5460 * Makefile.in: Regenerate.
5461
5462 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5463
5464 * configure.in: Remove symbolic link section.
5465 * configure: Regenerate.
5466 * Makefile.tpl (links): Remove.
5467 * Makefile.in: Regenerate.
5468
5469 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5470 Nathanael Nerode <neroden@gcc.gnu.org>
5471
5472 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5473 Set with AC_CHECK_PROGS.
5474 * configure.in: Fix comment typo from last patch.
5475 * configure: Regenerate.
5476
5477 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5478
5479 * Makefile.tpl: Introduce experimental top level bootstrap support.
5480 * Makefile.in: Regenerate.
5481 * configure.in: Introduce support for top level bootstrap.
5482 * configure: Regenerate.
5483
5484 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5485 Paolo Bonzini <bonzini@gnu.org>
5486
5487 PR bootstrap/14522
5488 * configure.in: Cope with shells that do not support unquoted ^
5489 * configure: Regenerate.
5490
5491 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5492 Paolo Bonzini <bonzini@gnu.org>
5493
5494 PR bootstrap/14522
5495 * configure.in: Cope with shell that do not support nesting
5496 quotes inside quoted backquote substitutions.
5497 * configure: Regenerate.
5498
5499 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5500
5501 PR bootstrap/14522
5502 * configure.in: Fix escaping of $.
5503 * configure: Regenerate.
5504
5505 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5506
5507 * configure: Regenerate.
5508
5509 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
5510
5511 PR ada/14131
5512 Move language detection to the top level.
5513 * configure.in: Find default values for the tools as
5514 soon as possible. Disable ada if GNAT is not found.
5515 Emit error message about missing languages. Expand
5516 --enable-languages=all for the gcc subdirectory.
5517
5518 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
5519
5520 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5521 and disable libgcj.
5522 * configure: Regenerated.
5523
5524 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5525
5526 PR bootstrap/7087
5527 * Makefile.tpl: Guard XFOO sed statements better.
5528 * Makefile.tpl: Add dependency for configure-target-libada.
5529 * Makefile.in: Regenerate (incidentally fixes broken
5530 commit when libada-branch was merged).
5531
5532 2004-02-28 Andrew Cagney <cagney@redhat.com>
5533
5534 * src-release (CVS_NAMES): Define.
5535 (do-tar, do-tar): Prune $(CVS_NAMES).
5536
5537 2004-02-23 Andrew Cagney <cagney@redhat.com>
5538
5539 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5540 2004-02-19.09.
5541
5542 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5543
5544 PR bootstrap/11932
5545 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5546
5547 2004-02-19 Andrew Cagney <cagney@redhat.com>
5548
5549 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5550 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5551
5552 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5553
5554 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5555 (rs6000-*-aix*): Same.
5556 * configure: Regenerate.
5557
5558 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5559
5560 * configure.in (host): Add in missing $noconfigdirs to defines.
5561 * configure: Regenerate.
5562
5563 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5564 Nathanael Nerode <neroden@gcc.gnu.org>
5565
5566 PR ada/6637, PR ada/5911
5567 Merge with libada-branch:
5568 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5569 with appropriate dependencies. Add --enable-libada configure switch.
5570 * configure, Makefile.in: Regenerate.
5571
5572 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5573
5574 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5575 * configure: Regenerate.
5576
5577 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5578
5579 * COPYING.NEWLIB: Update Red Hat license to 2004.
5580
5581 2004-01-23 DJ Delorie <dj@redhat.com>
5582
5583 * Makefile.def (target_modules) [libiberty]: Don't stage.
5584 * Makefile.in: Rebuilt.
5585
5586 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5587
5588 * COPYING.NEWLIB: Update to include copyrights for new
5589 iconv code.
5590
5591 2004-01-15 Andrew Cagney <cagney@redhat.com>
5592
5593 * src-release: Update copyright year.
5594 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5595 (NEWLIB_SUPPORT_DIRS): Delete macro.
5596 (newlib.tar.bz2): Delete rule.
5597
5598 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5599
5600 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5601 * Makefile.tpl (configure-target-[+module+]): Support stage.
5602 * Makefile.in: Rebuilt.
5603
5604 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5605
5606 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5607 throughout.
5608
5609 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5610
5611 * configure.in: Use ./config.cache, not config.cache.
5612 * configure: Regenerate.
5613 * Makefile.tpl: Special-casing not needed for GCC any more.
5614 * Makefile.in: Regenerate.
5615
5616 * configure.in: Don't share a cache file for host dirs.
5617 * configure: Regenerate.
5618
5619 * config-ml.in: Don't mess with the cache file.
5620
5621 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5622
5623 * Makefile.tpl: Make GCC use a separate config.cache.
5624 * Makefile.in: Regenerate.
5625
5626 PR bootstrap/11932, PR bootstrap/11933
5627 (I don't know if it will fix either of them, but it relates
5628 to them.)
5629 * configure.in: Don't use shared config.cache for target
5630 directories.
5631 * configure: Regenerate.
5632
5633 2003-12-31 Roger Sayle <roger@eyesopen.com>
5634
5635 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5636 * configure: Regenerated.
5637
5638 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5639
5640 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5641 * configure: Regenerated.
5642
5643 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5644
5645 Port change over from GCC:
5646 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5647 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5648 (configure-build-[+module+], configure-[+module+]): Likewise.
5649 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5650 * Makefile.in: Regenerate.
5651
5652 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5653
5654 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5655 * configure: Regenerate.
5656
5657 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5658
5659 * COPYING.NEWLIB: Add license info for long long routines added to
5660 stdlib.
5661
5662 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5663
5664 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5665 * Makefile.in: Regenerate.
5666
5667 2003-10-20 Phil Edwards <phil@codesourcery.com>
5668
5669 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5670 * configure: Regenerate.
5671
5672 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5673
5674 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5675 HOST_FLAGS_TO_PASS.
5676 * Makefile.in: Regenerate.
5677
5678 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5679
5680 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5681 * configure: Rebuilt
5682 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5683 * Makefile.in: Rebuilt
5684
5685 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5686
5687 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5688
5689 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
5690
5691 * config-ml.in: Use ac_configure_args directly instead of
5692 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5693 actually seen.
5694
5695 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5696
5697 * config-ml.in: Propagate INSTALL variables.
5698
5699 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
5700
5701 * configure.in: Pass a computed --program-transform-name
5702 to subconfigures.
5703 * configure: Regenerated.
5704
5705 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5706
5707 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5708 * Makefile.in: Regenerate.
5709
5710 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5711 * Makefile.in: Regenerate.
5712
5713 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
5714
5715 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5716 quoting.
5717 * configure: Regenerated.
5718
5719 2003-09-12 Michael Chastain <mec@shout.net>
5720
5721 Fix PR gdb/857.
5722 * src-release (do-proto-topleve): Remove junk files
5723 intl/config.cache, intl/config.status,
5724 intl/config.h, intl/stamp-h.
5725
5726 2003-09-14 Andrew Cagney <cagney@redhat.com>
5727
5728 * src-release (dejagnu.tar): New target.
5729 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5730 (do-djunpack): Use $(PACKAGE) for the package name.
5731
5732 2003-09-04 DJ Delorie <dj@redhat.com>
5733
5734 * configure: Regenerate.
5735
5736 2003-09-04 Robert Millan <robertmh@gnu.org>
5737
5738 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5739
5740 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5741
5742 * configure.in: Ensure arguments to sed are properly spaced.
5743 * configure: Regenerate.
5744
5745 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
5746
5747 Merge from gcc:
5748 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5749 * install-sh: Update to newer upstream versions (associated with
5750 aclocal 1.7).
5751 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5752
5753 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
5754
5755 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5756 * configure: Regenerated.
5757
5758 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
5759
5760 * configure.in: Use newline instead of semicolon when assuming
5761 shell arguments in a for loop.
5762 * configure: Regenerated.
5763
5764 2003-08-20 Geoffrey Keating <geoffk@apple.com>
5765
5766 PR 8180
5767 * configure.in: When testing with_libs and with_headers, treat
5768 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5769 * configure: Regenerate.
5770
5771 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5772 make, shell, etc.
5773 (baseargs): Likewise.
5774 * configure: Regenerate.
5775
5776 2003-08-19 Geoffrey Keating <geoffk@apple.com>
5777
5778 * configure.in: Disable libgcj for darwin not on powerpc.
5779 * configure: Rebuild.
5780
5781 2003-08-15 Michael Chastain <mec@shout.net>
5782
5783 * src-release (do-proto-toplev): Remove junk files
5784 dejagnu/example/calc/config.status,
5785 dejagnu/example/calc/config.log.
5786
5787 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5788
5789 * config-ml.in, symlink-tree: Add license.
5790
5791 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5792
5793 Merge from gcc:
5794
5795 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5796 * Makefile.tpl (check, check-c++): Express dependencies using
5797 dependencies rather than commands.
5798 * Makefile.in: Regenerate.
5799
5800 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5801 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5802 * Makefile.in: Update.
5803
5804 2003-08-01 Andrew Cagney <cagney@redhat.com>
5805
5806 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5807 * configure: Ditto.
5808
5809 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5810
5811 * configure.in: Enable libgcj for darwin.
5812 * configure: Rebuild.
5813
5814 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5815
5816 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5817
5818 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5819
5820 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5821 creating target and build subdirs to build all parent dirs as needed.
5822 * Makefile.in: Rebuild.
5823 * configure.in: Don't build dirs explicitly here.
5824 * configure: Rebuild.
5825
5826 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
5827
5828 * Makefile.tpl (all-make): Depend on intl.
5829 * Makefile.in: Rebuilt.
5830
5831 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5832
5833 * config.if: Remove unused libc_interface determination.
5834
5835 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5836
5837 * Makefile.in: Regenerate, correctly this time.
5838
5839 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5840
5841 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5842 unused INSTALL_PROGRAM_ARGS.
5843 * configure.in: Use AC_PROG_INSTALL.
5844 * Makefile.in: Regenerate.
5845 * configure: Regenerate.
5846
5847 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
5848
5849 * configure: Rebuilt.
5850 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5851 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5852 newlib nor libgloss.
5853 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5854 * configure.in (am33_2.0-*-linux*): Added.
5855
5856 2003-07-09 Bob Wilson <bob.wilson@acm.org>
5857
5858 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5859 * configure: Regenerate.
5860
5861 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5862
5863 * config-ml.in: Replace PWD with PWD_COMMAND.
5864 * Makefile.tpl: Likewise.
5865 * Makefile.in: Regenerated.
5866
5867 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5868
5869 * configure.in: Clean up config-lang.in handling. Delete
5870 useless assignment to "subdirs".
5871 * configure: Regenerate.
5872
5873 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5874
5875 * configure.in: Rename 'target_libs' to 'target_libraries'.
5876 Remove useless reference to 'target_libs'.
5877 * configure: Regenerate.
5878
5879 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5880
5881 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5882 * Makefile.in: Regenerate.
5883
5884 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5885
5886 * Makefile.def: Introduce flags_to_pass.
5887 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5888 * Makefile.in: Regenerate.
5889
5890 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5891
5892 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5893 and target-libgloss.
5894 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5895 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5896 * configure: Regenerate.
5897
5898 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5899
5900 * configure.in: Update testsuite_flags to new location.
5901 * configure. Regenerate.
5902
5903 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5904
5905 * Makefile.tpl: Remove BUILD_CC stuff.
5906 * Makefile.in: Regenerate.
5907
5908 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
5909
5910 * config.guess: Update to 2003-06-12 version.
5911 * config.sub: Update to 2003-06-13 version.
5912
5913 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5914
5915 * MAINTAINERS: Add myself as MIPS co-maintainer.
5916
5917 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5918
5919 * config.guess: Update to 2003-06-06 version.
5920 * config.sub: Update to 2003-06-06 version.
5921
5922 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5923
5924 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5925 * configure. Regenerate.
5926
5927 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5928
5929 * configure.in: Disable serial configure by default.
5930 * configure: Regenerate.
5931 * Makefile.tpl: Abolish .NOTPARALLEL.
5932 * Makefile.in: Regenerate.
5933
5934 * Makefile.tpl: Replace {build,host,target}_canonical by
5935 {build,host,target}.
5936 * Makefile.in: Regenerate.
5937
5938 * Makefile.tpl: Fix stupid pasto.
5939 * Makefile.in: Regenerate.
5940
5941 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5942
5943 * Makefile.tpl: Remove bogus conditional.
5944 * Makefile.in: Regenerate.
5945
5946 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5947
5948 * Makefile.tpl: Make 'recursive targets' using autogen rather
5949 than shell loop. Remove duplicate 'clean' targets and false
5950 comments.
5951 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5952 Add systematic method of specifying missing targets in subdirs.
5953 Add copyright boilerplate.
5954 * Makefile.in: Regenerate.
5955 * configure.in: Add 'recursive targets' to maybe list.
5956 * configure: Regenerate.
5957
5958 * Makefile.tpl: Rename [+target+] to [+make_target+].
5959 * Makefile.def: Rename 'target' to 'make_target'.
5960
5961 2003-05-30 Nick Clifton <nickc@redhat.com>
5962
5963 * README-maintainer-mode: Update URL for locating blessed config
5964 tools.
5965
5966 2003-05-29 Robert Millan <rmh@debian.org>
5967
5968 * ltconfig: Import this patch and modify for use with current
5969 version of ltconfig:
5970
5971 2003-05-21 Bruno Haible <bruno@clisp.org>
5972
5973 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
5974 GNU/FreeBSD.
5975
5976 2003-05-28 DJ Delorie <dj@redhat.com>
5977
5978 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5979 * Makefile.in: Regenerate.
5980
5981 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
5982
5983 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
5984
5985 2003-05-21 DJ Delorie <dj@redhat.com>
5986
5987 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5988 newlib or libgloss.
5989 * Makefile.in: Regenerate.
5990
5991 2003-05-21 DJ Delorie <dj@redhat.com>
5992
5993 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5994 * Makefile.in: Regenerate.
5995
5996 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5997
5998 * configure.in: Use curly braces in the definition of tooldir.
5999 * configure: Regenerate.
6000
6001 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6002
6003 * configure.in: Switch more things to use maybe dependencies.
6004 * Makefile.tpl: Switch more things to use maybe dependencies.
6005 Factor out common code from autogen IF statements.
6006 * configure: Regenerate.
6007 * Makefile.in: Regenerate.
6008
6009 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6010
6011 * configure.in: Accept i[3456789]86 for machine type.
6012 * configure: Regenerate.
6013
6014 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6015
6016 * configure.in: Switch more things to use maybe dependencies.
6017 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6018 * configure: Regenerate.
6019 * Makefile.tpl: Switch more things to use maybe dependencies.
6020 * Makefile.in: Regenerate.
6021
6022 2003-05-16 Andreas Schwab <schwab@suse.de>
6023
6024 * Makefile.tpl (install-opcodes): Define.
6025 * Makefile.in: Rebuild.
6026
6027 2003-05-13 Andreas Jaeger <aj@suse.de>
6028
6029 * config.guess: Update to 2003-05-09 version.
6030 * config.sub: Update to 2003-05-09 version.
6031
6032 2003-05-13 Michael Eager <eager@mvista.com>
6033
6034 * configure.in: Correct sed script so that options in quotes are not
6035 deleted.
6036 * configure: Rebuild.
6037
6038 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6039
6040 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6041 and $$s/newlib/libc/sys/cygwin32 include paths.
6042 * configure: Ditto.
6043
6044 2003-05-05 H.J. Lu <hjl@gnu.org>
6045
6046 * config-ml.in: Restored from gcc repository.
6047
6048 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6049
6050 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6051 * Makefile.in: Regenerate.
6052
6053 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6054
6055 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6056 and Makefile.def.
6057
6058 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6059
6060 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6061 * Makefile.in: Regenerated.
6062
6063 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6064
6065 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6066 * Makefile.in: Regenerate.
6067
6068 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6069
6070 * configure.in (powerpc64*-*-linux*): Remove.
6071 * configure: Rebuilt.
6072
6073 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6074
6075 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6076 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6077 and restrap.
6078 * Makefile.in: Regenerate.
6079
6080 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6081
6082 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6083 * configure: Regenerated.
6084
6085 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6086
6087 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6088 * */configure: Rebuilt.
6089
6090 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6091
6092 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6093 * Makefile.in: Regenerate.
6094
6095 2003-03-14 Michael Chastain <mec@shout.net>
6096
6097 * Makefile.in: Regenerate with correct Makefile.def.
6098
6099 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6100
6101 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6102 Make macro.
6103 * Makefile.in: Regenerate.
6104 * configure.in: Clean up gxx_include_dir logic.
6105 * configure: Regenerate.
6106
6107 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6108
6109 * configure.in (gxx_include_dir): Fix typo.
6110 * configure: Regenerated.
6111
6112 2003-03-06 Andrew Cagney <cagney@redhat.com>
6113
6114 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6115
6116 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6117
6118 * configure.in: Include $(build_tooldir)/sys-include in
6119 FLAGS_FOR_TARGET.
6120 * configure: Regenerated.
6121
6122 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6123
6124 * Makefile.tpl: Reindent.
6125 * Makefile.in: Regenerate.
6126 * configure.in: Reindent. Don't set unused variables.
6127 * configure: Regenerate.
6128
6129 * Makefile.tpl: Always pass down RANLIB.
6130 * Makefile.in: Regenerate.
6131
6132 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6133 * Makefile.in: Regenerate.
6134 * configure.in: Remove unused logic relating to --enable-shared
6135 and --enable-threads. Remove bogus comments. Remove redundant
6136 noconfigdirs.
6137 * configure: Regenerate.
6138
6139 * configure.in: Replace ${libstdcxx_version} by its value.
6140 Remove reference to mh-dgux.
6141 * configure: Regenerate.
6142
6143 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6144
6145 * Makefile.tpl: Rearrange.
6146 * Makefile.in: Regenerate.
6147
6148 2003-02-25 Nick Clifton <nickc@redhat.com>
6149
6150 * configure: Remove site-file supprot - it is obsolete.
6151
6152 2003-02-24 Uwe Stieber <uwe@wwws.de>
6153
6154 * configure.in: Add support for kaOS as cross build target system.
6155 * configure: Regenerated.
6156
6157 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6158
6159 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6160 configure-target-* as some target builds may require additional
6161 flags for preprocessor tests.
6162 * Makefile.in: Regenerated.
6163
6164 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6165
6166 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6167 * ltconfig: Handle it.
6168 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6169 auto-detecting it.
6170
6171 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6172
6173 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6174 it is used as argument to $CC.
6175 * ltcf-gcj.sh: Likewise.
6176
6177 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6178
6179 * configure.in: Introduce --enable-maintainer-mode.
6180 * configure: Rebuilt.
6181 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6182 for maintainer mode.
6183 * Makefile.in: Rebuilt.
6184
6185 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6186
6187 * configure: Regenerate using autoconf 2.13.
6188
6189 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6190
6191 * config.guess: Import latest version.
6192 * config.sub: Import latest version.
6193
6194 2003-02-18 Jason Merrill <jason@redhat.com>
6195
6196 * Makefile.tpl (check-c++): Allow parallelism.
6197
6198 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6199
6200 * configure: Regenerate using autoconf 000227.
6201
6202 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6203
6204 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6205 don't configure target-libobjc.
6206 * configure: Regenerate.
6207
6208 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6209
6210 * Makefile.tpl (RANLIB): Define.
6211 * Makefile.in: Regenerate.
6212
6213 2003-02-06 Keith R Seitz <keiths@redhat.com>
6214
6215 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6216 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6217 * Makefile.in: Regenerated.
6218 * configure.in: Remove all traces of snavigator, db, and grep.
6219 * configure: Regenerated.
6220
6221 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6222
6223 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6224 * Makefile.in: Regenerated.
6225
6226 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6227
6228 * config.if: Copy from GCC.
6229
6230 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6231
6232 * configure.in: Revert 24Jan change.
6233 * configure: Regenerate.
6234
6235 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6236
6237 * configure.in: Revert previous change.
6238 * configure: Regenerate.
6239
6240 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6241
6242 * configure.in: Make rda native-only.
6243 * configure: Regenerate.
6244
6245 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6246
6247 * configure.in: Add missing \.
6248 * configure: Rebuilt.
6249
6250 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6251
6252 * configure.in (baseargs): Avoid using \| in sed regular
6253 expressions.
6254 * configure: Rebuilt.
6255
6256 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6257
6258 * configure.in (baseargs): Remove all supported forms of
6259 --cache-file, --srcdir, --host, --build and --target options
6260 from argument lists.
6261 * configure: Rebuilt.
6262
6263 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6264
6265 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6266 * configure: Rebuilt.
6267
6268 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6269
6270 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6271 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6272 * Makefile.in: Regenerate.
6273 * configure: Regenerate.
6274
6275 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6276
6277 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6278 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6279 * Makefile.in: Regenerate.
6280
6281 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6282
6283 * configure.in: Remove Makefile in build, host and target modules
6284 unless configure was run with --no-recursion.
6285 * configure: Rebuilt.
6286
6287 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6288
6289 * config.guess: Update to 2003-01-03 version.
6290 * config.sub: Update to 2003-01-03 version.
6291
6292 2003-01-07 Christopher Faylor <cgf@redhat.com>
6293
6294 * configure: Regenerate with proper autoconf 2.13.
6295
6296 2003-01-07 Christopher Faylor <cgf@redhat.com>
6297
6298 * configure.in: Add AC_PREREQ for consistency.
6299 * configure: Regenerate.
6300
6301 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6302
6303 * configure.in (GDB_TK): Add tcl directories conditional on
6304 gdb/gdbtk directory being present.
6305 * configure: Regenerate.
6306
6307 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6308
6309 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6310 by gcc if LD is not defined and we are not doing a Canadian Cross.
6311 * configure: Rebuilt.
6312
6313 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6314
6315 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6316
6317 2002-12-31 Tom Tromey <tromey@redhat.com>
6318
6319 * Makefile.in: Rebuilt.
6320 * Makefile.def (target_modules) [libffi]: Allow installation.
6321
6322 2002-12-31 Andreas Schwab <schwab@suse.de>
6323
6324 * configure.in: Fix use of $program_transform_name.
6325 * configure: Regenerated.
6326
6327 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6328
6329 * configure.in (baseargs): Don't remove first configure argument.
6330 * configure: Regenerated.
6331
6332 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6333
6334 * Makefile.tpl (local-distclean): Don't remove...
6335 (multilib.ts): ... this. Moved into...
6336 (multilib.out): ... this. Don't use sub-make.
6337 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6338 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6339 (configure-build-[+module+], configure-[+module+],
6340 configure-target-[+module+], configure-gcc): ... these. Test
6341 for Makefile existence. Drop config.status from dependencies.
6342 * Makefile.in: Rebuilt.
6343 * configure.in: Move gcc-version-trigger to the end of
6344 ac_configure_args. Add comments to maybedep.tmp and
6345 serdep.tmp. Introduce --disable-serial-configure. Remove
6346 nonopt from baseargs, matching and removing corresponding
6347 whitespace while at it.
6348 * configure: Rebuilt.
6349
6350 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6351
6352 * configure.in (host_configargs): Replace reference to
6353 no-longer-defined buildopts with --build=${build_alias}.
6354 * configure: Rebuilt.
6355
6356 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6357
6358 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6359 program_transform_name to standard idiom.
6360 (AUTOGEN, AUTOCONF): Define.
6361 (Makefile.in): Use $(AUTOGEN).
6362 (Makefile): Depend on config.status, and use autoconf-style rule to
6363 build it. Move original commands to...
6364 (config.status): ... this new target.
6365 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6366 $(AUTOCONF).
6367 * Makefile.in: Rebuilt.
6368
6369 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6370
6371 * Makefile.tpl: Fix dramatic bustage due to change in
6372 program_transform_name.
6373 * Makefile.in: Regenerate.
6374
6375 * configure.in: Remove unnecessary PATH setting.
6376 * configure: Regnerate.
6377
6378 * configure.in: Don't default to unprefixed tools unless
6379 the native tools will work.
6380 * configure: Regenerate.
6381
6382 * configure.in: Convert to autoconf script. Blow away lots
6383 of now-redundant Makefile fragments.
6384 * configure: Generate using Autoconf.
6385 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6386 * Makefile.in: Regenerate.
6387
6388 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6389
6390 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6391 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6392
6393 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6394 where they belong.
6395
6396 2002-12-24 Andreas Schwab <schwab@suse.de>
6397
6398 * Makefile.tpl (multilib.out): Fix missing space.
6399 * Makefile.in: Regenerate.
6400
6401 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6402
6403 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6404 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6405 * Makefile.in: Regenerate.
6406 * configure.in: Remove unnecessary leftovers.
6407
6408 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6409
6410 * configure.in (extra_ranlibflags_for_target): New variable.
6411 (*-*-darwin): Add -c to ranlib commands.
6412 * configure (tooldir): Handle extra_ranlibflags_for_target.
6413
6414 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6415
6416 * COPYING.NEWLIB: Updated.
6417 * COPYING.LIBGLOSS: Ditto.
6418
6419 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6420
6421 * Makefile.tpl: Revert HJL's change.
6422 * Makefile.in: Regenerated.
6423 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6424 always.
6425
6426 2002-12-19 Andreas Schwab <schwab@suse.de>
6427
6428 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6429 * Makefile.in: Regenerate.
6430
6431 2002-12-18 H.J. Lu <hjl@gnu.org>
6432
6433 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6434 * Makefile.in: Regenerated.
6435
6436 * configure.in (build_prefix): New. Substitute.
6437
6438 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6439
6440 * Makefile.tpl: Don't let real targets depend on phony targets.
6441 * Makefile.in: Regenerate.
6442
6443 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6444 * Makefile.in: Regenerate.
6445
6446 2002-12-16 Jason Merrill <jason@redhat.com>
6447
6448 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6449 previous 'make bootstrap'.
6450 * Makefile.in: Regenerate.
6451
6452 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6453
6454 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6455
6456 2002-12-13 Jason Merrill <jason@redhat.com>
6457
6458 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6459 library tests.
6460 (check-c++): Just depend on it and check-target-libstdc++-v3.
6461 * Makefile.in: Regenerate.
6462
6463 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6464
6465 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6466 * Makefile.in: Regenerate.
6467
6468 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6469
6470 * COPYING.NEWLIB: Update list of alternate Regent of California
6471 licenses and discuss official revoking of advertising clause.
6472 * COPYING.LIBGLOSS: Ditto.
6473
6474 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6475
6476 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6477 * Makefile.in: Rebuilt.
6478
6479 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6480
6481 * configure: Fix bug put in by gremlins.
6482
6483 * Makefile.tpl: Substitute more autoconfily.
6484 * configure: Substitute more autoconfily.
6485 * Makefile.in: Regenerate.
6486
6487 2002-12-08 Andrew Cagney <ac131313@redhat.com>
6488
6489 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6490 * Makefile.in (all-sim): Ditto.
6491
6492 2002-12-06 DJ Delorie <dj@redhat.com>
6493
6494 * Makefile.tpl: Change configure dependencies to not have real
6495 targets depend on phony targets.
6496
6497 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6498
6499 * configure.in: Revert unintentional change.
6500
6501 * src-release: Configure host subdirs.
6502
6503 * Makefile.tpl: Change dependency for */multilib.out so that
6504 it works when gcc isn't in the tree.
6505
6506 * configure.in: Substitute more.
6507 * configure: Run subconfigures from the Makefile.
6508 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6509 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6510
6511 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6512
6513 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6514 and corresponding dependencies.
6515 * Makefile.in: Regenerate.
6516
6517 * configure.in (host_tools): Order binutils, gas and ld for
6518 convenience in running the testsuites.
6519
6520 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6521 * Makefile.in: Regenerate.
6522 * configure.in: Introduce rules to serialize subconfigure runs.
6523
6524 * configure.in: Introduce BASE_CC_FOR_TARGET.
6525 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6526 Realize configure-build-* targets. Realize configure-target-* targets.
6527 * Makefile.in: Regenerate.
6528
6529 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6530
6531 * configure: Move gcc_version_trigger stuff from here...
6532 * configure.in: ...to here.
6533
6534 * configure.in: Separate subconfigure options added by this file from
6535 options given by the user. Add machinery to put args for host
6536 subconfigures into the Makefile.
6537
6538 * Makefile.tpl: Remove 'vault' targets.
6539 * Makefile.tpl: Reorder and comment dependencies.
6540 * Makefile.in: Regenerate.
6541
6542 2002-11-28 Geoffrey Keating <geoffk@apple.com>
6543
6544 * configure.in: Move host-specific darwin noconfigdirs into
6545 the host-specific section.
6546
6547 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6548
6549 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6550 during replay.
6551 * Makefile.in: Regenerate.
6552
6553 (finishing slow-motion replay)
6554 * configure: Remove skip-this-dir support.
6555 * Makefile.tpl: Remove skip-this-dir support.
6556
6557 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6558 subdirectories.
6559 * Makefile.in: Regenerate.
6560
6561 * Makefile.tpl: Strip out useless setting of 'dir'.
6562 * Makefile.in: Regenerate.
6563
6564 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6565
6566 (finishing slow-motion replay)
6567 * configure.in: Fix deeply stupid bug.
6568
6569 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6570 shell code in CXX_FOR_TARGET
6571 * Makefile.def: Introduce raw_cxx.
6572 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6573 RAW_CXX_FOR_TARGET.
6574 * Makefile.in: Regenerate.
6575
6576 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6577
6578 (finishing slow-motion replay)
6579 * Makefile.tpl: Remove unnecessary ifs.
6580 * Makefile.in: Regenerate.
6581
6582 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6583 dependencies. Maybe-ize build-libiberty. Create dummy install
6584 targets for 'no_install' modules.
6585 * configure: Move GDB_TK substitution to configure.in. Move
6586 build_modules stuff to configure.in.
6587 * configure.in: Implement soft dependency machinery. Maybe-ize
6588 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6589 * Makefile.in: Regenerate.
6590
6591 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6592
6593 (continuing slow-motion replay)
6594 * Makefile.tpl: Make all-target, install-target behave similarly
6595 to all, install (only hitting configured targets). Eliminate
6596 unused macro defintions.
6597
6598 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6599 build != host.
6600
6601 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6602
6603 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6604
6605 * configure.in: Produce lists of subdir targets we're actually
6606 configuring. Remove references to "dosrel".
6607 * Makefile.tpl: Let configure set which subdir targets are hit.
6608 Remove install-cross; clean up install; remove ALL. Remove
6609 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6610 Autogenerate host module targets. Remove empty dependency lines
6611 and redundant dependency; rearrange slightly.
6612 * Makefile.def: Add host-side libtermcap, utils.
6613
6614 * Makefile.in: Regenerate.
6615
6616 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6617
6618 (Continuing slow-motion replay)
6619 * Makefile.def: Add list of recursive targets to autogenerate.
6620 Add build_modules.
6621 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6622 targets. Autogenerate *-build-* targets.
6623 * Makefile.in: Regenerate.
6624
6625 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6626
6627 (Continuing slow-motion replay)
6628 * configure: More autoconf-style substitutions.
6629 * Makefile.tpl: More autoconf-style substitutions.
6630 * Makefile.in: Regenerate.
6631
6632 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6633
6634 (Continuing slow-motion replay)
6635 * configure: Substitute more variables in a more autoconf-friendly
6636 way. Simplify slightly.
6637 * Makefile.tpl: Make more variables substitutable in an
6638 autoconf-friendly way.
6639 * Makefile.in: Regenerate.
6640
6641 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6642
6643 (Continuing slow-motion replay)
6644 * configure.in (v810*): Remove special setting of tools.
6645
6646 * configure: Add support for extra required flags for ar or nm.
6647 * configure.in (aix4.3+): Use above support for target-specific
6648 issues, rather than using config/mt-aix43.
6649
6650 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6651
6652 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6653 * configure: Remove 'removing', which doesn't work. Replace $subdir
6654 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6655 with $srcdir. Reformat indentation. Substitute some variables
6656 formerly hard-coded in the Makefile for build=host.
6657 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6658 * Makefile.def: Autogenerate more.
6659 * Makefile.in: Regenerate.
6660
6661 2002-11-13 Bruce Korb <bkorb@gnu.org>
6662
6663 * Makefile.tpl: syntactic cleanup
6664
6665 2002-11-04 Kevin Buettner <kevinb@redhat.com>
6666
6667 * Makefile.def (host_modules): Add rda.
6668 * Makefile.in: Regenerate.
6669 * configure.in (target_tool): Add target-rda to list.
6670
6671 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
6672
6673 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6674 and restrap targets to this rule.
6675 * Makefile.in: Regenerate.
6676
6677 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6678
6679 * configure.in (i[3456]86-*-linux*): Add check to disable
6680 ${libgcj} for glibc1.
6681
6682 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6683
6684 * configure.in: Add tic4x target.
6685
6686 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6687
6688 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6689 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6690 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6691 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6692 * Makefile.in: Regenerate.
6693
6694 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6695
6696 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6697 * Makefile.in: Regenerate.
6698
6699 * Makefile.def: Remove order dependency comments.
6700 * Makefile.tpl: Add explicit install-install dependencies.
6701 * Makefile.in: Regenerate.
6702
6703 * Makefile.tpl: Remove material now in src-release. (Finally!)
6704 * Makefile.in: Regenerate.
6705
6706 * configure: Restore my original patch by syncing with gcc version.
6707
6708 * Bring following over from gcc:
6709
6710 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6711
6712 * configure.in (s390*-*-linux*): Enable libgcj.
6713
6714 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6715
6716 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6717
6718 2002-10-02 Alan Modra <amodra@bigpond.net.au>
6719
6720 * configure: Move stray lines back to where they belong.
6721
6722 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6723
6724 * Makefile.tpl: Insert configure-target target, for src-release.
6725
6726 * configure: Finish reverting change which Andrew Cagney started
6727 reverting. Should fix bustage.
6728
6729 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6730 * src-release: New file. Contains material for making net
6731 releases for gdb, binutils, et al., formerly in Makefile.in.
6732
6733 2002-09-30 Nick Clifton <nickc@redhat.com>
6734
6735 * cpu: New top level directory. Intended to hold input files for
6736 CGEN which have FSF copyright assignment.
6737 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6738
6739 2002-09-29 Andrew Cagney <ac131313@redhat.com>
6740
6741 Revert below (note that src does not contain Makefile.tpl):
6742 * Makefile.tpl: Make subsituted variables more autoconfy.
6743 * Makefile.in: Regenerate.
6744
6745 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6746
6747 * configure: Revert accidentally applied changes.
6748
6749 * Makefile.tpl: Make more autoconf-friendly.
6750 * Makefile.in: Regenerate.
6751 * configure: Make substitution more autoconf-like.
6752
6753 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
6754
6755 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6756 single entry to handle all these.
6757 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6758 libjava on arm-*-elf.
6759
6760 2002-09-27 Geoffrey Keating <geoffk@apple.com>
6761
6762 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6763 things that depend on them.
6764
6765 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6766
6767 * Makefile.tpl: Make subsituted variables more autoconfy.
6768 * Makefile.in: Regenerate.
6769 * configure: Make seds more autoconfy.
6770
6771 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6772
6773 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6774 * Makefile.in: Regenerate.
6775 * configure.in: Rewrite sed statements to look autoconfy.
6776
6777 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6778 all-target-foo on configure-target-foo.
6779 * Makefile.def: Ditto.
6780 * Makefile.in: Rebuild.
6781
6782 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6783
6784 * Makefile.def: New file.
6785 * Makefile.tpl: New file.
6786 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6787
6788 * configure.in: Minor rearrangement. Simplify tests.
6789
6790 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6791
6792 * configure.in (with_headers): Skip copy if value is "yes".
6793 (with_libs): Likewise.
6794
6795 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6796
6797 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6798 * configure.in (sh*-*-pe*): Ditto.
6799 * configure.in (mips*-*-pe*): Ditto.
6800 * configure.in (*arm-wince-pe): Ditto.
6801
6802 * configure.in: Rearrange.
6803
6804 2002-09-12 Nick Clifton <nickc@redhat.com>
6805
6806 * Import these changes from the config master repository:
6807
6808 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6809
6810 * config.sub: Add tic4x target.
6811
6812 2002-09-03 Ben Elliston <bje@redhat.com>
6813
6814 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6815 Reported by <Duncan_Stodart@insession.com>.
6816
6817 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6818
6819 * COPYING.NEWLIB: More updates.
6820
6821 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6822
6823 * COPYING.NEWLIB: Update.
6824
6825 2002-08-23 Andrew Cagney <ac131313@redhat.com>
6826
6827 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6828
6829 * config.guess: Import version 2002-08-23.
6830 * config.sub: Import version 2002-08-22.
6831
6832 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
6833
6834 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6835 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6836 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6837
6838 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6839
6840 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6841
6842 2002-08-04 H.J. Lu (hjl@gnu.org)
6843
6844 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6845
6846 2002-07-31 Alan Modra <amodra@bigpond.net.au>
6847
6848 * configure.in: Move generic linux case to end. Copy generic
6849 linux noconfigdirs to mips*-*-linux* entry and new
6850 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6851
6852 2002-07-19 Chris Demetriou <cgd@broadcom.com>
6853
6854 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6855 one instance of them which was missed to the list to update.
6856
6857 2002-07-16 Chris Demetriou <cgd@broadcom.com>
6858
6859 * config.guess: Update to 2002-07-09 version.
6860 * config.sub: Update to 2002-07-03 version.
6861
6862 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6863
6864 * configure.in: Remove two redundant tests.
6865
6866 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6867
6868 * configure.in (mips*-*-irix6*o32): Enable stabs.
6869
6870 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6871
6872 * configure.in: Don't build grez.
6873 * Makefile.in: Ditto.
6874
6875 * Makefile.in: Remove references to bsp, cygmon, libstub.
6876 * configure.in: Ditto.
6877
6878 * configure.in: Remove leftover reference to gdbtest.
6879
6880 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
6881
6882 * configure.in (gxx_include_dir): Change to match versioned
6883 C++ headers if --enable-version-specific-runtime-libs is used.
6884
6885 2002-07-04 Steve Ellcey <sje@cup.hp.com>
6886
6887 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6888
6889 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6890
6891 * configure.in: Make --without-x work.
6892
6893 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6894
6895 * contrib: New directory. Created to contain a copy of the
6896 texi2pod.pl script so that it is in the same place as the version in
6897 the FSF GCC sources.
6898
6899 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6900
6901 * configure.in: Rearrange target Makefile fragment collection.
6902
6903 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6904 cvs[src].
6905 * configure.in: Ditto.
6906
6907 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6908
6909 * Makefile.in: Eliminate 'apache' targets.
6910 * configure.in: Eliminate 'apache' targets.
6911
6912 * configure.in: Eliminate redundant tests. Reorganize.
6913
6914 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6915
6916 * config-ml.in: Eliminate references to Cygnus configure.
6917
6918 * Makefile.in: Eliminate references to building emacs.
6919
6920 2002-07-01 Denis Chertykov <denisc@overta.ru>
6921
6922 * configure.in: Add support for ip2k.
6923
6924 2002-06-24 Ben Elliston <bje@redhat.com>
6925
6926 * configure.in (host_tools): Remove cgen.
6927
6928 * Makefile.in (all-cgen): Remove; runs from its source directory.
6929 (check-cgen, install-cgen, clean-cgen): Likewise.
6930 (all-opcodes): No not depend on all-cgen.
6931 (all-sim): Likewise.
6932
6933 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6934
6935 * configure.in: Fix AIX configury bug.
6936
6937 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6938
6939 * configure.in: Replace ${topsrcdir} with ${srcdir}.
6940
6941 * configure.in: Move definition of libstdcxx_flags right above
6942 usage, rather than way earlier.
6943
6944 * configure.in: Pull definition of is_cross_compiler earlier.
6945
6946 * configure.in: Rearrange a little.
6947
6948 * configure.in: Remove references to librx.
6949 * Makefile.in: Remove references to librx.
6950
6951 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6952
6953 * configure.in: Eliminate ${gasdir} variable.
6954
6955 2002-06-18 Dave Brolley <brolley@redhat.com>
6956
6957 * configure.in: Add support for frv.
6958 * config.sub: Add support for frv.
6959
6960 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6961
6962 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6963
6964 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6965
6966 * configure.in (vax-*-netbsd*): Re-enable gas.
6967
6968 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6969
6970 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6971 BUILD_PREFIX_1, to correct nomenclature.
6972 * configure: Likewise.
6973
6974 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6975 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6976
6977 2002-05-31 Olaf Hering <olh@suse.de>
6978
6979 * config-ml.in: Propogate DESTDIR also.
6980
6981 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6982
6983 * configure.in (vax-*-netbsd*): Don't build gas for this
6984 platform.
6985
6986 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6987
6988 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6989 and libgcj for AVR.
6990
6991 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
6992
6993 * config.sub: Add DLX target.
6994
6995 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6996
6997 * config.guess: Update to 2002-05-22 version.
6998 * config.sub: Likewise.
6999
7000 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7001
7002 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7003 * config-ml.in: Likewise.
7004 * configure: Likewise.
7005 * configure.in: Likewise.
7006
7007 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7008
7009 * configure.in: Simplify makefile fragment collection.
7010
7011 * configure.in: Remove code to build emacs.
7012
7013 * configure.in : Remove --srcdir argument from targargs and buildargs
7014 (it's always overridden in the Makefile anyway). Rearrange a bit.
7015
7016 * configure: Move some logic to configure.in.
7017 * configure.in: Move some logic from configure.
7018
7019 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7020
7021 * COPYING.LIBGLOSS: New file.
7022
7023 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7024
7025 * Makefile.in: Honour DESTDIR.
7026
7027 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7028
7029 * configure.in (noconfigdirs): Don't disable libgcj on
7030 sparc64-*-solaris* and sparcv9-*-solaris*.
7031
7032 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7033
7034 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7035
7036 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7037
7038 * configure.in (FLAGS_FOR_TARGET): Do not add
7039 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7040 on i[3456]86-*-linux*.
7041
7042 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7043
7044 * configure.in (noconfigdirs): Replace [ ] with test.
7045
7046 * configure.in (noconfigdirs): Do not add target-newlib if
7047 target == i[3456]86-*-linux*, and host == target.
7048
7049 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7050
7051 * config.guess: Updated to 2002-04-26's version.
7052 * config.sub: Updated to 2002-04-26's version.
7053
7054 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7055
7056 * configure.in: delete reference to absent file
7057
7058 * configure.in: replace '[' with 'test'
7059
7060 * configure.in: Eliminate references to gash.
7061 * Makefile.in: Eliminate references to gash.
7062
7063 * configure.in: remove useless references to 'pic' makefile fragments.
7064
7065 * configure.in: (*-*-windows*) Finish removing.
7066
7067 * configure.in: Eliminate redundant test for libgui.
7068
7069 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7070
7071 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7072 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7073
7074 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7075
7076 * configure.in: remove references to dead files
7077
7078 2002-04-18 Tom Tromey <tromey@redhat.com>
7079
7080 * configure.in: Disallow configuring libgcj when it is already
7081 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7082 Solaris 2.8 by default. For PR libgcj/6158.
7083
7084 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7085
7086 * configure.in: Move default CC setting out of config/mh-* fragments
7087 directly into here.
7088
7089 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7090
7091 * configure.in: don't even try to configure or make a subdirectory
7092 if there's no configure script for it.
7093
7094 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7095
7096 * MAINTAINERS: Remove chill maintainers.
7097 * Makefile.in (CHILLFLAGS): Remove.
7098 (CHILL_LIB): Remove.
7099 (TARGET_CONFIGDIRS): Remove libchill.
7100 (CHILL_FOR_TARGET): Remove.
7101 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7102 CHILL_LIB.
7103 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7104 (CHECK_TARGET_MODULES): Likewise.
7105 (INSTALL_TARGET_MODULES): Likewise.
7106 (CLEAN_TARGET_MODULES): Likewise.
7107 (configure-target-libchill): Remove.
7108 (all-target-libchill): Remove.
7109 * configure.in (target_libs): Remove target-libchill.
7110 Do not compute CHILL_FOR_TARGET.
7111 * libchill: Remove directory.
7112
7113 2002-04-15 DJ Delorie <dj@redhat.com>
7114
7115 * Makefile.in, configure.in, configure: Sync with gcc, entries
7116 follow...
7117
7118 2002-04-08 Tom Tromey <tromey@redhat.com>
7119
7120 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7121 Fixes PR libgcj/6068.
7122
7123 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7124
7125 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7126
7127 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7128
7129 * configure.in (alpha*-dec-osf*): Enable libgcj.
7130
7131 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7132
7133 Fix for: PR bootstrap/3591, target/5676
7134 * configure.in (mcore-pe): Disable the configuration of
7135 libstdc++-v3 since exceptions are not supported.
7136
7137 2002-03-20 Anthony Green <green@redhat.com>
7138
7139 * configure.in: Enable libgcj for xscale-elf target.
7140
7141 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7142
7143 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7144 libjava.
7145 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7146
7147 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7148
7149 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7150 libstdc++-v3 and libjava.
7151
7152 2002-02-11 Adam Megacz <adam@xwt.org>
7153
7154 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7155 boehm-gc
7156
7157 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7158
7159 * config.guess: Updated to 2002-01-30's version.
7160 * config.sub: Updated to 2002-02-01's version.
7161 Contribute sh64-elf.
7162 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7163 * configure.in: Added sh64-*-*.
7164
7165 2002-01-17 H.J. Lu <hjl@gnu.org>
7166
7167 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7168 (all-target-fastjar): Also depend on all-target-libiberty.
7169
7170 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7171
7172 * configure, configure.in: Use temp file for long sed commands.
7173
7174 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7175
7176 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7177 libf2c.
7178
7179 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7180
7181 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7182
7183 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7184
7185 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7186
7187 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7188
7189 * configure: Handle temporary files securely using mkdir.
7190
7191 2001-09-26 Will Cohen <wcohen@redhat.com>
7192
7193 * configure.in (*-*-linux*): Disable configuration of target-newlib
7194 and target-libgloss.
7195
7196 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7197
7198 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7199 RANLIB.
7200
7201 2001-08-11 Graham Stott <grahams@redhat.com>
7202
7203 * Makefile.in (check-c++): Add missing semicolon.
7204
7205 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7206
7207 * configure.in (sh-*-linux*): New.
7208
7209 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7210
7211 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7212 and libgcj on m68hc11/m68hc12.
7213
7214 2001-06-27 H.J. Lu (hjl@gnu.org)
7215
7216 * Makefile (CFLAGS_FOR_BUILD): New.
7217 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7218
7219 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7220
7221 * configure.in (libstdcxx_flags): Do not try to execute
7222 libstdc++-v3/testsuite_flags until it exists.
7223
7224 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7225
7226 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7227
7228 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7229
7230 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7231
7232 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7233
7234 * configure.in: Move *-chorusos target case to the proper switch.
7235 Disable libgcj.
7236
7237 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7238
7239 * Makefile.in (STAGE1_CFLAGS): Pass down.
7240
7241 2001-04-13 Alan Modra <amodra@one.net.au>
7242
7243 * config.guess: Add hppa64-linux support. Note for next import that
7244 this is already in the master file.
7245 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7246
7247 2001-03-22 Colin Howell <chowell@redhat.com>
7248
7249 * Makefile.in (DO_X): Do not backslash single-quotes in
7250 backquotes (two places).
7251
7252 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7253
7254 * Makefile.in (DO_X): Quote nested quotes.
7255
7256 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7257
7258 * Makefile.in (DO_X): Use double quotes for quoting
7259 "RANLIB=$${RANLIB}".
7260
7261 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7262
7263 * configure.in: Only use `lang_requires' for languages athat are
7264 actually enabled.
7265
7266 2001-03-07 Tom Tromey <tromey@redhat.com>
7267
7268 * configure.in: Allow config-lang.in to set `lang_requires' to list
7269 of other required languages.
7270
7271 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7272
7273 * Makefile.in: Remove RANLIB definition. Use RANLIB
7274 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7275 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7276
7277 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7278 Alexandre Oliva <aoliva@redhat.com>
7279
7280 * Makefile.in (check-c++): Use tabs, not spaces.
7281
7282 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7283
7284 * Makefile.in (check-c++): New rule.
7285
7286 * configure.in (target_libs): Remove libg++.
7287 (noconfigdirs): Remove libg++.
7288 (noconfigdirs): Same.
7289 (noconfigdirs): Same.
7290 (noconfigdirs): Same.
7291
7292 * config-ml.in: Remove libg++ references.
7293
7294 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7295 (ALL_TARGET_MODULES): Same.
7296 (configure-target-libg++): Remove.
7297 (all-target-libg++): Remove.
7298 (configure-target-libio): Remove.
7299 (all-target-libio): Remove.
7300 (check-target-libio): Remove.
7301 (.PHONY): Remove.
7302 (libg++.tar.bz2): Remove.
7303 (all-target-cygmon): Remove libio.
7304 (all-target-libstdc++): Remove.
7305 (configure-target-libstdc++): Remove.
7306 (TARGET_LIB_PATH): Remove libstdc++.
7307 (ALL_GCC_CXX): Remove libstdc++.
7308 (all-target-gperf): Correct.
7309
7310 2001-02-15 Anthony Green <green@redhat.com>
7311
7312 * configure: Introduce GCJ_FOR_TARGET.
7313 * configure.in: Ditto.
7314 * Makefile.in: Ditto.
7315
7316 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7317
7318 * configure.in: for *-chorusos, don't config target-newlib and
7319 target-libgloss.
7320
7321 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7322
7323 Remove V2 C++ library.
7324 * configure.in: Remove --enable-libstdcxx_v3 support.
7325
7326 2001-01-27 Richard Henderson <rth@redhat.com>
7327
7328 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7329
7330 2001-01-26 Tom Tromey <tromey@redhat.com>
7331
7332 * configure.in: Allow libgcj to be built on Sparc Solaris.
7333
7334 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7335
7336 * configure.in: Enable libgcj on several additional platforms.
7337
7338 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7339
7340 * configure.in: Enable libgcj for linux targets.
7341
7342 2001-01-09 Mike Stump <mrs@wrs.com>
7343
7344 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7345 failures of subdirectories.
7346
7347 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7348
7349 * configure: handle DOS-style absolute paths.
7350
7351 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7352
7353 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7354
7355 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7356
7357 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7358 (libstdcxx_incdir): Pass down.
7359 * config.if: Remove expired bits for cxx_interface, add stub.
7360 (libstdcxx_incdir): Add variable for g++ include directory.
7361 * configure.in (gxx_include_dir): Use it.
7362
7363 2000-12-15 Andreas Jaeger <aj@suse.de>
7364
7365 * configure.in: Handle lang_dirs.
7366
7367 2000-12-13 Anthony Green <green@redhat.com>
7368
7369 * configure.in: Disable libgcj for any target not specifically
7370 listed. Disable libgcj for x86 and Alpha Linux until compatible
7371 with g++ abi.
7372
7373 2000-12-13 Mike Stump <mrs@wrs.com>
7374
7375 * Makefile.in (local-distclean): Also remove fastjar.
7376
7377 2000-12-10 Anthony Green <green@redhat.com>
7378
7379 * configure.in: Define libgcj. Disable libgcj target libraries for
7380 most targets.
7381
7382 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7383
7384 * configure.in (target_libs): Revert 2000-12-08 patch.
7385 (noconfigdirs): Added target-libjava.
7386
7387 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7388
7389 * Makefile.in: handle DOS-style absolute paths.
7390
7391 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7392
7393 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7394 libjava.
7395 * configure.in (target_libs): Removed `target-libjava'.
7396
7397 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7398
7399 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7400 (ALL_MODULES): Added fastjar.
7401 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7402 (all-target-libjava): all-fastjar replaces all-zip.
7403 (all-fastjar): Added.
7404 (configure-target-fastjar, all-target-fastjar): Likewise.
7405 * configure.in (host_tools): Added fastjar.
7406
7407 2000-12-07 Mike Stump <mrs@wrs.com>
7408
7409 * Makefile.in (local-distclean): Remove leftover built files.
7410
7411 2000-11-16 Fred Fish <fnf@be.com>
7412
7413 * configure.in (enable_libstdcxx_v3): Fix typo,
7414 libstd++ -> libstdc++.
7415
7416 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7417
7418 * configure: Provide the original toplevel configure arguments
7419 (including $0) to subprocesses in the environment rather than
7420 through gcc/configargs.h.
7421
7422 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7423
7424 * configure: Turn on libstdc++ V3 by default.
7425
7426 2000-10-16 Michael Meissner <meissner@redhat.com>
7427
7428 * configure (gcc/configargs.h): Only create if there is a build GCC
7429 directory created.
7430
7431 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7432
7433 * configure: Save configure arguments to gcc/configargs.h.
7434
7435 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7436
7437 * Makefile.in (bootstrap): avoid recursion if subdir missing
7438 (cross): ditto
7439 (do-proto-toplev): ditto
7440
7441 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7442
7443 * configure.in: Do not build byacc for hppa64. Provide paths to the
7444 X11 libraries for hppa64.
7445
7446 2000-09-02 Anthony Green <green@cygnus.com>
7447
7448 * Makefile.in (all-gcc): Depend on all-zlib.
7449 (CLEAN_MODULES): Add clean-zlib.
7450 (ALL_MODULES): Add all-zlib.
7451 * configure.in (host_libs): Add zlib.
7452
7453 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7454
7455 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7456 $targargs to tell whether newlib is going to be built.
7457
7458 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7459 $$r/TARGET_SUBDIR/libio for _G_config.h.
7460
7461 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7462
7463 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7464
7465 * configure: Make enable_threads and enable_shared defaults
7466 explicit. Substitute enable_threads into generated Makefiles.
7467 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7468 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7469
7470 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
7471
7472 * configure.in: Re-enable all references to libg++ and librx.
7473
7474 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
7475
7476 * configure.in: Add *-*-freebsd* configurations.
7477
7478 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7479
7480 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7481 (do-tar, do-bz2): New rules.
7482 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7483 (gdb-tar): New rule.
7484 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7485 (insight_dejagnu.tar): New rule.
7486 (insight.tar): New rule.
7487 (gdb+dejagnu.tar): New rule.
7488 (gdb.tar): New rule.
7489
7490 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7491
7492 * MAINTAINERS: Update dejagnu/
7493
7494 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
7495
7496 * ltmain.sh (relink_command): Fix typo in previous change.
7497
7498 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
7499
7500 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7501 (relink_command): Added --tag flags.
7502 (mode=install): If relinking fails; error out.
7503
7504 2002-03-12 Richard Henderson <rth@redhat.com>
7505
7506 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7507 .NOTPARALLEL tag.
7508 (do-check): Rename from check.
7509 (check): Allow parallel check.
7510
7511 2002-03-11 Richard Henderson <rth@redhat.com>
7512
7513 * Makefile.in (.NOTPARALLEL): Add fake tag.
7514
7515 2002-03-07 H.J. Lu (hjl@gnu.org)
7516
7517 * configure.in: Enable gprof for mips*-*-linux*.
7518
7519 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7520
7521 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7522 libjava.
7523 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7524
7525 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7526
7527 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7528
7529 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
7530
7531 * config.guess: Import from master sources, rev 1.232.
7532 * config.sub: Import from master sources, rev 1.246.
7533
7534 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
7535
7536 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7537 because its Makefile is there; test for the executable instead.
7538
7539 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7540
7541 Contribute sh64-elf.
7542 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7543 * configure.in: Added sh64-*-*.
7544
7545 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7546
7547 * COPYING.NEWLIB: Remove advertising clause from
7548 Berkeley and Red Hat licenses.
7549
7550 2002-02-01 Mo DeJong <supermo@bayarea.net>
7551
7552 * Makefile.in: Add all-tix to deps for all-snavigator
7553 so that tix is built when building snavigator.
7554
7555 2002-02-01 Ben Elliston <bje@redhat.com>
7556
7557 * config.guess: Import from master sources, rev 1.229.
7558 * config.sub: Import from master sources, rev 1.240.
7559
7560 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7561
7562 From Steve Ellcey <sje@cup.hp.com>:
7563 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7564 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7565 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7566 IA64.
7567 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7568 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7569 soname_spec, sys_lib_search_path_spec): Ditto.
7570
7571 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7572
7573 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7574 target-libiberty, and target-libgloss. Skip Java-related
7575 libraries if not supported for NetBSD on target CPU.
7576
7577 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7578
7579 * configure.in: Import StrongARM and XScale target_configdirs from
7580 FSF GCC version.
7581
7582 2002-01-16 H.J. Lu (hjl@gnu.org)
7583
7584 * config.guess: Import from master sources, rev 1.225.
7585 * config.sub: Import from master sources, rev 1.238.
7586
7587 * MAINTAINERS: Updated notes on config.guess and config.sub.
7588
7589 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7590
7591 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7592 ld and gdb are not supported.
7593
7594 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7595
7596 * Change reference to Cygnus Solutions to be Red Hat.
7597
7598 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7599
7600 * COPYING.NEWLIB: Update generic copyright date.
7601
7602 2002-01-07 Mark Salter <msalter@redhat.com>
7603
7604 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7605 Allow target-libgloss to be built for arm, strongarm, and xscale.
7606
7607 2002-01-03 Ben Elliston <bje@redhat.com>
7608
7609 * MAINTAINERS: Update URL for config.* scripts.
7610
7611 2001-12-18 Alan Modra <amodra@bigpond.net.au>
7612
7613 * config.sub: Import latest version.
7614 * config.guess: Likewise.
7615
7616 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7617
7618 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7619 options for i[3456]86-pc-linux* native builds.
7620
7621 2001-12-05 Laurent Guerby <guerby@acm.org>
7622
7623 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7624 libiberty.
7625
7626 Import this patch from gcc:
7627
7628 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7629
7630 * symlink-tree: handle DOS-style absolute paths.
7631
7632 2001-11-28 DJ Delorie <dj@redhat.com>
7633 Zack Weinberg <zack@codesourcery.com>
7634
7635 When build != host, create libiberty for the build machine.
7636
7637 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7638 CONFIG_ARGUMENTS.
7639 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7640 New variables.
7641 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7642 and rules.
7643 (all.normal): Depend on ALL_BUILD_MODULES.
7644 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7645 (all-build-libiberty): Depend on configure-build-libiberty.
7646
7647 * configure: Calculate and substitute proper value for
7648 ALL_BUILD_MODULES.
7649 * configure.in: Create the build subdirectory.
7650 Calculate and substitute TARGET_CONFIGARGS (formerly
7651 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7652
7653 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
7654
7655 * config.sub: Update to version 1.232 on subversion.
7656
7657 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7658
7659 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7660 files from .po files for a distribution.
7661
7662 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7663
7664 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7665
7666 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7667
7668 Merged from net gcc:
7669 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7670 * ltcf-c.sh: Use $objext, not $ac_objext.
7671 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7672 * ltcf-cxx.sh: Add support for GNU.
7673 2001-07-22 Timothy Wall <twall@redhat.com>
7674 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7675 default settings if using GNU tools with that configuration.
7676 * ltcf-cxx.sh: Ditto.
7677 * ltcf-gcj.sh: Ditto.
7678 2001-07-21 Michael Chastain <chastain@redhat.com>
7679 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7680 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7681 * ltmain.sh: Mark as gcc-local.
7682
7683 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7684
7685 * Makefile.in (all-bison): Revert 2001-10-24.
7686 Don't depend on texinfo.
7687
7688 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7689
7690 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7691
7692 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7693
7694 * configure.in (--enable-languages): Be more permissive about
7695 syntax. Check for empty lists better. Warn about $LANGUAGES.
7696
7697 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7698
7699 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7700
7701 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
7702
7703 Makefile.in (all-bison): Don't depend on texinfo.
7704
7705 2001-10-03 Alan Modra <amodra@bigpond.net.au>
7706
7707 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7708
7709 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
7710
7711 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7712
7713 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
7714
7715 * config.sub, config.guess: Import latest from subversions.
7716
7717 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
7718
7719 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7720 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7721 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7722 avoid quotes nesting problems.
7723 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7724 (DO_X): Export only variables that are set.
7725
7726 2001-09-19 Ben Elliston <bje@redhat.com>
7727
7728 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7729 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7730 semantics. Use the shell built-in "type" command instead.
7731
7732 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7733
7734 * config.sub: Reverted the earlier change, this version is not the
7735 master file.
7736
7737 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7738
7739 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7740 Add support for mips64.
7741
7742 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7743
7744 * configure.in: Enable libstdc++-v3 for h8300 targets.
7745
7746 2001-08-30 Eric Christopher <echristo@redhat.com>
7747 Jason Eckhardt <jle@redhat.com>
7748
7749 * config.sub: Add support for mipsisa32.
7750
7751 2001-08-30 Eric Christopher <echristo@redhat.com>
7752
7753 * config.sub, config.guess: Import latest from subversions.
7754
7755 2001-08-20 Alan Modra <amodra@bigpond.net.au>
7756
7757 * config.sub, config.guess: Import latest from subversions.
7758
7759 2001-07-26 DJ Delorie <dj@redhat.com>
7760
7761 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7762
7763 2001-06-19 Alan Modra <amodra@bigpond.net.au>
7764
7765 * Makefile.in: Revert 2001-06-17.
7766 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7767
7768 2001-06-17 H.J. Lu <hjl@gnu.org>
7769
7770 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7771 (gas+binutils.tar.bz2): Likewise.
7772 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7773
7774 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7775
7776 * Makefile.in (VER): When present, extract the version number from
7777 the file version.in.
7778
7779 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7780
7781 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7782 gcc/xgcc is built, use -print-prog-name to find out the program
7783 name to use.
7784
7785 2001-06-04 Mark Mitchell <mark@codesourcery.com>
7786
7787 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7788 with_gcc]: Use `gcc -shared' to build a shared library.
7789
7790 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7791
7792 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7793 archives.
7794
7795 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
7796
7797 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7798 libraries when using g++ with native linker.
7799
7800 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
7801
7802 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7803
7804 2001-05-24 Tom Rix <trix@redhat.com>
7805
7806 * configure.in : enable ld for aix
7807
7808 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
7809
7810 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7811 [aix4*|aix5*]: Prepend blank.
7812
7813 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
7814
7815 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7816 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7817 of subdir/configure scripts to use the new libtool.m4.
7818
7819 2001-05-14 H.J. Lu <hjl@gnu.org>
7820
7821 * config.if (libc_interface): Set to -libc6.2- for cross
7822 compiling to Linux/glibc 2.2.
7823
7824 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
7825
7826 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7827 libgcj.
7828
7829 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7830
7831 * configure.in (noconfigdirs): Don't reset it from scratch in the
7832 target case; only append to it.
7833
7834 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7835
7836 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7837 sparc-*-solaris2.8]: Disable ${libgcj}.
7838
7839 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
7840
7841 * configure.in (libgcj_saved): Copy from $libgcj.
7842 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7843 --disable-libgcj.
7844
7845 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
7846
7847 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7848 1.641.2.228.
7849
7850 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
7851
7852 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7853 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7854
7855 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
7856
7857 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7858 New macros.
7859 (bootstrap, cross): Use RECURSE_FLAGS.
7860 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7861
7862 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
7863
7864 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7865
7866 2001-03-23 Nick Clifton <nickc@redhat.com>
7867
7868 * README-maintainer-mode: Add note about inability to use "make
7869 distclean" in maintainer mode.
7870
7871 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
7872
7873 Re-installed:
7874 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7875 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7876 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7877 * ltcf-cxx.sh: Likewise.
7878 * ltcf-gcj.sh: Likewise.
7879
7880 2001-03-22 Philip Blundell <philb@gnu.org>
7881
7882 * config.sub, config.guess: Import latest from subversions.
7883
7884 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
7885
7886 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7887 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7888
7889 2001-03-20 Michael Chastain <chastain@redhat.com>
7890
7891 * Makefile.in: all-m4 depends on all-texinfo.
7892
7893 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
7894
7895 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7896
7897 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7898
7899 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7900 longer valid.
7901
7902 2001-02-16 Nick Clifton <nickc@redhat.com>
7903
7904 * configure.in (noconfigdirs): Allow configuration of texinfo
7905 for Cygwin hosts.
7906
7907 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7908
7909 * config.guess: Add linux target for S/390.
7910 * config.sub: Likewise.
7911 * configure.in: Likewise.
7912
7913 2001-02-06 Ben Elliston <bje@redhat.com>
7914
7915 * configure: Output host type to stdout, not stderr.
7916
7917 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7918
7919 * config.guess: Import from subversions.gnu.org (revision 1.181).
7920 * config.sub: Import from subversions.gnu.org (revision 1.199).
7921
7922 2001-01-30 Alan Modra <alan@linuxcare.com.au>
7923
7924 * config.guess: Handle hppa64-linux systems.
7925
7926 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7927
7928 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7929 Don't unset, it's non-portable and no longer necessary, set to empty
7930 instead.
7931
7932 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7933
7934 * ltconfig: Shell portability fix for the tagname validity check.
7935
7936 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7937
7938 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7939
7940 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
7941
7942 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7943 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7944
7945 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7946
7947 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7948 keep at least one of build_libtool_libs or build_old_libs set to
7949 yes.
7950
7951 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7952
7953 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7954 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7955
7956 2000-11-07 Philip Blundell <pb@futuretv.com>
7957
7958 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7959
7960 2000-11-03 Philip Blundell <pb@futuretv.com>
7961
7962 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7963 files.
7964
7965 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
7966
7967 * COPYING.NEWLIB: Put into source repository.
7968
7969 2001-01-15 Ben Elliston <bje@redhat.com>
7970
7971 * configure.in (host_tools): Add sid.
7972 Always configure cgen.
7973 * Makefile.in (all-sid): New target.
7974 (check-sid, clean-sid, install-sid): Likewise.
7975
7976 2001-01-07 Andreas Jaeger <aj@suse.de>
7977
7978 * config.sub, config.guess: Update from subversions.
7979
7980 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
7981
7982 * configure.in: Disable language-specific target libraries for
7983 languages that aren't enabled.
7984
7985 2000-11-24 Nick Clifton <nickc@redhat.com>
7986
7987 * configure.in (xscale-elf): Add target.
7988 (xscale-coff): Add target.
7989 (c4x, c5x, tic54x): Move after ARM targets.
7990
7991 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
7992
7993 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
7994
7995 2000-11-20 Ian Lance Taylor <ian@zembu.com>
7996
7997 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
7998
7999 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8000
8001 * Makefile.in: Merge with GCC and libgcj.
8002 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8003 configure-target-<library> when their configure scripts need the C
8004 or C++ library to have already been built to work properly.
8005 (do_proto_toplev): Set them to an empty string.
8006
8007 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8008
8009 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8010 (REALLY_SET_LIB_PATH): Use them.
8011
8012 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8013
8014 * config.sub: Add support for Sun Chorus
8015
8016 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8017
8018 * config.sub: Add support for the *-storm-chaos OS.
8019
8020 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8021
8022 * configure.in (noconfigdirs): Don't compile some
8023 of the libraries for 68HC11 & 68hc12 targets.
8024
8025 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8026
8027 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8028 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8029 all affected `configure' scripts.
8030
8031 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8032
8033 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8034 ltcf-c.sh.
8035
8036 2000-09-12 Philip Blundell <philb@gnu.org>
8037
8038 * config.sub, config.guess: Update from subversions.
8039
8040 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8041
8042 * Makefile.in (all-zlib): Added dummy target.
8043
8044 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8045 multi-language branch.
8046
8047 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8048
8049 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8050 (bootstrap*): Depend on all-bootstrap.
8051
8052 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8053
8054 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8055 crosses, but add gcc/include to the header search path for them.
8056
8057 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8058
8059 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8060 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8061 * gettext.m4: New file, extracted from aclocal.m4.
8062
8063 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8064
8065 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8066 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8067 sub-configures.
8068
8069 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8070
8071 * Makefile.in (ALL_MODULES): Add all-cgen.
8072 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8073 (all-cgen): New target.
8074 (all-opcodes,all-sim): Depend on all-cgen.
8075 * configure.in (host_tools): Add cgen.
8076 Only configure cgen if --enable-cgen-maint.
8077
8078 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8079
8080 * config-ml.in (CC, CXX): Don't introduce a leading space.
8081
8082 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8083
8084 * configure.in (libstdcxx_flags): Use
8085 libstdc++-v3/src/libstdc++.INC.
8086
8087 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8088
8089 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8090
8091 2000-08-11 Jason Merrill <jason@redhat.com>
8092
8093 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8094 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8095 (FLAGS_FOR_TARGET): Not here.
8096 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8097
8098 2000-08-07 DJ Delorie <dj@redhat.com>
8099
8100 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8101 "if we're also building gcc, and it's a gcc that will run on the
8102 build machine, we want to use its includes instead of the system's
8103 default includes".
8104
8105 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8106
8107 * configure.in (libstdcxx_flags): Don't use `"'.
8108
8109 * config-ml.in: Adjust multilib search paths to the
8110 appropriate multilib tree.
8111
8112 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8113
8114 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8115 commas in $LANGUAGES.
8116
8117 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8118
8119 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8120
8121 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8122
8123 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8124 CXX_FOR_TARGET for sed.
8125
8126 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8127
8128 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8129 Do not override if already set in the environment or in configure.
8130 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8131 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8132
8133 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8134
8135 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8136 (GCC_FOR_TARGET): Use it.
8137 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8138 * configure.in: ... here.
8139 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8140 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8141
8142 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8143
8144 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8145 (configure-target-libchill, configure-target-libobjc): Likewise.
8146
8147 * configure.in: Use the same cache file for all target libs.
8148 * config-ml.in: But different cache files per multilib variant.
8149
8150 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8151
8152 * configure (topsrcdir): Don't use dirname.
8153
8154 2000-07-20 Jason Merrill <jason@redhat.com>
8155
8156 * configure.in: Remove all references to libg++ and librx.
8157
8158 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8159
8160 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8161
8162 * config.sub: Update to subversions version 2000-07-06.
8163
8164 2000-07-12 Andrew Haley <aph@cygnus.com>
8165
8166 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8167 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8168
8169 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8170
8171 * symlink-tree: Check number of arguments.
8172
8173 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8174
8175 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8176
8177 2000-07-05 Jim Wilson <wilson@cygnus.com>
8178
8179 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8180 search path for a g++ extracted from the build tree. This
8181 will allow link tests run by configure scripts in
8182 subdirectories to succeed.
8183
8184 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8185
8186 * ltconfig: Add support for mips-dde-sysv4.2MP
8187
8188 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8189
8190 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8191 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8192
8193 2000-06-19 Timothy Wall <twall@cygnus.com>
8194
8195 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8196 * config.sub: Add tic54x target.
8197
8198 2000-06-07 Phillip Thomas <pthomas@suse.de>
8199
8200 * README-maintainer-mode: New file: Contains notes on using
8201 --enable-maintainer-mode with binutils.
8202
8203 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8204
8205 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8206
8207 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8208
8209 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8210 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8211
8212 20000-05-21 H.J. Lu (hjl@gnu.org)
8213
8214 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8215 directory are used if they exist. Make sure
8216 $(build_tooldir)/include is searched for header files,
8217 $(build_tooldir)/lib/ for library files.
8218 (GCC_FOR_TARGET): Likewise.
8219 (CXX_FOR_TARGET): Likewise.
8220
8221 2000-05-18 Jeffrey A Law (law@cygnus.com)
8222
8223 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8224
8225 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8226
8227 * Makefile.in (configure-target-libiberty): Depend on
8228 configure-target-newlib.
8229
8230 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8231
8232 * configure.in, Makefile.in: Merge all libffi-related
8233 configury stuff from the libgcj tree.
8234
8235 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8236
8237 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8238 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8239
8240 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8241
8242 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8243 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8244 current version information. Add to proto-toplev directory.
8245 (gdb-taz): Build do-djunpack.
8246
8247 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8248
8249 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8250
8251 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8252
8253 * ltmain.sh: Preserve in relink_command any environment
8254 variables that may affect the linker behavior.
8255
8256 2000-05-12 Jeffrey A Law (law@cygnus.com)
8257
8258 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8259
8260 2000-05-10 Jim Wilson <wilson@cygnus.com>
8261
8262 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8263
8264 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8265
8266 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8267 with the version name.
8268
8269 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8270
8271 * config.if: Tweak.
8272
8273 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8274
8275 * djunpack.bat: New file.
8276
8277 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8278
8279 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8280 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8281 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8282 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8283
8284 2000-04-16 Dave Pitts <dpitts@cozx.com>
8285
8286 * config.sub (case $basic_machine): Change default for "ibm-*"
8287 to "openedition".
8288
8289 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8290
8291 * Makefile.in (gdb-taz): New target. GDB specific archive.
8292 (do-md5sum): New target.
8293 (MD5PROG): Define.
8294 (PACKAGE): Default to TOOL.
8295 (VER): Default to a shell script.
8296 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8297 md5 checksum generation.
8298 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8299 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8300 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8301 insight.tar.bz2): Use gdb-taz to create archive.
8302
8303 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8304
8305 * configure (warn_cflags): Delete.
8306
8307 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8308 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8309
8310 * configure.in (enable_libstdcxx_v3): Add.
8311 (target_libs): Add bits here to switch between libstdc++-v2 and
8312 libstdc++-v3.
8313 * config.if: And this file too.
8314 * Makefile.in: Add libstdc++-v3 targets.
8315
8316 2000-04-05 Michael Meissner <meissner@redhat.com>
8317
8318 * config.sub (d30v): Add d30v as a basic machine type.
8319
8320 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8321
8322 * configure.in: -linux-gnu*, not -linux-gnu.
8323
8324 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8325
8326 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8327 (do-tar-bz2): Replace TOOL with PACKAGE.
8328 (gdb.tar.bz2): Remove GDBTK from GDB package.
8329 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8330 dejagnu.tar.bz2): New packages.
8331
8332 2000-02-27 Andreas Jaeger <aj@suse.de>
8333
8334 * configure.in: Add entry for mips*-*-linux*, move catch all
8335 *-*-*linux* entry below this one.
8336
8337 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8338
8339 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8340
8341 2000-02-24 Nick Clifton <nickc@cygnus.com>
8342
8343 * config.sub: Support an OS of "wince".
8344
8345 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8346
8347 * config.guess, config.sub: Updated to match config's 2000-02-15
8348 version.
8349
8350 2000-02-23 Linas Vepstas <linas@linas.org>
8351
8352 * config.sub: Add support for Linux/IBM 370.
8353 * configure.in: Likewise.
8354
8355 2000-02-22 Nick Clifton <nickc@cygnus.com>
8356
8357 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8358
8359 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8360
8361 * config.guess: Guess "cygwin" rather than "cygwin32".
8362
8363 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8364
8365 * configure (gcc_version): When setting, narrow search to
8366 lines containing `version_string'.
8367
8368 2000-02-15 Denis Chertykov <denisc@overta.ru>
8369
8370 * config.sub: Add support for avr target.
8371
8372 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8373
8374 * config.sub: Add mmix-knuth-mmixware.
8375
8376 2000-01-27 Christopher Faylor <cgf@redhat.com>
8377
8378 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8379 structure stuff to -L library search.
8380 (CXX_FOR_TARGET): Ditto.
8381 (CROSS_CHECK_MODULES): Fix spelling mistake.
8382
8383 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8384
8385 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8386 the C++ compiler.
8387
8388 2000-01-12 Richard Henderson <rth@cygnus.com>
8389
8390 * configure.in: Don't build some bits for beos.
8391
8392 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8393
8394 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8395 as include files.
8396
8397 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8398
8399 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8400 not mh-aix43.
8401
8402 1999-12-14 Richard Henderson <rth@cygnus.com>
8403
8404 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8405 * config.sub: Accept alphaev[78], alphaev8.
8406
8407 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8408
8409 * config.guess, config.sub: Update from autoconf.
8410
8411 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8412
8413 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8414 necessary libraries are missing.
8415
8416 1999-10-25 Andreas Schwab <schwab@suse.de>
8417
8418 * configure: Fix quoting inside arguments of eval.
8419
8420 1999-10-21 Nick Clifton <nickc@cygnus.com>
8421
8422 * config-ml.in: Allow suppression of some ARM multilibs.
8423
8424 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8425
8426 * config.guess: Add OS/390 match pattern.
8427 * config.sub: Add mvs, openedition targets.
8428 * configure.in (i370-ibm-opened*): New.
8429
8430 1999-09-04 Steve Chamberlain <sac@pobox.com>
8431
8432 * config.sub: Add support for configuring for pj.
8433
8434 1999-08-31 Nick Clifton <nickc@cygnus.com>
8435
8436 * config.sub (maybe_os): Add support for configuring for fr30.
8437
8438 1999-08-25 Nick Clifton <nickc@cygnus.com>
8439
8440 * configure.in: Do not configure or build ld for AIX
8441 platforms. ld is known to be broken on these platforms.
8442
8443 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8444
8445 * config-ml.in: Pass compiler flag corresponding to multidirs to
8446 subdir configures.
8447
8448 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8449
8450 * Makefile.in (LDFLAGS): Define.
8451
8452 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8453
8454 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8455 noconfigdirs.
8456 (*-*-cygwin*): Likewise.
8457
8458 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8459
8460 * mkdep: New file.
8461 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8462 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8463
8464 From Eli Zaretskii <eliz@is.elta.co.il>:
8465 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8466 long file name when using DJGPP on MS-DOS.
8467
8468 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8469
8470 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8471
8472 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8473
8474 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8475 dependency as this causes "make check" to globally "make all"
8476
8477 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8478
8479 * configure.in (target_libs): Added target-zlib.
8480 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8481 (CONFIGURE_TARGET_MODULES): Likewise.
8482 (CHECK_TARGET_MODULES): Likewise.
8483 (INSTALL_TARGET_MODULES): Likewise.
8484 (CLEAN_TARGET_MODULES): Likewise.
8485 (configure-target-zlib): New target.
8486 (all-target-zlib): Likewise.
8487 (all-target-libjava): Depend on all-target-zlib.
8488 (configure-target-libjava): Depend on configure-target-zlib.
8489
8490 * Makefile.in (configure-target-libjava): Depend on
8491 configure-target-newlib.
8492 (configure-target-boehm-gc): New target.
8493 (configure-target-qthreads): New target.
8494
8495 * configure.in (target_libs): Added target-qthreads.
8496 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8497 (CONFIGURE_TARGET_MODULES): Likewise.
8498 (CHECK_TARGET_MODULES): Likewise.
8499 (INSTALL_TARGET_MODULES): Likewise.
8500 (CLEAN_TARGET_MODULES): Likewise.
8501 (all-target-qthreads): New target.
8502 (configure-target-libjava): Depend on configure-target-qthreads.
8503 (all-target-libjava): Depend on all-target-qthreads.
8504
8505 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8506 (CONFIGURE_TARGET_MODULES): Likewise.
8507 (CHECK_TARGET_MODULES): Likewise.
8508 (INSTALL_TARGET_MODULES): Likewise.
8509 (CLEAN_TARGET_MODULES): Likewise.
8510 (all-target-libjava): New target.
8511 (all-target-boehm-gc): Likewise.
8512 * configure.in (target_libs): Added libjava, boehm-gc.
8513
8514 1999-07-22 Ian Lance Taylor <ian@zembu.com>
8515
8516 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8517 configure.bat in SUPPORT_FILES.
8518 (gas+binutils.tar.bz2): Likewise.
8519
8520 * makeall.bat: Remove; obsolete.
8521
8522 1999-07-21 Ian Lance Taylor <ian@zembu.com>
8523
8524 From Mark Elbrecht:
8525 * configure.bat: Remove; obsolete.
8526
8527 1999-07-11 Ian Lance Taylor <ian@zembu.com>
8528
8529 * configure: Add -W -Wall to the default CFLAGS when compiling with
8530 gcc.
8531
8532 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8533
8534 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8535
8536 1999-06-30 Mark Mitchell <mark@codesourcery.com>
8537
8538 * configure.in: Build ld on IRIX6.
8539
8540 1999-06-12 Ian Lance Taylor <ian@zembu.com>
8541
8542 * Makefile.in: Change distribution targets to use bzip2 instead of
8543 gzip.
8544 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8545 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8546
8547 1999-06-04 Nick Clifton <nickc@cygnus.com>
8548
8549 * config.sub: Add mcore target.
8550
8551 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
8552
8553 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8554
8555 1999-05-25 H.J. Lu (hjl@gnu.org)
8556
8557 * config.guess (dummy): Changed to $dummy.
8558
8559 1999-05-24 Nick Clifton <nickc@cygnus.com>
8560
8561 * config.sub: Tidied up case statements.
8562
8563 1999-05-22 Ben Elliston <bje@cygnus.com>
8564
8565 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8566 <jiro@din.or.jp>.
8567
8568 * config.guess: Merge with FSF version. Future changes will be
8569 more accurately recorded in this ChangeLog.
8570 * config.sub: Likewise.
8571
8572 1999-05-20 Stephen L Moshier <moshier@world.std.com>
8573
8574 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8575
8576 1999-04-30 Tom Tromey <tromey@cygnus.com>
8577
8578 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8579
8580 1999-04-23 Tom Tromey <tromey@cygnus.com>
8581
8582 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8583
8584 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
8585
8586 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8587 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8588 Bad merge removed these two changes.
8589
8590 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8591 Martin Heller (Ing.-Buero_Heller@t-online.de)
8592
8593 * config.guess (interix Alpha): Add.
8594
8595 1999-04-11 Richard Henderson <rth@cygnus.com>
8596
8597 * configure.in (i?86-*-beos*): Do config gperf; don't config
8598 gdb, newlib, or libgloss.
8599
8600 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8601
8602 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8603 link a trivial program with -mabi=64. If it fails, remove mabi=64
8604 from multidirs.
8605
8606 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
8607
8608 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8609
8610 1999-04-08 Nick Clifton <nickc@cygnus.com>
8611
8612 * config.sub: Add support for mcore targets.
8613
8614 1999-04-07 Michael Meissner <meissner@cygnus.com>
8615
8616 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8617 not mt-ospace, in order to shut up assembler warning about using
8618 symbols that are named the same as registers.
8619
8620 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
8621
8622 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8623 dependency list for all-target-cygmon.
8624
8625 1999-04-05 Doug Evans <devans@casey.cygnus.com>
8626
8627 * config-ml.in: Check $host, not $target, for selective multilibs.
8628 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8629 thumb interworking, and underscore prefix multilibs.
8630
8631 1999-04-04 Ian Lance Taylor <ian@zembu.com>
8632
8633 * missing: Update to version from current automake.
8634
8635 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8636
8637 * configure (gxx_include_dir): Removed.
8638
8639 * configure.in (gxx_include_dir): Handle it.
8640 * Makefile.in: Likewise.
8641
8642 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8643
8644 * config.sub (mips64vr4111,mips64vr4111el) Add.
8645
8646 1999-03-21 Ben Elliston <bje@cygnus.com>
8647
8648 * config.guess: Correct typo for detecting ELF on FreeBSD.
8649
8650 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8651
8652 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8653 config/mh-djgpp.
8654
8655 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8656
8657 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8658 all-target-newlib to dependency list for all-target-bsp.
8659
8660 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8661
8662 * config.sub: Add i386-uwin support.
8663 * config.guess: Likewise.
8664
8665 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8666
8667 * configure.in: cleanup, add mh-*pic handling for arm, special
8668 case powerpc*-*-aix*
8669
8670 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8671
8672 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8673 can be built.
8674
8675 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8676
8677 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8678 targets.
8679
8680 1999-03-02 Nick Clifton <nickc@cygnus.com>
8681
8682 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8683
8684 1999-02-28 Geoffrey Noer <noer@cygnus.com>
8685
8686 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8687
8688 1999-02-24 Nick Clifton <nickc@cygnus.com>
8689
8690 * config.sub: Fix typo in arm recognition.
8691
8692 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
8693
8694 * configure.in (noconfigdirs): Changed target_configdirs to
8695 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8696 rather than m68k-*-* since it is not known to work on
8697 m68k-aout. Ditto for arm-*-*oabi.
8698
8699 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8700
8701 * configure.in (*-*-windows*): Remove, no longer used.
8702
8703 1999-02-19 Ben Elliston <bje@cygnus.com>
8704
8705 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8706 Smart and improved by Andrew Cagney.
8707
8708 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
8709
8710 * config.guess: Recognize openbsd-*-hppa.
8711
8712 1999-02-17 H.J. Lu (hjl@gnu.org)
8713
8714 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8715 only if it is not empty.
8716
8717 1999-02-17 Nick Clifton <nickc@cygnus.com>
8718
8719 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8720
8721 * config.guess: Modified to recognize uname's armv* syntax.
8722
8723 * config.sub: Modified to recognize uname's armv* syntax.
8724
8725 1999-02-17 Mark Salter <msalter@cygnus.com>
8726
8727 * configure.in: Added target-bsp for sparclite.
8728
8729 1999-02-08 Richard Henderson <rth@cygnus.com>
8730
8731 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8732
8733 1999-02-08 Nick Clifton <nickc@cygnus.com>
8734
8735 * configure.in: Add support for strongarm port.
8736 * config.sub: Add support for strongarm target.
8737
8738 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8739
8740 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8741 the old name config/mh-cygwin32.
8742 Enable texinfo.
8743
8744 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
8745
8746 * configure.in: Do build ld for ix86 Solaris.
8747
8748 1999-02-02 Jim Wilson <wilson@cygnus.com>
8749
8750 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8751 $AR_FOR_TARGET. Likewise for RANLIB.
8752
8753 1999-02-02 Catherine Moore <clm@cygnus.com>
8754
8755 * config.sub (oabi): Recognize.
8756 * configure.in (arm-*-oabi): Handle.
8757
8758 1999-01-30 Robert Lipe (robertlipe@usa.net)
8759
8760 * config.guess: Improve detection of i686 on UnixWare 7.
8761
8762 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
8763
8764 * config.guess: Add support for i386-pc-interix.
8765 * config.sub: Likewise.
8766 * configure.in: Likewise.
8767
8768 1999-01-18 Christopher Faylor <cgf@cygnus.com>
8769
8770 * Makefile.in: Remove unneeded all-target-libio from
8771 from all-target-winsup target since it is now unneeded.
8772 Add all-target-libtermcap in its place since it is now
8773 needed.
8774
8775 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8776
8777 * configure.in: makefile stub for cygwin target is probably
8778 unnecessary. Remove it for now.
8779
8780 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8781
8782 * configure.in: libtermcap.a should be built when cygwin is the
8783 target as well as the host.
8784 * config.guess: Allow mixed case in cygwin uname output.
8785 * Makefile.in: Add libtermcap target.
8786
8787 1998-12-23 Jeffrey A Law (law@cygnus.com)
8788
8789 * config.sub: Clean up handling of hppa2.0.
8790
8791 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
8792
8793 * config.guess: Use C code to identify more HP machines.
8794
8795 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8796
8797 * config.sub: Handle hppa2.0.
8798
8799 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8800
8801 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8802 cygmon for all sparclite targets, regardless of object format.
8803
8804 1998-12-15 Mark Salter <msalter@cygnus.com>
8805
8806 * configure.in: Added target-bsp for several target architectures.
8807
8808 * Makefile.in: Added rules for bsp.
8809
8810 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8811
8812 * config.guess: Improve detection of hppa2.0 processors.
8813
8814 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8815
8816 * config.guess: Recognize FreeBSD using ELF automatically.
8817
8818 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8819
8820 * configure (skip-this-dir): Add handling for new shell script, which
8821 might be created by a sub-directory's configure to indicate, this particular
8822 directory is "unwanted".
8823 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8824
8825 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8826
8827 * ltconfig: import from libtool, after changing libtool to
8828 account for the cygwin name change.
8829
8830 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8831
8832 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8833 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8834
8835 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8836
8837 * configure.in: Add libtermcap to list of cygwin dependencies.
8838
8839 1998-11-17 Geoffrey Noer <noer@cygnus.com>
8840
8841 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8842 they include winsup/include when it's a cygwin target.
8843
8844 1998-11-12 Tom Tromey <tromey@cygnus.com>
8845
8846 * configure.in (host_tools): Added zip.
8847 * Makefile.in (all-target-libjava): Depend on all-zip.
8848 (all-zip): New target.
8849 (ALL_MODULES): Added all-zip.
8850 (NATIVE_CHECK_MODULES): Added check-zip.
8851 (INSTALL_MODULES): Added install-zip.
8852 (CLEAN_MODULES): Added clean-zip.
8853
8854 1998-11-12 Geoffrey Noer <noer@cygnus.com>
8855
8856 * Makefile.in: lose "32" from comment about cygwin.
8857
8858 1998-11-05 Nick Clifton <nickc@cygnus.com>
8859
8860 * configure.in: Use -Os to build target libraries for the fr30.
8861
8862 1998-11-04 Dave Brolley <brolley@cygnus.com>
8863
8864 * config.sub: Add fr30.
8865
8866 1998-11-02 Geoffrey Noer <noer@cygnus.com>
8867
8868 * configure.in: drop "32" from config/mh-cygwin32. Check
8869 cygwin* instead of cygwin32*.
8870 * config.sub: Check cygwin* instead of cygwin32*.
8871
8872 1998-10-22 Robert Lipe <robertl@dgii.com>
8873
8874 * config.guess: Match any version of Unixware7.
8875
8876 1998-10-20 Syd Polk <spolk@cygnus.com>
8877
8878 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8879 if desired.
8880
8881 1998-10-18 Jeffrey A Law (law@cygnus.com)
8882
8883 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8884 these if the appropriate directories and files to not exist.
8885
8886 1998-10-14 Jeffrey A Law (law@cygnus.com)
8887
8888 * Makefile.in (DEVO_SUPPORT): Add config.if.
8889
8890 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
8891
8892 * configure: Add pattern to replace "build_tooldir"'s
8893 definition in the generated Makefile with "tooldir"'s
8894 actual value.
8895
8896 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8897
8898 * config.sub: Bring back lost sparcv9.
8899
8900 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8901
8902 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8903
8904 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8905 CC_FOR_TARGET and friends.
8906
8907 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8908
8909 * Makefile.in (build_tooldir): New variable, same as tooldir.
8910 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8911 -B$(build_tooldir)/bin/.
8912 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8913
8914 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8915
8916 * config.sub: Add support for i[34567]86-pc-udk.
8917 * configure.in: Likewise.
8918
8919 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8920
8921 * Makefile.in: add bzip2 package building bits for user
8922 tools module
8923 * configure.in: ditto
8924
8925 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8926
8927 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8928 (ALL_TARGET_MODULES): Add all-target-libobjc.
8929 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8930 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8931 (all-target-libchill): Add dependencies.
8932 * configure.in (target_libs): Add libchill.
8933
8934 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8935
8936 * configure.in (target_subdir): Remove duplicate line.
8937
8938 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8939
8940 * Makefile.in (all-automake): fix dependencies.
8941
8942 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8943
8944 * configure.in: Minor cleanups for building in the $(target_alias)
8945 subdir.
8946
8947 1998-09-22 Jim Wilson <wilson@cygnus.com>
8948
8949 * Makefile.in (bootstrap): Set r and s before make all. Use
8950 BASE_FLAGS_TO_PASS in make all.
8951 (cross): Likewise.
8952
8953 1998-09-20 Mark Mitchell <mark@markmitchell.com>
8954
8955 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8956
8957 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8958
8959 * config.sub: Fix typo in last change.
8960
8961 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8962
8963 * config.sub: Add support for C4x target.
8964 * configure.in: Likewise.
8965
8966 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8967
8968 * config.sub: Recognize sparcv9 just like sparc64.
8969
8970 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8971
8972 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8973
8974 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8975
8976 * config.guess: Correctly identify Pentium II sco boxes.
8977
8978 * config.guess: Fix "tr" code. From Weiwen Liu.
8979
8980 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8981
8982 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8983 stabs.
8984
8985 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8986
8987 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8988 (ALL_TARGET_MODULES): Add all-target-libchill.
8989 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8990 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8991 (all-target-libchill): Add dependencies.
8992 * configure.in (target_libs): Add libchill.
8993
8994 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8995
8996 * config.guess: Avoid assumptions about "tr" behaves when
8997 LANG is set to something other than English.
8998
8999 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9000
9001 * configure (gxx_include_dir): Changed to
9002 '${prefix}/include/g++'-${libstdcxx_interface}.
9003
9004 * config.if: New to determine the interfaces.
9005
9006 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9007
9008 * config.guess: Detect and handle MPE/IX.
9009 * config.sub: Deal with MPE/IX.
9010
9011 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9012
9013 * configure.in: Use mh-aix43.
9014
9015 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9016
9017 * configure: Fix --without/--disable cases for gxx-include-dir.
9018
9019 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9020
9021 * mdata-sh: Imported. Needed for automake support.
9022
9023 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9024
9025 * Makefile.in (taz): Try "chmod -R og=u ." before
9026 "chmod og=u `find . -print`".
9027
9028 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9029
9030 * configure.in: Add arm-elf and thumb-elf support.
9031
9032 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9033
9034 * Makefile.in: Undo previous patch.
9035
9036 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9037
9038 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9039 to here ...
9040 (install-no-fixedincludes): and here
9041 (INSTALL_MODULES): ... from here.
9042
9043 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9044
9045 * config.sub: Merge with FSF.
9046
9047 * config.guess: Merge with FSF.
9048
9049 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9050
9051 * configure (extraconfigdirs): New variable.
9052 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9053 * Makefile.in (all): Move higher in file.
9054 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9055 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9056 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9057 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9058 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9059
9060 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9061
9062 * Makefile.in (all-target-libjava): Depend on all-gcc and
9063 all-target-newlib.
9064 (configure-target-libjava): Depend on $(ALL_GCC).
9065
9066 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9067
9068 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9069 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9070
9071 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9072
9073 * ylwrap: Change absolute path checks to check for DOS style path
9074 names.
9075
9076 * ylwrap: Don't use a full path name if the source file is in the
9077 same directory. From hjl@lucon.org (H.J. Lu).
9078
9079 * config-ml.in: Default to being verbose, to match Feb 18 change to
9080 configure.
9081
9082 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9083
9084 Brought over from egcs:
9085
9086 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9087
9088 * configure.in (target_subdir): Set to ${target_alias} instead
9089 of "libraries".
9090
9091 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9092
9093 * configure.in (target_subdir): Set to libraries if enable_multilib.
9094
9095 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9096
9097 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9098 multilibs, force reconfiguration the first time we create
9099 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9100
9101 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9102
9103 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9104 avoid confusion with --no-recursion.
9105
9106 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9107
9108 * configure.in: Win32 hosts shouldn't use install -x
9109 * install-sh: remove -x option, and special .exe-handling
9110 hack.
9111
9112 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9113
9114 * config.guess: Recognize i586-pc-beos.
9115 * configure.in: Don't build some bits for beos.
9116
9117 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9118
9119 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9120 CFLAGS default to -O2.
9121
9122 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9123 when using GNU ld.
9124
9125 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9126
9127 * ltmain.sh: Correct install when using a different shell.
9128
9129 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9130
9131 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9132
9133 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9134
9135 * makefile.vms: Update to build binutils/makefile.vms. Add install
9136 target.
9137
9138 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9139
9140 * ltconfig: Update to correct AIX handling.
9141
9142 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9143
9144 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9145
9146 * configure.in (target_subdir): Set to ${target_alias} instead
9147 of "libraries".
9148
9149 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9150
9151 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9152 (Makefile): Depend on $(gcc_version_trigger).
9153
9154 * configure (gcc_version): Change default initializer to empty
9155 string.
9156 (gcc_version_trigger): New variable; pass this variable down
9157 to subdir configures to enable them checking gcc's version
9158 themselves. Emit make macros for both gcc_version vars.
9159 (topsrcdir): Initialize reliably.
9160 (recursion line): Remove --with-gcc-version=${gcc_version}.
9161
9162 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9163
9164 * configure (enable_version_specific_runtime_libs): Implement new flag
9165 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9166 in $(libsubdir); emit definition in each generated Makefile.
9167 (gxx_include_dir): Initialize depending on
9168 $enable_version_specific_runtime_libs.
9169
9170 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9171
9172 * configure (gcc_version): Initialize properly depending on
9173 how and where configure is started.
9174 (recursion line): Pass a --with-gcc-version=${gcc_version}
9175 to configures in subdirs.
9176
9177 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9178
9179 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9180 cygmon
9181
9182 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9183
9184 * configure.in: Add cygmon and libstub support for mn10200.
9185
9186 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9187
9188 * configure (gcc_version): Add new variable describing the
9189 particular gcc version we're building.
9190 * Makefile.in (libsubdir): Add new macro for the directory
9191 in which the compiler finds executables, libraries, etc.
9192 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9193 and libsubdir.
9194
9195 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9196
9197 * Makefile.in (local-clean): Remove *.log.
9198 (warning.log): Built with warn_summary from build.log.
9199 (mail-report.log): Run test_summary.
9200 (mail-report-with-warnings.log): Run test_summary including
9201 warning.log in the report.
9202
9203 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9204
9205 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9206
9207 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9208
9209 * Makefile.in (grep): Grep no longer depends on libiberty.
9210
9211 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9212
9213 * Makefile.in: all-snavigator needs all-libgui.
9214
9215 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9216
9217 * configure.in: Add cygmon and libstub support for mn10300.
9218
9219 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9220
9221 * missing: Update to version from automake 1.3.
9222
9223 * ltmain.sh: On installation, don't get confused if the same name
9224 appears more than once in the list of library names.
9225
9226 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9227
9228 * config.sub: Accept m68060 and m5200 as CPU names.
9229
9230 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9231
9232 * configure: Use && rather than using -a in test, because odd
9233 strings can confuse test.
9234 * configure.in: Likewise.
9235
9236 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9237
9238 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9239
9240 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9241
9242 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9243 bootstrap4-lean): New targets.
9244
9245 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9246
9247 * mpw-* Delete. Not used.
9248
9249 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9250
9251 * COPYING.LIB: Update FSF address.
9252
9253 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9254
9255 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9256
9257 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9258 GAS_SUPPORT_DIRS.
9259
9260 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9261
9262 * ltconfig, ltmain.sh: Avoid producing a version number if
9263 -version-info was not used.
9264
9265 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9266
9267 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9268 building with newlib.
9269
9270 1998-04-30 Paul Eggert <eggert@twinsun.com>
9271
9272 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9273 Solaris `make' causes it to continue to next definition.
9274
9275 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9276
9277 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9278 the right GUI libraries and files are installed along with GDB.
9279
9280 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9281
9282 * configure.in: Change alpha to alpha* in several places.
9283
9284 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9285
9286 * config.sub: Recognize sparc86x.
9287
9288 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9289
9290 * configure.in (--enable-target-optspace): Remove debug echo.
9291
9292 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9293
9294 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9295
9296 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9297
9298 * ltconfig: Update cygwin32 support.
9299
9300 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9301 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9302 (GDB_SUPPORT_DIRS): Likewise.
9303
9304 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9305
9306 * configure.in (target_makefile_frag): If --enable-target-optspace,
9307 use -Os to compile target libraries rather than -O2. Default to
9308 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9309 not used.
9310 * configure.in (target_cflags): Ditto for d30v.
9311
9312 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9313
9314 * Makefile.in (all-bfd): Depend on all-intl.
9315 (all-binutils): Likewise.
9316 (all-gas): Likewise.
9317 (all-gprof): Likewise.
9318 (all-ld): Likewise.
9319
9320 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9321
9322 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9323
9324 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9325
9326 * Makefile.in (all-bfd): Depend upon all-libiberty.
9327
9328 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9329
9330 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9331
9332 * Makefile.in: Add libstub.
9333
9334 * configure.in: Ditto. Build libstub for targets that have cygmon
9335 support.
9336
9337 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9338
9339 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9340
9341 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9342
9343 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9344 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9345
9346 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9347
9348 * configure: Define DEFAULT_M4 by searching PATH.
9349 * Makfile.in: Use DEFAULT_M4.
9350
9351 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9352
9353 * ltconfig: Add cygwin32 support.
9354
9355 * Makefile.in, configure.in: Add libtool as a native only directory
9356 to configure and build.
9357
9358 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9359
9360 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9361
9362 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9363
9364 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9365
9366 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9367
9368 * Makefile.in: add ash make rules
9369 * configure.in: add ash to native_only and host_tools lists
9370
9371 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9372
9373 * Makefile.in (all-gettext, all-intl): New targets.
9374 (ALL_MODULES): Added all-gettext, all-intl.
9375 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9376 (INSTALL_MODULES): Added install-gettext, install-intl.
9377 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9378
9379 * configure.in (host_tools): Added gettext.
9380 (native_only): Likewise.
9381 (noconfigdirs) [various cases]: Likewise.
9382 (host_libs): Added intl.
9383
9384 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9385
9386 * configure: Do not disable building gdbtk for cygwin32 hosts.
9387
9388 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9389
9390 * configure.in: Add thumb-coff target.
9391 * config.sub: Add thumb-coff target.
9392
9393 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9394
9395 * Makefile.in: Revert yesterday's change.
9396 (all-target-winsup): all-target-librx stays out of here.
9397
9398 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9399
9400 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9401 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9402 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9403 Remove references to librx and libg++.
9404
9405 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9406
9407 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9408 recursive makes
9409
9410 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9411
9412 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9413 for newlib directory.
9414 (CXX_FOR_TARGET): Likewise.
9415
9416 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9417
9418 * ltconfig: Update after libtool/ltconfig.in change for
9419 hpux11.
9420
9421 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9422
9423 * ltconfig, ltmain.sh: Update to libtool 1.2.
9424
9425 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9426
9427 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9428 (install-gcc-cross): Instead, override LANGUAGES here.
9429
9430 1998-03-18 Dave Love <d.love@dl.ac.uk>
9431
9432 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9433 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9434
9435 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9436
9437 * configure.in: Add Thumb-pe target.
9438
9439 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9440
9441 * Makefile.in - changed sn targets to snavigator
9442 * configure.in - changed sn targets to snavigator
9443
9444 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9445
9446 * config-ml.in: After building symlink tree call make distclean
9447 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9448 to be the case for libiberty.
9449
9450 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9451
9452 * configure: When making link, also check the current
9453 directory. The configure scripts may create one.
9454
9455 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9456
9457 * config.sub: Accept alphapca56 and alphaev6 properly.
9458
9459 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9460
9461 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9462
9463 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9464
9465 * config.sub (sco5): Fix typo.
9466
9467 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9468
9469 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9470 install-itcl.
9471 (install-itcl): Remove dependency on install-tcl.
9472
9473 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9474
9475 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9476
9477 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9478
9479 * configure.in: Don't build libgui for a cygwin32 target when not on
9480 a cygwin32 host.
9481
9482 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9483
9484 * configure (redirect): Set to null, so default behavior of
9485 configure is now --verbose.
9486
9487 1998-02-16 Dave Love <d.love@dl.ac.uk>
9488
9489 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9490 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9491
9492 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9493
9494 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9495 this change to sync Makefile.in with its ChangeLog entries.
9496
9497 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9498
9499 * ltmain.sh (mkdir): Check that the directory doesn't exist
9500 before we exit with error, so that we don't get races during
9501 parallel builds.
9502
9503 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9504
9505 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9506
9507 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9508
9509 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9510 PICFLAG_FOR_TARGET.
9511 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9512
9513 * configure: Emit a definition for the new macro enable_shared
9514 into each Makefile.
9515
9516 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9517
9518 * configure.in (host_tools, native_only): Add libtool.
9519
9520 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9521
9522 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9523 Fix typo in ming config comment.
9524
9525 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9526
9527 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9528
9529 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9530
9531 * config.sub: Add tic30 cases, and map c30 to tic30.
9532
9533 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9534
9535 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9536 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9537 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9538 (CLEAN_TARGET_MODULES): Similarly
9539 (all-target-libf2c): Add dependences.
9540 * configure.in (target_libs): Add libf2c.
9541
9542 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9543
9544 * configure.in: Remove expect from noconfigdirs when target
9545 is cygwin32. OK to build expect and dejagnu with Canadian
9546 Cross.
9547
9548 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9549
9550 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9551 host.
9552
9553 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9554 and mingw32.
9555
9556 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9557
9558 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9559 here as it is not defined in the toplevel Makefile.
9560
9561 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9562
9563 * configure (package_makefile_rules_frag): New variable, which names
9564 a file with generic rules, ...
9565 Change comment to mention we now have FIVE parts.
9566 * configure: Undo last change.
9567
9568 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9569
9570 * config.guess: More accurate determination of HP processor types.
9571 * config.sub: More accurate determination of HP processor types.
9572
9573 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9574
9575 * configure (package_makefile_frag): Move inserting the
9576 ${package_makefile_frag} to where it should be according
9577 to the comment.
9578
9579 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9580
9581 * config.guess: Add support for Linux/ARM.
9582
9583 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9584
9585 * .cvsignore: Remove *-info and *-install since they match
9586 release-info and mpw-install, which we don't want to just ignore.
9587
9588 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9589
9590 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9591
9592 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9593
9594 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9595 local_prefix to sub-make invocations.
9596
9597 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9598
9599 * configure.in: Check makefile fragments in the source
9600 directory.
9601
9602 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9603
9604 * configure.in: Check whether host and target makefile
9605 fragments exist before adding them to *_makefile_frag.
9606
9607 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9608
9609 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9610
9611 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9612
9613 * configure.in: Make sure we only replace RPATH_ENVVAR on
9614 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9615 regexp to sed.
9616
9617 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9618 to sub-makes.
9619
9620 1998-01-13 Lee Iverson (leei@ai.sri.com)
9621
9622 * config-ml.in (multi-do): LDFLAGS must include multilib
9623 designator.
9624
9625 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9626
9627 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9628
9629 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9630
9631 * config.sub: Add mingw32 support.
9632 * configure.in: Likewise.
9633
9634 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9635
9636 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9637
9638 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9639
9640 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9641 * configure (gxx_include_dir): Provide a definition for subdirs
9642 which do not use autoconf.
9643
9644 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9645
9646 * config.guess: Sync with egcs. Picks up new alpha support,
9647 BeOS & some additional linux support.
9648
9649 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9650
9651 * config.guess: HP 9000/803 is a PA1.1 machine.
9652
9653 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9654
9655 * configure.in: It's alpha*-...
9656
9657 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9658
9659 * configure.in (host_makefile_frag, target_makefile_frag):
9660 Handle multiple config files.
9661 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9662 alpha-*-*.
9663
9664 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9665
9666 * mkdep: New file.
9667
9668 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9669
9670 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9671
9672 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9673
9674 * Makefile.in: Add libgui directory.
9675 (GDB_TK): Add all-libgui.
9676 * configure.in: Add libgui directory.
9677 * configure: Add all-libgui to GDB_TK.
9678
9679 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9680
9681 * config-ml.in (multidirs): Add m32r to multilib list.
9682
9683 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9684
9685 * Makefile.in (all-target-gperf): Change dependency to
9686 all-target-libstdc++.
9687
9688 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9689
9690 * config.guess: Add BeOS support.
9691
9692 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9693
9694 Source directory cvs renamed to cvssrc:
9695 * configure.in (host_tools): Change cvs to cvssrc.
9696 (native_only): Likewise.
9697 (noconfigdirs) [various cases]: Likewise.
9698 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9699 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9700 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9701 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9702 (all-cvssrc): Rename target from all-cvs.
9703
9704 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9705
9706 * configure (gxx_include_dir): Fix thinko.
9707
9708 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9709
9710 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9711 (install-cross, install-gcc-cross): New targets.
9712
9713 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9714
9715 * configure.in (noconfigdirs): Add support for Thumb target.
9716
9717 * config.sub (maybe_os): Add support for Thumb target.
9718
9719 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9720
9721 * Makefile.in: Add rules for cygmon.
9722
9723 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9724
9725 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9726
9727 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9728 * configure (gxx_include_dir): Provide a definition for subdirs
9729 which do not use autoconf.
9730
9731 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9732
9733 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9734 11/18/97 build
9735
9736 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9737
9738 * From Franz Sirl.
9739 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9740 found on RedHat Linux systems.
9741
9742 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9743
9744 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9745 guesses.
9746
9747 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9748
9749 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9750
9751 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9752
9753 * ltmain.sh: If mkdir fails, check whether the directory was created
9754 anyhow by some other process.
9755
9756 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9757
9758 * configure.in (d30v-*-*): Configure all directories.
9759
9760 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9761
9762 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9763 for the D30V.
9764
9765 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9766
9767 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9768
9769 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9770
9771 * include/libiberty.h: Add extern "C" { so it can be used with C++
9772 progrms.
9773 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9774 programs.
9775
9776 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9777
9778 * configure.in (d30v-*-*): Configure GCC now.
9779
9780 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9781
9782 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9783 is no longer needed.
9784
9785 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9786
9787 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9788
9789 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9790
9791 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9792 targets using "$@" to provide support for similar but not identical
9793 targets without having to duplicate code.
9794
9795 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9796
9797 * makefile.vms: Fix to work with DEC C.
9798
9799 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9800
9801 * config.sub: Add mips-tx39-elf to marketing names.
9802
9803 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9804
9805 * ltmain.sh: Handle symlinks in generated script.
9806
9807 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9808
9809 * configure: Handle autoconf style directory options: --bindir,
9810 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9811 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9812 --sysconfdir.
9813 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9814 (sharedstatedir, localstatedir, oldincludedir): New variables.
9815 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9816 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9817 sbindir, sharedstatedir, and sysconfdir.
9818
9819 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9820
9821 * Makefile.in (bootstrap-lean): New target.
9822
9823 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9824
9825 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
9826 sn, and gnuserv from noconfigdirs.
9827
9828 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9829
9830 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9831
9832 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9833
9834 * Makefile.in (cross): New target.
9835
9836 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9837 Jeff Law <law@cygnus.com>
9838
9839 * Makefile.in (bootstrap2, bootstrap3): New targets.
9840 (all-bootstrap): Remove outdated and confusing target.
9841 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9842
9843 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9844
9845 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9846 windows. Consistent with gdb/configure.
9847
9848 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9849
9850 * configure.in: Name Linux target fragment.
9851
9852 * configure: Rewrite so that project Makefile fragment is inserted
9853 first and appears last in the resulting Makefile.
9854
9855 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9856
9857 * Makefile.in (install-itcl): Install tcl first.
9858
9859 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
9860
9861 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9862
9863 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9864
9865 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9866
9867 * configure.in (skipdirs): Add target-librx for Linux.
9868 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9869
9870 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9871
9872 * Makefile.in (bootstrap): New target.
9873
9874 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9875
9876 * config.sub: Accept 'amigados' for backward compatability.
9877
9878 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9879
9880 * config.guess: Merge with FSF.
9881
9882 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9883
9884 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9885
9886 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9887
9888 * config.sub: Add "marketing-names" patch.
9889
9890 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9891
9892 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9893
9894 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9895
9896 * config.sub: Handle v850-elf.
9897
9898 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9899
9900 * .cvsignore (*-install): Remove.
9901
9902 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9903
9904 * ltconfig: Set CONFIG_SHELL in libtool.
9905 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9906
9907 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9908
9909 * configure.in (target_subdir): Set to libraries if enable_multilib.
9910
9911 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9912
9913 * config.guess: Update from gcc directory.
9914
9915 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9916
9917 * Makefile.in (all-sim): Depends on all-readline.
9918
9919 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9920
9921 * Makefile.in (BISON, YACC): Use $$s.
9922 (all-bison): Depend on all-texinfo.
9923
9924 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9925
9926 * Makefile.in (BISON): Add -L flag.
9927 (YACC): Likewise.
9928
9929 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9930
9931 * configure.in (noconfigdirs): Add support for v850e target.
9932
9933 * config.sub (maybe_os): Add support for v850e target.
9934
9935 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9936
9937 * configure.in (noconfigdirs): Add support for v850ea target.
9938
9939 * config.sub (maybe_os): Add support for v850ea target.
9940
9941 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9942
9943 * config.sub: Add mipstx39. Delete r3900.
9944
9945 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9946
9947 * Makefile.in (all-autoconf): Depends on all-texinfo.
9948
9949 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9950
9951 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9952 eabi targets.
9953
9954 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9955
9956 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9957
9958 * configure: When handling a Canadian Cross, handle YACC as well as
9959 BISON. Just set BISON to bison. When setting YACC, prefer bison.
9960 * Makefile.in (all-bison): Depend upon all-texinfo.
9961
9962 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9963
9964 * Makefile.in (BISON): bison, not byacc or bison -y.
9965 (YACC): bison -y or byacc or yacc.
9966 (various): Add *-bison as appropriate.
9967 (taz): No need to mess with BISON anymore.
9968
9969 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9970
9971 * configure: If OSTYPE matches *win32*, try to find a good value for
9972 CONFIG_SHELL.
9973
9974 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9975
9976 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9977 configure.in if it is present.
9978
9979 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9980
9981 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9982
9983 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9984
9985 * config.sub: Recognize `arc' cpu.
9986 * configure.in: Likewise.
9987 * config-ml.in: Likewise.
9988
9989 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9990
9991 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9992
9993 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9994
9995 * configure: Changed sed delimiter from ':' to '|' when
9996 attempting to substitute ${config_shell} for SHELL. On
9997 NT ${config_shell} may contain a ':' in it.
9998
9999 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10000
10001 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10002
10003 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10004
10005 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10006
10007 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10008
10009 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10010
10011 * ylwrap: If the program is a relative path, force it to be
10012 absolute.
10013
10014 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10015
10016 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10017
10018 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10019
10020 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10021 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10022 for libraries.
10023
10024 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10025
10026 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10027 separated by spaces.
10028
10029 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10030
10031 * ylwrap: New file.
10032 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10033
10034 * ltmain.sh: Handle /bin/sh at start of install program.
10035
10036 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10037
10038 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10039 * missing: New file, from automake 1.2.
10040
10041 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10042
10043 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10044 check-tk to CHECK_X11_MODULES.
10045
10046 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10047
10048 * config.sub: Merge with FSF.
10049
10050 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10051
10052 * config.guess: Merge with FSF.
10053
10054 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10055
10056 * configure: Treat msdosdjgpp like go32.
10057 * configure.in: Likewise. Don't remove gprof for go32.
10058
10059 * configure: Change Makefile.tem2 to Makefile.tm2.
10060
10061 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10062
10063 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10064
10065 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10066
10067 * install-sh (chmodcmd): Set to null if the DST directory already
10068 exists. Same as Nov 11th change.
10069
10070 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10071
10072 * configure (GDB_TK): Needs itcl and tix.
10073
10074 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10075
10076 * config.guess: Update from FSF.
10077
10078 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10079
10080 * Makefile.in (GDB_TK): Depend on itcl and tix.
10081
10082 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10083
10084 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10085 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10086 (INSTALL_SCRIPT): New variable.
10087 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10088 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10089 to -x.
10090 * install-sh: Add support for -x option.
10091
10092 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10093
10094 * configure.in, Makefile.in: Treat tix like itcl.
10095
10096 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10097
10098 * Makefile.in (WINDRES): New variable.
10099 (WINDRES_FOR_TARGET): New variable.
10100 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10101 (EXTRA_HOST_FLAGS): Add WINDRES.
10102 (EXTRA_TARGET_FLAGS): Add WINDRES.
10103 (EXTRA_GCC_FLAGS): Add WINDRES.
10104 ($(DO_X)): Pass down WINDRES.
10105 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10106 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10107 DLLTOOL_FOR_TARGET.
10108
10109 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10110
10111 * configure.in: configure sim before gdb for win32-x-ppc
10112
10113 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10114
10115 Move gperf into the toplevel, from libg++.
10116 * configure.in (target_tools): Add target-gperf.
10117 (native_only): Add target-gperf.
10118 * Makefile.in (all-target-gperf): New target, depend on
10119 all-target-libg++.
10120 (configure-target-gperf): Empty rule.
10121 (ALL_TARGET_MODULES): Add all-target-gperf.
10122 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10123 (CHECK_TARGET_MODULES): Add check-target-gperf.
10124 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10125 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10126
10127 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10128
10129 * config.sub (mn10200): Recognize new basic machine.
10130
10131 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10132
10133 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10134 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10135
10136 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10137
10138 * configure.in: If we're building mips-sgi-irix6* native, turn on
10139 ENABLE_MULTILIB and set TARGET_SUBDIR.
10140
10141 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10142
10143 * Makefile.in (all-sn): Depend on all-grep.
10144
10145 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10146
10147 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10148
10149 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10150 Makefile. From Jeff Makey <jeff@cts.com>.
10151 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10152
10153 * Makefile.in (DISTBISONFILES): Remove.
10154 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10155 $(DEFAULT_YACC).
10156
10157 * configure.in: Build itl, db, sn, etc., when building for native
10158 cygwin32.
10159
10160 * Makefile.in (LD): New variable.
10161 (EXTRA_HOST_FLAGS): Pass down LD.
10162 ($(DO_X)): Likewise.
10163
10164 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10165
10166 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10167
10168 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10169
10170 * configure.in (targargs): Strip out any supplied --build argument
10171 before adding our own. Always add --build.
10172
10173 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10174
10175 * configure.in (targargs): Pass --build if we're doing
10176 a cross-compile.
10177
10178 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10179
10180 * configure: Use '|' instead of ":" as the separator in
10181 sed. Otherwise sed chokes on NT path names with drive
10182 designators. Also look for "?:*" as the leading characters in an
10183 absolute pathname.
10184
10185 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10186
10187 * config.sub: Support for r3900.
10188
10189 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10190
10191 * configure.in: Use install-sh, not install.sh.
10192
10193 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10194
10195 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10196 apply it twice.
10197
10198 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10199
10200 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10201 install-binutils.
10202
10203 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10204
10205 * Makefile.in: Add automake targets.
10206 * configure.in (host_tools): Add automake.
10207
10208 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10209
10210 * configure: Default CXX to c++, not gcc.
10211 * Makefile.in (CXX): Set to c++, not gcc.
10212 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10213
10214 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10215
10216 * install-sh: try appending a .exe if source file doesn't
10217 exist
10218
10219 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10220
10221 * configure.in: Turn on multilib by default.
10222 (cross_only): Remove target-libiberty.
10223
10224 * Makefile.in (all-gcc): Don't depend on libiberty.
10225
10226 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10227
10228 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10229
10230 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10231
10232 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10233 (DISTBISONFILES): Add ld/Makefile.in
10234
10235 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10236
10237 * configure.in: if target is cygwin32 but host isn't cygwin32,
10238 don't configure gdb tcl tk expect, not just gdb.
10239
10240 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10241
10242 * configure.in: Added gnuserv everywhere sn appears.
10243
10244 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10245 (CROSS_CHECK_MODULES): Added check-gnuserv.
10246 (INSTALL_MODULES): Added install-gnuserv.
10247 (CLEAN_MODULES): Added clean-gnuserv.
10248 (all-gnuserv): New target.
10249
10250 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10251
10252 * config.guess: Fixes for MIPS OpenBSD systems.
10253
10254 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10255
10256 * Makefile.in (INSTALL_XFORM): Remove.
10257 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10258
10259 * mkinstalldirs: New file, copied from automake.
10260 * Makefile.in (installdirs): Rename from install-dirs. Use
10261 mkinstalldirs. Change all users.
10262 (DEVO_SUPPORT): Add mkinstalldirs.
10263
10264 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10265
10266 * install-sh: Rename from install.sh.
10267 * Makefile.in (INSTALL): Change install.sh to install-sh.
10268 (DEVO_SUPPORT): Likewise.
10269
10270 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10271 Graichen <graichen@rzpd.de>.
10272
10273 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10274
10275 * config.guess: Recognize OpenBSD systems correctly.
10276
10277 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10278
10279 * README, Makefile.in (ETC_SUPPORT): Remove references to
10280 cfg-paper*, configure.{texi,man,info*}._
10281
10282 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10283
10284 * Makefile.in (all.normal): Ensure that gcc is built after all
10285 the x11 - ie gdb - targets.
10286
10287 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10288
10289 * makefile.vms: Don't run conf-a-gas.
10290
10291 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10292
10293 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10294
10295 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10296
10297 * configure.in: Remove noconfigdirs case since gdb also
10298 configures and builds for tic80-coff.
10299
10300 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10301
10302 * configure: Set cache_file to config.cache.
10303 * Makefile.in (local-distclean): Remove config.cache.
10304
10305 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10306
10307 * COPYING: Update FSF address.
10308
10309 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10310
10311 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10312 noconfigdirs.
10313
10314 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10315
10316 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10317 MAKEDIRS, is empty.
10318
10319 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10320
10321 * config.sub: Tweak mn10300 entry.
10322
10323 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10324
10325 * configure.in (host_tools): Put sim before gdb, so gdb's
10326 configure.tgt can determine if the simulator was configured.
10327
10328 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10329
10330 * config.sub: Move BeOS $os case to be with other Cygnus
10331 local cases.
10332
10333 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10334
10335 * config.sub: Remove misplaced comment that broke Linux.
10336
10337 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10338
10339 * config.sub: Add BeOS support.
10340
10341 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10342
10343 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10344
10345 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10346
10347 * configure.in (noconfigdirs): Remove tcl and tk from
10348 noconfigdirs for cygwin32 builds.
10349
10350 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10351
10352 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10353
10354 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10355
10356 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10357 make-all.com, use makefile.vms instead.
10358
10359 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10360
10361 * config.sub: Accept -lnews*.
10362
10363 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10364
10365 * configure.in (noconfigdirs): Disable target-newlib,
10366 target-examples and target-libiberty for d30v.
10367
10368 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10369
10370 * configure.in (noconfigdirs): Enable ld for d30v.
10371
10372 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10373
10374 * configure.in (tic80-*-*): Build compiler.
10375
10376 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10377
10378 * configure.in (d30v-*): Remove sim directory from list of
10379 unsupported d30v directories
10380
10381 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10382
10383 * config.sub, configure.in: Add d30v target cpu.
10384
10385 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10386
10387 * makefile.vms: New file.
10388 * make-all.com: Remove.
10389
10390 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10391
10392 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10393
10394 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10395
10396 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10397
10398 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10399
10400 * Makefile.in (ALL_MODULES): Added all-db.
10401 (CROSS_CHECK_MODULES): Addec check-db.
10402 (INSTALL_MODULES): Added install-db.
10403 (CLEAN_MODULES): Added clean-db.
10404
10405 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10406
10407 * config.guess: Merge with latest FSF sources.
10408
10409 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10410
10411 * Makefile.in (ALL_MODULES): Added all-itcl.
10412 (CROSS_CHECK_MODULES): Added check-itcl.
10413 (INSTALL_MODULES): Added install-itcl.
10414 (CLEAN_MODULES): Added clean-itcl.
10415
10416 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10417
10418 * configure.in: build gdb for mn10200
10419
10420 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10421
10422 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10423
10424 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10425
10426 * configure.in (tic80-*-*): Turn off most targets right now.
10427
10428 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10429
10430 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10431 rather than the makeinfo program.
10432 (do-info): Depend upon all-texinfo.
10433
10434 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10435
10436 * configure.in: Remove uses of config/mh-linux.
10437
10438 * config.sub, config.guess: Merge with latest FSF sources.
10439
10440 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10441
10442 * config.sub (case $basic_machine): Add tic80 entries.
10443
10444 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10445
10446 * config.sub, config.guess: Merge with latest FSF sources.
10447
10448 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10449
10450 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10451 * mpw-config.in: Test for NewFolderRecursive.
10452 * mpw-install: Use symbolic name for startup filename.
10453 * mpw-README: Add various additional details.
10454
10455 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10456
10457 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10458
10459 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10460
10461 * configure.in: Do build gcc and the target libraries for
10462 the mn10200.
10463
10464 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10465
10466 * configure.in: don't avoid building gdb for mn10300 any more
10467 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10468 instead of single-quoting it.
10469
10470 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10471
10472 * configure.in: Don't use --with-stabs on IRIX 6.
10473
10474 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10475
10476 * configure.in (m32r): Build gdb, libg++ now.
10477
10478 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10479
10480 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10481 directories from noconfigdirs.
10482
10483 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10484
10485 * config.sub (basic_machine): added mips16 configuration
10486
10487 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10488
10489 * config.sub: Handle d10v-unknown.
10490
10491 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10492
10493 * config.sub: Handle v850-unknown.
10494
10495 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10496
10497 * Makefile.in: add findutils
10498 * configure.in: add findutils to list of host_tools
10499
10500 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10501
10502 * config.sub: Handle mn10200 and mn10300.
10503
10504 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10505
10506 * configure.in (d10v-*): Do not build librx.
10507
10508 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10509
10510 * configure.in (mn10300): Build everything except gdb & libgloss.
10511
10512 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10513
10514 * config.guess: Patch for Dansk Data Elektronik servers,
10515 from Niels Skou Olsen <nso@dde.dk>.
10516
10517 For ncr, use /bin/uname rather than uname, since GNU uname does not
10518 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10519
10520 Patch for MIPS R4000 running System V,
10521 from Eric S. Raymond <esr@snark.thyrsus.com>.
10522
10523 Fix thinko for nextstep.
10524
10525 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10526
10527 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10528 * config.guess: Guess mips-dec-mach_bsd4.3.
10529
10530 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10531 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10532 release numbers.
10533 * config.guess (mips-mips-riscos*): Emit just enough of the
10534 release number.
10535
10536 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10537 * config.guess (sparc-auspex-sunos*): Added.
10538 (f300-fujitsu-*): Added.
10539
10540 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10541 * config.guess: Recognize a Tadpole as a sparc.
10542
10543 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10544
10545 * config.guess: Don't assume that NextStep version is either 2 or
10546 3. NextStep 4 (aka OpenStep 4) has come out now.
10547
10548 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10549
10550 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10551 From Rik Faith <faith@cs.unc.edu>.
10552
10553 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10554
10555 * config.sub: Contributions from bug-gnu-utils to:
10556 Support plain "hppa" (no version given) architecture, reported by
10557 OpenStep.
10558 OpenBSD like NetBSD.
10559 LynxOs is not a hardware supplier.
10560
10561 * config.guess: Contributions from bug-gnu-utils to add support for:
10562 OpenBSD like NetBSD.
10563 Stratus systems.
10564 More Pyramid systems.
10565 i[n>4]86 Intel chips.
10566 M680[n>4]0 Motorola chips.
10567 Use unknown instead of lynx for hardware manufacturer.
10568
10569 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10570
10571 * install.sh (chmodcmd): Set to null if the DST directory already
10572 exists.
10573
10574 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10575
10576 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10577 not use mt-ppc target Makefile fragment any more.
10578
10579 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10580
10581 * configure.in (*-*-windows): Exclude everything but those dirs
10582 needed to build windows.
10583
10584 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10585
10586 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10587
10588 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10589
10590 * configure.in: Exclude mmalloc from i386-windows.
10591
10592 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10593
10594 * Undo my previous change.
10595
10596 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10599 unconditionally.
10600 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10601
10602 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10603
10604 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10605 host to add it's own flags.
10606
10607 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10608
10609 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10610
10611 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10612
10613 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10614 (CXX_FOR_TARGET): Likewise.
10615 (GCC_FOR_TARGET): Define.
10616 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10617 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10618 CC_FOR_TARGET was specified on the command line.
10619 (MAKEOVERRIDES): Don't define.
10620
10621 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10622
10623 * configure.in (m32r): Fix spelling of libg++ libs.
10624
10625 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10626
10627 * config.sub (-apple*): Remove, now redundant.
10628
10629 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10630
10631 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10632
10633 * configure: Rework yesterday's sed script patch.
10634
10635 * config.sub: Merge with FSF.
10636
10637 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10638
10639 * config.guess: Merge from FSF.
10640
10641 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10642 * config.guess: Use pc instead of unknown, for pc clone systems.
10643 Change linux to linux-gnu.
10644
10645 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10646 * config.guess: Avoid non-portable tr syntax.
10647
10648 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10649
10650 * test-build.mk (HOLES): Add "xargs" for gdb.
10651
10652 * configure: Avoid hpux10.20 sed bug.
10653
10654 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10655
10656 * configure.in: Add support for windows host
10657 (that is a build done under the Microsoft build environment).
10658
10659 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10660
10661 * Makefile.in: Replace all uses of srcroot with s, to shrink
10662 command line lengths.
10663
10664 Patches from Geoffrey Noer <noer@cygnus.com>:
10665 * configure.in: If configuring for newlib, pass --with-newlib to
10666 subdirectories.
10667 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10668 -Bnewlib/ and -Lwinsup to gcc.
10669 (CXX_FOR_TARGET): Likewise.
10670
10671 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10672
10673 * Makefile.in (ETC_SUPPORT): Add configure.
10674
10675 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10676
10677 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10678 host configuration file.
10679
10680 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10681
10682 * configure.in: Break mn10x00 support into separate
10683 mn10200 and mn10300 configurations.
10684 * config.sub: Likewise.
10685
10686 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10687
10688 * configure.in: Add lots of stuff to noconfigdirs for
10689 the mn10x00 targets.
10690
10691 * config.sub, configure.in: Add mn10x00 support.
10692
10693 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10694
10695 * make-all.com: Call conf-a-gas, not config-a-gas.
10696
10697 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10698
10699 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10700 targets.
10701
10702 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10703
10704 * mpw-README: Add much more detail for native PowerMac.
10705 * mpw-install: New file.
10706 * mpw-configure: Add --norecursion and --help options.
10707 * mpw-config.in: Translate readme and install files when
10708 copying to objdir.
10709 * mpw-build.in: Don't always depend on byacc and flex.
10710 (install-only-top): New action.
10711
10712 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10713
10714 * configure.in: You can now configure GDB for the v850.
10715
10716 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10717
10718 * configure.in (noconfigdirs): Don't configure any C++ dirs
10719 if targeting D10V.
10720
10721 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10722
10723 * config.sub: Recognize mips64vr5000.
10724
10725 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10726
10727 * configure.in: Use a single line for host_tools and native_only.
10728
10729 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10730
10731 * config.sub, configure.in: Add entries for m32r.
10732
10733 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10734
10735 * Makefile.in (inet-install): Don't run install-gzip.
10736
10737 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10738
10739 * configure.in: Don't config lots of things for *-*-windows*.
10740
10741 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10742
10743 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10744 (host_libs, host_tools): Copy from configure.in.
10745 * mpw-configure: Don't complain about directories not found.
10746
10747 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10748
10749 * configure.in (i[345]86): Recognize i686 for pentium pro.
10750 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10751 file.
10752
10753 * config.guess (i[345]86): Ditto.
10754
10755 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10756
10757 * configure.in (noconfigdirs): Removed gdb for D10V.
10758
10759 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10760
10761 * configure.in: Remove ld, target-libio, target-libg++, and
10762 target-libstdc++ from noconfigdirs.
10763
10764 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10765
10766 * configure: Fix three locations where shell scripts were
10767 being run directly rather than with config_shell.
10768
10769 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10770
10771 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10772 * config.sub (basic_machine): Recognize v850.
10773
10774 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10775
10776 * mpw-configure: Handle multiple enable/disable options and
10777 pass them down recursively, handle -c and -s flags appropriately
10778 depending on choice of compiler, add escape mechanism for
10779 quoted arguments to gC.
10780
10781 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10782
10783 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10784 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10785 so that -mrelocatable-lib and -mno-eabi are used.
10786
10787 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10788 not support --print-multi-lib, don't abort.
10789
10790 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10791
10792 * make-all.com: Run config-a-gas.
10793 * setup.com: Don't copy subdirectory files around.
10794
10795 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10796
10797 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10798 target, it now compiles correctly.
10799
10800 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10801
10802 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10803
10804 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10805
10806 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10807
10808 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10809
10810 * configure.in (native_only): Add prms.
10811
10812 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10813
10814 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10815 (BINUTILS_SUPPORT_DIRS): Likewise.
10816
10817 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10818
10819 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10820 d10v support is added.
10821
10822 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10823
10824 * configure.in (d10v-*-*): New target.
10825
10826 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10827
10828 * config.guess (HP 9000/811): Recognize this as a PA1.1
10829 machine.
10830
10831 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10832
10833 * Makefile.in (do-tar-gz): New target, split out from tail end of
10834 taz target. Run each command separately, don't use pipes.
10835 (taz): Use it.
10836
10837 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10838
10839 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10840 * mpw-build.in: No builds should depend on building byacc or flex,
10841 they are assumed to be installed already.
10842
10843 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10844
10845 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10846 variable that CC_FOR_TARGET needs.
10847
10848 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10849
10850 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10851 options have changed since the last time the subdirectory was
10852 configured, and if it has, reconfigure.
10853 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10854 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10855
10856 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10857
10858 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10859 CLEAN_MODULES): Add bash.
10860 (all-bash): New target.
10861
10862 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10863
10864 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10865
10866 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10867
10868 * config.sub (basic_machine): Recognize d10v as a valid processor.
10869
10870 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10871
10872 * mpw-configure: Add support for --bindir.
10873 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10874
10875 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10876
10877 * configure.in: add bash, time, gawk to list of hosttools and things
10878 to only build for native toolchains
10879
10880 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10881
10882 * Makefile.in (docdir): Remove.
10883
10884 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10885
10886 * Makefile.in (datadir): Set to $(prefix)/share.
10887
10888 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10889
10890 * configure.in: build diff and patch for cygwin32-hosted
10891 toolchains.
10892
10893 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10894
10895 * config.sub: Accept -rtems*.
10896
10897 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10898
10899 * configure.in: enable dosrel for cygwin32-hosted builds,
10900 remove diff from the list of things not buildable
10901 via Canadian Cross
10902
10903 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10904
10905 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10906 don't get ". ".
10907
10908 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10909
10910 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10911
10912 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10913
10914 * Makefile.in (taz): Handle case where tex3patch didn't even get
10915 checked out. Also, if it was found, put the symlink in a new util
10916 subdirectory.
10917
10918 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10919
10920 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10921
10922 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10923
10924 * config.sub: Recognize -openvms.
10925 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10926 * make-all.com, setup.com: New files.
10927
10928 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10929
10930 * Makefile.in (taz): tex3patch moved to texinfo/util.
10931
10932 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10933
10934 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10935 * configure.in: remove make from disable-if-Can-Cross list
10936 enable gdb if ${host} and ${target} are cygwin32
10937
10938 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10939
10940 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10941 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10942
10943 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10944
10945 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10946 distinguish sysv/svr4/bsd variants.
10947 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10948
10949 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10950
10951 * configure.in: Added copyright notice.
10952 * move-if-change: Added copyright notice.
10953
10954 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10955
10956 * configure.in (powerpcle-*-solaris*): Until we get shared
10957 libraries working, don't build gdb, sim, make, tcl, tk, or
10958 expect.
10959
10960 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10961
10962 * config.guess: Merge with FSF:
10963
10964 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10965 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10966
10967 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10968 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10969
10970 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10971 * config.guess: Combine two OSF1 rules.
10972 Also recognize field test versions. From mjr@zk3.dec.com.
10973 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10974 because GNU uname does not support -p. From pmr@pajato.com.
10975
10976 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10977
10978 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10979
10980 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10981
10982 * mpw-README: Document GCCIncludes.
10983
10984 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10985
10986 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10987
10988 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10989
10990 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10991
10992 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10993
10994 * configure.in (*-*-cygwin32): Configure make.
10995
10996 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10997
10998 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10999
11000 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11001
11002 * Makefile.in (all-inet): Depend on all-perl.
11003
11004 * Makefile.in (inet-install): New target.
11005
11006 * Makefile.in (all-inet): Depend on all-tcl.
11007 (all-inet): Depend on all-send-pr.
11008
11009 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11010
11011 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11012 temporarily.
11013
11014 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11015
11016 * configure.in: Don't configure --with-gnu-ld on AIX.
11017
11018 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11019
11020 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11021
11022 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11023
11024 * Makefile.in (ALL_MODULES): Added all-inet.
11025 (CROSS_CHECK_MODULES): Added check-inet.
11026 (INSTALL_MODULES): Added install-inet.
11027 (CLEAN_MODULES): Added clean-inet.
11028 (all-indent): New target.
11029
11030 * configure.in (host_tools): Added inet.
11031 (native_only): Added inet.
11032 (noconfigdirs): Added inet.
11033
11034 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11035
11036 * configure.in: Don't configure libgloss if we are not configuring
11037 newlib.
11038
11039 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11040
11041 * configure.in: Don't configure libgloss for unsupported
11042 architectures.
11043
11044 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11045
11046 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11047
11048 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11049
11050 * Makefile.in (ALL_MODULES): Include all-apache.
11051 (CROSS_CHECK_MODULES): Include check-apache.
11052 (INSTALL_MODULES): Include install-apache.
11053 (all-apache): New target.
11054
11055 * configure.in: Added apache everywhere perl is seen.
11056
11057 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11058
11059 * Makefile.in: Add support for clean-{module} and
11060 clean-target-{module} rules.
11061
11062 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11063
11064 * configure.in (*-*-ose) do not build libgloss.
11065
11066 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11067
11068 * config.guess (prep*:SunOS:5.*:*): Turn into
11069 powerpele-unknown-solaris2.
11070
11071 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11072
11073 * configure.in: Permit --enable-shared to specify a list of
11074 directories.
11075
11076 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11077
11078 * configure.in (host==solaris): Pass only the first word of $CC
11079 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11080
11081 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11082
11083 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11084
11085 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11086
11087 * Makefile.in (ALL_MODULES): Include all-perl.
11088 (CROSS_CHECK_MODULES): Include check-perl.
11089 (INSTALL_MODULES): Include install-perl.
11090 (ALL_X11_MODULES): Include all-guile.
11091 (CHECK_X11_MODULES): Include check-guile.
11092 (INSTALL_X11_MODULES): Include install-guile.
11093 (all-perl): New target.
11094 (all-guile): New target.
11095
11096 * configure.in (host_tools): Include perl and guile.
11097 (native_only): Include perl and guile.
11098 (noconfigdirs): Don't build guile and perl; no ports have been
11099 done.
11100
11101 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11102
11103 * configure (--enable-*): Handle quoted option lists such as
11104 --enable-sim-cflags='-g0 -O' better.
11105
11106 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11107
11108 * Makefile.in ({,inst}all-target): New rule so we can make and
11109 install all of the target directories easily.
11110
11111 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11112
11113 * configure.in: Add missing global flag in sed substitution when
11114 deleting `target-' from ${configdirs}.
11115
11116 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11117
11118 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11119 option.
11120
11121 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11122 config/mh-necv4.
11123
11124 * install.sh: Correct misspelling of transformbasename.
11125
11126 * config.guess: Recognize mips-*-sysv*.
11127
11128 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11129
11130 * config.sub: Recognize mon960.
11131
11132 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11133
11134 * configure: Restore Canadian Cross handling of BISON and LEX,
11135 removed in Feb 20 change.
11136
11137 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11138
11139 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11140 Mention make install. Remove the old copyright date as well the
11141 clumsy and rather pointless copyright on the README file.
11142
11143 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11144
11145 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11146 Makefile after running symlink-tree, then run `make distclean' to
11147 avoid clobbering any generated files in srcdir.
11148
11149 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11150
11151 * configure.in (m68k-*-netbsd*): Build everything now.
11152
11153 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11154
11155 * Makefile.in (taz): Fix quoting.
11156
11157 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11158
11159 * configure.in (sparclet-*-*): Build everything now.
11160
11161 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11162
11163 * configure.in (m68k-*-linux*): New host.
11164
11165 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11166
11167 * configure: Check for bison before byacc.
11168
11169 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11170
11171 * Makefile.in configure: Change the way LEX and BISON/YACC are
11172 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11173 searching PATH. These are used as fallbacks by Makefile.in if
11174 flex/bison/byacc aren't in objdir.
11175
11176 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11177
11178 * Makefile.in: Make everything which depends upon all-bfd also
11179 depend upon all-opcodes, in case --with-commonbfdlib is used.
11180
11181 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11182
11183 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11184 building NT native compilers on Unix.
11185
11186 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11187
11188 * configure.in: Don't get CC from the host Makefile fragment if we
11189 can find gcc in PATH, or if this is a Canadian Cross. Move the
11190 Solaris test for /usr/ucb/cc to the post target script, just after
11191 the compiler sanity test.
11192
11193 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11194
11195 * config.sub: Merge with FSF.
11196
11197 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11198
11199 * Makefile.in (RPATH_ENVVAR): New variable.
11200 (REALLY_SET_LIB_PATH): Use it.
11201 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11202
11203 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11204
11205 * config.sub, configure.in: Recognize sparclet cpu.
11206
11207 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11208
11209 * config.guess: Support m68k-cbm-sysv4.
11210
11211 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11212
11213 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11214 m68k-unknown-linuxaout from linker help string. Put quotes around
11215 $ld_help_string.
11216
11217 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11218
11219 * config.guess (powerpc-harris-powerunix): Add guess for port
11220 to new target.
11221
11222 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11223
11224 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11225
11226 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11227
11228 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11229 $(REALLY_SET_LIB_PATH) in Makefile.
11230 * Makefile.in (SET_LIB_PATH): New variable.
11231 (REALLY_SET_LIB_PATH): New variable.
11232 ($(DO_X)): Use $(SET_LIB_PATH).
11233 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11234 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11235 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11236 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11237 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11238 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11239 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11240 (install-dosrel): Likewise.
11241 (all-opcodes): Depend upon all-libiberty.
11242
11243 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11244
11245 * config.guess (*:CYGWIN*): New
11246
11247 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11248
11249 * Makefile.in (all-target-winsup): All all-target-libiberty.
11250
11251 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11252
11253 * configure.in (noconfigdirs): Add missing # in front of comment.
11254
11255 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11256
11257 * configure.in: add second pass to things added to noconfigdirs
11258 so *-gm-magic can exclude libgloss properly.
11259
11260 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11261
11262 * mpw-configure (extralibs_name, rez_name): Set correctly
11263 for MWC68K compiler.
11264
11265 * mpw-README: Add more info on the necessary build tools.
11266
11267 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11268
11269 * configure.in, config.sub: Recognize cygwin32.
11270
11271 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11272
11273 * config.guess, config.sub: Recognize A/UX.
11274
11275 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11276
11277 * config.sub: Merge with gcc/config.sub.
11278
11279 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11280
11281 * mpw-build.in (do-binutils): Add build of stamps.
11282
11283 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11284
11285 * config.sub: Add recognition for mips64vr4100*-* targets.
11286
11287 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11288
11289 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11290 Add creation of gconfigargs with `--enable-shared' turned on.
11291 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11292 ($(host)-stamp-stage3-configured): Likewise.
11293 (HOLES): Add chatr and ldd.
11294 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11295
11296 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11297
11298 * configure: Pass --nfp to recursive configures.
11299
11300 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11301
11302 * Makefile.in (DLLTOOL): New.
11303 (DLLTOOL_FOR_TARGET): New.
11304 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11305 (EXTRA_TARGET_FLAGS): Ditto.
11306 (EXTRA_GCC_FLAGS): Ditto.
11307 (CONFIGURE_TARGET_MODULES): Ditto.
11308 (DO_X): Ditto.
11309 * configure: Add DLLTOOL.
11310
11311 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11312
11313 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11314 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11315 mh-sco, since old workarounds no longer needed, and don't
11316 build ld, since libraries have weak symbols in COFF.
11317
11318 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11319
11320 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11321
11322 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11323
11324 * configure.in: Make sure that ${CC} can be used to compile an
11325 executable.
11326
11327 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11328
11329 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11330 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11331 nothing depending on whether gdbtk is being built.
11332
11333 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11334
11335 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11336
11337 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11338
11339 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11340 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11341
11342 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11343
11344 * config-ml.in: Add support for
11345 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11346 Simplify setting of multidirs from --disable-foo.
11347
11348 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11349
11350 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11351 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11352 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11353 non-empty, pass them on to the GCC make.
11354 (all-bootstrap): New rule that is like all-gcc, except it executes
11355 the GCC bootstrap rule instead of the GCC all rule.
11356
11357 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11358
11359 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11360
11361 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11362
11363 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11364 DG/UX support.
11365
11366 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11367
11368 * config.sub (i*86*) Change [345] to [3456]
11369
11370 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11371
11372 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11373 --with-gnu-ld=no.
11374
11375 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11376
11377 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11378 AIX multilibs get built.
11379
11380 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11381
11382 * configure.in (i386-win32): Don't build expect if we're not
11383 building the tcl subdir.
11384
11385 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11386
11387 * Makefile.in: (configure-target-examples, all-target-examples):
11388 New targets, configure and build example programs.
11389
11390 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11391
11392 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11393 use it as input to sedit the generated MPW makefile.
11394 * mpw-README: Add a suggestion about Gestalt.h.
11395
11396 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11397
11398 * config.sub: Accept *-*-ieee*.
11399
11400 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11401
11402 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11403 Ronald F. Guilmette <rfg@monkeys.com>.
11404
11405 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11406
11407 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11408 for powerpc-pe native.
11409 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11410 (target==powerpc-pe): duplicate i386-win32 entry.
11411
11412 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11413
11414 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11415 of vxworks, not just vxworks5.1.
11416
11417 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11418
11419 * mpw-configure: Add support for exec-prefix.
11420
11421 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11422
11423 * config.guess: Recognize HP model 816 machines as having
11424 a PA1.1 processor.
11425
11426 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11427
11428 * configure: Ignore new autoconf configure options.
11429
11430 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11431
11432 * config.guess: Recognize Pentium under SCO.
11433 From Robert Lipe <robertl@arnet.com>.
11434
11435 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11436
11437 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11438
11439 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11440
11441 * configure.in: Don't configure gas for alpha-dec-osf*.
11442
11443 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11444
11445 * configure.in: Default to --with-stabs for some targets for which
11446 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11447 i[345]86*-*-unixware*.
11448
11449 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11450
11451 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11452 rather than basing it on the target. Simplify handling of options
11453 controlling which directories to configure. Remove extraneous
11454 slash in multi-clean target.
11455
11456 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11457
11458 * config-ml.in: Prefix more variables with ml_ so they don't collide
11459 with configure's.
11460
11461 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11462
11463 * configure: Don't turn -v into --v.
11464
11465 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11466
11467 * configure.in (targargs): Fix typo.
11468
11469 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11470
11471 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11472
11473 * configure.in: Strip --host and --target options from
11474 CONFIG_ARGUMENTS, and always configure for --host only. Add
11475 --with-cross-host option when building with a cross-compiler.
11476 * configure: Canonicalize the arguments put into config.status by
11477 always using `=' for an option with an argument. Pass a presumed
11478 --host or --target explicitly.
11479
11480 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11481
11482 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11483 into general OS recognition case.
11484
11485 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11486
11487 * configure.in (target_configdirs): add target-winsup only
11488 for win32 target systems.
11489
11490 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11491
11492 * Makefile.in (all-target-libgloss): Depend upon
11493 configure-target-newlib, since when libgloss is built it looks to
11494 see if the newlib directory exists.
11495
11496 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11497
11498 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11499 cfg-ml-*.in.
11500
11501 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11502
11503 * configure: Handle LD and LD_FOR_TARGET when configuring a
11504 Canadian Cross.
11505
11506 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11507
11508 * configure.in (target_libs): add target-winsup.
11509 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11510 (target==ppcle-pe): remove ld from $noconfigdirs.
11511
11512 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11513
11514 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11515 Preserve relative path names in $srcdir. Build symlink tree if
11516 configuring cross target dir and srcdir=. (= no VPATH support).
11517 (configure-target-libg++): Depend on configure-target-librx.
11518 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11519 * config-ml.in: New file.
11520 * symlink-tree: New file.
11521 * configure: Ensure srcdir="." if that's what it is.
11522
11523 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11524
11525 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11526 includes and FLEX_SKELETON setting.
11527 * mpw-configure (--with-gnu-ld): New option, controls whether
11528 to use PPCLink or ld with PowerMac GCC.
11529 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11530 * mpw-config.in: Configure grez if targeting Mac.
11531
11532 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11533 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11534 just macos.
11535 * configure.in: Configure grez resource compiler if targeting Mac.
11536 * Makefile.in (all-grez, install-grez): New targets.
11537
11538 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11539
11540 * configure: CXX defaults to gcc, not g++. If we find
11541 gcc in the path, set CC to gcc -O2.
11542
11543 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11544
11545 * configure: Default ${build} correctly. Avoid picking up extra
11546 spaces when reading CC and CXX from Makefile. When doing a
11547 Canadian Cross, use plausible default values for numerous
11548 variables.
11549 * configure.in: When doing a Canadian Cross, don't try to
11550 configure tools whose configure script can't handle it.
11551
11552 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11553
11554 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11555
11556 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11557
11558 * configure: Remove dubious bug reporting address.
11559
11560 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11561
11562 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11563 configure script, run that instead of this directory's configure.
11564 In either case, print a message that we're configuring the sub-dir.
11565
11566 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11567
11568 * configure.in: Before checking for the existence of various files,
11569 use sed to filter out "target-".
11570
11571 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * Makefile.in (DO_X): Split rule to decrease command line length
11574 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11575 (Philippe De Muyter).
11576
11577 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11578
11579 * Makefile.in (all-patch): depend on all-libiberty.
11580
11581 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11582
11583 * configure.in: If the only directory in target_configdirs which
11584 actually exists is libiberty, then set target_configdirs to empty,
11585 to avoid trying to build a target libiberty in a gas or gdb
11586 distribution.
11587
11588 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11589
11590 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11591 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11592 systems.
11593
11594 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11595
11596 * configure.in (copy_dirs): Use sys-include instead of include
11597 for --with-headers option.
11598
11599 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11600
11601 * Makefile.in, configure.in: Make winsup builds work with
11602 new scheme.
11603
11604 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11605
11606 * configure.in: Build the linker on AIX.
11607
11608 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11609
11610 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11611 where needed.
11612
11613 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11614
11615 * Makefile.in (all-gcc): Fix typo.
11616
11617 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11618
11619 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11620
11621 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11622
11623 * configure.in: Rename libFOO to target-libFOO, and xiberty
11624 to target-xiberty, to provide more flexibility.
11625 (target_subdir): Define. Create if cross.
11626 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11627 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11628 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11629 check-libFOO -> check-target-libFOO, etc.
11630 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11631 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11632 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11633 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11634 allow ALL_GCC="" to only configure.
11635 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11636 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11637 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11638
11639 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11640
11641 * Makefile.in (taz): Build "info" in etc explicitly.
11642
11643 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11644
11645 * configure.in: Make sure that CC is undefined (as opposed to
11646 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11647 problem with autoconf trying to configure on a host without GCC.
11648
11649 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11650
11651 * mpw-configure: Set host alias from choice of host compiler,
11652 only use generic MPW Makefile sed if present, edit a file
11653 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11654 * mpw-README: Add problem notes about CW6 and CW7.
11655
11656 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11657
11658 * Makefile.in (taz): Use ";" instead of ";;".
11659
11660 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11661
11662 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11663 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11664 DISTDOCDIRS.
11665 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11666 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11667
11668 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11669
11670 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11671 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11672 Move bfd to DISTSTUFFDIRS.
11673
11674 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11675
11676 * Makefile.in (X11_LIB): Removed.
11677 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11678
11679 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11680
11681 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11682
11683 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11684 names.
11685
11686 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11687
11688 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11689
11690 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11691
11692 * configure.in (i[345]86-*-win32): Always build newlib.
11693 Don't configure cvs, autoconf or texinfo.
11694 * Makefile.in (LD_FOR_TARGET): New.
11695 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11696 Pass down LD_FOR_TARGET.
11697
11698 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11699
11700 * winsup: New directory.
11701 * Makefile.in: Build winsup.
11702 * configure.in: Winsup is configured when target is win32.
11703 Can only build win32 target GDB when native.
11704
11705 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11706
11707 * config.guess: Recognize HP model 819 machines as having
11708 a PA 1.1 processor.
11709
11710 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11711
11712 * configure: Fix sed loop which substitutes for CC and CXX to
11713 avoid bug found in various sed implementations.
11714
11715 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11716
11717 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11718 simulator. Use standard powerpc-*-eabi*.
11719
11720 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11721
11722 * configure.in: Stop putting gas and binutils in noconfigdirs for
11723 powerpc-*-aix* and rs6000-*-*.
11724
11725 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11726
11727 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11728 -mcall-aixdesc libraries.
11729
11730 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11731
11732 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11733
11734 * config.sub (arm | armel | armeb): Fix shell syntax.
11735
11736 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11737
11738 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11739 -msoft-float and -mcpu=common support.
11740 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11741 libraries.
11742
11743 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11744
11745 * configure.in: Allow configuration and build of emacs19 for the alpha.
11746
11747 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11748
11749 * configure.in (CC): Get ^CC, not just any old CC, from
11750 ${host_makefile_frag}.
11751
11752 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11753
11754 * configure.in (CC): Try to get CC from
11755 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11756
11757 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11758
11759 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11760 only if it exists in $(srcdir).
11761
11762 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11763
11764 * configure: If CC and CXX are not set in the environment, set
11765 them, based on either an existing Makefile or on searching for gcc
11766 in PATH. Substitute for CC and CXX in Makefile.
11767 * configure.in: Remove libm from target_libs. Separate
11768 target_configdirs from configdirs. If CC is not set in
11769 environment, try to get it from a host Makefile fragment. Rewrite
11770 changes of configdirs to use skipdirs instead. A few minor
11771 tweaks. Take directories out of target_configdirs as they are
11772 taken out of configdirs. Remove existing Makefile files from
11773 subdirectories. Substitute for TARGET_CONFIGDIRS and
11774 CONFIG_ARGUMENTS in Makefile.
11775 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11776 by configure.in.
11777 (CONFIG_ARGUMENTS): Likewise.
11778 (CONFIGURE_TARGET_MODULES): New variable.
11779 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11780 ($(CONFIGURE_TARGET_MODULES)): New target.
11781 (configure-libg++, configure-libio): New targets.
11782 (all-libg++): Depend upon configure-libg++.
11783 (all-libio): Depend upon configure-libio.
11784 (configure-libgloss, all-libgloss): New targets.
11785 (configure-libstdc++): New target.
11786 (all-libstdc++): Depend upon configure-libstdc++.
11787 (configure-librx, all-librx): New targets.
11788 (configure-newlib): New target.
11789 (all-newlib): Depend upon configure-newlib
11790 (configure-xiberty): New target.
11791 (all-xiberty): Depend upon configure-xiberty.
11792
11793 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11794
11795 * configure.in (host i[345]86-*-win32): Expand the
11796 noconfigdirs again.
11797
11798 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11799
11800 * mpw-configure: Fix sed command file name.
11801
11802 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11803
11804 * configure.in (host i[345]86-*-win32): Reduce the
11805 noconfigdirs again.
11806
11807 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11808
11809 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11810 or powerpc*-*-pe*, since they are not yet supported.
11811
11812 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11813
11814 Add PowerMac support and many other enhancements.
11815 * mpw-configure: New option --cc to select compiler to use,
11816 paste options set according to --cc into the generated
11817 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11818 if mpw-make.sed is present.
11819 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11820 add forward includes for PowerPC include files.
11821 * mpw-build.in: Build using Makefile.PPC if present.
11822 (do-byacc, etc): Remove separate version resource builds.
11823 (do-gas): Build "stamps" before "all".
11824 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11825 * mpw-README: Update to reflect --cc option, PowerMac support,
11826 and recently-reported compatibility problems.
11827
11828 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11829
11830 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11831 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11832 (--with-multilib-top): Pass to recursive invocations.
11833
11834 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11835
11836 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11837 v810-*-*.
11838
11839 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11840
11841 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11842 gdb, ld and opcodes on v810-*-*.
11843
11844 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11845
11846 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11847 (local-maintainer-clean): New target.
11848 (maintainer-clean): New target.
11849 (realclean): Just depend upon maintainer-clean.
11850
11851 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11852
11853 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11854
11855 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11856
11857 * configure.in: Build ld in mips*-*-bsd* case.
11858
11859 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11860
11861 * config.sub: Accept -lites* OS. From Ian Dall.
11862
11863 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11864
11865 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11866 targets.
11867
11868 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11869
11870 * configure.in: treat i386-win32 canadian cross the same as
11871 i386-go32 canadian cross.
11872
11873 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11874
11875 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11876 running under the simulator to build a reduced set of libraries.
11877 (powerpc-*-eabiaix): Add fine grained multilib support added to
11878 other powerpc targets yesterday.
11879
11880 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11881
11882 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11883 -disable-softfloat, -disable-relocatable, -disable-aix, and
11884 -disable-sysv to control which multilib libraries get built.
11885
11886 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11887
11888 * configure: Add Makefile.tem to list of files to remove in trap
11889 handler.
11890
11891 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11892
11893 * config.guess (*Linux*): Add missing "exit"s.
11894 Also, need specific check for alpha-unknown-linux (uses COFF).
11895
11896 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11897
11898 * config.guess: Merge with FSF:
11899
11900 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11901 * config.guess (AIX4): More robust release numbering discovery.
11902
11903 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11904 * config.guess (i386-sequent-ptx): Properly get version number.
11905
11906 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11907 * config.guess (mips:*:4*:UMIPS): New case.
11908
11909 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11910
11911 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11912 (i386-win32 host): Likewise. Don't build readline.
11913
11914 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11915
11916 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11917 SUPPORT_FILES to submakes.
11918
11919 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11920
11921 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11922 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11923 mpw-configure.
11924
11925 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11926
11927 * configure.in (appdirs): Use =, not ==, in test expression when
11928 trying to build the text to print in the warning message for
11929 Solaris users.
11930
11931 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11932
11933 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11934
11935 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11936
11937 * config.guess: Recognize lynx-2.3.
11938
11939 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11940
11941 * config.sub (z8ksim): Deleted
11942 (z8k-*-coff): New, this is the one true name of the target.
11943
11944 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11945
11946 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11947
11948 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11949
11950 * config.guess (*:Linux:*:*): First try asking the linker what the
11951 default object file format is (elf, aout, or coff). Then if this
11952 fails, try previous methods.
11953
11954 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11955
11956 * configure.in: Don't build newlib for *-*-vxworks5.1.
11957
11958 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11959
11960 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11961 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11962
11963 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11964
11965 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11966
11967 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11968
11969 * cfg-ml-com.in: New file.
11970 * cfg-ml-pos.in: New file.
11971
11972 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11973
11974 * COPYING.NEWLIB: Add HP free copyright to list.
11975
11976 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11977
11978 * config.sub: Recognize -eabi* for the system, not just -eabi.
11979
11980 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11981
11982 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11983 * config.sub, configure.in (win32): New target and host.
11984
11985 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11986
11987 * configure.in: Add i386-pe configuration.
11988
11989 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11990
11991 * mpw-build.in (install): Install GDB after LD.
11992
11993 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11994
11995 * mpw-config.in (elf/mips.h): Always forward-include, needed
11996 for GDB to build.
11997
11998 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11999
12000 * testsuite: New directory for customer acceptance and whole tool
12001 chain tests.
12002
12003 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12004
12005 * configure: If per-host line isn't found, but AC_OUTPUT is found
12006 and a configure script exists, run it instead.
12007
12008 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12009
12010 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12011
12012 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12013
12014 * configure: Set build_{cpu,vendor,os,alias} to host values when
12015 --build isn't specified.
12016
12017 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12018
12019 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12020 (FLAGS_TO_PASS): Pass them.
12021 (EXTRA_TARGET_FLAGS): Ditto.
12022
12023 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12024
12025 * Makefile.in (all-libg++): Depend on all-libstdc++.
12026
12027 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12028
12029 * configure.in (noconfigdirs): Enable all packages for
12030 i386-unknown-netbsd.
12031
12032 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12033
12034 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12035 hosted builds (DOS builds)
12036
12037 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12038
12039 Changes for ARM based on patches from Richard Earnshaw:
12040 * config.sub: Handle armeb and armel.
12041 * configure.in: Omit arm linker only for riscix.
12042
12043 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12044
12045 * config.guess: Update from FSF.
12046
12047 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12048
12049 * config.sub: Recognize powerpcle as the little endian varient of
12050 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12051 powerpcle variant. Convert pentium into i586, not i486. Add p5
12052 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12053 temporarily.
12054
12055 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12056
12057 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12058
12059 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12060
12061 * config.sub: Accept -lites* as a basic system type.
12062
12063 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12064
12065 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12066 installed, and if so return linuxoldld as the system name.
12067
12068 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12069
12070 * config.guess: Add hppa1.1-hp-lites support.
12071
12072 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12073
12074 * configure.in: Don't build newlib for m68k-vxworks5.1.
12075
12076 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12077
12078 * configure.in (mips-sgi-irix6): Use mh-irix5.
12079
12080 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12081
12082 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12083
12084 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12085
12086 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12087 OSF/1. Fix compiler flags.
12088 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12089
12090 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12091
12092 * configure.in: Recognize --with-newlib.
12093 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12094
12095 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12096
12097 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12098 to *_X11_MODULES due to gdbtk needing X include files et al.
12099
12100 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12101
12102 Merge in support for Mac MPW as a host.
12103 (Old change descriptions retained for informational value.)
12104
12105 * mpw-config.in: Add generic include forwards for cpu-specific
12106 include files in aout and elf directories.
12107
12108 * mpw-configure: Added copyright.
12109 * mpw-config.in: Check for presence of required build tools.
12110 (target_libs): Add newlib.
12111 (target_tools): Add examples.
12112 (Read Me): Generate as "Read Me for MPW" instead.
12113 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12114 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12115 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12116
12117 * mpw-configure: Remove subdir-specific makefile hackery,
12118 delete mk.tmp after using it.
12119
12120 * mpw-build.in (all): Display start and end times.
12121
12122 * mpw-configure (host_canonical): Set.
12123 (target_cpu): Always add to makefiles.
12124 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12125 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12126 (mpw-mh-mpw): Look for in srcdir and srcroot.
12127 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12128
12129 * mpw-build.in: (install-only): New target.
12130
12131 * mpw-configure (host_alias, target_alias): Rename from hostalias
12132 and targetalias, add into generated Makefile.
12133 (mk.tmp): If present, add into generated Makefile.
12134 * mpw-build.in (all-gas): Build config.h first before gas proper.
12135
12136 * mpw-configure (config.status): Write only if changed.
12137 * mpw-config.in (readline): Configure it (not built, just used for
12138 definitions).
12139
12140 * mpw-config.in (elf/mips.h): Add a forward include.
12141
12142 * mpw-config.in: Forward-include most .h files in include into
12143 extra-include.
12144 (readline): Don't build.
12145 mpw-build.in (install): Install GDB.
12146
12147 * mpw-configure (prefix, mpw_prefix): Handle it.
12148 * mpw-config.in (mmalloc, readline): Don't configure.
12149 * mpw-build.in (thisscript): Rename to ThisScript.
12150 Use mpw-build instead of BuildProgram everywhere.
12151 (mmalloc, readline): Don't build.
12152 * mpw-README: New file, basic documentation about the MPW port.
12153
12154 * mpw-config.in: Use forward-include to create include files.
12155
12156 * mpw-configure: Add more things to the top of each configured
12157 Makefile, including contents of config/mpw-mh-mpw.
12158 * mpw-config.in (extra-include): Create this directory and fill it
12159 with Posix-like include files when configuring.
12160
12161 * config.sub (apple, mac, mpw): Add various aliases.
12162
12163 * mpw-build.in: New file, top-level build script fragment for MPW.
12164 * mpw-configure: New file, configure script for MPW.
12165 * mpw-config.in: New file, config fragment for MPW.
12166
12167 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12168
12169 * configure.in (host_libs): Remove glob, since it is gone from the
12170 sources.
12171
12172 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12173
12174 * Makefile.in: define empty GDB_NLM_DEPS var.
12175
12176 * configure.in(target_makefile_frag): use config/mt-netware
12177 for netware targets.
12178
12179 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12180
12181 * config.sub: Merge in recent FSF changes. Remove linux special
12182 cases.
12183
12184 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12185
12186 Revert this change:
12187
12188 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12189
12190 * build-all.mk: Use CC=cc -Xs on Solaris.
12191
12192 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12193
12194 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12195 stop using it.
12196 * Makefile.in: Nuke all references to glob subdirectory.
12197
12198 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12199
12200 * configure.in: Fix --enable-shared logic in per-host.
12201
12202 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12203
12204 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12205
12206 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12207
12208 * configure.in (noconfigdirs): Don't build gas on AIX, for
12209 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12210
12211 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12212
12213 * configure: Fix --cache-file to work if the file argument is a
12214 relative path.
12215
12216 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12217
12218 * configure: If the --cache-file is used, pass it down to
12219 configure in subdirectories.
12220
12221 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12222
12223 * config.sub: add vxworks29k configuration.
12224
12225 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12226
12227 * Makefile.in (taz): Do "diststuff" part quietly.
12228
12229 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12230
12231 * config.sub: Mini-merge with gcc/config.sub.
12232
12233 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12234
12235 * config.guess (IRIX): Sed - to _.
12236
12237 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12238
12239 * Makefile.in (source-vault, binary-vault): New targets.
12240
12241 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12242
12243 * config.sub: Recognize -eabi as a basic system type.
12244
12245 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12246
12247 * configure.in (enable_shared stuff): Fix typo.
12248
12249 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12250
12251 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12252
12253 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12254
12255 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12256
12257 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12258
12259 * configure.in (rs6000-*-*): Don't build gas.
12260
12261 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12262
12263 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12264 reduce command line length.
12265 (AS_FOR_TARGET): Check for as.new, not Makefile.
12266 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12267
12268 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12269
12270 * config.guess: Merge from FSF.
12271
12272 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12273
12274 * configure: Don't use $ when handling program_suffix.
12275
12276 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12277
12278 * configure.in: Configure tk for hppa/hpux.
12279
12280 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12281
12282 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12283
12284 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12285
12286 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12287 to LIBCXXFLAGS. Tests are better run without it.
12288
12289 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12290
12291 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12292
12293 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12294
12295 * configure.in (*-*-netware*): Don't configure xiberty.
12296
12297 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12298
12299 * configure.in: Remove tk from native_only list.
12300
12301 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12302
12303 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12304 for special NCD build.
12305
12306 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12307
12308 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12309 makeall.bat, they're only useful for binutils snapshots.
12310 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12311 makeall.bat to specified SUPPORT_FILES.
12312
12313 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12314
12315 * build-all.mk: Add Ericsson targets to sun4 and solaris
12316 hosts. Add BNR's sun4 target to solaris host, so their
12317 build-from-source will be tested in-house first.
12318
12319 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12320
12321 * Makefile.in (LIBCFLAGS): New variable.
12322 (CFLAGS_FOR_TARGET): Ditto.
12323 (LIBCFLAGS_FOR_TARGET): Ditto.
12324 (LIBCXXFLAGS): Ditto.
12325 (CXXFLAGS_FOR_TARGET): Ditto.
12326 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12327 (BASE_FLAGS_TO_PASS): Pass them.
12328 (EXTRA_TARGET_FLAGS): Ditto.
12329
12330 * configure.in: Support --enable-shared.
12331
12332 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12333
12334 * configure.in (target_libs): Include libstdc++ again.
12335 * config.guess: Update from FSF (for FreeBSD).
12336
12337 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12338
12339 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12340 makeall.bat.
12341 (DISTDOCDIRS): Add `etc'.
12342 (ETC_SUPPORT_PFX): New variable.
12343 (taz): Include anything from etc starting with a word in
12344 ETC_SUPPORT_PFX.
12345
12346 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12347
12348 * config.sub: Update for recent FSF changes. Remove obsolete
12349 h8300hds entry. Add -windows* and -osx as basic os. Minor
12350 spacing changes.
12351
12352 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12353
12354 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12355
12356 * config.guess: Merge with FSF.
12357 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12358
12359 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12360
12361 * configure: Since the "trap 0" handler will override the exit
12362 status on many systems, only use it for "exit 1", and make it set
12363 a non-zero exit status; reset it before "exit 0". Also, check
12364 exit status of config.sub, and error out if it failed.
12365
12366 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12367
12368 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12369 and install libgloss.
12370
12371 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12372
12373 * Makefile.in (all-binutils): Depend upon all-byacc.
12374
12375 * configure.in: Don't build emacs on Irix 5.
12376
12377 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12378
12379 * configure.in (*-*-netware*): Add libio.
12380
12381 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12382
12383 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12384 (CHECK_TARGET_MODULES): Ditto.
12385 (INSTALL_TARGET_MODULES): Ditto.
12386 (TARGET_LIBS): Ditto.
12387 (all-libstdc++): Note dependencies.
12388
12389 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12390
12391 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12392
12393 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12394
12395 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12396 -fexternal-templates.
12397
12398 * configure.in (target_libs): Add libstdc++.
12399 (noconfigdirs): Add libstdc++ as appropriate.
12400
12401 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12402
12403 * config.guess: Update from FSF.
12404
12405 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12406
12407 * configure: Use ${config_shell} when running ${configsub}.
12408
12409 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12410
12411 * config.sub: No longer recognize h8300h.
12412
12413 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12414
12415 * config.sub: Remove extraneous differences between config.sub and
12416 gcc/config.sub.
12417
12418 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12419
12420 * Makefile.in (DISTSTUFFDIRS): Add gas.
12421
12422 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12423
12424 * COPYING.NEWLIB: New file.
12425
12426 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12427
12428 * config.guess (HP-UX): Patch from Harlan Stenn
12429 <harlan@landmark.com> to also emit release level.
12430
12431 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12432
12433 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12434
12435 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12436
12437 * config.sub: Merge nextstep cleanup from FSF.
12438
12439 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12440
12441 * configure.in (arm-*-*): Don't configure ld for this target.
12442
12443 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12444
12445 * configure.in (*-*-netware): don't configure libg++, libio,
12446 librx, or newlib.
12447
12448 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12449
12450 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12451 configure ld--it works, but it doesn't support shared libraries.
12452
12453 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12454
12455 * config.guess (*-unknown-freebsd*): Get rid of possible
12456 trailing "(Release)" in version string.
12457 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12458
12459 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12460
12461 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12462 Fix type: *-next-neststep -> *-next-nextstep.
12463
12464 * config.guess: Merge from FSF:
12465
12466 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12467
12468 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12469
12470 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12471
12472 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12473 instead of UNIX_SV for UnixWare 1.0).
12474
12475 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12476
12477 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12478 to make gdb/nlm/* build after the compiler and linker.
12479
12480 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12481
12482 * config.guess (netbsd, freebsd, linux): Accept any machine,
12483 not just i[34]86.
12484 (m68k-atari-sysv4): Relocate to match FSF version.
12485
12486 * config.guess: More merges from the FSF:
12487
12488 Add a space before function call or macro invocation.
12489
12490 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12491
12492 * config.guess: Add trap cmd to remove dummy.c and dummy when
12493 interrupted.
12494
12495 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12496
12497 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12498 (dummy): Redirect stderr from compilation of dummy.c.
12499
12500 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12501
12502 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12503
12504 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12505
12506 * configure: Accept and ignore --cache*, for compatibility with
12507 new autoconf.
12508
12509 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12510
12511 * config.guess: Merge from FSF:
12512
12513 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12514
12515 * config.guess (Pyramid*:OSx*:*:*): New case.
12516 (PATH): Add /.attbin at end for finding uname.
12517 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
12518
12519 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12520
12521 * config.guess (M88*:DolphinOS:*:*): New case.
12522
12523 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12524
12525 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12526 to select whether to use ELF or COFF.
12527
12528 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12529
12530 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12531
12532 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12533
12534 * config.guess: Guess the OS version for HPUX.
12535
12536 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12537
12538 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12539
12540 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12541
12542 * configure.in: Recognize --with-headers, --with-libs, and
12543 --without-newlib.
12544 * Makefile.in (all-xiberty): Depend upon all-ld.
12545
12546 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12547
12548 * configure.in: Change i[34]86 to i[345]86.
12549
12550 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12551
12552 * configure (version): A few more tweaks to help message.
12553
12554 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12555
12556 * Makefile.in: Remove (for now) librx as a host library,
12557 now that we're building it for target.
12558
12559 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12560
12561 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12562 (Karl Berry).
12563
12564 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12565
12566 * configure.in: Also configure librx.
12567
12568 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12569
12570 * Makefile.in: Update various rules to reflect that librx
12571 is now needed for libg++.
12572
12573 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12574
12575 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12576
12577 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12578
12579 * configure.in: Configure the examples directory.
12580
12581 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12582
12583 * configure: Simplify Jun 2 1994 change.
12584
12585 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12586
12587 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12588 /bin/gcc isn't good enough to build gcc.
12589
12590 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12591
12592 * Makefile.in (GDB_SUPPORT_FILES): Remove
12593 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12594 (gdb.tar.gz): Add new rule to use standard distribution building
12595 mechanism.
12596
12597 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12598
12599 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12600 Bill Cox <bill@cygnus.com>.
12601
12602 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12603
12604 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12605
12606 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12607
12608 * configure: Search current dir first in .gdbinit.
12609
12610 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12611
12612 * config.sub: Recognize freebsd (merged from gcc config.sub).
12613
12614 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12615
12616 * config.sub: Refer to NeXT's operating system as nextstep.
12617
12618 * config.sub (case $basic_machine): Re-order the cases, to match
12619 the order in the FSF version (which is mostly alphabethical).
12620 Merge in some additions and changes from the FSF.
12621
12622 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12623
12624 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12625 * config.sub: Recognize cxux7.
12626 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12627
12628 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12629
12630 * config.sub: Fix typo powerpc -> powerpc-*.
12631
12632 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12633
12634 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12635
12636 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12637 parallel with all-emacs and install-emacs). Top-level command
12638 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12639
12640 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12641
12642 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12643 $(relbindir)/make before doing ``make install'', and use
12644 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12645 installing over running make binary.
12646 ($(host)-stamp-stage3-installed): Likewise.
12647
12648 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12649
12650 * config.guess: Recognize Mach.
12651
12652 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12653
12654 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12655 see whether --exec-prefix was used.
12656
12657 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12658
12659 * README: Explicitly mention libg++/README. (Zoo's idea.)
12660
12661 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12662
12663 * Makefile.in: Add all-librx target similar to all-libproc.
12664
12665 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12666
12667 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12668 with post 1.2 uname bogosity.
12669
12670 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12671
12672 * configure: Remove temporary files on receipt of a signal.
12673
12674 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12675
12676 * configure: If there is a package_makefile_frag, remove
12677 ${subdir}/Makefile.tem after copying it in.
12678
12679 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12680
12681 * build_all.mk: support rs6000 lynx identifies itself as
12682 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12683 since /bin/gcc is too feeble to compile a modern gcc.
12684
12685 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12686
12687 * brought devo/test-build.mk update-to-date with progressive/
12688 test-build.mk. Add lynx targets and hppa flag info.
12689
12690 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12691
12692 * configure.in: Use mh-ncrsvr43. Patch from
12693 Tom McConnell <tmcconne@sedona.intel.com>.
12694
12695 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12696
12697 * config.guess (i386-unknown-bsdi): No longer need to
12698 check #if defined(__bsdi__) && defined(__i386__).
12699
12700 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12701
12702 * configure: Set program_transform_nameoption correctly.
12703
12704 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12705
12706 * brought build-all.mk update-to-date with progressive build-all.mk,
12707 added new targets and hppa info.
12708
12709 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12710
12711 * configure: If config.guess result is a prefix of the user
12712 specified target, assume a native build and use the user specified
12713 target as the host alias. Remove SunOS patch suffix removal hack.
12714 * configure.in: Remove SunOS patch suffix removal hack.
12715
12716 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12717 in NATIVE_CHECK_MODULES.
12718
12719 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12720
12721 * Makefile.in: Rename HOST_ONLY to NATIVE.
12722 * configure: Delete SunOs patch suffix from host_canonical
12723 and build_canonical variables that are prepended to Makefiles.
12724 * configure.in: Add comments for easier maintenance.
12725
12726 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12727
12728 * Makefile.in: Add all-libproc target similar to all-gui.
12729
12730 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12731
12732 * Makefile.in (CHECK_MODULES): split into
12733 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12734
12735 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12736
12737 * config.guess (i386-unknown-bsdi): New system to guess.
12738
12739 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12740
12741 * Makefile.in: Add all-gui target (but not yet build by "all").
12742
12743 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12744
12745 * config.sub: Move deletion of patch suffix from here...
12746 * configure.in: To here, at Ian's suggestion. The top-
12747 level scripts might need to know of a patch level.
12748
12749 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12750
12751 * config.sub: Strip off patch suffix so rtl is recognized
12752 as a sunos4.1.3 machine, even though it's been patched.
12753
12754 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12755
12756 * Makefile.in (INSTALL_LAST): Delete.
12757 (INSTALL_DOSREL): New.
12758
12759 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12760
12761 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12762 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12763 whether we pass down --with-gnu-ld anyhow.
12764
12765 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12766
12767 * Makefile.in (INSTALL_LAST): Change operation so it works
12768 on more flavors of make.
12769 * configure.in (go32): Don't build libg++ or libio.
12770
12771 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12772
12773 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12774 they can be overriden by templates.
12775
12776 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12777
12778 * configure.in (target==go32): Don't build gdb.
12779 * dosrel: New directory.
12780
12781 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12782
12783 * configure.in (host==go32): Configure dosrel too.
12784 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12785 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12786 be set by incoming names or templates.
12787 (INSTALL_LAST): New rule.
12788
12789 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12790
12791 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12792
12793 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12794
12795 * configure.in (appdirs): New variable. Currently empty, but will
12796 be used in gas distribution. If nonempty, lists a set of
12797 directories at least one of which must get configured, or top
12798 level configuration is considered to have failed.
12799 (rs6000-*-lynxos*): Use new file name.
12800
12801 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12802
12803 Eliminate XTRAFLAGS.
12804 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12805 newlib include files using -idirafter, and also use -nostdinc.
12806 (CXX_FOR_TARGET): Likewise.
12807 (XTRAFLAGS): Removed.
12808 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12809 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12810 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12811 ($(DO_X)): Don't pass down XTRAFLAGS.
12812
12813 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12814
12815 * configure.in (mips*-dec-bsd*): New target; do build linker.
12816 (mips*-*-bsd*): New target; don't build linker.
12817
12818 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12819
12820 * configure.in: support rs6000-*-lynxos* configuration.
12821 support sunos4 as a cross target.
12822
12823 * config.sub: look for lynx*, not lynx since the OS version may
12824 legitimately be part of the name.
12825
12826 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12827
12828 * configure.in (i[34]86-*-sco*): Move to be with other i386
12829 targets.
12830 (romp-*-*): New target. Skip various binary utilities.
12831 (vax-*-*): New target. Don't build newlib.
12832 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12833
12834 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12835
12836 * configure.in: Only set host_makefile_frag if config
12837 directory exists.
12838
12839 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12840
12841 * install.sh: If $dstdir exists, don't check whether each
12842 component does.
12843
12844 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12845
12846 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12847
12848 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12849
12850 * configure.in (*-*-lynxos*): Don't configure newlib for either
12851 native or cross Lynx.
12852
12853 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12854
12855 * config.sub (sparc64-elf): Fix os.
12856 (z8k): Remove duplicate.
12857
12858 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12859
12860 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12861 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12862
12863 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12864
12865 * configure: Make file links cleanly even if Lynx fails on
12866 an NFS symlink (at least fail cleanly).
12867
12868 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12869
12870 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12871 -XNh2000.
12872
12873 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12874
12875 * configure: Unknown options are fatal again.
12876
12877 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12878
12879 * configure: Ignore --x-includes and --x-libraries, for Autoconf
12880 compatibility.
12881
12882 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12883
12884 * build-all.mk: Add `clean' target.
12885
12886 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12887
12888 * config.guess: Add SINIX support.
12889 * configure.in: Add mips-*-sysv4* support.
12890
12891 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12892
12893 * build-all.mk: Document all useful targets.
12894 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12895 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12896
12897 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12898
12899 * configure: Support --silent, --quiet.
12900
12901 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12902
12903 * configure: Support --disable-FEATURE.
12904
12905 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12906
12907 * config.guess: Recognize NCR running SVR4.3.
12908
12909 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12910
12911 * config.guess: Make BSDI generate i386-unknown-bsd386.
12912 Patch from Paul Eggert <eggert@twinsun.com>.
12913
12914 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12915
12916 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12917
12918 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12919
12920 * configure: Make unrecognized options give nonfatal warnings
12921 instead of fatal errors, and pass them to any subdirectory
12922 configures in case they recognize them.
12923 Make --x equivalent to --with-x.
12924
12925 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12926
12927 * configure: Add --enable-* options. Clean up usage message and
12928 some comments.
12929
12930 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12931
12932 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12933
12934 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12935
12936 * configure.in (hppa*-*-*): Enable binutils.
12937
12938 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12939
12940 * config.sub: Recognize cisco.
12941
12942 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12943
12944 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12945
12946 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12947
12948 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12949 than one configuration name. Add comment.
12950
12951 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12952
12953 * config.guess: about target *-hitachi-hiuxwe2, fixed
12954 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12955 macro is incorrect.]
12956
12957 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12958
12959 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12960 than the "make ls" stuff which used to be here.
12961
12962 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12963
12964 * config.guess: Recognize i[34]86-unknown-freebsd.
12965 From Shawn M Carey <smcarey@rodan.syr.edu>.
12966
12967 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12968
12969 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12970
12971 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12972
12973 * config.guess: Check for ptx.
12974
12975 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12976
12977 * config.sub: Add os9k checking.
12978
12979 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12980
12981 * config.guess: Handle OSF1 running on HPPA processors
12982
12983 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12984
12985 * configure: If subdir configure fails, print out a message with
12986 subdirectory name, in case subdir's configure code didn't identify
12987 itself.
12988
12989 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12990
12991 * configure.in: Remove embedded newlines from configdirs.
12992 Avoid mismatches of substrings. Fix matching strings at end
12993 of configdirs.
12994
12995 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12996
12997 * config.guess: Add Lynx/rs6000 config support.
12998
12999 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13000
13001 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13002
13003 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13004
13005 * configure.in (hppa*-*-osf*): Treat this just like most other
13006 PA configurations (eg no binutils or ld).
13007 (hppa*-*-*elf*): These configurations have binutils and ld.
13008
13009 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13010
13011 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13012
13013 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13014
13015 * configure.in (rs6000-*-*): Build gas.
13016
13017 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13018
13019 * Makefile.in: Avoid bug in losing hpux sed.
13020
13021 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13022
13023 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13024 for GDB and GDB has been fixed to not need it.
13025
13026 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13027
13028 * config.guess: Recognize vax hosts.
13029
13030 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13031
13032 * configure (while loop): Don't use "break 2" inside case
13033 statement -- the case statement isn't an enclosing loop.
13034
13035 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13036
13037 * config.guess: Clean up NeXT support, to allow nextstep
13038 on Intel machines. Make OS be nextstep.
13039
13040 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13041
13042 * config.guess: Add alternate forms for Convex.
13043
13044 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13045
13046 * configure: Completely rewrite option processing. Take
13047 advantage of pattern-matching to avoid invoking test frequently.
13048 Also clean up host and target defaulting logic.
13049
13050 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13051
13052 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13053 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13054 commands (plus user environment) will fit SCO limits.
13055
13056 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13057
13058 * configure.in: Don't issue warnings about directories which are
13059 not being configured if -norecursion is set. Correct test for
13060 --with-gnu-as and --with-gnu-ld to not get confused by substring
13061 matches.
13062
13063 * configure.in: Don't build gas for alpha-dec-osf1*.
13064
13065 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13066
13067 * configure: Back out Per's change of 12/19/1993. It changes the
13068 behavior of configure in unexpected and confusing ways.
13069
13070 Also, use different delim char when calculating
13071 program_transform_name so that the name can contain slashes.
13072
13073 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13074
13075 * configure.in, config.sub: Add support for VSTa micro-kernel.
13076
13077 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13078
13079 * configure.in: Nuke hacks which were used to get a special
13080 version of GAS for HPPA configurations.
13081
13082 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13083
13084 * configure: If only ${target_alias} is given, use that
13085 as the default for ${host_alias}.
13086 * configure: Add missing back-slashes before nested quotes.
13087
13088 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13089
13090 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13091
13092 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13093
13094 * config.guess: Recognize some Tektronix configurations.
13095 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13096
13097 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13098
13099 * config.sub: Match any flavor of SH.
13100
13101 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13102
13103 * configure.in: Don't try to configure newlib for Alpha.
13104
13105 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13106
13107 * configure.in: Don't build ld for Irix 5. Don't build gas,
13108 libg++ or libio for any Alpha target.
13109
13110 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13111
13112 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13113
13114 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13115 default arguments -- so it tried to compress itself.
13116
13117 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13118
13119 * configure.in (notsupp): ensure that a space is always at the end
13120 of the configdirs list, since the grep checks for an explicit space
13121
13122 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13123
13124 * configure.in (target i386-sysv4.2): don't build ld, since static
13125 versions of many libraries are not available.
13126
13127 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13128
13129 * config.guess: Recognize Apollos (using environment variables).
13130 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13131
13132 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13133
13134 * config.guess: Recognize Sony news mips running newsos.
13135
13136 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13137
13138 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13139 "fi ; else" for bash.
13140
13141 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13142
13143 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13144
13145 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13146
13147 * config.sub: accept unixware as an alias for svr4.2.
13148 Fix some inconsistancies with the gcc version.
13149
13150 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13151
13152 * Makefile.in (DISTDOCDIRS): Add gdb.
13153
13154 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13155
13156 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13157
13158 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13159
13160 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13161 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13162 this now.
13163
13164 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13165
13166 * config.sub: Accept hiux* as an OS name.
13167
13168 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13169 etc/make-stds.texi. The underscore came from gcc, and dje now
13170 agrees that RUNTESTFLAGS is the correct name.
13171
13172 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13173
13174 * install.sh: Remove 'set -e'. It makes any conditionals
13175 in the script useless.
13176
13177 * config.guess: Automatically recognize arm-acorn-riscix
13178 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13179
13180 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13181
13182 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13183
13184 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13185
13186 * Makefile.in (DISTDOCDIRS): New variable.
13187 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13188 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13189
13190 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13191
13192 * configure.in (hppa target): check the source directory for the
13193 pagas sub-directory
13194
13195 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13196
13197 * config.sub: Allow -aout* and -elf*.
13198
13199 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13200
13201 * configure.in: Don't build ld on i386-solaris2, same as for
13202 sparc-solaris2.
13203
13204 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13205
13206 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13207
13208 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13209
13210 * configure.in: Configure gdb for alpha.
13211
13212 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13213
13214 * Makefile.in (CXXFLAGS): Add -O.
13215
13216 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13217
13218 * config.guess: added support for DG Aviion
13219
13220 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13221
13222 * configure.in: Produce warning message for subdirectories not
13223 configurable for this host/target combination. Don't try to
13224 configure gdb for vms.
13225
13226 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13227
13228 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13229 appropriate files before making "diststuff".
13230 (DISTBISONFILES): New var: list of files to be edited.
13231 (DISTSTUFFDIRS): Add binutils.
13232
13233 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13234
13235 * config.sub: also handle mipsel and mips64el (for little endian mips)
13236
13237 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13238
13239 * configure.in: Add * to end of all OS names.
13240
13241 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13242
13243 * configure.in: Build newlib for LynxOS native.
13244
13245 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13246
13247 * config.guess: Add support for delta 88k running SVR3.
13248
13249 * configure.in: Add comment about HP compiler vs. emacs.
13250
13251 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13252
13253 * configure.in: don't build ld on solaris2 (not a viable option
13254 due to bugs in getpwnam & getpwuid)
13255
13256 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13257
13258 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13259 config.guess will produce a full version number.
13260
13261 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13262
13263 * configure.in: Build linker and binutils for alpha-dec-osf1.
13264
13265 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13266
13267 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13268 and gdb/testsuite/Makefile.in.
13269
13270 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13271
13272 * configure.in: recognize mips*- instead of mips-
13273
13274 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13275
13276 * config.sub: Accept linux*coff and linux*elf as operating
13277 systems.
13278
13279 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13280
13281 * config.sub: Recognize mips64, and mips3 as an alias for it.
13282
13283 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13284
13285 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13286 gdb knows how to handle OSF/1 shared libraries.
13287
13288 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13289
13290 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13291 * config.guess: Recognize Hitachi's HIUX.
13292 * config.sub: Recognize h3050r* and hppahitachi.
13293 Remove redundant cases for hp9k[23]*.
13294
13295 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13296
13297 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13298 if gas and ld are in the source tree and are in ${configdirs}.
13299 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13300 --with options (but still pass them down on the command line,
13301 if they were explicitly specified).
13302
13303 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13304
13305 * configure: substitute SHELL value in Makefile.in with
13306 ${CONFIG_SHELL}
13307
13308 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13309
13310 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13311 *-*-solaris2* targets.
13312
13313 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13314
13315 * Makefile.in: define M4, and pass it down to sub-makes;
13316 all-autoconf now depends on all-m4
13317
13318 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13319
13320 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13321 presence of {ar,ranlib} instead of a configured directory
13322
13323 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13324
13325 * config.guess: Accept 34?? as well as 33?? for NCR.
13326
13327 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13328
13329 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13330 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13331
13332 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13333
13334 * configure: grab values for $(CC) and $(CXX) from the
13335 environment, so that someone can do "CC=gcc configure; make" and
13336 have it work right (matching the way that autoconf works now)
13337
13338 * configure.in, Makefile.in: add support for gash, the tcl
13339 interface to Galaxy
13340
13341 * config.guess: add NetBSD variants (hp300, x86)
13342
13343 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13344
13345 * install.sh: Support -d option (in the manner of SunOS 4 install,
13346 as it is more deterministic than that of GNU install)
13347 (chmodcmd): Set file to mode 755 by default (should also do default
13348 chgrp and chown, but I don't feel like dealing with that now)
13349
13350 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13351
13352 * config.sub: Remove h8300hhms alias.
13353
13354 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13355
13356 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13357
13358 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13359
13360 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13361 as stmp-fixinc
13362
13363 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13364
13365 * config.sub: recognize m88110-bug-coff.
13366
13367 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13368
13369 * Makefile.in (all-libio): all dependencies on the toolchain used
13370 to build this (gcc, gas, ld, etc)
13371
13372 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13373
13374 * config.guess: Deal with OSF/1 1.3 on alpha.
13375
13376 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13377
13378 * install.sh: add some 'else true' clauses for portability
13379
13380 * configure.in: don't build libio for h8[35]00-*-* targets
13381
13382 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13383
13384 * Makefile.in: Add support for new libio.
13385
13386 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13387
13388 * install.sh: If one command fails, don't try the rest. Don't try
13389 to remove $dsttmp (via trap) unless we have already created it.
13390 If $src doesn't exist, detect it and exit with an error.
13391
13392 * config.guess: Recognize BSD on hp300.
13393
13394 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13395
13396 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13397 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13398
13399 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13400
13401 * Makefile.in (all-send-pr): depends on all-prms
13402
13403 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13404
13405 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13406
13407 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13408
13409 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13410 Added test for mips-mips-riscos5.
13411
13412 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13413
13414 * configure.in: use mh-hp300 for 68k HP hosts
13415
13416 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13417
13418 * configure: add support for CONFIG_SHELL, so that you can use
13419 some alternate shell for evaluating configure scripts
13420
13421 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13422
13423 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13424 in configure script to bug-gdb@prep.ai.mit.edu when building
13425 distribution archive.
13426 * Makefile.in (COMPRESS): Remove def.
13427 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13428 gdb.tar.Z and make-gdb.tar.Z respectively.
13429 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13430 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13431 to convergence with 'taz' target in Makefile.in.
13432
13433 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13434
13435 * install.sh (dsttmp): use trap to ensure that tmp files go
13436 away on error conditions
13437
13438 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13439
13440 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13441
13442 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13443
13444 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13445 its parent is '/' not ''.
13446
13447 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13448
13449 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13450
13451 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13452 that ${newsrcdir}/configure.in does.
13453
13454 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13455
13456 * test-build.mk: support for CONFIG_SHELL
13457
13458 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13459
13460 * config.sub (netware): Add as a basic system type.
13461
13462 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13463
13464 * Makefile.in (Makefile): depend on configure.in. Also drop the
13465 $(srcdir)/ from the dependency on Makefile.in.
13466
13467 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13468
13469 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13470 (h8300hhms is temporary until multi-libraries are implemented).
13471 * configure.in: Handle h8300h too.
13472
13473 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13474
13475 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13476
13477 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13478
13479 * configure: Remove extraneous output when guessing host type.
13480 * config.guess: Remove extraneous output when guessing using C
13481 compiler rather than uname, or when guessing fails.
13482
13483 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13484
13485 * Makefile.in: remove all.cross and install.cross targets
13486
13487 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13488 definitions
13489
13490 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13491
13492 * configure.in (target sh): Build gprof.
13493
13494 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13495
13496 * config.sub: change -solaris to -solaris2
13497
13498 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13499
13500 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13501
13502 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13503
13504 * configure: Correct error message for missing Makefile.in to
13505 print correct directory.
13506
13507 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13508
13509 * install.sh: kludge around 386BSD shell bug
13510
13511 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13512
13513 * config.guess: Recognize NeXT.
13514 * config.guess: Recognize i486-ncr-sysv4.
13515 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13516
13517 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13518
13519 * Makefile.in (MAKEINFOFLAGS): New variable.
13520 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13521 * build-all.mk, test-build.mk: Pass down --no-split as
13522 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13523
13524 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13525
13526 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13527
13528 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13529
13530 * Makefile.in (libg++.tar.z): New rule.
13531 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13532 * Makefile.in (taz): Only do a single chmod.
13533
13534 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13535
13536 * install.sh: don't use dirname anymore (replaced with sed usage)
13537
13538 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13539
13540 * Makefile.in: Change extension for gzip'd files from '.z' to
13541 '.gz' per new FSF standard usage.
13542
13543 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13544
13545 * configure: put quotes around the final value of program_transform_name
13546
13547 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13548
13549 * Makefile.in: new install.sh support; update install-info rules
13550
13551 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13552
13553 * configure.in: Build diff for crosses, but not for go32 host.
13554
13555 * configure.in: Build gprof only for native, and don't build it
13556 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13557
13558 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13559
13560 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13561
13562 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13563
13564 * configure.in (host_tools): Add prms.
13565
13566 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13567
13568 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13569 with $(FLAGS_TO_PASS) on the command line
13570
13571 * config.sub: Recognize lynx and lynxos
13572
13573 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13574
13575 * config.sub: Accept -ecoff*, not just -ecoff.
13576
13577 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13578
13579 * Makefile.in (taz): Use .gz suffix instead of .z.
13580 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13581 names.
13582
13583 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13584
13585 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13586
13587 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13588
13589 * Makefile.in (install-no-fixedincludes): install gcc last, so
13590 that rebuilds that might happen during 'make install' don't get
13591 bogus gcc include files
13592
13593 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13594
13595 Change from Utah for HPPA support:
13596 * config.guess: Recognize hppa1.x-hp-bsd.
13597
13598 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13599
13600 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13601 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13602
13603 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13604
13605 * config.sub: Add support for rom68k and bug boot monitors.
13606
13607 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13608
13609 * Makefile.in: Make all-opcodes depend on all-bfd.
13610
13611 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13612
13613 * config.guess: Added special check for i[34]86-univel-sysv4*.
13614
13615 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13616
13617 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13618 the processor rather than assuming i486.
13619
13620 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13621
13622 * config.guess: Recognize SunOS6 as Solaris3.
13623
13624 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13625
13626 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13627 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13628
13629 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13630
13631 * build-all.mk (all-cross): New target for Canadian Cross.
13632 Added Q2 go32 targets.
13633 * test-build.mk: Configure go32 cross sparclite-aout and
13634 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13635 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13636
13637 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13638
13639 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13640 GO32 hosted toolchains
13641
13642 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13643
13644 * configure: change so "-exec-prefix" gets passed down rather
13645 than "-exec_prefix" so autoconf generated Makefiles get the
13646 exec_prefix set right.
13647
13648 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13649
13650 * config.guess: get the Solaris2 minor version number
13651
13652 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13653
13654 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13655
13656 * config.guess: Recognize some Sequent platforms.
13657
13658 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13659
13660 * Makefile.in: added the vault-install target
13661
13662 * configure.in: actually use the Sun3 makefile fragment that's in
13663 config, also added the release dir to configdirs
13664
13665 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13666
13667 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13668
13669 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13670
13671 * configure.in: remove some program from Alpha targetted toolchains
13672
13673 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13674
13675 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13676 gprof.
13677 (taz): Run "make diststuff" in those directories instead of "make
13678 proto-dir". Look for "VERSION=" only at start of line in subdir
13679 Makefile. Use "gzip -9" for compression.
13680 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13681 (binutils.tar.z): New target.
13682
13683 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13684
13685 * Makefile.in (taz): Include gpl.texinfo.
13686
13687 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13688
13689 * Makefile.in (setup-dirs): Merged into "taz" target.
13690 (taz): Only do `proto-dir' stuff if a directory is actually needed
13691 for this target.
13692
13693 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13694
13695 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13696 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13697 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13698 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13699 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13700
13701 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13702
13703 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13704 config.sub, and move-if-change to gdb testsuite distribution
13705 archive, so the testsuite can be extracted, configured, and
13706 run separately from the gdb distribution. Blow away the Chill
13707 tests that require a Chill compiled executable, since GNU Chill
13708 is not yet publically available.
13709
13710 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13711
13712 * test-build.mk: set environment variables in a single command,
13713 instead of a list of assignments and exports
13714
13715 * config.guess: recognize Alpha/OSF1 systems
13716
13717 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13718
13719 * configure: Change help message to prefer --options rather than
13720 -options.
13721
13722 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13723
13724 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13725 zippy@ecst.csuchico.edu.
13726 * config.guess: Recognize miniframe.
13727
13728 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13729
13730 * Makefile.in: Use srcroot to find runtest rather than rootme.
13731 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13732
13733 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13734
13735 * test-build.mk: Extensive additions to support building on a
13736 machine other than the host.
13737
13738 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13739
13740 * configure (tooldir): Fix for i386-aix again.
13741
13742 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13743
13744 * configure, Makefile.in: Change definition of $(tooldir)
13745 to match the FSF.
13746
13747 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13748
13749 * config.guess: Recognize i[34]86/SVR4.
13750
13751 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13752
13753 * Makefile.in (all-gdb): gdb depends on sim.
13754
13755 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13756
13757 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13758 at the same time we make the prototype gdb directory.
13759 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13760 files at the same time as the gdb base release distribution.
13761
13762 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13763
13764 * Makefile.in (check): Use individual check targets rather than
13765 DO_X rule.
13766 (check-gcc): Added.
13767
13768 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13769
13770 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13771 for System V release 3.2.
13772
13773 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13774
13775 * config.sub: Recognize hppaosf.
13776 * configure.in: Do configure ld/binutils/gas for it.
13777
13778 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13779
13780 * configure (tooldir): Alter syntax used to set this, for systems
13781 where "\$" isn't handled right, like i386-aix.
13782
13783 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13784
13785 * configure: Pass program-transform-name, not
13786 program_transform_name, to recursive configures.
13787
13788 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13789
13790 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13791 of gas+ld+binutils.
13792
13793 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13794
13795 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13796
13797 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13798
13799 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13800
13801 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13802
13803 * Makefile.in (PRMS): Set back to all-prms.
13804
13805 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13806
13807 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13808 targets, rather than for MIPS hosts.
13809
13810 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13811
13812 * configure.in: add comment for --with-x default values
13813
13814 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13815
13816 * Makefile.in: add check-* targets for each of the directories in
13817 the tree. Add a definition of RUNTEST that will use the one we
13818 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13819
13820 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13821
13822 * configure.in: Removed obsolete references to bfd_target and
13823 target_makefile_frag.
13824
13825 * build-all.mk: Set assorted targets for Q2.
13826 * config.sub: Recognize z8k-sim and h8300-hms.
13827 * test-build.mk: Really don't pass host to configure.
13828 (HOLES): Added uname.
13829
13830 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13831
13832 * configure: Handle an empty program-prefix, program-suffix or
13833 program-transform-name correctly.
13834
13835 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13836
13837 * build-all.mk: -G 8 no longer required for MIPS targets.
13838 * test-build.mk: Don't pass host argument to configure; make it
13839 guess.
13840
13841 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13842
13843 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13844 * Makefile.in (COMPRESS): New macro, like GZIP.
13845
13846 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13847
13848 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13849
13850 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13851 with gas currently defaults to -G 0.
13852
13853 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13854
13855 * Makefile.in (all-flex): flex depends on byacc.
13856
13857 * build-all.mk: If host not specified, use config.guess. Pass TAG
13858 to test-build.mk as RELEASE_TAG.
13859 * test-build.mk (configargs): New variable containing arguments to
13860 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13861 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13862
13863 * config.guess: Use /bin/uname when checking -X argument on SCO,
13864 to avoid invoking GNU uname which doesn't understand -X.
13865
13866 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13867
13868 * configure.in: Build gas for mips-*-*.
13869
13870 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13871
13872 * Makefile.in (all.normal): insert missing backslash.
13873
13874 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13875
13876 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13877
13878 * Makefile.in: Complete overhaul to merge many almost identical
13879 targets.
13880
13881 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13882
13883 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13884 (gdb.tar.Z): Adjusted.
13885
13886 * Makefile.in (setup-dirs, taz): New targets; should be general
13887 enough to adapt for gdb sometime. Build only .z file.
13888 (gas.tar.z): New target.
13889
13890 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13891
13892 * build-all.mk: Use CC=cc -Xs on Solaris.
13893
13894 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13895
13896 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13897 for handling BISON for FSF releases.
13898
13899 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13900
13901 * configure: Actually implement the change zoo just documented.
13902
13903 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13904
13905 * configure: when using config.guess, only set target_alias when
13906 it's not already been set (ie, on the command line)
13907
13908 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13909
13910 * Makefile.in: add installcheck target, set PRMS to install-prms
13911
13912 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13913
13914 * configure: add support for package_makefile_fragment, handle the
13915 case where a directory has a configure.in file but no Makefile.in
13916 more gracefully (with an actual understandable error message, even);
13917 add support for --without (and add this to the usage message); also
13918 explicitly add a --host=${host_alias} to the command line when
13919 config.guess is used
13920
13921 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13922
13923 * configure: Must use both --host and --target in recursive calls.
13924
13925 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13926
13927 * Makefile.in: Change deja-gnu to dejagnu.
13928
13929 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13930
13931 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13932
13933 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13934
13935 * configure.in: canonicalize all instances to *-*-solaris2*,
13936 also strip out a number of tools to not build for go32 host
13937
13938 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13939
13940 * config.guess: add GPL.
13941
13942 * Makefile.in, config.guess, config.sub, configure: bump
13943 copyrights to 93.
13944
13945 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13946
13947 * Makefile.in (do-info): Removed obsolete check for existence of
13948 localenv file.
13949
13950 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13951
13952 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13953
13954 * Makefile.in: a couple of 'else true' for decstation,
13955 support for TclX
13956
13957 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13958
13959 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13960
13961 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13962
13963 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13964
13965 * config.guess: Recognize i386-ibm-aix (PS/2).
13966 * configure.in: Use config/mh-aix386 file for it.
13967
13968 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13969
13970 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13971 CC_FOR_TARGET instead.
13972 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13973
13974 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13975
13976 * Makefile.in: Add sim to list of directories sent with gdb
13977
13978 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13979
13980 * configure.in: Put back mips-dec-bsd* case.
13981
13982 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13983
13984 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13985 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13986 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13987
13988 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13989
13990 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13991
13992 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13993 (install-info): install dir.info only if it exists,
13994 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13995
13996 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13997
13998 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13999 gas for mips-dec-bsd.
14000
14001 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14002
14003 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14004 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14005
14006 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14007
14008 * configure.in: Added "dejagnu" to hosttools list.
14009
14010 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14011
14012 * config.sub, configure.in, config.guess: Add support
14013 for Bosx, an AIX variant from Bull.
14014 Patches from F.Pierresteguy@frcl.bull.fr.
14015
14016 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14017
14018 * devo/dejagnu: Initial creation of devo/dejagnu.
14019 Migrated dejagnu testcases and support files for testing software
14020 tools to reside as subdirectories, currently called "testsuite",
14021 within the directory of the software tool. Migrated all programs,
14022 support libraries, etc. beloging to dejagnu proper from
14023 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14024 with no modifications. The changes to these files which will
14025 allow them to configure, build, and execute properly will be made
14026 in a future update.
14027
14028 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14029
14030 * Makefile.in: Change send_pr to send-pr.
14031 * configure.in: Likewise.
14032 * send_pr: Renamed directory to send-pr.
14033
14034 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14035
14036 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14037
14038 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14039
14040 * README: Update for gdb-4.8 release.
14041 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14042 gdb-xxx.tar.z (gzip'd) file also.
14043
14044 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14045
14046 * Makefile.in: make all-diff depend on all-libiberty
14047
14048 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14049
14050 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14051
14052 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14053
14054 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14055
14056 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14057
14058 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14059 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14060 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14061
14062 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14063
14064 * Makefile.in: makeinfo binary is in a new location
14065
14066 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14067
14068 * config.sub: Accept -ecoff as an OS.
14069
14070 * Makefile.in: Various changes to eliminate a level of make
14071 recursion and reduce the required command line length.
14072 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14073 sub-makes.
14074 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14075 variables holding settings for specific sub-makes.
14076 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14077 in terms of BASE_FLAGS_TO_PASS.
14078 (TARGET_LIBS): New variable listing directories which use
14079 TARGET_FLAGS_TO_PASS.
14080 (subdir_do): Eliminated.
14081 (do-*): New set of targets to replace subdir_do.
14082 (various): All targets which used subdir_do now depend on do-*.
14083 (local-clean): Renamed from do_clean.
14084 (local-distclean): New target, dependency of distclean and
14085 realclean.
14086 (install-info): Don't create directories. Depend on dir.info
14087 rather than calling make recursively.
14088 (install-dir.info): Eliminated.
14089 (install-info-dirs): Create all info directories here.
14090 (dir.info): Depend upon do-install-info.
14091
14092 * test-build.mk (HOLES): Added false.
14093
14094 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14095
14096 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14097
14098 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14099
14100 * Makefile.in (info): remove dependency on all-texinfo. The
14101 problem was really in texinfo/C, not at this level.
14102
14103 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14104
14105 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14106
14107 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14108
14109 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14110 GDB releases.
14111
14112 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14113
14114 * configure: Include srcdir in message about target of link not
14115 being found. Don't convert `-' to `_' in `with' options being
14116 passed to subdirs.
14117
14118 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14119
14120 * configure.in: add uudecode to host_tools
14121
14122 * Makefile.in: added {all,install}-uudecode targets, added them to
14123 the appropriate lists
14124
14125 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14126
14127 * Makefile.in (all-gcc): Added dependency on all-gas.
14128
14129 * configure.in (mips-*-*): Build ld and binutils.
14130
14131 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14132
14133 * configure: check return code from mkdir, print error message and
14134 exit on failure.
14135
14136 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14137
14138 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14139
14140 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14141
14142 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14143
14144 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14145
14146 * config.sub (h8500): Recognize this as a cpu type.
14147
14148 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14149
14150 * configure: source directory missing is no longer a warning
14151
14152 * configure.in: recognize irix[34]* instead of irix[34]
14153
14154 * Makefile.in: define and pass down X11_LIB
14155
14156 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14157
14158 * guess-systype: Renamed to ...
14159 * config.guess: ... by popular request.
14160 * configure.in, Makefile.in: Update accordingly.
14161
14162 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14163
14164 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14165 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14166 + Execute ./dummy instead of assuming . is in PATH.
14167
14168 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14169
14170 * guess-systype: New shell script. Attempts to guess the
14171 canonical host name of the executing host.
14172 Only a few hosts are supported so far.
14173 * configure: Call guess-systype if no host is specified.
14174
14175 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14176
14177 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14178 gcc Makefile.
14179
14180
14181 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14182
14183 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14184 (all-gcc, install-gcc, subdir_do): Use it.
14185
14186 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14187
14188 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14189
14190 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14191
14192 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14193 set exclusively by configure, using configure.in .
14194
14195 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14196
14197 * test-build.mk: set $PATH for all builds
14198
14199 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14200
14201 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14202
14203 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14204 the one used in gcc/Makefile.in, so that a null expansion doesn't
14205 override the one needed to build gcc with a native cc.
14206
14207
14208 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14209
14210 * configure: Accept -with arguments.
14211
14212 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14213
14214 * Makefile.in: added h8300sim
14215
14216 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14217
14218 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14219 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14220 (all-cygnus, native, build-cygnus): Make
14221 $(canonhost)-stamp-3stage-done, not $(host)....
14222 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14223 i386-sco3.2v4. Added else true to if command.
14224
14225 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14226
14227 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14228
14229 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14230
14231 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14232
14233 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14234
14235 * configure.in: don't remove binutils from Solaris builds
14236
14237 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14238
14239 * Makefile.in: get rid of earlier definitions for *clean,
14240 also handle the recursive info rule better
14241
14242 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14243
14244 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14245 do more-or-less the right thing.
14246
14247 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14248
14249 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14250 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14251
14252 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14253
14254 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14255 $(host_canonical).
14256
14257 * configure.in: split the configdirs list into 4 categories (native
14258 v. cross, library v. tool) and handle the cross-only and native-
14259 only in more reasonable (and correct!) way.
14260
14261 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14262
14263 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14264 configdirs anymore.
14265
14266 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14267
14268 * Makefile.in: extensive cleanup:: removed all of the explicit
14269 clean-* targets, collapsed many wrappers around subdir_do into
14270 one, added additional targets to satisfy standards.texi, deleted
14271 some old targets, some changes for consistency
14272
14273 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14274
14275 * configure.in: handle some programs as cross-only, and others as
14276 native only
14277
14278 * test-build.mk: handle partial holes in a more generic manner
14279
14280 * Makefile.in: m4 depends on libiberty
14281
14282 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14283
14284 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14285 time, wdiff, and find to configdirs
14286
14287 * Makefile.in: all, clean, and install rules for the new programs
14288 added to configure.in
14289
14290 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14291
14292 * configure.in: use mh-sun for all *-sun-* hosts
14293
14294 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14295
14296 * Makefile.in: define flags for X11 include files and library file
14297 locations, pass them down to the programs that need this info
14298
14299 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14300
14301 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14302
14303 * configure.in: start building libg++ for HP-UX targets
14304
14305 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14306
14307 * README: Update references to files moved into etc/.
14308
14309 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14310
14311 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14312 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14313
14314 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14315
14316 * configure: accept dash as well as underscore in long option
14317 names for FSF compatibility.
14318
14319 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14320
14321 * config.sub: added -sco3.2v4 support from FSF.
14322
14323 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14324
14325 * configure.in: expand the section that adds or removes
14326 directories from the list of programs to build, to handle native
14327 vs. cross in addition to host v. native
14328
14329 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14330
14331 * Makefile.in: Replace C++ in macro names with CXX.
14332 This is less likely to break ...
14333
14334 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14335
14336 * test-build.mk: add -w to GNU_MAKE
14337
14338 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14339
14340 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14341 add 'sparc' to list of recognized cpus. This needed to make
14342 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14343 Delete some redundant ose68 variants. Recognize -wrs as an os,
14344 then changes that into $CPU-wrs-vxworks.
14345
14346 * configure.in: remove most references to gdbtest, regularize
14347 target based program removal
14348
14349 * test-build.mk: import from p3 tree (many fixes and changes)
14350
14351 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14352
14353 * Makefile.in: added rules to handle tcl, tk, and expect
14354
14355 * configure.in: handle those directories if they exist
14356
14357 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14358
14359 * config.sub: removed bogus hppabsd and hppahpux names, since
14360 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14361
14362 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14363
14364 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14365 depends upon all-xiberty
14366
14367 * Makefile.in: changes from p3, including:
14368
14369 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14370
14371 * Makefile.in (XTRAFLAGS): include newlib directories if
14372 newlib/Makefile exists, rather than if host != target.
14373
14374 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14375
14376 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14377 from the same source tree and not building a cross-compiler. This
14378 matters for the libg++ configuration if reconfiguring a tree that
14379 has already been installed.
14380
14381 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14382
14383 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14384 pick up the machine and system specific header files.
14385
14386 * Makefile.in: added AS_FOR_TARGET, passed down in
14387 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14388 the C compiler to use to create programs which are run in the
14389 build environment, set it to default to $(CC), and passed it down
14390 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14391
14392 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14393
14394 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14395 We need them for unusual native builds, like systems without
14396 ranlib.
14397
14398 * configure: also define $(host_canonical) and
14399 $(target_canonical), which are the full, canonical names for the
14400 given host and target
14401
14402 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14403
14404 * Makefile.in: Added separate definitions for C++.
14405
14406 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14407
14408 * configure.in (configdirs): Add deja-gnu.
14409
14410 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14411
14412 * README: Update for configure.texi and gdb-4.7 release.
14413
14414 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14415
14416 * Makefile.in: Move "all" target to top of file.
14417 Previously, first target was ".PHONY" which caused BSD4.4 make
14418 to build .PHONY when make was run without arguments.
14419
14420 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14421
14422 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14423 Library-copylefted code in libiberty.
14424
14425 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14426
14427 * config.sub: Replace m68kmote with plain old m68k.
14428
14429 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14430
14431 * Makefile.in: Remove space from blank line, avoid Make complaints.
14432
14433 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14434
14435 * config.sub: Complain if no argument is given. Added support for
14436 386bsd as OS and target alias.
14437
14438 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14439
14440 * Makefile.in (XTRAFLAGS): include newlib directories if
14441 newlib/Makefile exists, rather than if host != target.
14442
14443 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14444
14445 * config.sub: recognize sparclite-wrs-vxworks.
14446
14447 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14448 p3.) Added clean-xiberty to clean.
14449
14450 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14451
14452 * configure.in: use *-*-* instead of nested cases for host and target
14453
14454 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14455
14456 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14457 from the same source tree and not building a cross-compiler. This
14458 matters for the libg++ configuration if reconfiguring a tree that
14459 has already been installed.
14460
14461 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14462
14463 * config.sub (i486v/i486v4): Merge in from FSF version.
14464
14465 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14466
14467 * configure: only set PWD if it is already set.
14468
14469 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14470
14471 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14472 doesn't have unset and all success paths (and most error paths)
14473 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14474 to just ${PWD} to avoid confusion.)
14475
14476 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14477
14478 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14479 even for a native compilation.
14480
14481 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14482
14483 Changes to make the gdb.tar.Z rule work better.
14484
14485 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14486 (DEVO_SUPPORT): Add configure.texi.
14487 (bfd-ilrt.tar.Z): Remove ancient rule.
14488
14489 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14490
14491 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14492 pick up the machine and system specific header files.
14493
14494 * configure.in, config.sub: added new target m68010-adobe-scout,
14495 with alias of adobe68k. Changed configure.in to check for
14496 -scout before -sco* to avoid a false match.
14497
14498 * Makefile.in: added AS_FOR_TARGET, passed down in
14499 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14500 the C compiler to use to create programs which are run in the
14501 build environment, set it to default to $(CC), and passed it down
14502 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14503
14504 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14505
14506 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14507 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14508 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14509 FOR_TARGET variants, to newlib and libg++.
14510
14511 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14512
14513 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14514 first.
14515
14516 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14517
14518 * config.sub: Accept `elf' as an environment.
14519
14520 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14521
14522 * Makefile.in (all-opcodes): cd into the right directory
14523
14524 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14525
14526 * configure: added -program_transform_name option, used as
14527 argument to sed when installing programs.
14528 configure.texi: added documentation for -program_prefix,
14529 -program_suffix and -program_transform_name.
14530
14531 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14532
14533 * config.sub: Accept i486 where i386 ok.
14534
14535 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14536
14537 * config.sub: accept we32k
14538
14539 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14540
14541 * config.sub, configure.in: accept OSE68000 and OSE68k.
14542
14543 * Makefile.in: don't create all directories for ``make install'';
14544 let the subdirectories create the ones they need.
14545
14546 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14547
14548 * COPYING: new file, GPL v2
14549
14550 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14551
14552 * Makefile.in: use the new gen-info-dir, which needs a template
14553 argument (which also lives in texinfo)
14554
14555 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14556
14557 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14558
14559 * config.sub (ncr3000): Change i386 to i486.
14560
14561 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14562
14563 * Makefile.in: add install-rcs, install-grep to
14564 install-no-fixedincludes, removed install-bison and install-libgcc
14565
14566 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14567
14568 * configure.in: grab the HPUX makefile fragment if on HPUX
14569
14570 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14571
14572 * Makefile.in: eradicate bison spoor (ditto libgcc).
14573 configure.in: recognise m68{k,000}-ericsson-OSE.
14574 es1800 is alias for m68k-ericsson-OSE
14575
14576 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14577
14578 * configure.in: rearrange the parts that remove programs from
14579 configdirs, based now on HOST==TARGET or by canonical triple.
14580
14581 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14582
14583 * test-build.mk: recurse explicitly with -f test-build.mk when
14584 appropriate. predicate stage3 and comparison on the existence
14585 of gcc. That is, if gcc isn't around, we aren't three-staging.
14586 On very clean, also remove ...stamp-co. Build in-place before
14587 doing other builds.
14588
14589 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14590
14591 * Makefile.in, configure.in: add tgas
14592
14593 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14594
14595 * Makefile.in: a number of changes merged in from progressive.
14596
14597 * configure.in: add libm.
14598
14599 * .cvsignore: ignore some stuff that comes from test-build.mk.
14600
14601 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14602
14603 * config.sub: Add es1800 (m68k-ericsson-es1800).
14604
14605 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14606
14607 * configure: Add program_suffix (parallel to program_prefix)
14608 * Makefile.in: adjust directory-creating script for losing decstation
14609
14610 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14611
14612 * configure: Minor $subdir-related fixes.
14613
14614 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14615
14616 * configure: fix various problems with propogating
14617 makefile_target_frag in subdirs.
14618 * configure.in: config libgcc if its there
14619
14620 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14621
14622 * config.sub: HPPA merge.
14623
14624 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14625
14626 * Makefile.in: Replace all-bison with all-byacc in all
14627 dependency lines for other tools (which now use byacc).
14628
14629 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14630
14631 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14632
14633 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14634
14635 * Makefile.in: make gprof rules similar to byacc rules (instead of
14636 vestigal $(unsubdir) that didn't work...)
14637
14638 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14639
14640 * config.sub: Add support for Linux.
14641 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14642 (at least for libg++).
14643
14644 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14645
14646 * configure.texi: fix doc for the -nfp option to configure
14647
14648 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14649
14650 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14651
14652 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14653
14654 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14655 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14656 * configure.in: added solaris* host_makefile_frag hook.
14657
14658 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * config.sub: changed recognition of m68000 so that various
14661 m68k types can be specified via m680[01234]0
14662
14663 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14664
14665 * config.sub (basic_machine): fix sed so that '-foo' isn't
14666 completely substituted out while .+'-foo' loses the '-foo'
14667
14668 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14669
14670 * config.sub ($os): Add -aout.
14671
14672 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14673
14674 * configure: If host_makefile_frag is absolute, don't
14675 prefix ${invsubdir} (relevant to libg++ auto-configure).
14676
14677 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14678
14679 * Makefile.in (tooldir): Define it.
14680 (all-ld): Depend on all-flex.
14681
14682 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14683
14684 * Makefile.in (check): Fix libg++ special case.
14685
14686 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14687
14688 * configure: do not bury `pwd` into config.status, thus do fewer
14689 pwd's.
14690
14691 * configure: print the "Building in" message only when building in
14692 other than "." AND verbose.
14693
14694 * configure: remove -s, rework -v to better accomodate guested
14695 configures.
14696
14697 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14698
14699 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14700
14701 * Makefile.in: macroize flags passed on recursion. remove
14702 fileutils.
14703
14704 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14705
14706 * configure: get makesrcdir right for subdirs deeper than 1.
14707
14708 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14709 install.
14710
14711 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14712
14713 * Makefile.in: don't print subdir_do or recursion lines.
14714
14715 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14716
14717 * standards.texi: added menu item.
14718
14719 * Makefile.in: build and install standards.info.
14720
14721 * standards.texi: new file.
14722
14723 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14724
14725 * configure: test for and move config.status pieces from
14726 ${subdir}/.
14727
14728 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14729
14730 * configure: Test for existance of files before trying to mv
14731 them, to avoid numerous non-existance messages.
14732
14733 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14734
14735 * configure: correct final line of config.status.
14736
14737 * configure: patch from eggert. Avoids a protection problem if
14738 the original Makefile.in is read only.
14739
14740 * configure: use move-if-change from gcc to create config.status.
14741 Some makefiles depend on config.status to tell if a directory
14742 has been reconfigured for a different host. This change
14743 prevents those directories from remaking everything in the case
14744 where the reconfig was only intended to rebuild a Makefile.
14745
14746 * configure: test for config.sub with "config.sub sun4" rather
14747 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14748 host alias from a missing config.sub.
14749
14750 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14751
14752 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14753 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14754
14755 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14756
14757 * configure: mkdir ${subdir} as needed.
14758
14759 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14760
14761 * Makefile.in,configure.in: added autoconf.
14762
14763 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14764
14765 * Makefile.in: no longer pass against on recursion.
14766
14767 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14768 definitions are not inherited.
14769
14770 * configure: correct makesrcdir when subdir is .
14771
14772 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14773
14774 * configure: Add support for 'subdirs' variable, which is
14775 like 'configdirs', except that configure doesn't re-invoke
14776 itself for subdirs, it just creates a Makefile for each subdir.
14777 * configure.texi: Document subdirs.
14778
14779 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14780
14781 * configure.in: added flex to configdirs
14782
14783 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14784
14785 * Makefile.in: remove clean-stamps from clean.
14786
14787 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14788
14789 * configure.in: Add gdbtest to configdirs.
14790
14791 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14792
14793 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14794 to recursive makes.
14795 * configure.in: Recognize new ncr3000 config.
14796
14797 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14798
14799 * Makefile.in, configure.in: removed references to gdbm.
14800
14801 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14802
14803 * config.sub: Don't canonicalize os value
14804 newsos* to bsd (readline needs to check for newsos).
14805 (This fix was earlier made Jan 31, but got re-broken.)
14806
14807 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14808
14809 * configure.in: sco is an os, not a vendor!
14810
14811 * configure: Quote $( better. Keep various shells happy.
14812
14813 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14814
14815 * Makefile.in: eliminate stamp-files.
14816
14817 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14818
14819 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14820 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14821
14822 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14823
14824 * config.sub: fix iris/iris3.
14825
14826 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14827
14828 * configure: re-add -rm.
14829
14830 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14831
14832 * Maskefile.in: add .stmp-rcs to all.
14833
14834 * configure.in: remove gas from rs6000 build, use aix host fragment.
14835
14836 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14837
14838 * configure: pass down site_option during recursion.
14839
14840 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14841
14842 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14843
14844 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14845
14846 * configure: Change exec_prefix so that it really defaults to prefix.
14847
14848 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14849
14850 * Makefile.in, configure.in: Add support for mmalloc library.
14851
14852 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14853
14854 * Makefile.in: add stmp dependencies for a few more things.
14855
14856 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14857
14858 * configure: adjusted error message on objdir/srcdir configure
14859 collision, per john's suggestion.
14860
14861 * Makefile.in: add libiberty stmp to all and all.cross.
14862
14863 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14864
14865 * Makefile.in: remove force dependencies, add grep to all.
14866
14867 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14868
14869 * Makefile.in: drop flex. make stamp files work.
14870
14871 * configure: added test for conflicting configuration in srcdir,
14872 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14873 gets cranky. use relative paths for configure and srcdir
14874 whenever possible. Send some error messages to stderr that were
14875 going to stdout.
14876
14877 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14878
14879 * Makefile.in: Fix libg++ rule to check for gcc directory
14880 before using gcc/gcc. Also pass XTRAFLAGS.
14881
14882 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14883
14884 * Makefile.in: added stmp-files so that directories aren't polled
14885 when they are already built.
14886
14887 * configure.texi: fixed a node pointer problem.
14888
14889 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14890
14891 * config.sub configure.in gdb/configure.in
14892 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14893 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14894 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14895
14896 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14897
14898 * configure: -recurring becomes -silent. corrected help message
14899 for -site= option.
14900
14901 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14902
14903 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14904
14905 * configure: when building Makefile for crosses, replace
14906 tooldir and program_prefix. default srcdir from location of
14907 config.sub. remove "for host in hosts" and "for target in
14908 targets" loops.
14909
14910 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14911
14912 * Makefile.in: Do not pass bindir or mandir to cvs.
14913
14914 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14915
14916 * Makefile.in, configure.in: removed traces of namesubdir,
14917 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14918 copyrights to '92, changed some from Cygnus to FSF.
14919
14920 * configure.texi: remove most references to multiple hosts,
14921 multiple targets, subdirs, etc.
14922
14923 * configure.man: removed rcsid. reference config.sub not
14924 config.subr.
14925
14926 * Makefile.in: mkdir $(infodir) on install-info.
14927
14928 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14929
14930 * configure.texi: Explain better about .gdbinit and about
14931 the environment that configure.in sections run in.
14932
14933 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14934
14935 * configure.in: Ultrix is only a decstation if it's a MIPS.
14936
14937 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14938
14939 * README: DOC.configure => cfg-paper.texi.
14940
14941 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14942
14943 * config.sub (near case $os): Don't convert newsos* to bsd!
14944
14945 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14946
14947 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14948 the number of copies of COPYING that go into the GDB tar file.
14949
14950 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14951
14952 * bfd/configure.in, gdb/config/mh-i386sco,
14953 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14954 Fix SCO configuration stuff.
14955
14956 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14957
14958 * Makefile.in: For libg++, make sure the -I pointing
14959 to the gcc directory goes *after* all the libg++-local -I flags.
14960 Also, move just-gcc dependency from just-libg++ to all-libg++.
14961
14962 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14963
14964 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14965
14966 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14967
14968 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14969
14970 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14971
14972 * config.sub: Add stratus configuration frags. Also
14973 submitted to FSF.
14974
14975 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14976
14977 * Makefile.in (DEV_SUPPORT): add configure.man.
14978
14979 * config.sub(Decode manufacturer-specific): add -none*.
14980
14981 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14982
14983 * Makefile.in: remove form feeds to make Sun's make happy.
14984 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14985
14986 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14987
14988 * Makefile.in (AR_FLAGS): Make quieter.
14989
14990 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14991
14992 * configure.in: Add libg++.
14993 * configure: When verbose, don't output the command line at each
14994 level; it will be unremarkably the same as the previous version,
14995 which will be the same as what the user typed.
14996
14997 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14998
14999 * configure.in, Makefile.in: fix clean-info, add flex. add
15000 fileutils.
15001
15002 * configure: be less sensitive to spaces in Makefile.in. Do not
15003 look for sources in "..". Doing so breaks subdirectories that
15004 might have their own configure. If a subdir has it's own
15005 configure script, use it.
15006
15007 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15008
15009 * cfg-paper.texi: some changes suggested by rms.
15010
15011 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15012
15013 * config.sub: Merge in some small additions from the FSF version,
15014 taken from the gcc distribution, to bring the Cygnus and FSF
15015 versions into closer sync.
15016
15017 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15018
15019 * configure.in: Changed svr4 references to sysv4.
15020
15021 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15022
15023 * configure: added -V for version number option.
15024
15025 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15026
15027 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15028 renamed from DOC.configure to cfg-paper.texi.
15029
15030 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15031
15032 * configure, config.subr, config.sub: config.subr is now
15033 config.sub again.
15034
15035 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15036
15037 * configure.texi: new file, in progress.
15038
15039 * Makefile.in: build info file and install the man page for
15040 configure.
15041
15042 * configure.man: new file, first cut.
15043
15044 * configure: find config.subr again now that configuration "none"
15045 has gone. removed all traces of the -ansi option. removed all
15046 traces of the -languages option.
15047
15048 * config.subr: resync from rms.
15049
15050 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15051
15052 * configure, config.sub, config.subr: merge config.sub into
15053 config.subr, call the result config.subr, remove config.sub, use
15054 config.subr.
15055
15056 * Makefile.in: revised install for dir.info.
15057
15058 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15059
15060 * configure.in: add decstation host makefile frag.
15061
15062 * Makefile.in: BISON now bison -y again. also install-gcc on
15063 install. clean-gdbm on clean. infodir belongs in datadir.
15064 Make directories for info install. Build dir.info here then
15065 install it.
15066
15067 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15068
15069 * Makefile.in: fix for bad directory tests.
15070
15071 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15072
15073 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15074 regexp. -srcdir relative was being handled incorrectly.
15075
15076 * Makefile.in: unwrapped some for loops so that parallel makes
15077 work again and so one can focus one's attention on a particular
15078 package.
15079
15080 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15081
15082 * configure: added PWD as a stand in for `pwd` (for speed). use
15083 elif wherever possible. make -srcdir work without -objdir.
15084 -objdir= commented out.
15085
15086 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15087
15088 * configure: +options become --options. -subdirs commented out.
15089 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15090 Makefile now at top of generated Makefile. Removed cvs log
15091 entries. added -srcdir. create .gdbinit only if there is one
15092 in ${srcdir}.
15093
15094 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15095 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15096 and mandir now keyed off datadir by default.
15097
15098 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15099
15100 * Freshly created ChangeLog.
15101
15102 \f
15103 Local Variables:
15104 mode: change-log
15105 left-margin: 8
15106 fill-column: 76
15107 version-control: never
15108 End:
This page took 0.367335 seconds and 5 git commands to generate.