]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
ad04e40f024b0de0c3b63c02243f3833a08caaa8
[thirdparty/binutils-gdb.git] / ChangeLog
1 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 * src-release.sh (do_proto_toplev): Configure with --target
4 --with-target-subdir and --disable-multilib.
5 (BINUTILS_SUPPORT_DIRS): Add zlib.
6 (GAS_SUPPORT_DIRS): Likewise.
7 (GDB_SUPPORT_DIRS): Likewise.
8 (SIM_SUPPORT_DIRS): Likewise.
9
10 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
11
12 * configure.ac (target_configdirs): Exclude target-zlib if
13 target-libjava isn't built.
14 * configure: Regenerated.
15
16 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
17
18 Sync with GCC
19 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
20
21 * config-ml.in: Robustify ac_configure_args parsing.
22
23 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
24
25 * Makefile.def: Updated from GCC trunk.
26 * Makefile.tpl: Likewise.
27 * configure.ac: Likewise.
28 * Makefile.in: Regenerated.
29 * configure: Likewise.
30
31 2015-01-28 James Bowman <james.bowman@ftdichip.com>
32
33 * configure.ac: Add FT32 support.
34 * configure: Regenerate.
35
36 2015-01-12 Anthony Green <green@moxielogic.com>
37
38 * configure.ac: Don't disable gprof for moxie.
39 * configure: Rebuild.
40
41 2015-01-03 Andrew Pinski <apinski@cavium.com>
42
43 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
44 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
45 (BASE_TARGET_EXPORTS): Add OBJCOPY.
46 (OBJCOPY_FOR_TARGET): New variable.
47 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
48 * Makefile.in: Regenerate.
49 * configure.ac: Check for already installed target objcopy.
50 Also GCC_TARGET_TOOL on objcopy.
51 * configure: Regenerate.
52
53 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
54
55 * config.sub: Update from upstream, to 2015-01-01 version.
56 * config.guess: Ditto.
57
58 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
59
60 * config.sub: Update from upstream config repo.
61
62 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
63
64 * libtool.m4: Updated from GCC trunk.
65
66 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
67
68 * config.guess: Update from upstream config repo.
69 * config.sub: Ditto.
70
71 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
72
73 * move-if-change: Update from upstream gnulib.
74
75 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
76
77 * compile: Sync with upstream Automake.
78 * depcomp: Ditto.
79 * install-sh: Ditto.
80 * missing: Ditto.
81 * mkinstalldirs: Ditto.
82 * ylwrap: Ditto.
83
84 2014-10-15 Tristan Gingold <gingold@adacore.com>
85
86 * src-release.sh (do_proto_toplev): Configure with --target.
87
88 2014-10-03 Jing Yu <jingyu@google.com>
89
90 * configure.ac: Add aarch64 to list of targets that support gold.
91 * configure: Regenerate.
92
93 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
94
95 * configure.ac: Add mips*-img-elf* target triple.
96 * configure: Regenerate.
97
98 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
99 * configure: Disable gdb for nds32*-*-* until supported.
100 * configure.ac: Disable gdb for nds32*-*-* until supported.
101
102 2014-09-05 Joel Brobecker <brobecker@adacore.com>
103
104 * configure: Regenerate.
105
106 2014-08-27 Will Newton <will.newton@linaro.org>
107
108 * src-release.sh: New file.
109 * src-release: Remove file.
110
111 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
112
113 GDB not supported for or1k*-*-rtems*
114 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
115 of the stanzas results in this not being caught by or1k*-*-* later.
116 * configure. Regenerated.
117
118 2014-07-25 Samuel Bronson <naesten@gmail.com>
119
120 * .gitattributes: New file for use with git-merge-changelog.
121
122 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
123
124 Disable gdb for or1k*-*-* until supported
125 * configure.ac (or1k*-*-*): Disable gdb.
126 * configure: Regenerated.
127
128 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
129
130 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
131 * configure: Regenerated.
132
133 2014-03-26 Jakub Jelinek <jakub@redhat.com>
134
135 PR sanitizer/56781
136 * Makefile.def: Set bootstrap=true; for host fixincludes.
137 * configure.ac: Don't bootstrap host fixincludes unless
138 --with-build-config=bootstrap-{a,ub}san.
139 * Makefile.in: Regenerated.
140 * configure: Regenerated.
141
142 2014-03-21 Jakub Jelinek <jakub@redhat.com>
143
144 * configure.ac: Move BUILD_CONFIG set up earlier. Add
145 --enable-vtable-verify option parsing. Don't add
146 target-libsanitizer to bootstrap_target_libs unless
147 --with-build-config=bootstrap-asan or
148 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
149 to bootstrap_target_libs unless --enable-vtable-verify.
150 * configure: Regenerated.
151
152 2014-03-07 Jakub Jelinek <jakub@redhat.com>
153
154 PR bootstrap/58572
155 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
156 -I for libstdc++-v3 includes if $(LEAN).
157 * Makefile.in: Regenerated.
158
159 2014-02-24 Walter Lee <walt@tilera.com>
160
161 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
162 (tilegx-*-*): Change to tilegx*-*-*.
163 * configure: Regenerate.
164
165 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
166
167 * config.sub, config.guess: Import from upstream.
168
169 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
170
171 PR bootstrap/60620
172 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
173 * Makefile.in: Regenerate.
174
175 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
176
177 * Makefile.def (dependencies): Make all-ld depend on all-binutils
178 for WINDRES_FOR_TARGET in default-manifest.o rule.
179 * Makefile.in: Regenerate.
180
181 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
182
183 PR target/59788
184 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
185 *solaris2*.
186
187 2013-12-19 Keven Boell <keven.boell@intel.com>
188
189 * cp-namespace.c (cp_lookup_nested_symbol): Enable
190 nested lookups for fortran modules.
191 * dwarf2read.c (read_module): Add fortran module to
192 the symbol table.
193 (add_partial_symbol, add_partial_module): Add fortran
194 module to the partial symbol table.
195 (new_symbol_full): Create full symbol for fortran module.
196 * f-exp.y (yylex): Add new module domain to be parsed.
197 * symtab.h: New domain for fortran modules.
198
199 2013-12-19 Keven Boell <keven.boell@intel.com>
200
201 * f-exp.y (yylex): Add domain array to enable lookup
202 in multiple domains. Loop over lookup domains and try
203 to find requested symbol. Add STRUCT_DOMAIN to lookup
204 domains to be able to query for user defined types.
205
206 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
207
208 * configure.ac: Add user-friendly check for native x86_64-linux
209 multilibs.
210 * configure: Regenerate.
211
212 2013-11-23 Alan Modra <amodra@gmail.com>
213
214 * config.sub, config.guess: Import from upstream.
215
216 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
217
218 * Makefile.in: Regenerate.
219
220 * Makefile.tpl: Fix typo.
221 * Makefile.in: Regenerate partially.
222
223 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
224
225 * configure.ac: Added libcilkrts to noconfig list when C++ is not
226 supported.
227 * configure: Regenerated.
228
229 2013-10-30 Jason Merrill <jason@redhat.com>
230
231 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
232 --disable-build-format-warnings.
233
234 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
235
236 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
237 depend on libstdc++ and libgcc.
238 * configure: Regenerate.
239 * configure.ac: Added libcilkrts to target binaries. Also, restrict
240 libcilkrts for POSIX and i*86, and x86_64 architectures.
241 * Makefile.in: Added libcilkrts related fields to support building it.
242
243 2013-10-26 Jeff Law <law@redhat.com>
244
245 * Makefile.def (target_modules): Remove libmudflap
246 (languages): Remove check-target-libmudflap).
247 * Makefile.in: Rebuilt.
248 * Makefile.tpl (check-target-libmudflap-c++): Remove.
249 * configure.ac (target_libraries): Remove target-libmudflap.
250 Remove checks which disabled libmudflap on some systems.
251 * configure: Rebuilt.
252 * libmudflap: Directory removed.
253
254 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
255
256 * configure.ac: Update from GCC.
257 * configure: Regenerate.
258
259 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
260
261 * src-release (do-proto-toplevel): Support subdir-path-prefixed
262 files in SUPPORT_FILES.
263 (SIM_SUPPORT_DIRS): New variable.
264 (sim.tar.bz2): New rule.
265
266 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
267
268 * configure.ac: Update from GCC.
269 * configure: Regenerate.
270
271 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
272
273 * COPYING.NEWLIB: Update with new copyright.
274
275 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
276
277 * configure.ac: Update from GCC.
278 * configure: Regenerate.
279
280 2013-09-20 Alan Modra <amodra@gmail.com>
281
282 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
283 ppc host match. Support little-endian powerpc linux hosts.
284
285 2013-08-16 Joel Brobecker <brobecker@adacore.com>
286
287 * src-release (VER): When using $(TOOL)/common/create-version.sh,
288 strip the "-cvs" suffix from the version number if present.
289
290 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
291
292 * configure.ac: Sync with GCC repo.
293 * Makefile.def: Ditto.
294 * configure: Regenerate.
295 * Makefile.in: Ditto.
296
297 2013-07-22 Joel Brobecker <brobecker@adacore.com>
298
299 * src-release (VER): Use $(TOOL)/common/create-version.sh
300 if it exists.
301
302 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
303
304 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
305 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
306 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
307 * configure: Regenerate.
308
309 2013-06-01 George Thomas <george.thomas@atmel.com>
310
311 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
312 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
313
314 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
315
316 * COPYING.NEWLIB: Add Altera Corporation copyright.
317
318 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
319
320 * config.guess: Update from config repo.
321 * config.sub: Ditto.
322
323 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
324
325 * Makefile.def: Sync with GCC.
326 * Makefile.in: Regenerate.
327
328 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
329
330 * configure.ac: Sync with GCC.
331 * configure: Regenerate.
332
333 2013-03-22 Mike Frysinger <vapier@gentoo.org>
334
335 * src-release (VER): Change bfd/configure.in sed to use the new
336 `bfd/configure --version` output.
337
338 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
339
340 * configure.ac: Sync with GCC repo.
341 * configure: Ditto.
342
343 2013-02-05 Ian Lance Taylor <iant@google.com>
344
345 PR go/55969
346 * configure.ac: Disable libgo on some systems where it does not
347 work.
348 * configure: Rebuild.
349
350 2013-02-05 Alan Modra <amodra@gmail.com>
351
352 * configure: Regenerate after syncing config/.
353
354 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
355
356 * configure.ac: Sync with GCC repo.
357 * configure: Ditto.
358 * Makefile.def: Ditto.
359 * Makefile.in: Ditto.
360
361 2013-01-11 Joel Brobecker <brobecker@adacore.com>
362
363 Sync with GCC, merge:
364
365 2013-01-09 Jason Merrill <jason@redhat.com>
366
367 * .gitignore: Import from gdb repository.
368
369 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
370
371 * config.sub: Update from config repo.
372
373 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
374
375 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
376 * Makefile.in: Regenerate.
377
378 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
379
380 * Makefile.def (configure-gcc): Depend on all-gmp.
381 (all-gcc): Remove dependency on all-gmp.
382 * Makefile.in: Regenerated.
383
384 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
385
386 * config.guess: Update from config repo.
387 * config.sub: Ditto.
388
389 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
390
391 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
392 exists and replace the new bfin license in its location.
393
394 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
395
396 PR gas/14899
397 * Makefile.def (dependencies): Make all-binutils, all-gprof,
398 all-ld and all-gold depend on all-gas.
399 * Makefile.in: Regenerated.
400
401 2012-12-29 Ben Elliston <bje@gnu.org>
402
403 * config.guess: Update to 2012-12-29 version.
404 * config.sub: Likewise.
405
406 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
407
408 * Makefile.def (install-target-libgo): Depend on
409 install-target-libatomic. Merged from GCC repo.
410 * Makefile.in: Regenerate.
411
412 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
413
414 * COPYING.LIBGLOSS: Add license for bfin libgloss.
415
416 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
417
418 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
419 * configure: Regenerate.
420
421 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
422
423 * Makefile.def (target_modules): Add bootstrap=true and
424 raw_cxx=true to libsanitizer.
425 * configure.ac (bootstrap_target_libs): Add libsanitizer.
426 * Makefile.in: Regenerated.
427 * configure: Likewise.
428
429 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
430
431 * config.sub: Merge from config repo.
432
433 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
434
435 * configure.ac: Merge from GCC.
436 * Makefile.tpl: Ditto.
437 * Makefile.in: Ditto.
438 * configure: Ditto.
439
440 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
441
442 * configure.ac (noconfigdirs): Merge from GCC.
443 * configure: Regenerate.
444
445 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
446
447 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
448
449 2012-11-14 Roland McGrath <mcgrathr@google.com>
450
451 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
452 * configure: Regenerate.
453
454 2012-11-13 Richard Henderson <rth@redhat.com>
455
456 * configure.ac: Move libsanitizer logic to subdirectory.
457 * configure: Regenerate.
458
459 2012-11-13 Dodji Seketeli <dodji@redhat.com>
460
461 * configure.ac: Enable libsanitizer just on x86 linux for now.
462 * configure: Re-generate.
463
464 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
465
466 * configure.ac: Merge libquadmath sections.
467 * configure: Regenerate.
468
469 2012-11-12 Wei Mi <wmi@google.com>
470
471 * configure.ac: Add libsanitizer to target_libraries.
472 * Makefile.def: Ditto.
473 * configure: Regenerate.
474 * Makefile.in: Regenerate.
475
476 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
477
478 * configure: Regenerated.
479
480 2012-11-03 Robert Mason <rbmj@verizon.net>
481
482 * configure.ac: add --disable-libstdcxx configure option
483 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
484
485 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
486
487 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
488 against Mingw64 w32api.
489 * configure: Regenerate.
490
491 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
492
493 PR bootstrap/54820
494 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
495 * configure: Regenerate.
496
497 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
498
499 PR bootstrap/54820
500 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
501 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
502 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
503 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
504 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
505 * Makefile.in: Regenerate.
506 * configure.ac (have_static_libs): New variable and associated check.
507 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
508 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
509 * configure: Regenerate.
510
511 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
512
513 * config.guess, config.sub: Include updated version from
514 config-patches. Adds microblaze little endian support.
515
516 2012-09-28 Ian Lance Taylor <iant@google.com>
517
518 * Makefile.def: Make all-target-libgo depend on
519 all-target-libbacktrace.
520 * Makefile.in: Rebuild.
521
522 2012-09-26 Ian Lance Taylor <iant@google.com>
523
524 * Makefile.def: Make all-gcc depend on all-libbacktrace.
525 * Makefile.in: Rebuild.
526
527 2012-09-06 Diego Novillo <dnovillo@google.com>
528
529 * configure.ac: Bump minimum GMP version to 4.2.3.
530 * configure: Re-generate.
531
532 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
533
534 PR target/54461
535 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
536 target-libgloss if not configured --with-avrlibc=no.
537 * configure: Regenerate.
538
539 2012-09-04 Jason Merrill <jason@redhat.com>
540
541 * configure.ac: Fix --enable-languages=all.
542
543 2012-09-03 Richard Guenther <rguenther@suse.de>
544
545 PR bootstrap/54138
546 * configure.ac: Re-organize ISL / CLOOG checks to allow
547 disabling with either --without-isl or --without-cloog.
548 * configure: Regenerated.
549
550 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
551
552 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
553 * configure: Regenerate.
554
555 2012-09-21 Steve Ellcey <sellcey@mips.com>
556
557 * configure.ac: Add mips*-mti-elf* target.
558 * configure: Regenerate.
559
560 2012-09-19 Ian Lance Taylor <iant@google.com>
561
562 * configure.ac (host_libs): Add libbacktrace.
563 (target_libraries): Add libbacktrace.
564 * Makefile.def (host_modules): Add libbacktrace.
565 (target_modules): Likewise.
566 * configure, Makefile.in: Rebuild.
567
568 2012-09-15 Jiong Wang <jiwang@tilera.com>
569
570 * configure.ac (ENABLE_GOLD): support tilegx*
571 * configure: rebuild
572
573 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
574
575 PR target/38607
576 Merge upstream change.
577 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
578
579 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
580 Add libgomp*.o to compare_exclusions for AIX.
581 * configure: Regenerate.
582
583 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
584
585 PR binutils/4970
586 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
587 and opcodes.
588 * Makefile.in: Regenerated.
589
590 2012-08-14 Diego Novillo <dnovillo@google.com>
591
592 Merge from cxx-conversion branch.
593
594 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
595 POSTSTAGE1_CONFIGURE_FLAGS.
596 * Makefile.in: Regenerate.
597 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
598 Force C++ when bootstrapping.
599 * configure: Regenerate.
600
601 2012-07-06 Richard Guenther <rguenther@suse.de>
602
603 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
604 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
605 --with-gmp=system.
606 * Makefile.in: Regenerated.
607 * configure: Likewise.
608
609 2012-07-06 Richard Guenther <rguenther@suse.de>
610
611 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
612 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
613 supply V=1 as extra_make_flags.
614 * configure: Regenerated.
615 * Makefile.in: Likewise.
616
617 2012-07-03 Richard Guenther <rguenther@suse.de>
618
619 * Makfile.def (isl): Remove not necessary extra_exports and
620 extra_make_flags.
621 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
622 * Makefile.in: Regenerated.
623
624 2012-07-03 Richard Guenther <rguenther@suse.de>
625
626 * Makefile.def (cloog): Add V=1 to extra_make_flags.
627 * configure.ac: If either the ISL or the CLooG check failed
628 do not try to build in-tree versions.
629 * Makefile.in: Regenerated.
630 * configure: Regenerated.
631
632 2012-07-02 Richard Guenther <rguenther@suse.de>
633 Michael Matz <matz@suse.de>
634 Tobias Grosser <tobias@grosser.es>
635 Sebastian Pop <sebpop@gmail.com>
636
637 * Makefile.def: Add ISL host module, remove PPL host module.
638 Adjust ClooG host module to use the proper ISL.
639 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
640 * configure.ac: Include config/isl.m4. Add ISL host library,
641 remove PPL. Remove PPL configury, add ISL configury, adjust
642 ClooG configury.
643 * Makefile.in: Regenerated.
644 * configure: Likewise.
645
646 2012-07-02 Richard Guenther <rguenther@suse.de>
647
648 Merge from graphite branch
649 2011-07-21 Tobias Grosser <tobias@grosser.es>
650
651 * configure: Regenerated.
652 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
653 both cloog.org and legacy versions. The only supported version will
654 be CLooG with the isl backend.
655
656 2011-07-21 Tobias Grosser <tobias@grosser.es>
657
658 * configure: Regenerated.
659 * configure.ac: Require cloog isl 0.17.0
660
661 2011-07-21 Tobias Grosser <tobias@grosser.es>
662
663 * configure: Regenerated.
664 * config/cloog.m4: Do not define CLOOG_ORG
665
666 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
667
668 * configure.ac: Skip C if explicitly selected.
669 * configure: Regenerate.
670
671 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
672
673 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
674 they contain -O2.
675 * configure: Regenerate.
676
677 2012-06-20 Jason Merrill <jason@redhat.com>
678
679 * Makefile.tpl (check-target-libgomp-c++): New.
680 (check-target-libitm-c++): New.
681 * Makefile.def (c++): Add them.
682 * Makefile.in: Regenerate.
683
684 2012-05-16 Olivier Hainque <hainque@adacore.com>
685
686 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
687 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
688 (install-no-fixedincludes): Adjust accordingly.
689 * Makefile.in: Regenerate.
690
691 2012-05-09 Nick Clifton <nickc@redhat.com>
692 Paul Smith <psmith@gnu.org>
693
694 PR bootstrap/50461
695 * configure.ac (mpfr-dir): When using in-tree MPFR sources
696 allow for the fact that from release v3.1.0 of MPFR the source
697 files were moved into a src sub-directory.
698 * configure: Regenerate.
699
700 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
701
702 * configure.ac: Bump minimum MPFR version to 2.4.0.
703 * configure: Regenerated.
704
705 2012-05-01 Richard Henderson <rth@redhat.com>
706
707 * Makefile.def (libatomic): New target_module.
708 * configure.ac (target_libraries): Add libatomic.
709 (noconfigdirs): Check if libatomic is supported.
710 * Makefile.in, configure: Rebuild.
711
712 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
713
714 Merge upstream change
715 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
716
717 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
718
719 * libtool.m4: Additional FreeBSD 10 fixes.
720
721 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
722
723 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
724 they contain -O2.
725 * configure: Regenerate.
726
727 2012-05-14 Catherine Moore <clm@codesourcery.com>
728
729 * NEWS: Mention PowerPC VLE port.
730
731 2012-05-11 Mike Frysinger <vapier@gentoo.org>
732
733 * MAINTAINERS (config/): Move to intl/ section.
734 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
735
736 2012-05-09 Nick Clifton <nickc@redhat.com>
737 Paul Smith <psmith@gnu.org>
738
739 PR bootstrap/50461
740 * configure.ac (mpfr-dir): When using in-tree MPFR sources
741 allow for the fact that from release v3.1.0 of MPFR the source
742 files were moved into a src sub-directory.
743 * configure: Regenerate.
744
745 2012-05-02 Roland McGrath <mcgrathr@google.com>
746
747 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
748 * configure: Regenerate.
749
750 2012-04-25 Joel Brobecker <brobecker@adacore.com>
751
752 * config.sub: Update to 2012-04-18 version from official repo.
753
754 2012-03-19 Tristan Gingold <gingold@adacore.com>
755
756 * configure.ac (ia64*-*-*vms*): Add support for ld.
757 * configure: Regenerate.
758
759 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
760
761 * configure.ac (enable_libgomp): Remove *-*-irix6*.
762 (unsupported_languages): Remove mips-sgi-irix6.*.
763 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
764 (with_stabs): Remove.
765 * configure: Regenerate.
766
767 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
768
769 * configure.ac (enable_libgomp): Remove *-*-osf*.
770 (with_stabs): Remove alpha*-*-osf*.
771 * configure: Regenerate.
772
773 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
774
775 * COPYING.NEWLIB: Modify DJ Delorie license to include
776 modification rights in clause as permitted by DJ Delorie.
777 * COPYING.LIBGLOSS: Ditto.
778
779 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
780
781 * COPYING.NEWLIB: Remove two unused licenses.
782
783 2012-03-05 Tristan Gingold <gingold@adacore.com>
784
785 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
786 * configure: Regenerate.
787
788 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
789
790 * COPYING.NEWLIB: Add Adapteva notice.
791 * COPYING.LIBGLOSS: Add Adapteva notice.
792
793 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
794
795 * configure: Regenerate.
796
797 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
798
799 * COPYING.LIBGLOSS: Add GPL with exception license.
800
801 2011-11-09 Roland McGrath <mcgrathr@google.com>
802
803 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
804 * configure: Rebuild.
805 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
806 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
807 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
808 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
809 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
810 Add READELF.
811 * Makefile.in: Rebuild.
812
813 2011-11-08 Richard Henderson <rth@redhat.com>
814
815 * configure.ac: Test for libitm directory present first.
816
817 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
818
819 * configure.ac: Test libitm/configure.tgt to disable libitm.
820 * configure: Rebuild.
821
822 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
823
824 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
825 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
826 * Makefile.in: Regenerate.
827
828 2011-11-01 DJ Delorie <dj@redhat.com>
829
830 * configure.ac (rl78-*-*) New case.
831 * configure: Regenerate.
832
833 2011-11-01 DJ Delorie <dj@redhat.com>
834
835 * config.sub: Update to version 2011-10-29 (added rl78)
836
837 2011-10-27 Nick Clifton <nickc@redhat.com>
838
839 * config.sub: Import these changes from the config project:
840
841 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
842 Ben Elliston <bje@gnu.org>
843
844 * config.sub (epiphany): New.
845
846 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
847 Ben Elliston <bje@gnu.org>
848
849 * config.sub (hexagon, hexagon-*): New.
850
851 2011-08-23 Roland McGrath <mcgrathr@google.com>
852
853 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
854 64eb to be64.
855
856 2011-08-16 Roland McGrath <mcgrathr@google.com>
857
858 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
859 (nacl): Grok as alias for 32el-unknown-nacl.
860
861 2011-08-19 Joel Brobecker <brobecker@adacore.com>
862
863 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
864
865 2011-08-14 Yao Qi <yao@codesourcery.com>
866
867 Merge from gcc:
868
869 2011-08-14 Yao Qi <yao@codesourcery.com>
870 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
871 * configure: Regenerate.
872
873 2011-07-26 Ian Lance Taylor <iant@google.com>
874
875 Merge from gcc:
876
877 2011-07-26 Ian Lance Taylor <iant@google.com>
878 * configure.ac: Set have_compiler based on whether gcc directory
879 exists, rather than on whether gcc is in configdirs.
880 * configure: Rebuild.
881
882 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
883 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
884 link directories.
885 * Makefile.in: Rebuild.
886
887 2011-07-20 Ian Lance Taylor <iant@google.com>
888 PR bootstrap/49787
889 * configure.ac: Move --enable-bootstrap handling earlier in file.
890 If --enable-bootstrap and either --enable-build-with-cxx or
891 --enable-build-poststage1-with-cxx, enable C++ automatically.
892 * configure: Rebuild.
893
894 2011-07-19 Ian Lance Taylor <iant@google.com>
895 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
896 make C++ a boot_language. Set and substitute
897 POSTSTAGE1_CONFIGURE_FLAGS.
898 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
899 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
900 * configure, Makefile.in: Rebuild.
901
902 2011-07-16 Jason Merrill <jason@redhat.com>
903 * Makefile.def (language=c++): Add check-c++0x and
904 check-target-libmudflap-c++.
905 * Makefile.tpl (check-target-libmudflap-c++): New.
906 * Makefile.in: Regenerate.
907
908 2011-07-16 Matthias Klose <doko@ubuntu.com>
909 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
910 * Makefile.def (target_modules/libjava): Pass
911 $(EXTRA_CONFIGARGS_LIBJAVA).
912 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
913 if not configured with --enable-static-libjava.
914 * Makefile.in: Regenerate.
915 * configure: Likewise.
916
917 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
918 PR regression/47836
919 PR bootstrap/23656
920 PR other/47733
921 PR bootstrap/49247
922 PR c/48825
923 * configure.ac (target_libraries): Remove target-libiberty.
924 Remove case-statement setting skipdirs=target-libiberty for
925 multiple targets. Remove checking target_configdirs and
926 removing target-libiberty but keeping target-libgcc if
927 otherwise empty.
928 * Makefile.def (target_modules): Don't add libiberty.
929 (dependencies): Remove all traces of target-libiberty.
930 * configure, Makefile.in: Regenerate.
931
932 2011-07-22 Jason Merrill <jason@redhat.com>
933
934 * Makefile.def (language=c++): Add check-c++0x and
935 check-target-libmudflap-c++.
936 * Makefile.tpl (check-target-libmudflap-c++): New.
937 * Makefile.in: Regenerate.
938
939 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
940
941 * configure: Regenerate.
942
943 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
944
945 PR target/39150
946 * configure.ac (i[3456789]86-*-solaris2*): Also accept
947 x86_64-*-solaris2.1[0-9]*.
948 * configure: Regenerate.
949
950 2011-06-13 Walter Lee <walt@tilera.com>
951
952 * configure.ac (tilepro-*-*) New case.
953 (tilegx-*-*): Likewise.
954 * configure: Regenerate.
955
956 2011-06-06 Nick Clifton <nickc@redhat.com>
957
958 * config.sub: Sync from upstream.
959
960 2011-05-08 Doug Kwan <dougkwan@google.com>
961
962 Merge from gcc:
963
964 2011-05-08 Doug Kwan <dougkwan@google.com>
965
966 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
967 * configure: Regenerated.
968 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
969 value from configure.
970 * Makefile.in: Regenerated.
971
972 2011-05-05 Joseph Myers <joseph@codesourcery.com>
973
974 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
975 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
976 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
977 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
978 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
979 *-*-vxworks*): Disable newlib and libgloss in separate case
980 statement.
981 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
982 to separate case statement.
983 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
984 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
985 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
986 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
987 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
988 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
989 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
990 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
991 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
992 i[[3456789]]86-*-rdos*, m32r-*-*,
993 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
994 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
995 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
996 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
997 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
998 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
999 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1000 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1001 and libgloss in main case over targets. Remove most empty cases
1002 in main case over targets.
1003 * configure: Regenerate.
1004
1005 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1006
1007 * configure.ac: Remove code setting special library locations for
1008 hppa*64*-*-hpux11*. Remove code setting compiler for
1009 sparc-sun-solaris2*.
1010 * configure: Regenerate.
1011
1012 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1013
1014 * configure.ac: Separate libgloss_dir settings from general case
1015 over targets.
1016 * configure: Regenerate.
1017
1018 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1019
1020 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1021 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1022 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1023 cases in libgcj-disabling case statement.
1024 (hppa*64*-*-linux*): Set unsupported_languages instead of
1025 disabling target-zlib.
1026 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1027 to hppa*64*-*-hpux*.
1028 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1029 hppa*-*-hpux*.
1030 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1031 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1032 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1033 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1034 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1035 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1036 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1037 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1038 libgcj-disabling case statement.
1039 * configure: Regenerate.
1040
1041 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1042
1043 * configure.ac: Disable Java for targets not supporting libffi.
1044 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1045 Remove cases in Java-disabling statement.
1046 (*arm-wince-pe): Change to arm-wince-pe.
1047 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1048 cases in Java-disabling statement.
1049 (bfin-*-*): Don't disable Java again.
1050 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1051 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1052 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1053 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1054 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1055 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1056 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1057 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1058 Java-disabling statement.
1059 (mmix-*-*): Don't disable Java again.
1060 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1061 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1062 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1063 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1064 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1065 statement.
1066 * configure: Regenerate.
1067
1068 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1069
1070 Merge from GCC:
1071
1072 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1073
1074 PR lto/48086
1075 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1076 * configure: Regenerate.
1077
1078 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1079
1080 * configure.ac: Separate cases disabling Java and Java libraries
1081 from general case over targets.
1082 * configure: Regenerate.
1083
1084 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1085
1086 * configure.ac (build_tools): Remove build-byacc.
1087 (host_libs): Remove mmalloc.
1088 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1089 autoconf automake libtool diff rcs fileutils shellutils time
1090 textutils wdiff find uudecode hello tar gzip indent recode release
1091 sed perl gawk findutils gettext zip.
1092 (libgcj): Remove target-qthreads.
1093 (target_tools): Remove target-examples target-gperf.
1094 (YACC): Don't handle building byacc.
1095 * configure: Regenerate.
1096 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1097 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1098 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1099 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1100 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1101 handle building components.
1102 * Makefile.in: Regenerate.
1103
1104 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1105
1106 * config.sub: Sync from upstream.
1107
1108 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1109
1110 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1111 (microblaze*): Don't disable libssp.
1112 * configure: Regenerate.
1113
1114 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1115
1116 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1117 moveifchange.
1118 * configure: Regenerate.
1119 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1120 * Makefile.in: Regenerate.
1121
1122 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1123
1124 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1125 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1126 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1127 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1128 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1129 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1130 md_exec_prefix cases.
1131 * configure: Regenerate.
1132
1133 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1134
1135 * configure.ac: Separate cases disabling target-libssp,
1136 target-libiberty, target-libstdc++-v3 and Fortran from general
1137 case over targets.
1138 * configure: Regenerate.
1139
1140 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1141
1142 * configure.ac (*-*-chorusos): Don't disable libgcj.
1143 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1144 Remove case.
1145 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1146 (arm-*-coff): Don't disable libgcj.
1147 (arm*-*-linux-gnueabi): Remove useless assignment.
1148 (arm-*-riscix*): Don't disable libgcj.
1149 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1150 configuration.
1151 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1152 (c54x*-*-*): Remove case.
1153 (tic54x-*-*): Don't disable GCC or GCC libraries.
1154 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1155 to *.
1156 (d10v-*-*): Don't disable GCC libraries.
1157 (d30v-*-*): Don't disable libgcj.
1158 (h8500-*-*): Don't disable GCC libraries.
1159 (i960-*-*): Don't disable libgcj.
1160 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1161 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1162 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1163 libgcj.
1164 (m68k-*-coff*): Remove case.
1165 (mmix-*-*): Don't disable libgloss on host.
1166 (mn10200-*-*, mn10300-*-*): Remove cases.
1167 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1168 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1169 Don't disable libgcj.
1170 (romp-*-*): Remove case.
1171 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1172 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1173 case.
1174 (v810-*-*): Don't disable GCC libraries.
1175 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1176 (ip2k-*-*): Don't disable GCC libraries.
1177 * configure: Regenerate.
1178
1179 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1180
1181 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1182 libffi on host.
1183 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1184 on host.
1185 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1186 * configure: Regenerate.
1187
1188 2011-03-26 John Marino <binutils@marino.st>
1189
1190 * configure.ac: Add support for *-*-dragonfly*
1191 * configure: Regenerate.
1192
1193 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1194
1195 * configure.ac (native_only): Remove.
1196 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1197 send-pr uudecode guile gnuserv on host.
1198 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1199 send-pr rcs guile perl texinfo libtool on host.
1200 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1201 automake send-pr rcs guile perl texinfo libtool on host.
1202 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1203 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1204 (alpha*-dec-osf*): Don't disable fileutils on target.
1205 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1206 texinfo send-pr expect dejagnu on target.
1207 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1208 target-qthreads on target.
1209 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1210 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1211 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1212 x86_64-*-mingw*): Don't disable expect on target.
1213 (*-*-cygwin*): Don't disable target-gperf on target.
1214 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1215 gnuserv on target.
1216 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1217 target.
1218 * configure: Regenerate.
1219
1220 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1221
1222 * configure.ac (target_tools): Remove target-groff.
1223 (native_only): Remove target-groff.
1224 (hppa*64*-*-*): Don't disable byacc.
1225 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1226 setting.
1227 (*-*-kaos*): Don't skip target-librx and target-groff.
1228 (*-*-netware*): Don't skip target-libmudflap.
1229 (*-*-tpf*): Don't skip target-libmudflap.
1230 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1231 directories on the host.
1232 (ia64*-*-*vms*): Don't skip tix.
1233 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1234 host.
1235 * configure: Regenerate.
1236
1237 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1238
1239 * configure.ac: Remove references to mt-mep, mt-netware,
1240 mt-wince.
1241 * Makefile.def: Add all-utils soft dependencies.
1242 * Makefile.tpl: Remove GDB_NLM_DEPS.
1243 * configure: Regenerate.
1244 * Makefile.in: Regenerate.
1245
1246 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1247
1248 Sync from GCC:
1249
1250 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1251
1252 * configure.ac: Do not include mh-x86omitfp.
1253 * configure: Regenerate.
1254
1255 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1256
1257 * configure.ac: Remove empty cases.
1258 * configure: Regenerate.
1259
1260 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1261
1262 * Makefile.def: Add dependency from termcap to gdb.
1263 * Makefile.in: Regenerate.
1264
1265 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1266
1267 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1268 * configure: Regenerate.
1269 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1270 * Makefile.tpl: Likewise.
1271 * Makefile.in: Regenerate.
1272
1273 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1274
1275 * configure.ac: Remove all mentions of tentative_cc.
1276 * configure: Regenerate.
1277
1278 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1279
1280 PR lto/48086
1281 * configure.ac: Re-enable LTO on *-apple-darwin9.
1282 * configure: Regenerate.
1283
1284 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1285
1286 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1287 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1288 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1289 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1290 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1291 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1292 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1293 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1294 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1295 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1296 *-*-rhapsody*): Remove host cases.
1297 * configure: Regenerate.
1298
1299 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1300
1301 * configure.ac (ppc*-*-pe): Remove host case.
1302 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1303 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1304 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1305 cases.
1306 * configure: Regenerate.
1307
1308 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1309
1310 * config.sub: Update to version 2011-03-23.
1311
1312 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1313
1314 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1315 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1316 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1317 * configure: Regenerate.
1318
1319 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1320
1321 * config-ml.in: Don't handle arc-*-elf*.
1322 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1323 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1324 handle GCC libraries.
1325 * configure: Regenerate.
1326
1327 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1328
1329 PR bootstrap/48120:
1330 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1331 Add -lstdc++ -lm to LIBS.
1332 * configure: Regenerate.
1333
1334 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1335
1336 * config.guess: Update to version 2011-02-02
1337 * config.sub: Update to version 2011-02-24
1338
1339 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1340
1341 * configure.ac: Adjust test of with_ppl.
1342 * configure: Regenerated.
1343
1344 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1345
1346 * configure.ac: Add -lpwl to ppllibs.
1347 * config/cloog.m4: Add -lisl to clooglibs.
1348 * configure: Regenerated.
1349
1350 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1351
1352 Import from Libtool and gnulib:
1353
1354 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1355
1356 Prepare for supporting FreeBSD 10.
1357 * config.rpath: Remove handling of freebsd1* which soon would
1358 match FreeBSD 10.0.
1359
1360 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1361
1362 Remove support for FreeBSD 1.x.
1363 * libtool.m4 (_LT_LINKER_SHLIBS)
1364 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1365 soon would incorrectly match FreeBSD 10.0.
1366
1367 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1368
1369 PR binutils/12283
1370 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1371 (move-if-change): Comes from gnulib.
1372 * move-if-change: Import version from gnulib.
1373
1374 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1375
1376 Sync from GCC:
1377
1378 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1379
1380 PR lto/47225
1381 * Makefile.def (lto-plugin): Double dash for enable-shared.
1382 (configure-gcc): Depend on all-lto-plugin.
1383 * Makefile.in: Rebuilt.
1384
1385 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1386
1387 * configure.ac: Remove extra bracket.
1388 * configure: Regenerate.
1389
1390 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1391
1392 PR lto/47225
1393 * Makefile.def: Add dependency for install-gcc
1394 on install-lto-plugin.
1395 * Makfile.in: Regenerated
1396
1397 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1398
1399 * configure.ac: If with_ppl is no, move setting with_cloog=no
1400 after CLOOG_REQUESTED check.
1401 * configure: Regenerated.
1402
1403 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1404
1405 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1406 CLooG has been requested.
1407 * configure: Regenerated.
1408
1409 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1410
1411 * configure: Regenerated.
1412 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1413
1414 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1415
1416 * configure: Regenerated.
1417 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1418
1419 2011-01-07 Jan Hubicka <jh@suse.cz>
1420
1421 PR lto/47225
1422 * Makefile.in: Regenerate.
1423 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1424 configure.
1425
1426 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1427
1428 PR libgcj/44341
1429 * configure.ac: Discard --with-* flags for host when configuring
1430 target libraries for cross build.
1431 * configure: Rebuilt.
1432
1433 2011-01-21 Andreas Schwab <schwab@redhat.com>
1434
1435 Sync from GCC:
1436
1437 2011-01-21 Andreas Schwab <schwab@redhat.com>
1438
1439 * configure.ac: Use AS_HELP_STRING throughout.
1440 * configure: Regenerate.
1441
1442 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1443
1444 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1445 * configure: Regenerate.
1446
1447 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1448
1449 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1450
1451 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1452
1453 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1454 for ia64-hpux.
1455 * configure: Regenerate.
1456
1457 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1458
1459 Sync from GCC:
1460 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1461
1462 * configure.ac: (picochip): Disable libiberty.
1463 * configure: Regenerate.
1464
1465 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1466
1467 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1468
1469 2010-12-10 Ian Lance Taylor <iant@google.com>
1470
1471 PR bootstrap/46819
1472 * configure.ac: For --disable-libgcj clear libgcj_saved.
1473 * configure: Rebuild.
1474
1475 2010-12-10 Tobias Burnus <burnus@net-b.de>
1476
1477 PR fortran/46540
1478 * configure.ac: Add --disable-libquadmath and
1479 --disable-libquadmath-support.
1480 * configure: Regenerate.
1481
1482 2010-12-10 Tristan Gingold <gingold@adacore.com>
1483
1484 * src-release (ETC_SUPPORT): add gnu-oids.texi
1485
1486 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1487
1488 PR libffi/46792
1489 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1490 * configure: Regenerate.
1491
1492 2010-12-02 Ian Lance Taylor <iant@google.com>
1493
1494 * configure.ac: Always set default for poststage1_ldflags to
1495 -static-libstdc++ -static-libgcc.
1496
1497 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1498
1499 * COPYING.NEWLIB: Add National Semiconductor notice.
1500
1501 2010-11-29 Andreas Schwab <schwab@redhat.com>
1502
1503 * configure.ac: Move comment to remove extra space in last argument
1504 of GCC_TARGET_TOOL.
1505
1506 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1507
1508 PR other/46026
1509 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1510 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1511 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1512 (BASE_FLAGS_TO_PASS): Use it.
1513 * configure: Rebuilt.
1514 * Makefile.in: Rebuilt.
1515
1516 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1517
1518 PR binutils/12258
1519 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1520 Properly check default linker.
1521 * configure: Regnerated.
1522
1523 2010-11-23 Matthias Klose <doko@ubuntu.com>
1524
1525 * configure.ac: For --enable-gold, handle value `default' instead of
1526 `both*'. New configure option --{en,dis}able-ld.
1527 * configure: Regenerate.
1528
1529 2010-11-20 Ian Lance Taylor <iant@google.com>
1530
1531 * configure.ac: Only disable a language library if no language needs
1532 it. Don't let --disable-libgcj uncondtionally disable libffi.
1533 * configure: Rebuild.
1534
1535 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1536
1537 * configure: Regenerate.
1538
1539 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1540
1541 PR other/46202
1542 * configure.ac: Fix just-built in-tree STRIP name to be
1543 binutils/strip-new.
1544 * configure: Regenerate.
1545 * Makefile.def (install-strip-gcc, install-strip-binutils)
1546 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1547 (install-strip-sid): Mirror dependencies on non-strip variants
1548 of these targets on the respective -strip prerequisites.
1549 * Makefile.tpl (install-strip, install-strip-host)
1550 (install-strip-target): New targets.
1551 (install-strip-[+module+], install-strip-target-[+module+]):
1552 New targets.
1553 * Makefile.in: Regenerate.
1554
1555 2010-11-19 Ian Lance Taylor <iant@google.com>
1556 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1557
1558 * configure.ac: Add target-libgo to target_libraries. Set
1559 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1560 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1561 (HOST_EXPORTS): Add GOC.
1562 (BASE_TARGET_EXPORTS): Add GOC.
1563 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1564 (GOCFLAGS_FOR_TARGET): New variable.
1565 (EXTRA_HOST_FLAGS): Add GOC.
1566 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1567 * Makefile.def (target_modules): Add libgo.
1568 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1569 (dependencies): Add dependency from configure-target-libgo to
1570 configure-target-libffi and all-target-libstdc++-v3. Add
1571 dependencies from all-target-libgo to all-target-libffi.
1572 (languages): Add go.
1573 * configure: Rebuild.
1574 * Makefile.in: Rebuild.
1575
1576 2010-11-19 Ian Lance Taylor <iant@google.com>
1577
1578 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1579 compiler/flag environment variables.
1580
1581 2010-11-18 Ian Lance Taylor <iant@google.com>
1582
1583 * configure.ac: Check for lang_requires_boot_languages in
1584 config-lang.in files.
1585 * configure: Rebuild.
1586
1587 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1588
1589 * .gitignore: New file.
1590
1591 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1592 Tobias Burnus <burnus@net-b.de>
1593
1594 PR fortran/32049
1595 * Makefile.def: Add libquadmath; build it with language=fortran.
1596 * configure.ac: Add libquadmath.
1597 * Makefile.tpl: Handle multiple libs in check-[+language+].
1598 * Makefile.in: Regenerate.
1599 * configure: Regenerate.
1600
1601 2010-11-15 Andreas Schwab <schwab@redhat.com>
1602
1603 * configure.ac: Fix spelling in option names.
1604 * configure: Regenerated.
1605
1606 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1607
1608 PR bootstrap/39622
1609 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1610 * configure: Regenerated.
1611
1612 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1613
1614 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1615 define the cloog backend to use. Furthermore, only pass the ppllibs to
1616 the configure checks, if necessary.
1617 * configure: Regenerate.
1618
1619 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1620
1621 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1622 * configure: regenerate
1623
1624 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1625
1626 * config/cloog.m4: Fix typo. verison -> version.
1627 * configure: Regenerate.
1628
1629 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1630
1631 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1632 * configure: Regenerate.
1633
1634 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1635
1636 * configure.ac: Support official CLooG.org versions.
1637 * configure: Regenerate.
1638 * config/cloog.m4: New.
1639
1640 2010-11-05 Michael Eager <eager@eagercon.com>
1641
1642 * COPYING.LIBGLOSS: Correct typo in microblaze.
1643 * COPYING.NEWLIB: Same.
1644
1645 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1646
1647 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1648 * configure: Regenerate.
1649
1650 2010-11-03 Ian Lance Taylor <iant@google.com>
1651 Dave Korn <dave.korn.cygwin@gmail.com>
1652
1653 PR lto/46273
1654 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1655 and on other supported platforms whenever LTO is enabled.
1656 * configure: Rebuild.
1657
1658 2010-11-02 Alan Modra <amodra@gmail.com>
1659
1660 PR binutils/12110
1661 * configure.ac: Error when source path contains spaces.
1662 * configure: Regenerate.
1663
1664 2010-10-20 Ian Lance Taylor <iant@google.com>
1665
1666 * Makefile.def (target_modules): Set lib_path to src/.libs for
1667 libstdc++-v3 module.
1668 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1669 * Makefile.in: Rebuild.
1670
1671 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1672 Joseph Myers <joseph@codesourcery.com>
1673
1674 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1675 notices.
1676 * COPYING.NEWLIB: Add Texas Instruments notice.
1677
1678 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1679
1680 * configure.ac (build_lto_plugin): New shell variable.
1681 (--enable-lto): Turn on by default for all non-ELF platforms that
1682 have had LTO support added so far. Set build_lto_plugin appropriately
1683 for both ELF and non-ELF.
1684 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1685 * configure: Regenerate.
1686
1687 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1688
1689 PR bootstrap/45326
1690 PR bootstrap/45174
1691 * configure.ac: Honor initial values of $build_configargs,
1692 $host_configargs, $target_configargs. Mark the precious, so
1693 environment settings get recorded.
1694 * configure: Regenerate.
1695
1696 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1697
1698 Sync from GCC:
1699
1700 2010-09-30 Michael Eager <eager@eagercon.com>
1701
1702 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1703 * configure: Regenerate.
1704
1705 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1706
1707 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1708 targets and amend comment.
1709 * configure: Regenerate.
1710
1711 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1712
1713 * configure.ac: Enable LTO by default on Darwin.
1714 * configure: Regenerate.
1715
1716 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1717
1718 PR bootstrap/44455
1719 * configure.ac (extra_mpfr_configure_flags): Copy from
1720 extra_mpc_gmp_configure_flags.
1721 * configure: Re-generated.
1722
1723 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1724
1725 Sync from GCC:
1726
1727 PR bootstrap/45796
1728 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1729 Depend on all-build-libiberty.
1730 * Makefile.in: Regenerate.
1731
1732 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1733
1734 Sync from GCC:
1735
1736 PR bootstrap/44621
1737 * configure.ac: Fix unportable shell quoting.
1738 * configure: Regenerate.
1739
1740 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1741
1742 * configure.ac: Support all v850 targets.
1743 * configure: Regenerate.
1744
1745 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1746
1747 PR target/44862
1748 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1749 Provide -B option to allow for link spec %s substitutions for
1750 libstdc++.a on darwin.
1751 * Makefile.in: Regenerate.
1752
1753 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1754
1755 * Makefile.def (configure-gcc): Depend on all-libelf.
1756 * Makefile.in: Rebuild.
1757
1758 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1759
1760 * config.sub, config.guess: Update from upstream sources.
1761
1762 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1763
1764 Sync from GCC:
1765
1766 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1767 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1768 * configure: Regenerated.
1769
1770 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1771 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1772 * configure: Regenerate.
1773
1774 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1775 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1776 * configure: Regenerate.
1777
1778 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1779 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1780 separately.
1781 * configure: Regenerate.
1782
1783 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1784 * configure: Regenerate after change to elf.m4.
1785
1786 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1787 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1788 * configure: Regenerated.
1789
1790 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1791 * configure.ac: Print "buggy but acceptable" when CLooG
1792 revision is less than 9.
1793 * configure: Regenerated.
1794
1795 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1796
1797 Merge from gcc:
1798
1799 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1800 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1801 * configure: Regenerate.
1802
1803 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1804 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1805 a platform that supports LTO.
1806 * configure: Regenerate.
1807
1808 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1809 PR lto/42776
1810 * configure.ac (--enable-lto): Refactor handling so libelf tests
1811 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1812 and allow LTO to be explicitly enabled on non-ELF platforms that
1813 are known to support it inside else-clause.
1814 * configure: Regenerate.
1815
1816 2010-04-27 Roland McGrath <roland@redhat.com>
1817 H.J. Lu <hongjiu.lu@intel.com>
1818
1819 * configure.ac (--enable-gold): Support both, both/gold and
1820 both/bfd to add gold to configdirs without removing ld.
1821 * configure: Regenerated.
1822
1823 * Makefile.def: Add install-gold dependency to install-ld.
1824 * Makefile.in: Regenerated.
1825
1826 2010-04-14 Tristan Gingold <gingold@adacore.com>
1827
1828 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1829 * configure: Regenerate.
1830
1831 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1832
1833 Merge from gcc:
1834 PR bootstrap/43615
1835 PR bootstrap/43328
1836 Revert:
1837 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1838 * configure.ac: Do not pass --enable-multilib nor
1839 --disable-multilib in baseargs. Accept explicitly passed
1840 --enable_multilib.
1841 * configure: Regenerate.
1842
1843 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1844
1845 PR bootstrap/43328
1846 * configure.ac: Do not pass --enable-multilib nor
1847 --disable-multilib in baseargs. Accept explicitly passed
1848 --enable_multilib.
1849 * configure: Regenerate.
1850
1851 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1852
1853 * configure.ac (tic6x-*-*): New case.
1854 * configure: Regenerate.
1855
1856 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1857
1858 Merge from gcc:
1859 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1860 PR ada/42554
1861 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1862 * configure: Regenerate.
1863
1864 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1865
1866 * config.sub: Update to version 2010-03-22.
1867 * config.guess: Update to version 2009-12-30.
1868
1869 2010-03-14 Joseph Myers <joseph@codesourcery.com>
1870
1871 Merge from gcc:
1872 2010-01-11 Richard Guenther <rguenther@suse.de>
1873 PR lto/41569
1874 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1875 * Makefile.in: Regenerated.
1876
1877 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1878
1879 PR libstdc++/32499
1880 * configure.ac (RANLIB): Default to true.
1881 (STRIP): Likewise.
1882 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1883 * configure: Regenerate.
1884
1885 2010-02-17 Nick Clifton <nickc@redhat.com>
1886
1887 PR 11238
1888 * Makefile.tpl (local-distclean): Also remove config.cache files in
1889 sub-directories as there may not be Makefiles present in the
1890 sub-directories.
1891 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1892 the config.cache files found by the find command.
1893
1894 * Makefile.in: Regenerate.
1895 * configure.ac: Revert previous delta.
1896 * configure: Regenerate.
1897
1898 2010-02-15 Nick Clifton <nickc@redhat.com>
1899
1900 PR 11238
1901 * configure.ac: Delete config.cache files in sub-directories when
1902 deleting Makefiles.
1903 * configure: Regenerate.
1904
1905 2010-02-15 Nick Clifton <nickc@redhat.com>
1906
1907 * configure.ac: Sync from gcc.
1908 * configure: Regenerate.
1909
1910 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1911
1912 Sync from gcc:
1913 * configure.ac: Add "recommended" version checks for GMP/MPC.
1914 Update recommended GMP/MPFR/MPC versions.
1915 * configure: Regenerate.
1916
1917 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1918
1919 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1920 * configure.ac (bootstrap_target_libs): Make inclusion of
1921 target-libgomp conditional on libgomb being in target_configdirs.
1922 * configure: Regenerate.
1923
1924 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1925
1926 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1927 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1928 * configure: Regenerate.
1929
1930 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1931
1932 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1933 * configure.ac (target_configdirs): Substitute.
1934 * Makefile.def: Bootstrap target module libgomp.
1935 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1936 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1937 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1938 * configure, Makefile.in: Regenerate.
1939
1940 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1941
1942 * libtool.m4: Sync from git Libtool.
1943 * ltmain.sh: Likewise.
1944 * ltoptions.m4: Likewise.
1945 * ltversion.m4: Likewise.
1946 * lt~obsolete.m4: Likewise.
1947
1948 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1949 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1950
1951 PR bootstrap/42424
1952 * configure.ac: Include libtool m4 files.
1953 (_LT_CHECK_OBJDIR): Call it.
1954 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1955 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1956
1957 * configure: Regenerate.
1958
1959 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1960
1961 PR bootstrap/41818
1962 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1963 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1964 * Makefile.in: Regenerate.
1965
1966 2009-12-18 Ben Elliston <bje@au.ibm.com>
1967
1968 * config.sub, config.guess: Update from upstream sources.
1969
1970 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1971
1972 * COPYING.NEWLIB: Update copyright date.
1973 * COPYING.LIBGLOSS: Ditto.
1974
1975 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1976
1977 PR middle-end/30447
1978 PR middle-end/30789
1979 PR other/40302
1980
1981 * configure.ac: Require MPC.
1982 * configure: Regenerate.
1983
1984 * configure.ac: Update minimum MPC version to 0.8.
1985 * configure: Regenerate.
1986
1987 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
1988
1989 * config.guess: Sync with upstream and gcc.
1990 * config.sub: Sync with upstream and gcc.
1991
1992 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1993
1994 * Makefile.def: Restore host and target settings for gmp.
1995 * Makefile.in: Rebuild.
1996
1997 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1998
1999 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2000 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2001 Fix portability of test of C++ as bootstrap language. Add
2002 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2003 * configure: Rebuild.
2004 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2005 and cloog. Fix in-tree ppl configuration. Introduce libelf
2006 in-tree building.
2007 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2008 (POSTSTAGE1_HOST_EXPORTS): Use it.
2009 (STAGE[+id+]_CXXFLAGS): New.
2010 (BASE_FLAGS_TO_PASS): Pass it down.
2011 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2012 extra_exports.
2013 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2014 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2015 extra_exports.
2016 * Makefile.in: Rebuild.
2017
2018 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2019
2020 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2021 paths for *-w64-mingw* and x86_64-*mingw*.
2022 * configure: Regenerated.
2023
2024 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2025
2026 * configure.ac: Disable target-winsup & co for
2027 x86_64-*-mingw* and *-w64-mingw* targets.
2028 * configure: Regenerated.
2029
2030 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2031
2032 * configure.ac (CLooG test): Use = with test.
2033 * configure: Regenerate.
2034
2035 2009-10-22 Richard Guenther <rguenther@suse.de>
2036
2037 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2038 cloog if the ppl version check failed. Move flags saving
2039 before setting in libelf check.
2040 * configure: Regenerate.
2041
2042 2009-10-21 Richard Guenther <rguenther@suse.de>
2043
2044 * configure.ac: Adjust the ppl and cloog configure to work as
2045 documented. Disable cloog if ppl was disabled. Omit the version
2046 checks if they were disabled.
2047 * configure: Re-generate.
2048
2049 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2050
2051 * configure.ac: Add 'lto' to enable_languages, not
2052 new_enable_languages, and only if not already present.
2053 * configure: Regenerate.
2054
2055 2009-10-06 Ian Lance Taylor <iant@google.com>
2056
2057 * Makefile.def: check-gold depends upon all-gas.
2058 * Makefile.in: Rebuild.
2059
2060 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2061
2062 * Makefile.def: all-lto-plugin depends on all-libiberty.
2063 set bootstrap=true for lto-plugin.
2064 Add lto-plugin.
2065 * Makefile.in: Regenerate.
2066 * configure.ac (host_libs): Add lto-plugin.
2067 * configure: Regenerate.
2068
2069 2009-10-03 Diego Novillo <dnovillo@google.com>
2070
2071 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2072 (HOST_LIBELFLIBS): Define.
2073 (HOST_LIBELFINC): Define.
2074 * Makefile.in: Regenerate.
2075 * configure.ac: Add --enable-lto.
2076 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2077 If --enable-lto is used, add 'lto' to new_enable_languages.
2078 If --enable-lto is used and gold is enabled, add
2079 lto-plugin to configdirs.
2080 * configure: Regenerate.
2081
2082 2009-10-03 Simon Baldwin <simonb@google.com>
2083
2084 * configure.ac: If --with-system-zlib, suppress local zlib and
2085 pass --with-system-zlib to subdir configure scripts.
2086 * configure: Regenerate.
2087
2088 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2089 Paolo Bonzini <bonzini@gnu.org>
2090
2091 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2092 $(srcdir).
2093 * Makefile.in: Rebuilt.
2094
2095 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2096
2097 Sync from gcc:
2098 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2099
2100 * configure.ac: Update minimum MPC version to 0.7.
2101 * configure: Regenerate.
2102
2103 2009-09-25 Nick Clifton <nickc@redhat.com>
2104
2105 * configure.ac: Pass any --cache-file=/dev/null option on to
2106 subconfigures.
2107 * configure: Regenerate.
2108
2109 2009-09-23 Nick Clifton <nickc@redhat.com>
2110
2111 * config.sub, config.guess: Update from upstream sources.
2112
2113 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2114
2115 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2116 * Makefile.in: Rebuilt.
2117
2118 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2119
2120 PR bootstrap/32272
2121 * configure.ac: Error out if $srcdir isn't '.' but contains
2122 host-${host_noncanonical}.
2123 * configure: Regenerate.
2124
2125 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2126
2127 * configure.ac: If bootstrapping a combined tree with
2128 --enable-gold, require c++ in stage1_languages.
2129 * configure: Regenerate.
2130
2131 * configure.ac: Also add target_libs of stage1_languages to
2132 bootstrap_target_libs.
2133 * configure: Regenerate.
2134
2135 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2136 with --enable-languages not containing c++.
2137 * configure: Regenerate.
2138
2139 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2140
2141 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2142 * configure: Regenerate.
2143
2144 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2145
2146 * configure.ac: Do not use $extrasub for replacing @if/@endif
2147 parts in Makefile; instead, use additional arguments to
2148 AC_CONFIG_COMMANDS to do the replacement manually, with several
2149 sed invocations, to avoid HP-UX sed command limits.
2150 * configure: Regenerate.
2151
2152 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2153
2154 * configure.ac (with-build-config): Document. Handle without.
2155 Handle missing argument.
2156 * configure: Rebuilt.
2157
2158 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2159
2160 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2161 Default to bootstrap-debug only if compare-debug works.
2162 * configure: Rebuilt.
2163 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2164 * Makefile.in: Rebuilt.
2165
2166 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2167
2168 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2169 * Makefile.in: Rebuilt.
2170
2171 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2172
2173 * Makefile.tpl (AWK): Fix typo.
2174 * Makefile.in: Regenerate.
2175
2176 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2177
2178 * configure.ac: Detect awk and sed.
2179 * Makefile.def (flags_to_pass): Add AWK and SED.
2180 * Makefile.tpl (AWK, SED): New.
2181 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2182 * configure: Regenerate.
2183 * Makefile.in: Regenerate.
2184
2185 2009-09-01 Tristan Gingold <gingold@adacore.com>
2186
2187 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2188 Remove logical names.
2189
2190 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2191
2192 * ltmain.sh (func_normal_abspath): New function.
2193 (func_relative_path): Likewise.
2194 (func_mode_help): Document new -bindir option for link mode.
2195 (func_mode_link): Add new -bindir option, and use it to place
2196 output DLL if specified.
2197
2198 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2199
2200 * configure.ac (AC_PREREQ): Bump to 2.64.
2201
2202 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2203
2204 * README-maintainer-mode: Point directly to upstream locations
2205 for autoconf, automake, libtool, gettext, instead of copies on
2206 sources.redhat.com. Document required versions.
2207 * configure.ac: Do not substitute datarootdir, htmldir,
2208 pdfdir, docdir. Do not process --with-datarootdir,
2209 --with-htmldir, --with-pdfdir, --with-docdir.
2210 * configure: Regenerate.
2211
2212 * configure: Regenerate.
2213
2214 * compile: Sync from Automake 1.11.
2215 * depcomp: Likewise.
2216 * install-sh: Likewise.
2217 * missing: Likewise.
2218 * mkinstalldirs: Likewise.
2219 * ylwrap: Likewise.
2220
2221 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2222
2223 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2224 (baseargs): Add --disable-option-checking.
2225 * configure: Regenerate.
2226
2227 * Makefile.def (configure-target-libiberty): Depend on
2228 all-binutils and all-ld.
2229 (configure-target-newlib): Likewise.
2230 * Makefile.in: Regenerate.
2231
2232 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2233
2234 Sync with GCC, merge:
2235
2236 2009-07-31 Christian Bruel <christian.bruel@st.com>
2237
2238 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2239 * configure: Regenerate.
2240
2241 2009-07-06 Ian Lance Taylor <iant@google.com>
2242
2243 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2244 * configure: Rebuild.
2245
2246 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2247
2248 PR bootstrap/40338
2249 * configure.ac (comparestring): Create new variable.
2250 * Makefile.tpl (comparestring): Use to skip some comparisions.
2251 * configure: Regenerate.
2252 * Makefile.in: Regenerate.
2253
2254 2009-06-23 Ian Lance Taylor <iant@google.com>
2255
2256 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2257 boot_languages. Only bootstrap target libraries listed in
2258 target_libs for some boot language. Add --with-stage1-ldflags,
2259 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2260 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2261 if not building with C++.
2262 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2263 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2264 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2265 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2266 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2267 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2268 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2269 * configure, Makefile.in: Rebuild.
2270
2271 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2272
2273 * configure.ac: Detect MPC in default directory.
2274 * configure: Regenerate.
2275
2276 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2277
2278 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2279 to noconfdirs.
2280 * configure: Regenerate.
2281
2282 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2283
2284 * Makefile.def: Add MPC support and dependencies.
2285 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2286
2287 * Makefile.in, configure: Regenerate.
2288
2289 2009-05-24 Nicolas Roche <roche@adacore.com>
2290
2291 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2292 * Makefile.in: Regenerate.
2293
2294 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2295
2296 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2297 * configure: Regenerate.
2298
2299 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2300
2301 * configure.ac ($with_ppl): Default to no if not supplied.
2302 ($with_cloog): Likewise.
2303 configure: Regenerate.
2304
2305 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2306
2307 PR bootstrap/39739
2308 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2309 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2310
2311 * configure, Makefile.in: Regenerate.
2312
2313 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2314
2315 * configure.ac: Change copyright header to refer to version
2316 3 of the GNU General Public License and to point readers at the
2317 COPYING3 file and the FSF's license web page.
2318 * Makefile.def: Likewise.
2319 * Makefile.tpl: Likewise.
2320 * Makefile.in: Regenerate.
2321
2322 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2323
2324 * configure.ac: Restore match for darwin9 or later. Use double
2325 brackets since regeneration eats one pair.
2326 * configure: Regenerate.
2327
2328 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2329
2330 * MAINTAINERS: Perform some obvious fixups.
2331
2332 2009-08-17 Ben Elliston <bje@au.ibm.com>
2333
2334 * config.sub, config.guess: Update from upstream sources.
2335
2336 2009-08-06 Michael Eager <eager@eagercon.com>
2337
2338 * configure.ac: Add Microblaze target.
2339 * configure: Regenerate.
2340
2341 2009-07-02 Tristan Gingold <gingold@adacore.com>
2342
2343 * configure.ac: Do not exclude gas for i386-*-darwin.
2344 Add a case for x86_64-*-darwin.
2345 * configure: Regenerate.
2346
2347 2009-06-26 Doug Evans <dje@sebabeach.org>
2348
2349 * Makefile.def (host_modules): Add cgen.
2350 * Makefile.in: Regenerate.
2351 * configure.ac (host_tools): Add cgen.
2352 * configure: Regenerate.
2353
2354 2009-06-17 Michael Eager <eager@eagercon.com>
2355
2356 * COPYING.LIBGLOSS: Add Xilinx license.
2357
2358 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2359
2360 * configure.ac: Define is_elf for QNX Neutrino targets.
2361 * configure: Regenerate.
2362
2363 2009-06-03 Jerome Guitton <guitton@adacore.com>
2364 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2365
2366 * Makefile.tpl (all): Avoid a trailing backslash.
2367 * Makefile.in: Regenerate.
2368
2369 2009-06-03 Ben Elliston <bje@au.ibm.com>
2370
2371 * config.sub, config.guess: Update from upstream sources.
2372
2373 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2374
2375 * Makefile.tpl ([+compare-target+]): Compare all stage
2376 directories, rather than just gcc.
2377 * Makefile.in: Rebuilt.
2378
2379 2009-05-28 Doug Kwan <dougkwan@google.com>
2380
2381 * configure.ac: Support gold for target arm*-*-*.
2382 * configure: Regenerate.
2383
2384 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2385
2386 * Makefile.tpl (all): Avoid harmless warning in make all when
2387 gcc-bootstrap is enabled but stage_last does not exist.
2388 * Makefile.in: Rebuilt.
2389
2390 2009-05-25 Tristan Gingold <gingold@adacore.com>
2391
2392 * setup.com: Complete the file with configuration and build.
2393
2394 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2395
2396 PR other/40159
2397 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2398 gcc-no-bootstrap are mutually exclusive.
2399 * Makefile.in: Rebuilt.
2400
2401 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2402
2403 PR other/40159
2404 * Makefile.tpl (all): Don't end with unconditional success.
2405 * Makefile.in: Rebuilt.
2406
2407 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2408
2409 PR target/37137
2410 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2411 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2412 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2413 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2414 stage_configureflags, stage_cflags and stage_libcflags into
2415 explicit Makefile macros.
2416 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2417 GFORTRAN.
2418 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2419 CC. Set CC_FOR_BUILD from CC.
2420 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2421 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2422 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2423 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2424 and GFORTRAN.
2425 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2426 (_LIBCFLAGS): Renamed to _TFLAGS.
2427 (do-compare-debug, do-compare3-debug): Drop.
2428 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2429 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2430 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2431 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2432 (XGCC_FLAGS_FOR_TARGET): New.
2433 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2434 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2435 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2436 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2437 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2438 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2439 TFLAGS.
2440 (BUILD_CONFIG): Include if requested.
2441 (all): Set TFLAGS on bootstrap.
2442 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2443 (all-stageid-prefixmodule): Likewise.
2444 (do-clean, distclean-stageid): Set TFLAGS.
2445 (restrap): Fix whitespace.
2446 * Makefile.in: Rebuilt.
2447
2448 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2449
2450 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2451 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2452 * Makefile.in: Regenerate.
2453
2454 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2455
2456 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2457 consistency with config.sub. (Update from upstream sources.)
2458
2459 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2460
2461 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2462
2463 2009-04-17 Ben Elliston <bje@au.ibm.com>
2464
2465 * config.sub, config.guess: Update from upstream sources.
2466
2467 2009-04-15 Anthony Green <green@moxielogic.com>
2468
2469 * configure.ac: Add moxie support.
2470 * configure: Rebuilt.
2471
2472 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2473
2474 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2475 * configure: Regenerate.
2476
2477 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2478
2479 PR gas/10039
2480 * configure.ac: Require texinfo 4.7.
2481 * configure: Regenerated.
2482
2483 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2484
2485 * Makefil.def (languages): New entries.
2486 * Makefile.tpl (check-gcc-*): New generic target.
2487 * Makefile.in: Regenerate.
2488
2489 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2490
2491 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2492 Windows builds of Sed.
2493
2494 2009-03-18 Tom Tromey <tromey@redhat.com>
2495
2496 * configure: Rebuild.
2497 * configure.ac (host_libs): Add libiconv.
2498 * Makefile.in: Rebuild.
2499 * Makefile.def (host_modules): Add libiconv.
2500 (configure-gdb, all-gdb): Depend on libiconv.
2501
2502 2009-03-16 Tristan Gingold <gingold@adacore.com>
2503
2504 * configure.ac: Treat gdb as supported on x86_64-darwin.
2505 * configure: Regenerate.
2506
2507 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2508
2509 Merge from GCC:
2510
2511 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2512
2513 * configure.ac (--with-host-libstdcxx): New option.
2514 * configure: Regenerate.
2515
2516 2009-01-29 Robert Millan <rmh@aybabtu.com>
2517
2518 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2519 * configure: Regenerate.
2520
2521 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2522
2523 PR tree-optimization/38515
2524 * configure.ac (cloog-polylib): Removed.
2525 (with_ppl, with_cloog): Test for "no".
2526 * configure: Regenerated.
2527
2528 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2529
2530 Backport from git Libtool:
2531
2532 2009-01-19 Robert Millan <rmh@aybabtu.com>
2533 Support GNU/kOpenSolaris.
2534 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2535 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2536 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2537 GNU/kOpenSolaris.
2538
2539 2009-02-05 Andreas Schwab <schwab@suse.de>
2540
2541 * Makefile.tpl (stage_last): Define $r and $s before using
2542 $(RECURSE_FLAGS_TO_PASS).
2543 * Makefile.in: Regenerate
2544
2545 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2546
2547 * COPYING.NEWLIB: Add ARM license.
2548
2549 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2550
2551 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2552 (all-opcodes): Depend on all-libiberty.
2553 * Makefile.in: Regenerate.
2554
2555 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2556
2557 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2558 * configure: Regenerate.
2559
2560 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2561
2562 Backport link test fix from upstream Libtool:
2563
2564 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2565 Add cache variables to tests that require the linker to work.
2566 For shlibpath_overrides_runpath, this also changes the semantics
2567 to let the result from the C compiler take precedence.
2568 compiler take precedence.
2569
2570 2008-12-02 Ben Elliston <bje@au.ibm.com>
2571
2572 * config.sub, config.guess: Update from upstream sources.
2573
2574 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2575
2576 * COPYING.NEWLIB: Updated.
2577 * COPYING.LIBGLOSS: Ditto.
2578
2579 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2580
2581 Sync with GCC:
2582
2583 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2584
2585 * configure.ac (ppllibs): Add by default the lib flags.
2586 * configure: Regenerate.
2587
2588 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2589
2590 * configure.ac: Add double brackets on darwin[912].
2591 * configure: Regenerate.
2592
2593 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2594
2595 * configure.ac: Expand to darwin10 and later.
2596 * configure: Regenerate.
2597
2598 2008-12-02 Andreas Schwab <schwab@suse.de>
2599
2600 * Makefile.def: configure-target-boehm-gc depends on
2601 all-target-libstdc++-v3.
2602 * Makefile.in: Regenerate.
2603
2604 2008-12-02 Ben Elliston <bje@au.ibm.com>
2605
2606 * config.sub, config.guess: Update from upstream sources.
2607
2608 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2609
2610 Merge from GCC:
2611
2612 2007-12-02 Matthias Klose <doko@ubuntu.com>
2613
2614 * config-ml.in: Remove 64bit configure tests.
2615
2616 2008-05-14 Rafael Espindola <espindola@google.com>
2617
2618 * config-ml.in: don't handle --enable-shared and --enable-static.
2619
2620 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2621 Tobias Grosser <grosser@fim.uni-passau.de>
2622 Jan Sjodin <jan.sjodin@amd.com>
2623 Harsha Jagasia <harsha.jagasia@amd.com>
2624 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2625 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2626 Adrien Eliche <aeliche@isty.uvsq.fr>
2627
2628 Merge from graphite branch.
2629 * configure: Regenerate.
2630 * Makefile.in: Regenerate.
2631 * configure.ac (host_libs): Add ppl and cloog.
2632 Add checks for PPL and CLooG.
2633 * Makefile.def (ppl, cloog): Added modules and dependences.
2634 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2635 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2636
2637 2008-09-03 Richard Guenther <rguenther@suse.de>
2638
2639 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2640 cloog test.
2641 * configure: Re-generate.
2642
2643 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2644
2645 * configure.ac (--with-cloog-polylib): New.
2646 (--disable-cloog-version-check): New.
2647 (--disable-ppl-version-check): New.
2648 * configure: Re-generate.
2649
2650 2008-09-05 Richard Guenther <rguenther@suse.de>
2651
2652 * configure.ac: Initialize clooglibs to -lcloog.
2653 * configure: Re-generate.
2654
2655 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2656
2657 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2658 recommended version to 2.3.2.
2659
2660 * configure: Regenerate.
2661
2662 2008-10-31 Ben Elliston <bje@au.ibm.com>
2663
2664 * configure.ac (spu-*-*): Remove special case.
2665 * configure: Regenerate.
2666
2667 Complete comment text from GCC version of:
2668
2669 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2670
2671 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2672 (GCC_SHLIB_SUBDIR): New.
2673 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2674 * configure: Regenerate.
2675 * Makefile.in: Regenerate.
2676
2677 2008-11-27 Tristan Gingold <gingold@adacore.com>
2678
2679 * configure.ac: Build gdb for i?86-*-darwin*
2680 * configure: Regenerated.
2681
2682 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2683
2684 PR bootstrap/38014
2685 PR bootstrap/37923
2686
2687 Revert:
2688
2689 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2690
2691 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2692 * Makefile.in: Regenerated.
2693
2694 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2695
2696 PR gdb/921
2697 PR gdb/1646
2698 PR gdb/2175
2699 PR gdb/2176
2700
2701 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2702 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2703 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2704 (HOST_EXPORTS): Pass CPPFLAGS.
2705 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2706 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2707 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2708 * Makefile.in, configure: Regenerated.
2709 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2710 and CPPFLAGS_FOR_BUILD.
2711
2712 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2713
2714 * configure.ac [spu-*-*]: Do not set skipdirs.
2715 * configure: Re-generate.
2716
2717 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2718
2719 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2720 * Makefile.in: Regenerated.
2721
2722 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2723
2724 PR gdb/921
2725 PR gdb/1646
2726 PR gdb/2175
2727 PR gdb/2176
2728
2729 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2730 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2731 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2732 (HOST_EXPORTS): Pass CPPFLAGS.
2733 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2734 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2735 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2736 * Makefile.in, configure: Regenerated.
2737 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2738 and CPPFLAGS_FOR_BUILD.
2739
2740 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2741
2742 * libtool.m4: Update to libtool 2.2.6.
2743 * lt~obsolete.m4: Update to libtool 2.2.6.
2744 * ltmain.sh: Update to libtool 2.2.6.
2745 * ltsugar.m4: Update to libtool 2.2.6.
2746 * ltversion.m4: Update to libtool 2.2.6.
2747 * ltoptions.m4: Update to libtool 2.2.6.
2748 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2749
2750 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2751
2752 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2753 (GCC_SHLIB_SUBDIR): New.
2754 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2755 * configure: Regenerate.
2756 * Makefile.in: Regenerate.
2757
2758 2008-08-28 Tristan Gingold <gingold@adacore.com>
2759
2760 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2761 Enable bfd, binutils and opcodes.
2762 * configure: Regenerate.
2763
2764 2008-08-16 Nicolas Roche <roche@adacore.com>
2765
2766 * Makefile.tpl: Add BOOT_ADAFLAGS.
2767 * Makefile.in: Regenerate.
2768
2769 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2770
2771 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2772 * configure: Regenerate.
2773
2774 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2775
2776 Sync with gcc:
2777 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2778
2779 * configure.ac: Add makefile fragments for hpux.
2780 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2781 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2782 * configure: Regenerate.
2783 * Makefile.in: Regenerate.
2784
2785 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2786
2787 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2788 * Makefile.in: Regenerate.
2789 * configure: Regenerate.
2790
2791 2008-06-18 Ian Lance Taylor <iant@google.com>
2792
2793 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2794
2795 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2796
2797 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2798
2799 * configure: Regenerate.
2800
2801 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2802
2803 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2804 "$@" is still intact with both Autoconf 2.59 and 2.62.
2805 * configure: Regenerate.
2806
2807 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2808
2809 * Makefile.tpl: Fix comment errors.
2810 * Makefile.in: Regenerate.
2811
2812 2008-06-13 Julian Brown <julian@codesourcery.com>
2813
2814 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2815 of libobjc for ARM EABI Linux.
2816 * configure: Regenerate.
2817
2818 2008-06-12 David S. Miller <davem@davemloft.net>
2819 David Edelsohn <edelsohn@gnu.org>
2820
2821 * configure.ac: Add powerpc*-*-* to gold supported targets.
2822 * configure: Regenerate.
2823
2824 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2825
2826 PR tree-optimization/36218
2827 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2828 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2829 (all prefix="build-"): Pass them to build-system sub-makes.
2830 * Makefile.in: Regenerate.
2831
2832 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2833
2834 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2835 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2836 mkdep, and compile. Update comments.
2837 (ETC_SUPPORT): Add ChangeLog and update comments.
2838
2839 2008-05-11 Ian Lance Taylor <iant@google.com>
2840
2841 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2842
2843 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2844
2845 Sync with gcc:
2846 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2847
2848 PR bootstrap/35457
2849 * configure.ac: Include override.m4.
2850 * configure: Regenerate.
2851
2852 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2853
2854 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2855 * Makefile.in: Regenerate.
2856
2857 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2858
2859 * configure.ac: Do not build libssp for the AVR.
2860 * configure: Regenerate.
2861
2862 2008-04-18 Nick Clifton <nickc@redhat.com>
2863
2864 * MAINTAINERS: Replace reference to configure.in with reference to
2865 configure.ac.
2866
2867 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2868
2869 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2870 as nonconfigurable directories list.
2871 * configure: Regenerate.
2872
2873 2008-04-14 David S. Miller <davem@davemloft.net>
2874
2875 * configure.ac: Add sparc*-*-* to gold supported targets.
2876 * configure: Regenerate.
2877
2878 2008-04-14 Ben Elliston <bje@au.ibm.com>
2879
2880 * config.sub, config.guess: Update from upstream sources.
2881
2882 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2883
2884 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2885 * Makefile.in: Regenerate.
2886
2887 2008-04-07 Ian Lance Taylor <iant@google.com>
2888
2889 * Makefile.def: check-gold depends upon all-binutils.
2890 * Makefile.in: Regenerate.
2891
2892 2008-04-04 Nick Clifton <nickc@redhat.com>
2893
2894 PR binutils/4334
2895 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2896 builds.
2897 * configure: Regenerate.
2898
2899 2008-04-04 NightStrike <NightStrike@gmail.com>
2900
2901 PR other/35151
2902 * configure.ac: Combine rules for mingw32 and mingw64.
2903 * configure: Regenerate.
2904
2905 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2906
2907 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2908 * Makefile.in: Regenerate.
2909
2910 2008-03-20 Ian Lance Taylor <iant@google.com>
2911
2912 * configure.ac: Add support for --enable-gold.
2913 * Makefile.def: Add gold as a directory like ld.
2914 * configure, Makefile.in: Regenerate.
2915
2916 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2917
2918 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2919 (s390_cond_extensions): Reduced extensions to the compare related.
2920 (main): z10 cpu type option added.
2921 (expandConditionalJump): Renamed to ...
2922 (insertExpandedMnemonic): ... this.
2923
2924 * opcodes/s390-opc.c: Re-group the operand format makros.
2925 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2926 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2927 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2928 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2929 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2930 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2931 INSTR_SIL_RDU): New instruction formats added.
2932 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2933 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2934 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2935 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2936 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2937 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2938 masks added.
2939 (s390_opformats): New formats added "ris", "rrs", "sil".
2940 * opcodes/s390-opc.txt: Add the conditional jumps with the
2941 extensions removed from automatic expansion in s390-mkopc.c manually.
2942 (asi - trtre): Add new System z10 EC instructions.
2943 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2944
2945 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2946
2947 * configure.ac: m4_include config/proginstall.m4.
2948 * configure: Regenerate.
2949
2950 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2951
2952 Backport from upstream Libtool:
2953
2954 2007-10-12 Eric Blake <ebb9@byu.net>
2955
2956 Deal with Autoconf 2.62's semantic change in m4_append.
2957 * ltsugar.m4 (lt_append): Replace broken versions of
2958 m4_append.
2959 (lt_if_append_uniq): Don't require separator to be overquoted,
2960 and avoid broken m4_append.
2961 (lt_dict_add): Fix typo.
2962 * libtool.m4 (_LT_DECL): Don't overquote separator.
2963
2964 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2965
2966 * config.rpath: Add AIX 6 support.
2967
2968 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2969
2970 * Makefile.def (stageprofile). Remove -fprofile-generate
2971 from stage_libcflags.
2972 * Makefile.in: Regenerate.
2973
2974 2008-03-13 Ben Elliston <bje@au.ibm.com>
2975
2976 * config.sub, config.guess: Update from upstream sources.
2977
2978 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2979
2980 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2981 * s390-opc.txt (cmpsc): Duplicate entry removed.
2982 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2983 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2984 fier, cu42, cu41): Fix operand format.
2985
2986 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2987
2988 PR bootstrap/32009
2989 PR bootstrap/32161
2990
2991 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2992 * configure: Regenerate.
2993
2994 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2995 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2996 STAGE4_LIBCFLAGS): New.
2997 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2998 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2999 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3000 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3001 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3002 for target modules. Don't export LIBCFLAGS.
3003 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3004 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3005 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3006 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3007 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3008 * Makefile.in: Regenerate.
3009
3010 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3011
3012 PR libgcj/33085
3013 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3014 Do not use -DDLL_EXPORT. Backport from upstream.
3015
3016 2008-02-14 Nick Clifton <nickc@redhat.com>
3017
3018 Import this patch from gcc:
3019 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3020
3021 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3022
3023 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3024
3025 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3026 * configure: Regenerate.
3027
3028 2008-01-31 Marc Gauthier <marc@tensilica.com>
3029
3030 * configure.ac (xtensa*-*-*): Recognize processor variants.
3031 * configure: Regenerate.
3032
3033 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3034
3035 PR bootstrap/34922
3036 * configure.ac (PARSE_ARGS): Push suitable setting of
3037 ac_subdirs_all, for `./configure --help=recursive'.
3038 Handle `+' in generic toplevel directory disabling.
3039 * configure: Regenerate.
3040
3041 2008-01-23 Ben Elliston <bje@au.ibm.com>
3042
3043 * config.sub, config.guess: Update from upstream sources.
3044
3045 2008-01-08 Ben Elliston <bje@au.ibm.com>
3046
3047 * config.sub, config.guess: Update from upstream sources.
3048
3049 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3050
3051 * COPYING.LIBGLOSS: Update default copyright.
3052
3053 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3054
3055 * COPYING.NEWLIB: Update default copyright.
3056
3057 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3058
3059 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3060 Change recommended MPFR from 2.2.1 > 2.3.0.
3061 * configure: Regenerate.
3062
3063 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3064
3065 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3066 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3067 * Makefile.in: Regenerate.
3068
3069 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3070
3071 * configure.ac: Enable libjava for x86_64-*-darwin9.
3072 * configure: Regenerate.
3073
3074 2007-12-05 Ben Elliston <bje@au.ibm.com>
3075
3076 * config.sub, config.guess: Update from upstream sources.
3077
3078 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3079
3080 * config-ml.in: Robustify against white space in absolute file
3081 names.
3082
3083 * config-ml.in (multi-clean): Substitute ${Makefile}.
3084 Remove superfluous ${Makefile} in list.
3085
3086 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3087
3088 * Makefile.def (dependencies): Make configure-gdb depend on
3089 all-intl.
3090 * Makefile.in: Regenerated.
3091
3092 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3093
3094 * Makefile.def: To avoid problems running with parallel makes,
3095 build newlib before libgloss so that target specific header
3096 files are availble.
3097 * Makefile.in: Regenerate.
3098
3099 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3100
3101 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3102 * Makefile.in: Regenerate.
3103
3104 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3105
3106 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3107 * libdecnumber: New directory, imported from GCC.
3108
3109 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3110
3111 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3112 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3113 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3114 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3115 * configure: Regenerate.
3116
3117 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3118
3119 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3120 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3121 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3122 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3123 * configure.ac: Default them to host tools for $host = $build.
3124 Subst them.
3125
3126 * configure: Regenerate.
3127 * Makefile.in: Regenerate.
3128
3129 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3130
3131 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3132 * configure: Regenerate.
3133
3134 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3135
3136 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3137 libstdc++.
3138 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3139 * configure: Regenerate.
3140 * Makefile.in: Regenerate.
3141
3142 2007-09-17 Andreas Schwab <schwab@suse.de>
3143
3144 * configure.ac: Raise minimum makeinfo version to 4.6.
3145 * configure: Regenerate.
3146
3147 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3148
3149 * configure.ac: Correct makeinfo version check.
3150 * configure: Regenerate.
3151
3152 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3153
3154 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3155 to $skipdirs and only disable gprof for newlib. Use the normal
3156 mips*-elf* handling in other respects.
3157 * configure: Regnerate.
3158
3159 2007-09-12 David Daney <ddaney@avtrex.com>
3160
3161 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3162 enabling libgcj.
3163 * configure: Regenerate.
3164
3165 2007-09-12 Richard Guenther <rguenther@suse.de>
3166
3167 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3168 nor --disable-checking is provided also turn on yes and types
3169 checking for stage1.
3170 * configure: Re-generate.
3171
3172 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3173
3174 PR target/33281
3175 * configure.ac: Use config/mh-mingw on mingw.
3176 * configure: Regenerate.
3177
3178 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3179
3180 PR other/32154
3181 * configure.ac: For libgloss targets, point the linker to the linker
3182 script, startup code and simulator library.
3183 * configure: Regenerate.
3184
3185 2007-09-09 Andrew Haley <aph@redhat.com>
3186
3187 * configure.ac (noconfigdirs): Remove target-libffi and
3188 target-libjava.
3189
3190 2007-08-29 Nick Clifton <nickc@redhat.com>
3191
3192 * config.sub, config.guess: Update from upstream sources.
3193
3194 2007-08-21 Richard Guenther <rguenther@suse.de>
3195
3196 * configure.ac: Add types checking to stage1 checking flags.
3197 * configure: Regenerate.
3198
3199 2007-08-18 Paul Brook <paul@codesourcery.com>
3200 Joseph Myers <joseph@codesourcery.com>
3201
3202 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3203 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3204 * Makefile.in: Regenerate.
3205 * configure.ac (--with-debug-prefix-map): New.
3206 * configure: Regenerate.
3207
3208 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3209 Nigel Stephens <nigel@mips.com>
3210
3211 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3212 as target_makefile_frag.
3213 * configure: Regenerate.
3214
3215 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3216
3217 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3218 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3219 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3220 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3221 (do-compare, do-compare3, do-compare-debug): New.
3222 ([+compare-target+]): Use them.
3223
3224 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3225
3226 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3227 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3228 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3229 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3230 (do-compare, do-compare3, do-compare-debug): New.
3231 ([+compare-target+]): Use them.
3232
3233 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3234 Ben Elliston <bje@au.ibm.com>
3235
3236 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3237 --silent if $silent.
3238 * configure: Regenerate.
3239
3240 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3241
3242 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3243
3244 2007-07-17 Nick Clifton <nickc@redhat.com>
3245
3246 * COPYING3: New file. Contains version 3 of the GNU General
3247 Public License.
3248 * COPYING3.LIB: New file. Contains version 3 of the GNU
3249 Lesser General Public License.
3250
3251 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3252
3253 * configure.ac: Fix my previous change to really match GCC.
3254 * configure: Regenerate.
3255
3256 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3257
3258 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3259 * configure: Regenerate.
3260
3261 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3262
3263 * configure.ac: Add some missing m4 quotation.
3264 * configure: Regenerate.
3265
3266 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3267
3268 * Makefile.def: Add windmc tool to build.
3269 * Makefile.tpl: Likewise.
3270 * configure.ac: Likewise.
3271 * Makefile.in: Regenerate.
3272 * configure: Regenerate.
3273
3274 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3275
3276 * lt~obsolete.m4: New. Import from 20070318 libtool.
3277
3278 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3279
3280 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3281 uclinux and linux-uclibc targets.
3282 * configure: Regenerate.
3283
3284 2007-06-28 DJ Delorie <dj@redhat.com>
3285
3286 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3287 not building newlib.
3288 * configure: Regenerated.
3289
3290 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3291
3292 * src-release (DEVO_SUPPORT): Correct typos.
3293
3294 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3295
3296 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3297 * Makefile.in: Regenerated.
3298
3299 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3300
3301 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3302 (distclean-stage[+id+]): Possibly delete stage_last.
3303 * Makefile.in: Regenerate.
3304
3305 2007-06-07 Ben Elliston <bje@au.ibm.com>
3306
3307 * config.sub, config.guess: Update from upstream sources.
3308
3309 2007-06-07 Ben Elliston <bje@au.ibm.com>
3310
3311 * Makefile.tpl: Fix spelling error.
3312 * Makefile.in: Regenerate.
3313
3314 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3315
3316 Sync with gcc:
3317 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3318
3319 PR bootstrap/29382
3320 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3321 * configure: Rebuilt.
3322
3323 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3324
3325 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3326 lt_cv_sys_max_cmd_len.
3327
3328 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3329
3330 * ltgcc.m4: Update from GCC.
3331
3332 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3333
3334 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3335
3336 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3337
3338 * ltmain.sh: Update from GCC.
3339 * libtool.m4: Update from GCC.
3340 * ltsugar.m4: New. Update from GCC.
3341 * ltversion.m4: New. Update from GCC.
3342 * ltoptions.m4: New. Update from GCC.
3343 * ltconfig: Remove.
3344 * ltcf-c.sh: Remove.
3345 * ltcf-cxx.sh: Remove.
3346 * ltcf-gcj.sh: Remove.
3347 * src-release: Update with new libtool file list.
3348
3349 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3350
3351 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3352 stage_cflags.
3353 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3354 Remove CFLAGS/LIBCFLAGS.
3355 (configure-stage[+id+]-[+prefix+][+module+],
3356 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3357 * Makefile.in: Regenerate.
3358
3359 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3360
3361 * config-ml.in: Update from GCC.
3362
3363 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3364
3365 * src-release (do-proto-toplev): Process the support directories before
3366 the tool directory.
3367
3368 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3369
3370 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3371 of glob. Quote arguments with single quotes too.
3372 * configure: Regenerate.
3373
3374 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3375
3376 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3377 * Makefile.in: Regenerate
3378
3379 2007-03-07 Andreas Schwab <schwab@suse.de>
3380
3381 * configure: Regenerate.
3382
3383 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3384
3385 * configure.ac: Add "--with-pdfdir" configure option,
3386 which defines pdfdir variable.
3387 * Makefile.def (target=fixincludes): Add install-pdf to
3388 missing targets.
3389 (recursive_targets): Add install-pdf target.
3390 (flags_to_pass): Add pdfdir.
3391 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3392 target.
3393 * configure: Regenerate
3394 * Makefile.in: Regenerate
3395
3396 2007-02-28 Eric Christopher <echristo@apple.com>
3397
3398 Revert:
3399 2006-12-07 Mike Stump <mrs@apple.com>
3400
3401 * Makefile.def (dependencies): Add dependency for
3402 install-target-libssp and install-target-libgomp on
3403 install-gcc.
3404 * Makefile.in: Regenerate.
3405
3406 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3407
3408 * configure: Regenerate.
3409 * configure.ac: Move statements after variable declarations.
3410
3411 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3412
3413 * configure.ac: Adjust for loop syntax.
3414 * configure: Regenerate.
3415
3416 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3417
3418 * configure: Rebuilt.
3419
3420 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3421
3422 * configure.ac: Drop multiple occurrences of --enable-languages,
3423 and fix its quoting.
3424 * configure: Rebuilt.
3425
3426 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3427 Nathan Sidwell <nathan@codesourcery.com>
3428 Vladimir Prus <vladimir@codesourcery.com
3429 Joseph Myers <joseph@codesourcery.com>
3430
3431 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3432 * configure: Regenerate.
3433
3434 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3435
3436 * configure.ac (target_libraries): Move libgcc before libiberty.
3437 * configure: Regenerated.
3438
3439 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3440
3441 * configure: Regenerate again?
3442
3443 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3444
3445 * configure: Reapply PR30748 fix which was lost in the previous commit.
3446
3447 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3448 Paolo Bonzini <bonzini@gnu.org>
3449
3450 PR bootstrap/30753
3451 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3452 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3453 * configure: Regenerated.
3454
3455 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3456
3457 * configure: Regenerate.
3458
3459 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3460
3461 PR bootstrap/30748
3462 * configure.ac: Correct syntax for Solaris ksh.
3463 * configure: Regenerated.
3464
3465 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3466
3467 * Makefile.def: Sync with GCC.
3468 * Makefile.tpl: Sync with GCC.
3469 * Makefile.in: Regenerate.
3470 * configure: Regenerate.
3471
3472 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3473
3474 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3475 noncanonical equivalents.
3476 * configure.in: Rename to...
3477 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3478 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3479 target_noncanonical. Use them. Rewrite removal of configure
3480 arguments for autoconf 2.59. Discard variable settings. Force
3481 program_transform_name for native tools.
3482
3483 * Makefile.in: Regenerated.
3484 * configure: Regenerated with autoconf 2.59.
3485
3486 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3487
3488 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3489
3490 * COPYING.LIBGLOSS: Reformat default Red Hat
3491 license to fit within 80 columns.
3492 * COPYING.NEWLIB: Ditto.
3493
3494 2007-02-05 Dave Brolley <brolley@redhat.com>
3495
3496 * Contribute the following changes:
3497 2006-11-28 DJ Delorie <dj@redhat.com>
3498
3499 * configure.in: Fix typo for mep's target_makefile_frag.
3500 * configure: Regenerated.
3501
3502 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3503
3504 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3505 * configure: Regenerate.
3506
3507 2001-09-19 DJ Delorie <dj@redhat.com>
3508
3509 * configure.in (target_makefile_frag): use mt-mep
3510
3511 2001-06-12 Don Howard <dhoward@redhat.com>
3512
3513 * configure.in: Remove gdb from MeP skip list.
3514
3515 2001-04-05 DJ Delorie <dj@redhat.com>
3516
3517 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3518
3519 2001-03-20 Ben Elliston <bje@redhat.com>
3520
3521 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3522
3523 2001-03-19 Ben Elliston <bje@redhat.com>
3524
3525 * config.sub (mep, mep-*): Add.
3526
3527 2007-01-31 Andreas Schwab <schwab@suse.de>
3528
3529 * Makefile.tpl (LDFLAGS): Substitute it.
3530 * Makefile.in: Regenerate.
3531
3532 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3533
3534 * configure.in: Change == to = in test command.
3535 * configure: Regenerate.
3536
3537 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3538 Nick Clifton <nickc@redhat.com>
3539 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3540
3541 * configure.in (build_configargs, host_configargs, target_configargs):
3542 Remove build/host/target parameters.
3543 (host_libs): Add gmp and mpfr.
3544 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3545 * Makefile.def (gmp, mpfr): New.
3546 (gcc): Remove target.
3547 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3548 target_os, target_vendor): New.
3549 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3550 * configure: Regenerate.
3551 * Makefile.in: Regenerate.
3552
3553 2007-01-11 Matt Fago <fago@earthlink.net>
3554
3555 * configure.in: Try to link to functions only in mpfr 2.2.x
3556 to improve robustness of configure tests.
3557 * configure: Regenerate.
3558
3559 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3560
3561 * configure.in: Add support for an x86_64-mingw* target.
3562 * configure: Regenerate.
3563
3564 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3565
3566 * Makefile.tpl (all-target): Correct @if conditional for target
3567 modules.
3568 * configure.in: Omit libiberty if building only target libgcc.
3569 * configure, Makefile.in: Regenerated.
3570
3571 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3572
3573 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3574 * configure: Regenerate.
3575
3576 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3577
3578 * Makefile.def (target_modules): Add libgcc.
3579 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3580 * Makefile.tpl (clean-target-libgcc): Delete.
3581 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3582 on gcc even for bootstrapped modules. Rewrite handling of
3583 lang_env_dependencies to loop over target_modules.
3584 * configure.in (target_libraries): Add target-libgcc.
3585 * Makefile.in, configure: Regenerated.
3586
3587 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3588
3589 Sync with gcc:
3590 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3591
3592 * configure.in: Reorganize recognition of languages. Add
3593 --enable-stage1-languages. Show supported languages for the chosen
3594 target rather than all recognized languages.
3595 * configure: Regenerate.
3596
3597 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3598
3599 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3600 * Makefile.in: Regenerate.
3601
3602 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3603
3604 * configure.in: Warn that MPFR 2.2.0 is buggy.
3605 * configure: Regenerate.
3606
3607 2006-12-27 Ian Lance Taylor <iant@google.com>
3608
3609 * configure.in: When removing Makefiles to force a reconfigure, also
3610 remove prev-DIR*/Makefile.
3611 * configure: Regenerate.
3612
3613 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3614
3615 * config.bfd: Recognize fido.
3616
3617 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3618
3619 Sync with gcc:
3620
3621 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3622
3623 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3624 it only affects bootstrap and could be tested on "$host" as well.
3625 * configure: Regenerate.
3626 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3627
3628 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3629
3630 PR bootstrap/29544
3631 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3632 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3633 move here comment from Makefile.tpl.
3634 * Makefile.tpl: Move some definitions higher in the file.
3635 (STAGE1_CHECKING): New.
3636 * configure.in: Add --enable-stage1-checking.
3637 * configure: Regenerate.
3638 * Makefile.in: Regenerate.
3639
3640 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3641
3642 * configure.in: Update error message for missing GMP/MPFR.
3643
3644 * configure: Regenerate.
3645
3646 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3647
3648 * configure.in: Update MPFR version in error message.
3649
3650 * configure: Regenerate.
3651
3652 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3653
3654 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3655 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3656 --with-gmp-lib): New flags.
3657
3658 * configure: Regenerate.
3659
3660 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3661
3662 PR bootstrap/30134
3663 * configure.in: Correct x86 darwin support for libjava to powerpc
3664 and i?86 only.
3665 * configure: Regenerate.
3666
3667 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3668
3669 * configure.in: Handle spu makefile frag.
3670 * Makefile.tpl (MAINT): Define
3671 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3672 * configure: Regenerate.
3673 * Makefile.in: Regenerate.
3674
3675 2006-12-11 Ben Elliston <bje@au.ibm.com>
3676
3677 * config.sub, config.guess: Update from upstream sources.
3678
3679 2006-12-11 Ben Elliston <bje@au.ibm.com>
3680
3681 * configure.in: Sync with GCC (spu-*-*).
3682 * configure: Sync with GCC.
3683
3684 2006-12-07 Mike Stump <mrs@apple.com>
3685
3686 * Makefile.def (dependencies): Add dependency for
3687 install-target-libssp and install-target-libgomp on
3688 install-gcc.
3689 * Makefile.in: Regenerate.
3690
3691 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3692
3693 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3694 (unstage): Test for stage_last presence.
3695
3696 PR bootstrap/29802
3697 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3698 * Makefile.in: Regenerate.
3699
3700 2006-11-14 DJ Delorie <dj@redhat.com>
3701
3702 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3703 * Makefile.in: Sync with GCC.
3704 * configure.in: Sync with GCC (mpfr, gmp).
3705 * configure: Sync with GCC.
3706
3707 2006-11-08 Jie Zhang <jie.zhang@analog.com>
3708
3709 * configure.in: Remove target-libgloss from noconfigdirs for
3710 bfin-*-*.
3711 * configure: Regenerated.
3712
3713 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3714
3715 * COPYING.NEWLIB: Add spu license.
3716 * COPYING.LIBGLOSS: Ditto.
3717
3718 2006-10-17 Brooks Moses <bmoses@stanford.edu>
3719
3720 * Makefile.def: Added pdf target handling.
3721 * Makefile.tpl: Added pdf target handling.
3722 * Makefile.in: Regenerated.
3723
3724 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3725
3726 * COPYING.NEWLIB: Updated.
3727 * COPYING.LIBGLOSS: Ditto.
3728
3729 2006-09-27 Dave Brolley <brolley@redhat.com>
3730
3731 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3732 $s instead of $r.
3733 * configure: Regenerated.
3734
3735 2006-09-26 Ben Elliston <bje@au.ibm.com>
3736
3737 * config.sub, config.guess: Update from upstream sources.
3738
3739 2006-09-20 Thiemo Seufer <ths@mips.com>
3740
3741 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3742 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3743 * configure: Regenerate.
3744
3745 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3746
3747 * configure.in: Never build newlib for a Mingw host.
3748 Never build newlib as Mingw target library.
3749 Test the existence of winsup/cygwin for building a Cygwin newlib,
3750 rather than just winsup.
3751 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3752 building a Mingw target.
3753 * configure: Regenerate.
3754
3755 2006-08-15 Thiemo Seufer <ths@mips.com>
3756 Nigel Stephens <nigel@mips.com>
3757 David Ung <davidu@mips.com>
3758
3759 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3760
3761 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3762
3763 Sync from GCC:
3764 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3765
3766 PR bootstrap/18058
3767 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3768 if the bootstrap compiler is a GCC version that supports it.
3769 * configure: Regenerate.
3770
3771 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3772
3773 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3774 * configure: Regenerated.
3775
3776 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3777
3778 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3779 for stages after the first.
3780
3781 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3782
3783 * Makefile.def: Add dependencies for configure-opcodes
3784 on configure-intl and all-opcodes on all-intl.
3785 * Makefile.in: Regenerated.
3786
3787 2006-07-04 Peter O'Gorman <peter@pogma.com>
3788
3789 * ltconfig: chmod 644 before ranlib during install.
3790
3791 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3792
3793 * configure.in: Fix thinkos in previous check-in.
3794 * configure: Regenerate.
3795
3796 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3797
3798 Sync from gcc:
3799
3800 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3801
3802 PR other/27063
3803 * configure.in: Test subdir_requires and give an appropriate
3804 error message.
3805 * configure: Regenerate.
3806
3807 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3808
3809 PR target/27540
3810 * configure.in: Only enable libgomp on IRIX 6.
3811 * configure: Regenerate.
3812
3813 2006-06-20 David Ayers <d.ayers@inode.at>
3814
3815 PR bootstrap/28072
3816 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3817 whether target-libjava is being configured instead of whether the
3818 java front end is enabled.
3819 * configure: Regenerate.
3820
3821 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3822
3823 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3824 to R_ARM_LDC_SB_G{0,1,2} respectively.
3825
3826 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3827
3828 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3829 too.
3830 * Makefile.in: Regenerate.
3831
3832 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3833
3834 Sync from gcc:
3835
3836 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3837 * configure.in: Don't enable libgomp on hpux10.
3838 * configure: Rebuilt.
3839
3840 2006-06-13 David Ayers <d.ayers@inode.at>
3841
3842 Sync from gcc:
3843
3844 2006-06-12 David Ayers <d.ayers@inode.at>
3845
3846 PR bootstrap/27963
3847 PR target/19970
3848 * configure.in: Remove target-boehm-gc from noconfigdirs where
3849 ${libgcj} is specified.
3850 * configure: Regenerate.
3851
3852 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3853
3854 Sync from gcc:
3855
3856 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3857 Andreas Schwab <schwab@suse.de>
3858
3859 PR bootstrap/18033
3860 * config-ml.in: Eval option if surrounded by single quotes.
3861
3862 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3863
3864 Sync from gcc:
3865
3866 2006-06-06 David Ayers <d.ayers@inode.at>
3867
3868 PR libobjc/13946
3869 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3870 * Makefile.in: Regenerate.
3871 * configure.in: Add --enable-objc-gc at toplevel and have it
3872 enable boehm-gc for Objective-C.
3873 Remove target-boehm-gc from libgcj.
3874 Add target-boehm-gc to target_libraries.
3875 Add target-boehm-gc to noconfigdirs where ${libgcj}
3876 is specified.
3877 Assert that boehm-gc is supported when requested for Objective-C.
3878 Only build boehm-gc if needed either for Java or Objective-C.
3879 * configure: Regenerate.
3880
3881 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3882
3883 PR 27674
3884 * Makefile.tpl (configure-[+prefix+][+module+],
3885 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3886 Remove rule to unstage bootstrapped modules.
3887 (stage_current): New.
3888 * Makefile.in: Regenerate.
3889
3890 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3891 Andreas Tobler <a.tobler@schweiz.ch>
3892
3893 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3894 * configure: Rebuilt.
3895
3896 Revert
3897 2006-01-31 Richard Guenther <rguenther@suse.de>
3898 Paolo Bonzini <bonzini@gnu.org>
3899
3900 * Makefile.def (target_modules): Add libgcc-math target module.
3901 * configure.in (target_libraries): Add libgcc-math target library.
3902 (--enable-libgcc-math): New configure switch.
3903 * Makefile.in: Re-generate.
3904 * configure: Re-generate.
3905
3906 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3907
3908 * config-ml.in: Alter CCASFLAGS to include special
3909 multilib options the same as is done for CFLAGS.
3910
3911 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3912
3913 * Makefile.def: Added dependencies from sim and gdb on intl, and
3914 added configure dependencies to everything with an all dependency
3915 on intl.
3916 * gettext.m4: Removed.
3917 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3918 (GDB_SUPPORT_DIRS): Add intl.
3919 * Makefile.in: Regenerated.
3920
3921 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3922
3923 * src-release (DEVO_SUPPORT): Add config.rpath.
3924
3925 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3926
3927 * Makefile.def (bfd, opcodes): Fix lib_path.
3928 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3929 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3930 * Makefile.in: Regenerate.
3931
3932 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3933
3934 * configure.in: Enable gprof for cross builds.
3935 * configure: Regenerate.
3936
3937 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * src-release (MAKEINFOFLAGS): Define.
3940 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3941
3942 2006-05-14 Ben Elliston <bje@au.ibm.com>
3943
3944 * config.sub, config.guess: Update from upstream sources.
3945
3946 2006-05-12 Ben Elliston <bje@au.ibm.com>
3947
3948 * config.sub, config.guess: Update from upstream sources.
3949
3950 2006-05-04 Steve Ellcey <sje@cup.hp.com>
3951
3952 * blt, iwidgets, mmalloc: Remove directories.
3953
3954 2006-05-01 DJ Delorie <dj@redhat.com>
3955
3956 * configure.in: Restore CFLAGS if GMP isn't present.
3957 * configure: Regenerate.
3958
3959 2006-04-18 DJ Delorie <dj@redhat.com>
3960
3961 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3962 reference libgloss so that libssp can be built in a combined
3963 tree.
3964 * configure: Regenerate.
3965
3966 2006-04-10 Ben Elliston <bje@au.ibm.com>
3967
3968 * contrib: Remove directory.
3969
3970 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3971
3972 * Makefile.tpl: Add install-html target.
3973 * Makefile.def: Add install-html target.
3974 * Makefile.in: Regenerate.
3975 * configure.in: Add --with-datarootdir, --with-docdir,
3976 and --with-htmldir options.
3977 * configure: Regenerate.
3978
3979 2006-03-31 Ben Elliston <bje@au.ibm.com>
3980
3981 PR binutils/1860
3982 * configure.in: Require makeinfo 4.4 or higher.
3983 * configure: Regenerate.
3984
3985 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3986
3987 * Makefile.in: Regenerate.
3988
3989 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3990
3991 Sync with gcc:
3992 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3993
3994 * configure.in: Handle --disable-<component> generically.
3995 * configure: Regenerate.
3996
3997 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3998
3999 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4000 (TARGET_CONFIGDIRS): Remove.
4001 * configure.in: Remove AC_SUBST(target_configdirs).
4002 * Makefile.in, configure: Regenerated.
4003
4004
4005 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4006
4007 PR libgcj/17311
4008 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4009
4010 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4011
4012 PR bootstrap/25670
4013
4014 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4015
4016 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4017 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4018 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4019 BUILD_PREFIX, BUILD_PREFIX_1.
4020 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4021
4022 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4023 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4024
4025 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4026 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4027 of `cat stage_current`. Always provide the `r' and `s' variables.
4028 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4029 a single shell execution.
4030 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4031 bootstrapped modules, make the stage1 module if the build was not
4032 started yet, else build the current stage.
4033 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4034 (all-build, all-host, all-target, [+make_target+]-host,
4035 [+make_target+]-target): Do not use \-continued lines.
4036 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4037 (current_stage, restrap, stage_last): New.
4038
4039 * Makefile.in: Regenerate.
4040 * configure: Regenerate.
4041
4042 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4043
4044 Sync from gcc:
4045
4046 2006-01-31 Richard Guenther <rguenther@suse.de>
4047 Paolo Bonzini <bonzini@gnu.org>
4048
4049 * Makefile.def (target_modules): Add libgcc-math target module.
4050 * configure.in (target_libraries): Add libgcc-math target library.
4051 (--enable-libgcc-math): New configure switch.
4052 * Makefile.in: Re-generate.
4053 * configure: Re-generate.
4054 * libgcc-math: New toplevel directory.
4055
4056 2006-01-18 Richard Henderson <rth@redhat.com>
4057 Jakub Jelinek <jakub@redhat.com>
4058 Diego Novillo <dnovillo@redhat.com>
4059
4060 * libgomp: New directory.
4061 * Makefile.def: Add target_module libgomp.
4062 * Makefile.in: Regenerate.
4063 * configure.in (target_libraries): Add target-libgomp.
4064 * configure: Regenerate.
4065
4066 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4067 Andreas Schwab <schwab@suse.de>
4068
4069 * configure: Regenerate.
4070
4071 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4072
4073 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4074 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4075 the assembler, linker and binutils.
4076 * configure: Regenerate.
4077
4078 2006-01-16 Nick Clifton <nickc@redhat.com>
4079
4080 * config.sub, config.guess: Sync from config repository.
4081
4082 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4083
4084 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4085 @ from continuation.
4086 * Makefile.in: Rebuilt.
4087
4088 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4089
4090 Sync from gcc:
4091
4092 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4093
4094 PR bootstrap/24252
4095
4096 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4097 * Makefile.tpl (OBJDUMP): New.
4098 (EXTRA_HOST_FLAGS): Add it.
4099 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4100
4101 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4102 to use symbolic links between directories. Avoid race conditions
4103 or make them harmless.
4104 * configure.in: Do not try to use symbolic links between directories.
4105
4106 * Makefile.def (LEAN): Pass.
4107 * Makefile.tpl (LEAN): Define.
4108 (stage[+id+]-start): Accept that the previous directory does not
4109 exist, if the bootstrap is lean.
4110 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4111 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4112 configure substitution.
4113 ([+compare-target+]): Likewise.
4114 ([+bootstrap-target+]-lean): New.
4115 * configure.in: Remove lean bootstrap support from here.
4116
4117 * Makefile.in: Regenerate.
4118 * configure: Regenerate.
4119
4120 2006-01-02 Andreas Schwab <schwab@suse.de>
4121
4122 * configure.in: When reconfiguring remove Makefile in
4123 all stage directories.
4124 * configure: Regenerate.
4125
4126 2005-12-27 Leif Ekblad <leif@rdos.net>
4127
4128 * configure.in: Add support for RDOS target.
4129 * configure: Regenerate.
4130
4131 2005-12-27 Nick Clifton <nickc@redhat.com>
4132
4133 PR binutils/1990
4134 * libtool.m4: Synchronize with version in GCC sources.
4135
4136 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4137
4138 Revert Ada-related part of the previous change.
4139
4140 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4141 Do not pass.
4142 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4143 * Makefile.in: Regenerate.
4144 * configure.in: Do not include mt-ppc-aix target fragment.
4145 * configure: Regenerate.
4146
4147 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4148
4149 * configure.in: Select appropriate fragments for PowerPC/AIX.
4150 * configure: Regenerate.
4151
4152 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4153 BOOT_CFLAGS, BOOT_LDFLAGS.
4154 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4155 BOOT_CFLAGS, BOOT_LDFLAGS.
4156 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4157 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4158 (stage): Fail if we cannot complete the work.
4159 * Makefile.in: Regenerate.
4160
4161 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4162
4163 * COPYING.NEWLIB: Update copyright year for default
4164 copyright.
4165
4166 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4167
4168 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4169 install-host-nogcc): Don't invoke $(stage) at the end.
4170 * Makefile.in: Regenerate.
4171
4172 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4173
4174 * configure.in: Flip the top-level bootstrap switch.
4175 * configure: Regenerate.
4176
4177 Merge from gcc:
4178
4179 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4180
4181 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4182 $(stage) and $(unstage).
4183 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4184 (all): Remove stray semicolon.
4185 (local-distclean): Don't handle multilib.tmp and multilib.out.
4186 (install.all): Set $s for consistency.
4187 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4188 check_multilibs setting. Always make the install directory.
4189 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4190 Correct @if/@endif.
4191 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4192 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4193 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4194 (multilib.out): Remove.
4195 * Makefile.in: Regenerated.
4196
4197 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4198
4199 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4200 * configure.in: Replace ms1 arch with mt.
4201 * configure: Rebuilt.
4202
4203 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4204
4205 Sync with gcc:
4206
4207 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4208
4209 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4210 * configure.in: Replace ms1 arch with mt.
4211 * configure: Rebuilt.
4212
4213 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4214
4215 Sync with gcc:
4216
4217 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4218
4219 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4220 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4221 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4222 Find in-tree tools if available.
4223 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4224 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4225 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4226 (COMPILER_*_FOR_TARGET): New.
4227 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4228 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4229 (CONFIGURED_*, USUAL_*): Remove.
4230 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4231 STRIP): Use autoconf substitutions.
4232 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4233 COMPILER_NM_FOR_TARGET): New.
4234 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4235
4236 (all): Make all-host and all-target in parallel.
4237 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4238 that $$r and $$s are set before invoking a recursive make.
4239 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4240 ([+bootstrap-target+]): Inline most of the `all' target.
4241
4242 2005-11-29 Ben Elliston <bje@au.ibm.com>
4243
4244 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4245 from the gcc build directory.
4246 * Makefile.in: Regenerate.
4247
4248 2005-11-29 Ben Elliston <bje@au.ibm.com>
4249
4250 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4251 depend on all-libdecnumber.
4252 * configure.in (host_libs): Include libdecnumber.
4253 * Makefile.in: Regenerate.
4254 * configure: Likewise.
4255
4256 2005-11-21 Kean Johnston <jkj@sco.com>
4257
4258 * config.sub, config.guess: Sync from upstream sources.
4259
4260 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4261
4262 * Makefile.def: Remove gdb dependencies for gdbtk.
4263 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4264 (configure-gdb, install-gdb): New rules.
4265 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4266 * Makefile.in, configure: Regenerated.
4267
4268 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4269
4270 PR bootstrap/24297
4271 * Makefile.tpl (do-[+make-target+], do-check, install,
4272 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4273 are set before recursing.
4274 * Makefile.in: Regenerate.
4275
4276 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4277
4278 PR bootstrap/18939
4279 * Makefile.def (gcc) <target>: Fix thinko.
4280 * Makefile.in: Regenerate.
4281
4282 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4283
4284 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4285 * configure: Regenerate.
4286
4287 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4288
4289 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4290 target-libffi, target-qthreads, target-libjava, and
4291 targetlibobjc.
4292 * configure: Regenerate.
4293
4294 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4295
4296 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4297 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4298 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4299 (USUAL_OBJDUMP_FOR_TARGET): New.
4300 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4301 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4302 * configure, Makefile.in: Regenerated.
4303
4304 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4305
4306 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4307 before other host packages.
4308
4309 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4310
4311 PR bootstrap/22340
4312
4313 * configure.in (default_target): Remove.
4314 * Makefile.tpl (all): Do not use prerequisites as subroutines
4315 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4316 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4317 use prerequisites as subroutines.
4318 (check-host, check-target): New.
4319 (bootstrap configure & all targets): Do not use stage*-start
4320 if the directory layout is already ok.
4321 (non-bootstrap configure & all targets): Prepend a $(unstage).
4322 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4323 (NOTPARALLEL): Remove.
4324 (unstage, stage variables): New variables.
4325 (unstage, stage targets): Simply expand to those variables.
4326
4327 * configure: Regenerate.
4328 * Makefile.in: Regenerate.
4329
4330 2005-10-04 James E Wilson <wilson@specifix.com>
4331
4332 * Makefile.def (lang_env_dependencies): Add libmudflap.
4333 * Makefile.in: Regenerate.
4334
4335 2005-10-03 Catherine Moore <clm@cm00re.com>
4336
4337 * configure.in (bfin-*-*): Support bfin.
4338 * configure: Regenerated.
4339
4340 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4341
4342 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4343 * configure: Regenerated.
4344
4345 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4346
4347 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4348 (LIPO_FOR_TARGET): New.
4349 (CONFIGURED_LIPO_FOR_TARGET): New.
4350 (USUAL_LIPO_FOR_TARGET): New.
4351 (STRIP_FOR_TARGET): New.
4352 (CONFIGURED_STRIP_FOR_TARGET): New.
4353 (USUAL_STRIP_FOR_TARGET): New.
4354 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4355 STRIP_FOR_TARGET.
4356 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4357 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4358 * Makefile.in: Regenerate.
4359 * configure: Regenerate.
4360
4361 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4362
4363 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4364 (rs6000-*-aix*): Same.
4365 * configure: Regenerate.
4366
4367 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4368
4369 * configure.in: Recognize f95 in the --enable-languages option,
4370 and substitute it for fortran, issuing a warning.
4371 * configure: Regenerate.
4372
4373 2005-09-07 Ben Elliston <bje@au.ibm.com>
4374
4375 Import from Autoconf sources:
4376
4377 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4378 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4379 Elliston. Handle weird characters correctly.
4380
4381 2005-08-30 Phil Edwards <phil@codesourcery.com>
4382
4383 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4384 * configure: Regenerated.
4385
4386 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4387
4388 * Makefile.def (libssp): Add to lang_env_dependencies.
4389 * Makefile.in: Regenerate.
4390
4391 2005-08-17 Christian Groessler <chris@groessler.org>
4392
4393 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4394 * Makefile.in: Regenerate.
4395
4396 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4397
4398 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4399 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4400 Look for alternate names of the target cc and c++
4401 * configure: Regenerate.
4402
4403 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4404
4405 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4406 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4407 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4408 tools; remove code to manually set them.
4409 (Target tools): Look in the environment for them.
4410 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4411 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4412 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4413 build directory.
4414 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4415 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4416 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4417 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4418 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4419 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4420 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4421 * configure: Regenerate.
4422 * Makefile.in: Regenerate.
4423
4424 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4425
4426 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4427 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4428 * Makefile.in: Regenerated.
4429
4430 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4431
4432 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4433 (CFLAGS_FOR_TARGET): Use it.
4434 (CXXFLAGS_FOR_TARGET): Likewise.
4435 * Makefile.in: Regenerated.
4436 * configure.in (--with-build-sysroot): New option.
4437 * configure: Regenerated.
4438
4439 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4440
4441 * Makefile.tpl: Wrap install between unstage and stage
4442 * Makefile.in: Regenerate.
4443
4444 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4445
4446 * all files: Update FSF address.
4447
4448 2005-07-14 Jim Blandy <jimb@redhat.com>
4449
4450 * configure.in: Add cases for Renesas m32c.
4451 * configure: Regenerated.
4452
4453 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4454
4455 * COPYING, compile, config-ml.in, config.guess,
4456 config.sub, install-sh, missing, mkinstalldirs,
4457 symlink-tree, ylwrap: Sync from upstream sources.
4458
4459 2005-07-13 Eric Christopher <echristo@redhat.com>
4460
4461 * configure.in: Add toplevel noconfigdir support for tpf.
4462 * configure: Regenerate.
4463
4464 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4465
4466 * Makefile.def (target_modules): Add libssp.
4467 * configure.in (target_libraries): Add target-libssp.
4468 * configure: Rebuilt.
4469 * Makefile.in: Rebuilt.
4470
4471 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4472
4473 PR ada/22340
4474
4475 * Makefile.def: Sync with gcc.
4476 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4477 * Makefile.in: Regenerate.
4478
4479 2005-07-07 Andreas Schwab <schwab@suse.de>
4480
4481 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4482 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4483 * Makefile.in: Regenerated.
4484
4485 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4486
4487 * configure.in: Add --enable-libssp and --disable-libssp.
4488 * configure: Regenerate with autoconf-2.13.
4489
4490 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4491
4492 * configure.in: Don't build sim or rda when targetting darwin.
4493 * configure: Regenerate.
4494
4495 2005-07-04 Ben Elliston <bje@gnu.org>
4496
4497 * src-release (do-proto-toplev): Remove dejagnu bits.
4498 (DEJAGNU_SUPPORT_DIRS): Remove.
4499 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4500 (GDBD_SUPPORT_DIRS): Likewise.
4501 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4502 (INSIGHTD_SUPPORT_DIRS): Likewise.
4503 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4504
4505 2005-06-30 Ben Elliston <bje@gnu.org>
4506
4507 * setup.com (mpw): Remove unused directive.
4508
4509 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4510
4511 * Makefile.def (stagefeedback): Come after profile.
4512 Define profiledbootstrap target.
4513 * Makefile.tpl (profiledbootstrap): Remove.
4514 (stageprofile-end): Zap stagefeedback.
4515 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4516 * Makefile.in: Regenerate.
4517
4518 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4519
4520 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4521 In 'cpp' stanza, support '#line' as well as '# '.
4522
4523 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4524
4525 * configure.in (unsupported_languages): New macro.
4526 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4527 non-ported target libraries in noconfigdirs.
4528 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4529 non-linux-gnu. Remove libgcj_ex_libffi.
4530 <lang_frag loop>: Set add_this_lang=no if the language is in
4531 unsupported_languages.
4532 * configure: Regenerate.
4533
4534 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4535
4536 * configure.in: Fix typo in handling of --with-mpfr-dir.
4537 * configure: Regenerate.
4538
4539 2005-06-02 Jim Blandy <jimb@redhat.com>
4540
4541 * config.sub: Add cases for the Renesas m32c. (This patch has been
4542 accepted into the master sources.)
4543
4544 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4545 Michael Snyder <msnyder@redhat.com>
4546 Stan Cox <scox@redhat.com>
4547
4548 * configure.in: Set noconfigdirs for ms1.
4549
4550 * configure: Regenerate.
4551
4552 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4553
4554 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4555 (Dependencies): Consider target modules for bootstrap dependencies.
4556 Make target bootstrap modules depend on each stage's gcc.
4557 * Makefile.in: Regenerate.
4558
4559 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4560
4561 * Makefile.def (configure-gcc): Depend on binutils having been built.
4562 (all-gcc): No need to do it here.
4563 * Makefile.in: Regenerate.
4564
4565 2005-05-19 Paul Brook <paul@codesourcery.com>
4566
4567 * configure.in: Rewrite misleading error message when requested
4568 language cannot be built.
4569 * configure: Regenerate.
4570
4571 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * ylwrap: Import from Automake 1.9.5.
4574
4575 2005-05-04 Mike Stump <mrs@apple.com>
4576
4577 * configure.in: Always pass --target to target configures as
4578 otherwise rebuilds that do --recheck will fail.
4579 * configure: Rebuilt.
4580
4581 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4582
4583 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4584 STAGE_HOST_EXPORTS.
4585 (configure, all): Add bootstrap support.
4586 (Host modules, target modules): Pass post-stage1 flags and exports.
4587 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4588 * Makefile.in: Regenerate.
4589
4590 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4591
4592 Sync from gcc:
4593
4594 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4595
4596 * config.sub: Update from master copy.
4597
4598 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4599
4600 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4601 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4602 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4603 "*-*-elf" and "*-*-linux*".
4604 * configure: Regenerate.
4605
4606 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4607
4608 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4609 (TARGET_CONFIGARGS): Include --with-target-subdir.
4610 (configure, all): New macros. Use them throughout.
4611
4612 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4613
4614 * Makefile.tpl: Sync with gcc.
4615 * Makefile.in: Regenerate.
4616
4617 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4618
4619 * config/mh-mingw32: Delete.
4620 * configure.in: Don't use it.
4621 * configure: Regenerate.
4622
4623 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4624
4625 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4626 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4627 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4628 (HOST_LIB_PATH): Generate from Makefile.def.
4629 (TARGET_LIB_PATH): Likewise.
4630 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4631 * Makefile.in: Regenerate.
4632 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4633 (RPATH_ENVVAR): Include Darwin case.
4634 * configure: Regenerate.
4635
4636 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4637
4638 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4639 * configure: Regenerate.
4640
4641 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4642
4643 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4644 gcc_version, and gcc_version_trigger from set of flags to pass.
4645 * Makefile.tpl: Remove definitions of above variables.
4646 (config.status): Remove dependency on $(gcc_version_trigger).
4647 * Makefile.in: Regenerate.
4648 * configure.in: Do not reference config/gcc-version.m4 nor
4649 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4650 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4651 * configure: Regenerate.
4652
4653 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4654 Andrew Pinski <pinskia@physics.uc.edu>
4655
4656 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4657 * Makefile.in: Regenerate.
4658
4659 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4660
4661 PR libgcj/20160
4662 * ltmain.sh: Avoid creating archives with components that have
4663 duplicate basenames.
4664
4665 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4666
4667 PR bootstrap/20250
4668 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4669 instead of check.
4670 * Makefile.in: Regenerate.
4671
4672 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4673
4674 Sync from gcc.
4675
4676 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4677
4678 PR bootstrap/17383
4679 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4680 * Makefile.tpl (HOST_SUBDIR): New substitution.
4681 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4682 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4683 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4684 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4685 (Host modules, Bootstrapped modules): Use it.
4686 (Build modules, Target modules): Do not create symlink trees,
4687 always configure out-of-srcdir.
4688 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4689 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4690 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4691 $(HOST_SUBDIR). Create a symlink for host_subdir.
4692
4693 * Makefile.in: Regenerate.
4694 * configure: Regenerate.
4695
4696 Merged from libada-gnattools-branch:
4697 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4698
4699 * Makefile.def: Add gnattools as a module, depending on target-libada.
4700 * Makefile.in: Regenerate.
4701 * configure.in: Include gnattools in host_tools; disable it if ada
4702 is disabled.
4703 * configure: Regenerate.
4704
4705 2005-02-23 Nick Clifton <nickc@redhat.com>
4706
4707 * configure: Regenerate.
4708
4709 2005-02-22 Paul Schlie <schlie@comcast.net>
4710
4711 * configure.in: Allow darwin targeted ports to build tk, itcl and
4712 libgui.
4713
4714 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4715
4716 PR libgcj/10353
4717 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4718 * configure: Regenerate.
4719
4720 2005-02-08 Andrew Cagney <cagney@gnu.org>
4721
4722 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4723 gdb/ section. Update GDB's URL.
4724
4725 2005-01-31 Andrew Cagney <cagney@gnu.org>
4726
4727 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4728
4729 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4730
4731 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4732 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4733 target-libgloss when not *-*-elf and *-*-aout.
4734 * configure: Regenerate.
4735
4736 2005-01-27 Andrew Cagney <cagney@gnu.org>
4737
4738 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4739
4740 2005-01-24 Andrew Cagney <cagney@gnu.org>
4741
4742 * gettext.m4: Only fall back to ../intl/ when it's present.
4743
4744 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4745
4746 * install-sh, config.sub: Import from upstream.
4747
4748 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4749
4750 PR bootstrap/18222
4751 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4752 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4753 * Makefile.in: Regenerate.
4754
4755 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
4756
4757 Revert 2004-12-28 Makefile changes, a better fix will be
4758 applied to mainline and src after GCC 4.0 branches.
4759
4760 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4761
4762 PR bootstrap/17383
4763
4764 * Makefile.def (target_modules): Remove stage parameter,
4765 it is always true now.
4766 * Makefile.tpl (configure-build-[+module+],
4767 configure-target-[+module+]): Always build symlink tree
4768 for the directory and for include. BUILD_SUBDIR and
4769 TARGET_SUBDIR cannot be . anymore.
4770 * Makefile.in: Regenerate.
4771
4772 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4773
4774 Revert 2004-12-08 Makefile changes.
4775
4776 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4777
4778 * configure.in (sh64-*-*): Reenable gprof.
4779 * configure: Regenerate.
4780
4781 2004-12-09 Jim Blandy <jimb@redhat.com>
4782
4783 * MAINTAINERS: List 'depcomp' as part of automake.
4784
4785 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4786
4787 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4788 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4789 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4790 * Makefile.in: Regenerate.
4791
4792 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4793
4794 * Makefile.tpl: Generate normal dependencies if the LHS module is
4795 not bootstrapped.
4796 * Makefile.in: Regenerate.
4797
4798 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4799
4800 * configure.in: Include config/gxx-include-dir.m4. Use
4801 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4802 * configure: Regenerate.
4803
4804 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4805
4806 * config.if: Delete.
4807 * configure.in: Set libstdcxx_incdir directly.
4808 * configure: Regenerate.
4809 * MAINTAINERS: Remove mention of config.if.
4810 * src-release (DEVO_SUPPORT): Remove config.if.
4811
4812 2004-12-02 Eric Christopher <echristo@redhat.com>
4813
4814 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4815 of things to remove.
4816 * Makefile.in: Regenerate.
4817
4818 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4819
4820 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4821 * configure: Regenerate.
4822
4823 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4824
4825 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4826 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4827 * configure: Regenerate.
4828
4829 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4830
4831 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4832 (hppa*64*-*-*): Delete incorrect comment.
4833 * configure: Rebuilt.
4834
4835 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4836
4837 * install-sh, compile: Import from automake.
4838
4839 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4840
4841 * config.guess, config.sub: Import from savannnah.
4842
4843 2004-11-12 Mike Stump <mrs@apple.com>
4844
4845 * Makefile.def: Add html support.
4846 * Makefile.tpl: Likewise.
4847 * Makefile.in: Regenerate.
4848
4849 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4850
4851 PR 18423
4852 * configure.in: Remove all instances of build-fixincludes from
4853 noconfigdirs.
4854 (build_configargs): Supply --target to subdirectories.
4855 * configure: Regenerate.
4856
4857 * Makefile.def: Make gcc install depend on fixincludes install.
4858 * Makefile.in: Regenerate.
4859
4860 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4861
4862 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4863 target-libgfortran.
4864 * configure: Regenerate.
4865
4866 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4867
4868 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4869 like CC.
4870
4871 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4872
4873 * Makefile.def (host fixincludes): Specify missing targets.
4874 * Makefile.in: Regenerate.
4875
4876 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4877
4878 PR other/17783
4879 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4880 * configure: Regenerated.
4881
4882 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4883
4884 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4885 * configure: Regenerated.
4886
4887 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4888
4889 PR target/18151
4890 * configure.in (case ${target}): Do not build fixincludes for avr.
4891 * configure: Regenerated.
4892
4893 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4894
4895 * configure.in (case ${target}): Do not build fixincludes
4896 on platforms where it is not used.
4897 * configure: Regenerated.
4898
4899 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4900
4901 * configure.in: Use an absolute path to install-sh.
4902 * configure: Regenerated.
4903
4904 2004-10-19 Andrew Cagney <cagney@gnu.org>
4905
4906 * src-release (do-djunpack, do-md5sum): Install the generated file
4907 directly into the proto-toplev/ directory.
4908
4909 2004-10-19 Andrew Cagney <cagney@gnu.org>
4910
4911 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4912
4913 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4914
4915 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4916 * configure: Regenerate.
4917
4918 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4919
4920 Fix wrong conflict resolution in:
4921
4922 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4923
4924 * Makefile.in: Regenerate.
4925 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4926 in the recursive `make', instead of hardwiring `all'.
4927 (Autogenerated TARGET-* variables): New.
4928
4929 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4930
4931 Merged from GCC / libtool upstream:
4932 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4933 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4934 * ltcf-cxx.sh (tpf*): Likewise.
4935 * ltconfig (tpf*): Add TPF OS configuration support.
4936
4937 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4938
4939 * configure.in: Enable target-libgloss for crx-*-*.
4940 * configure: Regenerate.
4941
4942 2004-09-24 Michael Roth <mroth@nessie.de>
4943
4944 * configure.in (--without-headers): Add missing double quotes.
4945 * configure: Regenerate.
4946
4947 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4948
4949 * ylwrap: Revert to previous version.
4950
4951 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4952
4953 PR bootstrap/17369
4954 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4955 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4956 SET_GCC_LIB_PATH_CMD.
4957 (BASE_TARGET_EXPORTS): Likewise.
4958 * Makefile.in: Regenerated.
4959
4960 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4961 * configure: Regenerated.
4962
4963 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4964
4965 * config.guess: New upstream version
4966 * compile, depcomp, install-sh, ylwrap: Likewise.
4967
4968 2004-09-19 Roger Sayle <roger@eyesopen.com>
4969
4970 * config/mh-x86omitfp: New host makefile fragment. Add
4971 -fomit-frame-pointer to the default BOOT_CFLAGS.
4972 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4973 * configure: Regenerate.
4974
4975 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4976
4977 PR target/11572
4978 * configure.in (*-*-darwin*): Renable libobjc.
4979 * configure: Regenerate.
4980
4981 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4982
4983 * Makefile.def: Remove libbanshee.
4984 * Makefile.tpl: Ditto.
4985 * configure.in: Ditto.
4986 * Makefile.in: Regen.
4987 * configure: Ditto.
4988
4989 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4990
4991 * missing: Import latest version from master repository.
4992
4993 2004-09-04 Nick Clifton <nickc@redhat.com>
4994
4995 * config.sub: Import latest version from master repository.
4996 * config.guess: Likewise.
4997 This includes these changes:
4998
4999 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5000
5001 * config.sub: Handle crisv32, alias etraxfs.
5002 * config.guess (crisv32:Linux:*:*): Handle.
5003
5004 2004-08-13 Brad Smith <brad@comstyle.com>
5005
5006 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5007 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5008
5009 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5010
5011 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5012 assume the processor is a powerpc. This is because coreutils
5013 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5014 in this case, due to a MacOS X bug that causes
5015 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5016 to return a negative number.
5017 Problem reported by Petter Reinholdtsen in:
5018 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5019
5020 2004-07-19 Ben Elliston <bje@gnu.org>
5021
5022 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5023
5024 2004-06-24 Ben Elliston <bje@gnu.org>
5025
5026 * config.guess: Update copyright years.
5027 * config.sub: Likewise.
5028
5029 2004-06-22 Robert Millan <robertmh@gnu.org>
5030
5031 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5032 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5033
5034 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5035
5036 * config.guess (*:*VMS:*:*): New entry. Replaces
5037 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5038 manufacturer.
5039
5040 2004-06-22 Ben Elliston <bje@gnu.org>
5041
5042 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5043 * config.sub: Likewise.
5044
5045 2004-06-22 Ben Elliston <bje@gnu.org>
5046
5047 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5048 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5049
5050 2004-06-11 Ben Elliston <bje@gnu.org>
5051
5052 * config.guess (pegasos:OpenBSD:*:*): Remove.
5053
5054 2004-06-11 Ben Elliston <bje@gnu.org>
5055
5056 From Wouter Verhelst <wouter@grep.be>:
5057 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5058
5059 2004-06-11 Ben Elliston <bje@gnu.org>
5060
5061 * config.guess (luna88k:OpenBSD:*:*): New.
5062
5063 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5064
5065 * config.guess (m32r*:Linux:*:*): New case.
5066 * config.sub: Handle m32rle.
5067
5068 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5069
5070 From Jens Petersen <petersen@redhat.com>:
5071 * config.sub: Handle sparcv8.
5072
5073 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5074
5075 From Tom Smith <smith@cag.lkg.hp.com>:
5076 * config.guess: Version suffixes are equally significant on Tru64
5077 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5078 prefix of "P" (patched kernel).
5079
5080 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5081
5082 * config.sub: Add support for National Semiconductor CRX target.
5083
5084 2004-09-03 Jan Beulich <jbeulich@novell.com>
5085
5086 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5087 *-*-netware, but add target-libmudflap.
5088 Consolidate *-*-netware targets (of which really only i?86 exists)
5089 into a single entry.
5090 * configure: Likewise.
5091
5092 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5093
5094 * Makefile.tpl (sorry): Remove.
5095 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5096 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5097 (do-clean): Clean per-stage directories too.
5098 (do-distclean): Run distclean-stage1 too.
5099 (.NOTPARALLEL): Enable during toplevel bootstrap.
5100 (stage[+id+]-bubble): Enable parallel execution during
5101 the recursive invocation.
5102 * Makefile.in: Regenerate.
5103
5104 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5105
5106 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5107
5108 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5109 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5110 * configure: regenerate
5111 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5112 -mdynamic-no-pic
5113
5114 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5115
5116 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5117 include.
5118 * configure.in: Fix indentation.
5119 * configure: Regenerate.
5120
5121 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5122
5123 * Makefile.def (build_modules): Add fixincludes.
5124 (dependencies): Make gcc depend on fixincludes.
5125 * configure.in (build_tools): Add fixincludes.
5126 (build_configdirs): Always include build_libs.
5127 * Makefile.in: Regenerate.
5128 * configure: Regenerate.
5129
5130 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5131
5132 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5133 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5134 phony targets; do not generate timestamp files.
5135 (distclean-stageN): Remove references to their timestamp files.
5136 (restageN, touch-stageN): Remove.
5137 (stageN-bubble): Rewritten.
5138 (compare): Support lean bootstraps.
5139 * Makefile.in: Regenerate.
5140
5141 * configure.in: Only warn when bootstrapping but
5142 build != host or build != target. Support lean bootstraps.
5143 * configure: Regenerate.
5144
5145 Sync from gcc:
5146 2004-08-26 Phil Edwards <phil@codesourcery.com>
5147
5148 * configure.in: Give a better error message if GMP/MPFR are missing
5149 and a language needing them has been requested.
5150 * configure: Regenerated.
5151
5152 2004-08-25 Phil Edwards <phil@codesourcery.com>
5153
5154 * configure.in: Print a list of available language front-ends if
5155 a requested one is missing. Tidy stray tab characters.
5156 * configure: Regenerated.
5157
5158 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5159
5160 * Makefile.in: Regenerate.
5161 * configure: Regenerate.
5162
5163 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5164 stage_*_flags.
5165 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5166 for bootstrapped modules if toplevel bootstrap is going.
5167 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5168 modules. Adjust for changes in Makefile.def. Enable several
5169 rules even in non-bootstrap mode, just to avoid peppering the
5170 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5171 (stage-[+prev+]-bubble): Remove.
5172
5173 * Makefile.def (Dependencies): Depend on all-build-bison,
5174 all-build-flex, all-build-byacc, all-build-texinfo, rather
5175 than the host variations.
5176 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5177 with BUILD_SUBDIR.
5178 (BISON): Update for recent Bisons.
5179 (YACC): Fix typo.
5180 (cross): Depend on all-build.
5181 (all): Do not depend on all-build.
5182 (prebootstrap): Remove.
5183 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5184 (Prebootstrap dependencies): Add them to the per-stage targets
5185 and to all-prebootstrap.
5186 * configure.in (build_configdirs): Always enable build_tools.
5187 (BUILD_DIR_PREFIX): Remove.
5188
5189 * Makefile.def (gcc): Add target variable.
5190 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5191 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5192 in the recursive `make', instead of hardwiring `all'.
5193 (Autogenerated TARGET-* variables): New.
5194
5195 2004-08-17 Robert Millan <robertmh@gnu.org>
5196
5197 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5198 (instead of FreeBSD).
5199 * configure: Regenerate.
5200
5201 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5202
5203 * Makefile.def, configure.in, src-release: Remove useless, bogus
5204 references to tix.
5205 * Makefile.in, configure: Regenerate.
5206
5207 * src-release: Stop distributing mmalloc with gdb (which doesn't
5208 use it).
5209 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5210 * Makefile.in: Regenerate.
5211
5212 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5213
5214 * configure.in (arm*-*-eabi*): New target.
5215 * configure: Regenerate.
5216
5217 2004-08-01 Robert Millan <robertmh@gnu.org>
5218
5219 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5220 libmudflap for all GNU-based systems (with Glibc).
5221 * configure: Regenerate.
5222
5223 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5226 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5227 (Dependencies): New section.
5228 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5229 (configure-target-[+module+]): Depend on maybe-all-gcc
5230 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5231 (toplevel profiledbootstrap): Fix dependencies.
5232 * Makefile.in: Regenerate.
5233
5234 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5235
5236 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5237 target-libiberty to noconfigdirs.
5238
5239 2004-08-03 Paul Brook <paul@codesourcery.com>
5240
5241 * configure.in: Check for MPFR as well as GMP.
5242 * configure: Regenerate.
5243
5244 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5245
5246 * Makefile.def (host-modules): Add gcc.
5247 * Makefile.in: Regenerate.
5248 * Makefile.tpl (sorry): New rule.
5249 (configure-host, all-host, [+make_target+]-host, do-check,
5250 install-host): Do not add gcc as a special case.
5251 (host modules): Add a small special-casing for gcc. Export
5252 extra_make_flags through the environment.
5253 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5254 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5255 other recursive targets for gcc): Remove.
5256
5257 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5258 (stage, unstage): New rules.
5259 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5260 distclean-stage[+id+]): Use stage_current.
5261 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5262 the stage*-start rules.
5263
5264 2004-07-19 Robert Millan <robertmh@gnu.org>
5265
5266 Synced from gcc:
5267
5268 2004-04-26 Robert Millan <robertmh@gnu.org>
5269
5270 Add patches from libtool CVS.
5271 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5272 * ltconfig: Likewise.
5273 * ltcf-c.sh: Likewise.
5274 * ltcf-cxx.sh: Likewise.
5275 * ltcf-gcj.sh: Likewise.
5276
5277 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5278
5279 * configure.in: Add noconfigdirs for crx-*-*.
5280 * configure: Regenerate.
5281
5282 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5283
5284 Synced from gcc:
5285
5286 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5287
5288 * configure.in: Build libmudflap by default on FreeBSD.
5289 * configure: Regenerated.
5290
5291 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5292
5293 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5294 systems.
5295 * configure: Regenerated.
5296
5297 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5298
5299 PR target/16344
5300 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5301 feedback based compiler.
5302 * Makefile.in: Rebuilt.
5303
5304 2004-07-05 Phil Edwards <phil@codesourcery.com>
5305
5306 * configure.in: Do not prepend $srcdir to /dev/null in
5307 makefile fragments.
5308 * configure: Regenerate.
5309
5310 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5311
5312 * Makefile.def (host_modules): Set bootstrap=true for flex.
5313 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5314 * Makefile.in: Rebuilt.
5315
5316 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5317
5318 * Makefile.def (build_modules): Add bison, byacc, flex,
5319 m4, texinfo.
5320 (flags_to_pass): Add FLEX.
5321 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5322 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5323 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5324 DEFAULT_MAKEINFO): Remove.
5325 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5326 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5327 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5328 objdir or else use configured tool.
5329 (all-build): New.
5330 (all): Depend on it.
5331 (Build module dependencies): Add.
5332 * Makefile.in: Regenerate.
5333 * configure.in: Better support for multiple build modules,
5334 matching what is done for host/target modules. Do not look
5335 for "plausible" locations of build tools if Canadian cross.
5336 Use autoconf's AC_PROG_CC to find a C compiler. Define
5337 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5338 * configure: Regenerate.
5339
5340 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5341
5342 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5343 * Makefile.in: Regenerate.
5344
5345 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5346
5347 * Makefile.tpl (configure-build-[+module+],
5348 configure-[+module+], configure-target-[+module+]): Pass
5349 [+extra_configure_args+].
5350 (all-build-[+module+], all-[+module+], check-[+module+],
5351 install-[+module+], [+make_target+]-[+module+],
5352 all-target-[+module+], check-target-[+module+],
5353 install-target-[+module+], [+make_target+]-target-[+module+]):
5354 Pass [+extra_make_args+].
5355 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5356 (GCC_HOST_EXPORTS): Remove.
5357 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5358 cross, check-gcc, check-gcc-c++, install-gcc,
5359 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5360 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5361 * Makefile.in: Regenerate.
5362
5363 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5364
5365 * configure.in: Check for srcdir/winsup rather than build directory
5366 winsup.
5367 * configure: Regenerate.
5368
5369 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5370
5371 * configure.in: Don't build Cygwin native newlib if winsup
5372 directory is missing. Emit warning instead.
5373 * configure: Regenerate.
5374
5375 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5376
5377 * Makefile.tpl (touch-stage[+id+]): New.
5378 (restage[+prev+]): Depend on touch-stage[+id+].
5379
5380 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5381 Use it throughout.
5382
5383 * Makefile.def: Add profile and feedback bootstrap stages.
5384 Remove next field from bootstrap stages.
5385 * Makefile.tpl (LN, LN_S): Substitute.
5386 (stageN-start, stageN-end): Use double-colon rules, to
5387 provide a hook for additional setup commands.
5388 (distclean-stageN-gcc, restageN): Create dependencies from
5389 [+prev+], not from [+next+].
5390 (stageN-bubble): Add commands for successive stages from
5391 [+prev+], using double-colon rules.
5392 (all-stageN-gcc): Fix typo.
5393 (stagefeedback-start, profiledbootstrap): New.
5394 * Makefile.in: Regenerate.
5395 * configure.in: Call ACX_PROG_LN.
5396 * configure: Regenerate.
5397
5398 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5399
5400 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5401 without gcc.
5402 * configure: Regenerate.
5403
5404 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5405
5406 * Makefile.tpl: Fix typo.
5407 * Makefile.in: Regenerate.
5408
5409 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5410
5411 * configure.in: Remove new- prefix from toplevel
5412 bootstrap targets.
5413 * configure: Regenerate.
5414
5415 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5416
5417 Merge this patch from the gcc tree:
5418
5419 2004-05-30 Andreas Jaeger <aj@suse.de>
5420 Jim Wilson <wilson@specifixinc.com>
5421
5422 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5423 like CC.
5424
5425 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5426
5427 * Makefile.tpl (all.normal): Rename to all.
5428 (all): Replace with a rule to pick the default
5429 target from configure.
5430 (all-gcc, configure-gcc): Use conditionals to
5431 do nothing when toplevel bootstrap is going on.
5432 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5433 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5434 * configure.in: Support --enable-bootstrap.
5435
5436 * Makefile.def: Remove new- prefix from toplevel
5437 bootstrap targets.
5438 * Makefile.tpl: Likewise.
5439
5440 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5441 target.
5442
5443 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5444 $(RECURSE_FLAGS) to recursive invocation of make.
5445
5446 * Makefile.in: Regenerate.
5447 * configure: Regenerate.
5448
5449 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5450
5451 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5452 * configure: Regenerate.
5453
5454 2004-05-25 Daniel Jacobowitz <drow@false.org>
5455
5456 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5457 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5458 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5459 targets.
5460 * Makefile.in: Regenerate.
5461
5462 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5463
5464 * configure.in: Test the ability to symlink directories.
5465 * configure: Regenerate.
5466
5467 * Makefile.def (bootstrap-stage): New definitions.
5468 * Makefile.tpl (configure-stage1-gcc,
5469 configure-stage2-gcc, configure-stage3-gcc,
5470 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5471 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5472 new-restage3, compare): Autogenerate, see Makefile.in
5473 entry for behavioral changes.
5474 (distclean-stage1, new-stage1-start, new-stage1-end,
5475 new-stage1-bubble, distclean-stage2, new-stage2-start,
5476 new-stage2-end, new-stage2-bubble, distclean-stage3,
5477 new-stage3-start, new-stage3-end): New autogenerated targets.
5478 (objext, prebootstrap, BOOT_CFLAGS,
5479 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5480 targets.
5481
5482 * Makefile.in: Regenerate.
5483 (distclean-stage1, new-stage1-start, new-stage1-end,
5484 new-stage1-bubble, distclean-stage2, new-stage2-start,
5485 new-stage2-end, new-stage2-bubble, distclean-stage3,
5486 new-stage3-start, new-stage3-end): New targets.
5487 (all-stage1-gcc): Move prebootstrap dependency from here...
5488 (configure-stage1-gcc): ...to here.
5489 (new-bootstrap): Use bubble targets.
5490 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5491 Use per-stage distclean targets.
5492 (configure-stage1-gcc, configure-stage2-gcc,
5493 configure-stage3-gcc, all-stage1-gcc,
5494 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5495 Use new-stageN-start to prepare the tree.
5496
5497 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5498
5499 * Makefile.def (host_modules): add libcpp.
5500 * Makefile.tpl: Add dependencies on and for libcpp.
5501 * Makefile.in: Regenerate.
5502 * configure.in: Add libcpp host module.
5503 * configure: Regenerate.
5504
5505 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5506
5507 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5508 of libf2c.
5509 * configure, Makefile.in: Regenerate.
5510
5511 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5512
5513 Merge from tree-ssa-20020619-branch.
5514
5515 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5516 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5517 (HOST_GMPLIBS): Define.
5518 (HOST_GMPINC): Define.
5519 (TARGET_LIB_PATH): Add libmudflap.
5520 (GFORTRAN_FOR_TARGET): Define.
5521 (configure-build*): Export GFORTRAN.
5522 (configure-gcc): Export GMPLIBS and GMPINC.
5523 (all-gcc): Add maybe-all-libbanshee.
5524 (configure-target-libgfortran): Define.
5525 * Makefile.in: Regenerate.
5526 * configure.in (host_libs): Add libbanshee.
5527 (target_libraries): Add target-libmudflap and target-libgfortran.
5528 Add --with-libbanshee.
5529 Handle --disable-libmudflap.
5530 (*-*-freebsd*): Use with_gmp.
5531 Add $(libgcj) to noconfigdirs.
5532 * configure: Regenerate.
5533 * depcomp: New file.
5534 * MAINTAINERS: Add tree-ssa maintainers.
5535
5536 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5537
5538 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5539 * configure: Regenerate.
5540
5541 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5542
5543 Revert:
5544 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5545
5546 * Makefile.def (flags_to_pass): Remove *dir variables that
5547 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5548 as well as prefix and exec_prefix.
5549 * Makefile.in: Regenerate.
5550
5551 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5552
5553 * Makefile.def (host_modules): Mark with the bootstrap
5554 flag packages on which gcc depends.
5555 * Makefile.tpl (all-bootstrap): Use it.
5556 * Makefile.in: Regenerate.
5557
5558 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5559
5560 * Makefile.def (flags_to_pass): Remove *dir variables that
5561 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5562 as well as prefix and exec_prefix.
5563 * Makefile.in: Regenerate.
5564
5565 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5566
5567 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5568 * configure: Regenerate.
5569 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5570 * gcc/Makefile.tpl (compare): Use the result of the test.
5571 * gcc/Makefile.in: Regenerate.
5572
5573 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5574
5575 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5576 Always relocate gcc and prev-gcc to the original names, even
5577 if the build fails.
5578 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5579 New targets.
5580
5581 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5582
5583 * configure.in (mips*-*-irix5*): Enable ld.
5584 * configure: Regenerate.
5585
5586 2004-04-15 James E Wilson <wilson@specifixinc.com>
5587
5588 * Makefile.tpl (configure-[+module+], configure-gcc,
5589 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5590 Set and export LDFLAGS.
5591 * Makefile.in: Regenerate.
5592
5593 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5594
5595 PR bootstrap/14871
5596 * Makefile.tpl: If we don't have built-in-tree target tools,
5597 use the ones found by configure rather than hacking around with
5598 program_transform_name.
5599 * configure.in: Give Makefile.tpl the information necessary
5600 to do that.
5601 * Makefile.in: Regenerate.
5602 * configure: Regenerate.
5603
5604 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5605
5606 PR bootstrap/14760
5607 * configure.in: When computing baseargs, strip *all* copies of
5608 offending options. Also, don't match/substitute the trailing space,
5609 so that this actually works when two similar options are separated by
5610 only one space.
5611 * configure: Regenerate.
5612
5613 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5614
5615 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5616 (rs6000-*-aix*): Same.
5617 * configure: Regenerate.
5618
5619 2004-03-25 Stan Shebs <shebs@apple.com>
5620
5621 Remove MPW support, no longer used.
5622 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5623 mpw-install: Remove files.
5624 * src-release (DEVO_SUPPORT): Remove names of removed files.
5625 * MAINTAINERS: Likewise.
5626
5627 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5628
5629 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5630 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5631 * Makefile.in: Regenerate.
5632
5633 * configure.in (top level bootstrap support): Rework --enable-werror
5634 to set @stage2_werror_flag@.
5635 * configure: Regenerate.
5636 * Makefile.tpl (top level bootstrap support): Pass
5637 @stage2_werror_flag@ down to configure in stages 2 and 3.
5638 * Makefile.in: Regenerate.
5639
5640 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5641
5642 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5643 for stages 2 and 3 as well as in make. As a consequence, remove
5644 OUTPUT_OPTION (now detected by configure) from the flags passed down
5645 to make.
5646 * Makefile.in: Regenerate.
5647
5648 * Makefile.tpl (new-bootstrap): Fix typo.
5649 * Makefile.in: Regenerate.
5650
5651 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5652
5653 * Makefile.tpl: Rearrange by moving recursive_targets rules
5654 into their proper sections.
5655 * Makefile.tpl (top level bootstrap support): Move disabling
5656 of coverage flags from 'make' to 'configure'; improve comments.
5657 * Makefile.in: Regenerate.
5658
5659 * Makefile.tpl (experimental top level bootstrap) Move stage1
5660 language setting from all- target to configure- target; disable
5661 intermodule optimization in stage 1; prevent gratuitous rebuilds
5662 of stage 1.
5663 * Makefile.in: Regenerate.
5664 * configure.in: Comma-separate stage 1 language list for top
5665 level bootstrap.
5666 * configure: Regenerate.
5667
5668 * Makefile.tpl: Clean up experimental top level bootstrap support:
5669 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5670 prev-gcc in configure- targets as well as all- targets.
5671 * Makefile.in: Regenerate.
5672
5673 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5674
5675 * configure.in: Remove symbolic link section.
5676 * configure: Regenerate.
5677 * Makefile.tpl (links): Remove.
5678 * Makefile.in: Regenerate.
5679
5680 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5681 Nathanael Nerode <neroden@gcc.gnu.org>
5682
5683 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5684 Set with AC_CHECK_PROGS.
5685 * configure.in: Fix comment typo from last patch.
5686 * configure: Regenerate.
5687
5688 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5689
5690 * Makefile.tpl: Introduce experimental top level bootstrap support.
5691 * Makefile.in: Regenerate.
5692 * configure.in: Introduce support for top level bootstrap.
5693 * configure: Regenerate.
5694
5695 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5696 Paolo Bonzini <bonzini@gnu.org>
5697
5698 PR bootstrap/14522
5699 * configure.in: Cope with shells that do not support unquoted ^
5700 * configure: Regenerate.
5701
5702 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5703 Paolo Bonzini <bonzini@gnu.org>
5704
5705 PR bootstrap/14522
5706 * configure.in: Cope with shell that do not support nesting
5707 quotes inside quoted backquote substitutions.
5708 * configure: Regenerate.
5709
5710 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5711
5712 PR bootstrap/14522
5713 * configure.in: Fix escaping of $.
5714 * configure: Regenerate.
5715
5716 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5717
5718 * configure: Regenerate.
5719
5720 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
5721
5722 PR ada/14131
5723 Move language detection to the top level.
5724 * configure.in: Find default values for the tools as
5725 soon as possible. Disable ada if GNAT is not found.
5726 Emit error message about missing languages. Expand
5727 --enable-languages=all for the gcc subdirectory.
5728
5729 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
5730
5731 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5732 and disable libgcj.
5733 * configure: Regenerated.
5734
5735 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5736
5737 PR bootstrap/7087
5738 * Makefile.tpl: Guard XFOO sed statements better.
5739 * Makefile.tpl: Add dependency for configure-target-libada.
5740 * Makefile.in: Regenerate (incidentally fixes broken
5741 commit when libada-branch was merged).
5742
5743 2004-02-28 Andrew Cagney <cagney@redhat.com>
5744
5745 * src-release (CVS_NAMES): Define.
5746 (do-tar, do-tar): Prune $(CVS_NAMES).
5747
5748 2004-02-23 Andrew Cagney <cagney@redhat.com>
5749
5750 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5751 2004-02-19.09.
5752
5753 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5754
5755 PR bootstrap/11932
5756 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5757
5758 2004-02-19 Andrew Cagney <cagney@redhat.com>
5759
5760 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5761 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5762
5763 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5764
5765 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5766 (rs6000-*-aix*): Same.
5767 * configure: Regenerate.
5768
5769 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5770
5771 * configure.in (host): Add in missing $noconfigdirs to defines.
5772 * configure: Regenerate.
5773
5774 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5775 Nathanael Nerode <neroden@gcc.gnu.org>
5776
5777 PR ada/6637, PR ada/5911
5778 Merge with libada-branch:
5779 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5780 with appropriate dependencies. Add --enable-libada configure switch.
5781 * configure, Makefile.in: Regenerate.
5782
5783 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5784
5785 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5786 * configure: Regenerate.
5787
5788 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5789
5790 * COPYING.NEWLIB: Update Red Hat license to 2004.
5791
5792 2004-01-23 DJ Delorie <dj@redhat.com>
5793
5794 * Makefile.def (target_modules) [libiberty]: Don't stage.
5795 * Makefile.in: Rebuilt.
5796
5797 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5798
5799 * COPYING.NEWLIB: Update to include copyrights for new
5800 iconv code.
5801
5802 2004-01-15 Andrew Cagney <cagney@redhat.com>
5803
5804 * src-release: Update copyright year.
5805 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5806 (NEWLIB_SUPPORT_DIRS): Delete macro.
5807 (newlib.tar.bz2): Delete rule.
5808
5809 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5810
5811 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5812 * Makefile.tpl (configure-target-[+module+]): Support stage.
5813 * Makefile.in: Rebuilt.
5814
5815 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5816
5817 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5818 throughout.
5819
5820 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5821
5822 * configure.in: Use ./config.cache, not config.cache.
5823 * configure: Regenerate.
5824 * Makefile.tpl: Special-casing not needed for GCC any more.
5825 * Makefile.in: Regenerate.
5826
5827 * configure.in: Don't share a cache file for host dirs.
5828 * configure: Regenerate.
5829
5830 * config-ml.in: Don't mess with the cache file.
5831
5832 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5833
5834 * Makefile.tpl: Make GCC use a separate config.cache.
5835 * Makefile.in: Regenerate.
5836
5837 PR bootstrap/11932, PR bootstrap/11933
5838 (I don't know if it will fix either of them, but it relates
5839 to them.)
5840 * configure.in: Don't use shared config.cache for target
5841 directories.
5842 * configure: Regenerate.
5843
5844 2003-12-31 Roger Sayle <roger@eyesopen.com>
5845
5846 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5847 * configure: Regenerated.
5848
5849 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5850
5851 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5852 * configure: Regenerated.
5853
5854 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5855
5856 Port change over from GCC:
5857 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5858 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5859 (configure-build-[+module+], configure-[+module+]): Likewise.
5860 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5861 * Makefile.in: Regenerate.
5862
5863 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5864
5865 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5866 * configure: Regenerate.
5867
5868 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5869
5870 * COPYING.NEWLIB: Add license info for long long routines added to
5871 stdlib.
5872
5873 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5874
5875 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5876 * Makefile.in: Regenerate.
5877
5878 2003-10-20 Phil Edwards <phil@codesourcery.com>
5879
5880 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5881 * configure: Regenerate.
5882
5883 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5884
5885 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5886 HOST_FLAGS_TO_PASS.
5887 * Makefile.in: Regenerate.
5888
5889 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5890
5891 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5892 * configure: Rebuilt
5893 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5894 * Makefile.in: Rebuilt
5895
5896 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5897
5898 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5899
5900 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
5901
5902 * config-ml.in: Use ac_configure_args directly instead of
5903 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5904 actually seen.
5905
5906 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5907
5908 * config-ml.in: Propagate INSTALL variables.
5909
5910 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
5911
5912 * configure.in: Pass a computed --program-transform-name
5913 to subconfigures.
5914 * configure: Regenerated.
5915
5916 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5917
5918 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5919 * Makefile.in: Regenerate.
5920
5921 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5922 * Makefile.in: Regenerate.
5923
5924 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
5925
5926 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5927 quoting.
5928 * configure: Regenerated.
5929
5930 2003-09-12 Michael Chastain <mec@shout.net>
5931
5932 Fix PR gdb/857.
5933 * src-release (do-proto-topleve): Remove junk files
5934 intl/config.cache, intl/config.status,
5935 intl/config.h, intl/stamp-h.
5936
5937 2003-09-14 Andrew Cagney <cagney@redhat.com>
5938
5939 * src-release (dejagnu.tar): New target.
5940 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5941 (do-djunpack): Use $(PACKAGE) for the package name.
5942
5943 2003-09-04 DJ Delorie <dj@redhat.com>
5944
5945 * configure: Regenerate.
5946
5947 2003-09-04 Robert Millan <robertmh@gnu.org>
5948
5949 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5950
5951 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5952
5953 * configure.in: Ensure arguments to sed are properly spaced.
5954 * configure: Regenerate.
5955
5956 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
5957
5958 Merge from gcc:
5959 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5960 * install-sh: Update to newer upstream versions (associated with
5961 aclocal 1.7).
5962 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5963
5964 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
5965
5966 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5967 * configure: Regenerated.
5968
5969 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
5970
5971 * configure.in: Use newline instead of semicolon when assuming
5972 shell arguments in a for loop.
5973 * configure: Regenerated.
5974
5975 2003-08-20 Geoffrey Keating <geoffk@apple.com>
5976
5977 PR 8180
5978 * configure.in: When testing with_libs and with_headers, treat
5979 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5980 * configure: Regenerate.
5981
5982 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5983 make, shell, etc.
5984 (baseargs): Likewise.
5985 * configure: Regenerate.
5986
5987 2003-08-19 Geoffrey Keating <geoffk@apple.com>
5988
5989 * configure.in: Disable libgcj for darwin not on powerpc.
5990 * configure: Rebuild.
5991
5992 2003-08-15 Michael Chastain <mec@shout.net>
5993
5994 * src-release (do-proto-toplev): Remove junk files
5995 dejagnu/example/calc/config.status,
5996 dejagnu/example/calc/config.log.
5997
5998 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5999
6000 * config-ml.in, symlink-tree: Add license.
6001
6002 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6003
6004 Merge from gcc:
6005
6006 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6007 * Makefile.tpl (check, check-c++): Express dependencies using
6008 dependencies rather than commands.
6009 * Makefile.in: Regenerate.
6010
6011 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6012 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6013 * Makefile.in: Update.
6014
6015 2003-08-01 Andrew Cagney <cagney@redhat.com>
6016
6017 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6018 * configure: Ditto.
6019
6020 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6021
6022 * configure.in: Enable libgcj for darwin.
6023 * configure: Rebuild.
6024
6025 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6026
6027 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6028
6029 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6030
6031 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6032 creating target and build subdirs to build all parent dirs as needed.
6033 * Makefile.in: Rebuild.
6034 * configure.in: Don't build dirs explicitly here.
6035 * configure: Rebuild.
6036
6037 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6038
6039 * Makefile.tpl (all-make): Depend on intl.
6040 * Makefile.in: Rebuilt.
6041
6042 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6043
6044 * config.if: Remove unused libc_interface determination.
6045
6046 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6047
6048 * Makefile.in: Regenerate, correctly this time.
6049
6050 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6051
6052 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6053 unused INSTALL_PROGRAM_ARGS.
6054 * configure.in: Use AC_PROG_INSTALL.
6055 * Makefile.in: Regenerate.
6056 * configure: Regenerate.
6057
6058 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6059
6060 * configure: Rebuilt.
6061 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6062 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6063 newlib nor libgloss.
6064 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6065 * configure.in (am33_2.0-*-linux*): Added.
6066
6067 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6068
6069 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6070 * configure: Regenerate.
6071
6072 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6073
6074 * config-ml.in: Replace PWD with PWD_COMMAND.
6075 * Makefile.tpl: Likewise.
6076 * Makefile.in: Regenerated.
6077
6078 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6079
6080 * configure.in: Clean up config-lang.in handling. Delete
6081 useless assignment to "subdirs".
6082 * configure: Regenerate.
6083
6084 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6085
6086 * configure.in: Rename 'target_libs' to 'target_libraries'.
6087 Remove useless reference to 'target_libs'.
6088 * configure: Regenerate.
6089
6090 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6091
6092 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6093 * Makefile.in: Regenerate.
6094
6095 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6096
6097 * Makefile.def: Introduce flags_to_pass.
6098 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6099 * Makefile.in: Regenerate.
6100
6101 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6102
6103 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6104 and target-libgloss.
6105 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6106 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6107 * configure: Regenerate.
6108
6109 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6110
6111 * configure.in: Update testsuite_flags to new location.
6112 * configure. Regenerate.
6113
6114 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6115
6116 * Makefile.tpl: Remove BUILD_CC stuff.
6117 * Makefile.in: Regenerate.
6118
6119 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6120
6121 * config.guess: Update to 2003-06-12 version.
6122 * config.sub: Update to 2003-06-13 version.
6123
6124 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6125
6126 * MAINTAINERS: Add myself as MIPS co-maintainer.
6127
6128 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6129
6130 * config.guess: Update to 2003-06-06 version.
6131 * config.sub: Update to 2003-06-06 version.
6132
6133 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6134
6135 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6136 * configure. Regenerate.
6137
6138 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6139
6140 * configure.in: Disable serial configure by default.
6141 * configure: Regenerate.
6142 * Makefile.tpl: Abolish .NOTPARALLEL.
6143 * Makefile.in: Regenerate.
6144
6145 * Makefile.tpl: Replace {build,host,target}_canonical by
6146 {build,host,target}.
6147 * Makefile.in: Regenerate.
6148
6149 * Makefile.tpl: Fix stupid pasto.
6150 * Makefile.in: Regenerate.
6151
6152 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6153
6154 * Makefile.tpl: Remove bogus conditional.
6155 * Makefile.in: Regenerate.
6156
6157 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6158
6159 * Makefile.tpl: Make 'recursive targets' using autogen rather
6160 than shell loop. Remove duplicate 'clean' targets and false
6161 comments.
6162 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6163 Add systematic method of specifying missing targets in subdirs.
6164 Add copyright boilerplate.
6165 * Makefile.in: Regenerate.
6166 * configure.in: Add 'recursive targets' to maybe list.
6167 * configure: Regenerate.
6168
6169 * Makefile.tpl: Rename [+target+] to [+make_target+].
6170 * Makefile.def: Rename 'target' to 'make_target'.
6171
6172 2003-05-30 Nick Clifton <nickc@redhat.com>
6173
6174 * README-maintainer-mode: Update URL for locating blessed config
6175 tools.
6176
6177 2003-05-29 Robert Millan <rmh@debian.org>
6178
6179 * ltconfig: Import this patch and modify for use with current
6180 version of ltconfig:
6181
6182 2003-05-21 Bruno Haible <bruno@clisp.org>
6183
6184 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6185 GNU/FreeBSD.
6186
6187 2003-05-28 DJ Delorie <dj@redhat.com>
6188
6189 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6190 * Makefile.in: Regenerate.
6191
6192 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6193
6194 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6195
6196 2003-05-21 DJ Delorie <dj@redhat.com>
6197
6198 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6199 newlib or libgloss.
6200 * Makefile.in: Regenerate.
6201
6202 2003-05-21 DJ Delorie <dj@redhat.com>
6203
6204 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6205 * Makefile.in: Regenerate.
6206
6207 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6208
6209 * configure.in: Use curly braces in the definition of tooldir.
6210 * configure: Regenerate.
6211
6212 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6213
6214 * configure.in: Switch more things to use maybe dependencies.
6215 * Makefile.tpl: Switch more things to use maybe dependencies.
6216 Factor out common code from autogen IF statements.
6217 * configure: Regenerate.
6218 * Makefile.in: Regenerate.
6219
6220 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6221
6222 * configure.in: Accept i[3456789]86 for machine type.
6223 * configure: Regenerate.
6224
6225 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6226
6227 * configure.in: Switch more things to use maybe dependencies.
6228 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6229 * configure: Regenerate.
6230 * Makefile.tpl: Switch more things to use maybe dependencies.
6231 * Makefile.in: Regenerate.
6232
6233 2003-05-16 Andreas Schwab <schwab@suse.de>
6234
6235 * Makefile.tpl (install-opcodes): Define.
6236 * Makefile.in: Rebuild.
6237
6238 2003-05-13 Andreas Jaeger <aj@suse.de>
6239
6240 * config.guess: Update to 2003-05-09 version.
6241 * config.sub: Update to 2003-05-09 version.
6242
6243 2003-05-13 Michael Eager <eager@mvista.com>
6244
6245 * configure.in: Correct sed script so that options in quotes are not
6246 deleted.
6247 * configure: Rebuild.
6248
6249 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6250
6251 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6252 and $$s/newlib/libc/sys/cygwin32 include paths.
6253 * configure: Ditto.
6254
6255 2003-05-05 H.J. Lu <hjl@gnu.org>
6256
6257 * config-ml.in: Restored from gcc repository.
6258
6259 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6260
6261 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6262 * Makefile.in: Regenerate.
6263
6264 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6265
6266 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6267 and Makefile.def.
6268
6269 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6270
6271 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6272 * Makefile.in: Regenerated.
6273
6274 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6275
6276 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6277 * Makefile.in: Regenerate.
6278
6279 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6280
6281 * configure.in (powerpc64*-*-linux*): Remove.
6282 * configure: Rebuilt.
6283
6284 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6285
6286 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6287 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6288 and restrap.
6289 * Makefile.in: Regenerate.
6290
6291 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6292
6293 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6294 * configure: Regenerated.
6295
6296 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6297
6298 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6299 * */configure: Rebuilt.
6300
6301 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6302
6303 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6304 * Makefile.in: Regenerate.
6305
6306 2003-03-14 Michael Chastain <mec@shout.net>
6307
6308 * Makefile.in: Regenerate with correct Makefile.def.
6309
6310 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6311
6312 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6313 Make macro.
6314 * Makefile.in: Regenerate.
6315 * configure.in: Clean up gxx_include_dir logic.
6316 * configure: Regenerate.
6317
6318 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6319
6320 * configure.in (gxx_include_dir): Fix typo.
6321 * configure: Regenerated.
6322
6323 2003-03-06 Andrew Cagney <cagney@redhat.com>
6324
6325 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6326
6327 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6328
6329 * configure.in: Include $(build_tooldir)/sys-include in
6330 FLAGS_FOR_TARGET.
6331 * configure: Regenerated.
6332
6333 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6334
6335 * Makefile.tpl: Reindent.
6336 * Makefile.in: Regenerate.
6337 * configure.in: Reindent. Don't set unused variables.
6338 * configure: Regenerate.
6339
6340 * Makefile.tpl: Always pass down RANLIB.
6341 * Makefile.in: Regenerate.
6342
6343 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6344 * Makefile.in: Regenerate.
6345 * configure.in: Remove unused logic relating to --enable-shared
6346 and --enable-threads. Remove bogus comments. Remove redundant
6347 noconfigdirs.
6348 * configure: Regenerate.
6349
6350 * configure.in: Replace ${libstdcxx_version} by its value.
6351 Remove reference to mh-dgux.
6352 * configure: Regenerate.
6353
6354 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6355
6356 * Makefile.tpl: Rearrange.
6357 * Makefile.in: Regenerate.
6358
6359 2003-02-25 Nick Clifton <nickc@redhat.com>
6360
6361 * configure: Remove site-file supprot - it is obsolete.
6362
6363 2003-02-24 Uwe Stieber <uwe@wwws.de>
6364
6365 * configure.in: Add support for kaOS as cross build target system.
6366 * configure: Regenerated.
6367
6368 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6369
6370 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6371 configure-target-* as some target builds may require additional
6372 flags for preprocessor tests.
6373 * Makefile.in: Regenerated.
6374
6375 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6376
6377 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6378 * ltconfig: Handle it.
6379 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6380 auto-detecting it.
6381
6382 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6383
6384 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6385 it is used as argument to $CC.
6386 * ltcf-gcj.sh: Likewise.
6387
6388 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6389
6390 * configure.in: Introduce --enable-maintainer-mode.
6391 * configure: Rebuilt.
6392 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6393 for maintainer mode.
6394 * Makefile.in: Rebuilt.
6395
6396 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6397
6398 * configure: Regenerate using autoconf 2.13.
6399
6400 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6401
6402 * config.guess: Import latest version.
6403 * config.sub: Import latest version.
6404
6405 2003-02-18 Jason Merrill <jason@redhat.com>
6406
6407 * Makefile.tpl (check-c++): Allow parallelism.
6408
6409 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6410
6411 * configure: Regenerate using autoconf 000227.
6412
6413 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6414
6415 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6416 don't configure target-libobjc.
6417 * configure: Regenerate.
6418
6419 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6420
6421 * Makefile.tpl (RANLIB): Define.
6422 * Makefile.in: Regenerate.
6423
6424 2003-02-06 Keith R Seitz <keiths@redhat.com>
6425
6426 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6427 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6428 * Makefile.in: Regenerated.
6429 * configure.in: Remove all traces of snavigator, db, and grep.
6430 * configure: Regenerated.
6431
6432 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6433
6434 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6435 * Makefile.in: Regenerated.
6436
6437 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6438
6439 * config.if: Copy from GCC.
6440
6441 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6442
6443 * configure.in: Revert 24Jan change.
6444 * configure: Regenerate.
6445
6446 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6447
6448 * configure.in: Revert previous change.
6449 * configure: Regenerate.
6450
6451 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6452
6453 * configure.in: Make rda native-only.
6454 * configure: Regenerate.
6455
6456 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6457
6458 * configure.in: Add missing \.
6459 * configure: Rebuilt.
6460
6461 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6462
6463 * configure.in (baseargs): Avoid using \| in sed regular
6464 expressions.
6465 * configure: Rebuilt.
6466
6467 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6468
6469 * configure.in (baseargs): Remove all supported forms of
6470 --cache-file, --srcdir, --host, --build and --target options
6471 from argument lists.
6472 * configure: Rebuilt.
6473
6474 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6475
6476 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6477 * configure: Rebuilt.
6478
6479 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6480
6481 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6482 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6483 * Makefile.in: Regenerate.
6484 * configure: Regenerate.
6485
6486 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6487
6488 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6489 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6490 * Makefile.in: Regenerate.
6491
6492 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6493
6494 * configure.in: Remove Makefile in build, host and target modules
6495 unless configure was run with --no-recursion.
6496 * configure: Rebuilt.
6497
6498 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6499
6500 * config.guess: Update to 2003-01-03 version.
6501 * config.sub: Update to 2003-01-03 version.
6502
6503 2003-01-07 Christopher Faylor <cgf@redhat.com>
6504
6505 * configure: Regenerate with proper autoconf 2.13.
6506
6507 2003-01-07 Christopher Faylor <cgf@redhat.com>
6508
6509 * configure.in: Add AC_PREREQ for consistency.
6510 * configure: Regenerate.
6511
6512 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6513
6514 * configure.in (GDB_TK): Add tcl directories conditional on
6515 gdb/gdbtk directory being present.
6516 * configure: Regenerate.
6517
6518 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6519
6520 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6521 by gcc if LD is not defined and we are not doing a Canadian Cross.
6522 * configure: Rebuilt.
6523
6524 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6525
6526 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6527
6528 2002-12-31 Tom Tromey <tromey@redhat.com>
6529
6530 * Makefile.in: Rebuilt.
6531 * Makefile.def (target_modules) [libffi]: Allow installation.
6532
6533 2002-12-31 Andreas Schwab <schwab@suse.de>
6534
6535 * configure.in: Fix use of $program_transform_name.
6536 * configure: Regenerated.
6537
6538 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6539
6540 * configure.in (baseargs): Don't remove first configure argument.
6541 * configure: Regenerated.
6542
6543 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6544
6545 * Makefile.tpl (local-distclean): Don't remove...
6546 (multilib.ts): ... this. Moved into...
6547 (multilib.out): ... this. Don't use sub-make.
6548 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6549 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6550 (configure-build-[+module+], configure-[+module+],
6551 configure-target-[+module+], configure-gcc): ... these. Test
6552 for Makefile existence. Drop config.status from dependencies.
6553 * Makefile.in: Rebuilt.
6554 * configure.in: Move gcc-version-trigger to the end of
6555 ac_configure_args. Add comments to maybedep.tmp and
6556 serdep.tmp. Introduce --disable-serial-configure. Remove
6557 nonopt from baseargs, matching and removing corresponding
6558 whitespace while at it.
6559 * configure: Rebuilt.
6560
6561 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6562
6563 * configure.in (host_configargs): Replace reference to
6564 no-longer-defined buildopts with --build=${build_alias}.
6565 * configure: Rebuilt.
6566
6567 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6568
6569 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6570 program_transform_name to standard idiom.
6571 (AUTOGEN, AUTOCONF): Define.
6572 (Makefile.in): Use $(AUTOGEN).
6573 (Makefile): Depend on config.status, and use autoconf-style rule to
6574 build it. Move original commands to...
6575 (config.status): ... this new target.
6576 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6577 $(AUTOCONF).
6578 * Makefile.in: Rebuilt.
6579
6580 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6581
6582 * Makefile.tpl: Fix dramatic bustage due to change in
6583 program_transform_name.
6584 * Makefile.in: Regenerate.
6585
6586 * configure.in: Remove unnecessary PATH setting.
6587 * configure: Regnerate.
6588
6589 * configure.in: Don't default to unprefixed tools unless
6590 the native tools will work.
6591 * configure: Regenerate.
6592
6593 * configure.in: Convert to autoconf script. Blow away lots
6594 of now-redundant Makefile fragments.
6595 * configure: Generate using Autoconf.
6596 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6597 * Makefile.in: Regenerate.
6598
6599 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6600
6601 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6602 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6603
6604 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6605 where they belong.
6606
6607 2002-12-24 Andreas Schwab <schwab@suse.de>
6608
6609 * Makefile.tpl (multilib.out): Fix missing space.
6610 * Makefile.in: Regenerate.
6611
6612 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6613
6614 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6615 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6616 * Makefile.in: Regenerate.
6617 * configure.in: Remove unnecessary leftovers.
6618
6619 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6620
6621 * configure.in (extra_ranlibflags_for_target): New variable.
6622 (*-*-darwin): Add -c to ranlib commands.
6623 * configure (tooldir): Handle extra_ranlibflags_for_target.
6624
6625 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6626
6627 * COPYING.NEWLIB: Updated.
6628 * COPYING.LIBGLOSS: Ditto.
6629
6630 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6631
6632 * Makefile.tpl: Revert HJL's change.
6633 * Makefile.in: Regenerated.
6634 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6635 always.
6636
6637 2002-12-19 Andreas Schwab <schwab@suse.de>
6638
6639 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6640 * Makefile.in: Regenerate.
6641
6642 2002-12-18 H.J. Lu <hjl@gnu.org>
6643
6644 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6645 * Makefile.in: Regenerated.
6646
6647 * configure.in (build_prefix): New. Substitute.
6648
6649 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6650
6651 * Makefile.tpl: Don't let real targets depend on phony targets.
6652 * Makefile.in: Regenerate.
6653
6654 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6655 * Makefile.in: Regenerate.
6656
6657 2002-12-16 Jason Merrill <jason@redhat.com>
6658
6659 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6660 previous 'make bootstrap'.
6661 * Makefile.in: Regenerate.
6662
6663 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6664
6665 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6666
6667 2002-12-13 Jason Merrill <jason@redhat.com>
6668
6669 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6670 library tests.
6671 (check-c++): Just depend on it and check-target-libstdc++-v3.
6672 * Makefile.in: Regenerate.
6673
6674 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6675
6676 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6677 * Makefile.in: Regenerate.
6678
6679 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6680
6681 * COPYING.NEWLIB: Update list of alternate Regent of California
6682 licenses and discuss official revoking of advertising clause.
6683 * COPYING.LIBGLOSS: Ditto.
6684
6685 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6686
6687 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6688 * Makefile.in: Rebuilt.
6689
6690 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6691
6692 * configure: Fix bug put in by gremlins.
6693
6694 * Makefile.tpl: Substitute more autoconfily.
6695 * configure: Substitute more autoconfily.
6696 * Makefile.in: Regenerate.
6697
6698 2002-12-08 Andrew Cagney <ac131313@redhat.com>
6699
6700 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6701 * Makefile.in (all-sim): Ditto.
6702
6703 2002-12-06 DJ Delorie <dj@redhat.com>
6704
6705 * Makefile.tpl: Change configure dependencies to not have real
6706 targets depend on phony targets.
6707
6708 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6709
6710 * configure.in: Revert unintentional change.
6711
6712 * src-release: Configure host subdirs.
6713
6714 * Makefile.tpl: Change dependency for */multilib.out so that
6715 it works when gcc isn't in the tree.
6716
6717 * configure.in: Substitute more.
6718 * configure: Run subconfigures from the Makefile.
6719 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6720 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6721
6722 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6723
6724 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6725 and corresponding dependencies.
6726 * Makefile.in: Regenerate.
6727
6728 * configure.in (host_tools): Order binutils, gas and ld for
6729 convenience in running the testsuites.
6730
6731 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6732 * Makefile.in: Regenerate.
6733 * configure.in: Introduce rules to serialize subconfigure runs.
6734
6735 * configure.in: Introduce BASE_CC_FOR_TARGET.
6736 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6737 Realize configure-build-* targets. Realize configure-target-* targets.
6738 * Makefile.in: Regenerate.
6739
6740 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6741
6742 * configure: Move gcc_version_trigger stuff from here...
6743 * configure.in: ...to here.
6744
6745 * configure.in: Separate subconfigure options added by this file from
6746 options given by the user. Add machinery to put args for host
6747 subconfigures into the Makefile.
6748
6749 * Makefile.tpl: Remove 'vault' targets.
6750 * Makefile.tpl: Reorder and comment dependencies.
6751 * Makefile.in: Regenerate.
6752
6753 2002-11-28 Geoffrey Keating <geoffk@apple.com>
6754
6755 * configure.in: Move host-specific darwin noconfigdirs into
6756 the host-specific section.
6757
6758 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6759
6760 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6761 during replay.
6762 * Makefile.in: Regenerate.
6763
6764 (finishing slow-motion replay)
6765 * configure: Remove skip-this-dir support.
6766 * Makefile.tpl: Remove skip-this-dir support.
6767
6768 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6769 subdirectories.
6770 * Makefile.in: Regenerate.
6771
6772 * Makefile.tpl: Strip out useless setting of 'dir'.
6773 * Makefile.in: Regenerate.
6774
6775 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6776
6777 (finishing slow-motion replay)
6778 * configure.in: Fix deeply stupid bug.
6779
6780 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6781 shell code in CXX_FOR_TARGET
6782 * Makefile.def: Introduce raw_cxx.
6783 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6784 RAW_CXX_FOR_TARGET.
6785 * Makefile.in: Regenerate.
6786
6787 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6788
6789 (finishing slow-motion replay)
6790 * Makefile.tpl: Remove unnecessary ifs.
6791 * Makefile.in: Regenerate.
6792
6793 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6794 dependencies. Maybe-ize build-libiberty. Create dummy install
6795 targets for 'no_install' modules.
6796 * configure: Move GDB_TK substitution to configure.in. Move
6797 build_modules stuff to configure.in.
6798 * configure.in: Implement soft dependency machinery. Maybe-ize
6799 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6800 * Makefile.in: Regenerate.
6801
6802 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6803
6804 (continuing slow-motion replay)
6805 * Makefile.tpl: Make all-target, install-target behave similarly
6806 to all, install (only hitting configured targets). Eliminate
6807 unused macro defintions.
6808
6809 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6810 build != host.
6811
6812 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6813
6814 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6815
6816 * configure.in: Produce lists of subdir targets we're actually
6817 configuring. Remove references to "dosrel".
6818 * Makefile.tpl: Let configure set which subdir targets are hit.
6819 Remove install-cross; clean up install; remove ALL. Remove
6820 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6821 Autogenerate host module targets. Remove empty dependency lines
6822 and redundant dependency; rearrange slightly.
6823 * Makefile.def: Add host-side libtermcap, utils.
6824
6825 * Makefile.in: Regenerate.
6826
6827 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6828
6829 (Continuing slow-motion replay)
6830 * Makefile.def: Add list of recursive targets to autogenerate.
6831 Add build_modules.
6832 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6833 targets. Autogenerate *-build-* targets.
6834 * Makefile.in: Regenerate.
6835
6836 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6837
6838 (Continuing slow-motion replay)
6839 * configure: More autoconf-style substitutions.
6840 * Makefile.tpl: More autoconf-style substitutions.
6841 * Makefile.in: Regenerate.
6842
6843 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6844
6845 (Continuing slow-motion replay)
6846 * configure: Substitute more variables in a more autoconf-friendly
6847 way. Simplify slightly.
6848 * Makefile.tpl: Make more variables substitutable in an
6849 autoconf-friendly way.
6850 * Makefile.in: Regenerate.
6851
6852 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6853
6854 (Continuing slow-motion replay)
6855 * configure.in (v810*): Remove special setting of tools.
6856
6857 * configure: Add support for extra required flags for ar or nm.
6858 * configure.in (aix4.3+): Use above support for target-specific
6859 issues, rather than using config/mt-aix43.
6860
6861 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6862
6863 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6864 * configure: Remove 'removing', which doesn't work. Replace $subdir
6865 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6866 with $srcdir. Reformat indentation. Substitute some variables
6867 formerly hard-coded in the Makefile for build=host.
6868 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6869 * Makefile.def: Autogenerate more.
6870 * Makefile.in: Regenerate.
6871
6872 2002-11-13 Bruce Korb <bkorb@gnu.org>
6873
6874 * Makefile.tpl: syntactic cleanup
6875
6876 2002-11-04 Kevin Buettner <kevinb@redhat.com>
6877
6878 * Makefile.def (host_modules): Add rda.
6879 * Makefile.in: Regenerate.
6880 * configure.in (target_tool): Add target-rda to list.
6881
6882 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
6883
6884 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6885 and restrap targets to this rule.
6886 * Makefile.in: Regenerate.
6887
6888 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6889
6890 * configure.in (i[3456]86-*-linux*): Add check to disable
6891 ${libgcj} for glibc1.
6892
6893 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6894
6895 * configure.in: Add tic4x target.
6896
6897 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6898
6899 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6900 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6901 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6902 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6903 * Makefile.in: Regenerate.
6904
6905 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6906
6907 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6908 * Makefile.in: Regenerate.
6909
6910 * Makefile.def: Remove order dependency comments.
6911 * Makefile.tpl: Add explicit install-install dependencies.
6912 * Makefile.in: Regenerate.
6913
6914 * Makefile.tpl: Remove material now in src-release. (Finally!)
6915 * Makefile.in: Regenerate.
6916
6917 * configure: Restore my original patch by syncing with gcc version.
6918
6919 * Bring following over from gcc:
6920
6921 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6922
6923 * configure.in (s390*-*-linux*): Enable libgcj.
6924
6925 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6926
6927 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6928
6929 2002-10-02 Alan Modra <amodra@bigpond.net.au>
6930
6931 * configure: Move stray lines back to where they belong.
6932
6933 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6934
6935 * Makefile.tpl: Insert configure-target target, for src-release.
6936
6937 * configure: Finish reverting change which Andrew Cagney started
6938 reverting. Should fix bustage.
6939
6940 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6941 * src-release: New file. Contains material for making net
6942 releases for gdb, binutils, et al., formerly in Makefile.in.
6943
6944 2002-09-30 Nick Clifton <nickc@redhat.com>
6945
6946 * cpu: New top level directory. Intended to hold input files for
6947 CGEN which have FSF copyright assignment.
6948 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6949
6950 2002-09-29 Andrew Cagney <ac131313@redhat.com>
6951
6952 Revert below (note that src does not contain Makefile.tpl):
6953 * Makefile.tpl: Make subsituted variables more autoconfy.
6954 * Makefile.in: Regenerate.
6955
6956 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6957
6958 * configure: Revert accidentally applied changes.
6959
6960 * Makefile.tpl: Make more autoconf-friendly.
6961 * Makefile.in: Regenerate.
6962 * configure: Make substitution more autoconf-like.
6963
6964 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
6965
6966 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6967 single entry to handle all these.
6968 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6969 libjava on arm-*-elf.
6970
6971 2002-09-27 Geoffrey Keating <geoffk@apple.com>
6972
6973 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6974 things that depend on them.
6975
6976 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6977
6978 * Makefile.tpl: Make subsituted variables more autoconfy.
6979 * Makefile.in: Regenerate.
6980 * configure: Make seds more autoconfy.
6981
6982 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6983
6984 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6985 * Makefile.in: Regenerate.
6986 * configure.in: Rewrite sed statements to look autoconfy.
6987
6988 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6989 all-target-foo on configure-target-foo.
6990 * Makefile.def: Ditto.
6991 * Makefile.in: Rebuild.
6992
6993 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6994
6995 * Makefile.def: New file.
6996 * Makefile.tpl: New file.
6997 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6998
6999 * configure.in: Minor rearrangement. Simplify tests.
7000
7001 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7002
7003 * configure.in (with_headers): Skip copy if value is "yes".
7004 (with_libs): Likewise.
7005
7006 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7007
7008 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7009 * configure.in (sh*-*-pe*): Ditto.
7010 * configure.in (mips*-*-pe*): Ditto.
7011 * configure.in (*arm-wince-pe): Ditto.
7012
7013 * configure.in: Rearrange.
7014
7015 2002-09-12 Nick Clifton <nickc@redhat.com>
7016
7017 * Import these changes from the config master repository:
7018
7019 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7020
7021 * config.sub: Add tic4x target.
7022
7023 2002-09-03 Ben Elliston <bje@redhat.com>
7024
7025 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7026 Reported by <Duncan_Stodart@insession.com>.
7027
7028 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7029
7030 * COPYING.NEWLIB: More updates.
7031
7032 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7033
7034 * COPYING.NEWLIB: Update.
7035
7036 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7037
7038 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7039
7040 * config.guess: Import version 2002-08-23.
7041 * config.sub: Import version 2002-08-22.
7042
7043 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7044
7045 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7046 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7047 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7048
7049 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7050
7051 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7052
7053 2002-08-04 H.J. Lu (hjl@gnu.org)
7054
7055 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7056
7057 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7058
7059 * configure.in: Move generic linux case to end. Copy generic
7060 linux noconfigdirs to mips*-*-linux* entry and new
7061 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7062
7063 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7064
7065 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7066 one instance of them which was missed to the list to update.
7067
7068 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7069
7070 * config.guess: Update to 2002-07-09 version.
7071 * config.sub: Update to 2002-07-03 version.
7072
7073 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7074
7075 * configure.in: Remove two redundant tests.
7076
7077 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7078
7079 * configure.in (mips*-*-irix6*o32): Enable stabs.
7080
7081 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7082
7083 * configure.in: Don't build grez.
7084 * Makefile.in: Ditto.
7085
7086 * Makefile.in: Remove references to bsp, cygmon, libstub.
7087 * configure.in: Ditto.
7088
7089 * configure.in: Remove leftover reference to gdbtest.
7090
7091 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7092
7093 * configure.in (gxx_include_dir): Change to match versioned
7094 C++ headers if --enable-version-specific-runtime-libs is used.
7095
7096 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7097
7098 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7099
7100 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7101
7102 * configure.in: Make --without-x work.
7103
7104 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7105
7106 * contrib: New directory. Created to contain a copy of the
7107 texi2pod.pl script so that it is in the same place as the version in
7108 the FSF GCC sources.
7109
7110 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7111
7112 * configure.in: Rearrange target Makefile fragment collection.
7113
7114 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7115 cvs[src].
7116 * configure.in: Ditto.
7117
7118 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7119
7120 * Makefile.in: Eliminate 'apache' targets.
7121 * configure.in: Eliminate 'apache' targets.
7122
7123 * configure.in: Eliminate redundant tests. Reorganize.
7124
7125 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7126
7127 * config-ml.in: Eliminate references to Cygnus configure.
7128
7129 * Makefile.in: Eliminate references to building emacs.
7130
7131 2002-07-01 Denis Chertykov <denisc@overta.ru>
7132
7133 * configure.in: Add support for ip2k.
7134
7135 2002-06-24 Ben Elliston <bje@redhat.com>
7136
7137 * configure.in (host_tools): Remove cgen.
7138
7139 * Makefile.in (all-cgen): Remove; runs from its source directory.
7140 (check-cgen, install-cgen, clean-cgen): Likewise.
7141 (all-opcodes): No not depend on all-cgen.
7142 (all-sim): Likewise.
7143
7144 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7145
7146 * configure.in: Fix AIX configury bug.
7147
7148 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7149
7150 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7151
7152 * configure.in: Move definition of libstdcxx_flags right above
7153 usage, rather than way earlier.
7154
7155 * configure.in: Pull definition of is_cross_compiler earlier.
7156
7157 * configure.in: Rearrange a little.
7158
7159 * configure.in: Remove references to librx.
7160 * Makefile.in: Remove references to librx.
7161
7162 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7163
7164 * configure.in: Eliminate ${gasdir} variable.
7165
7166 2002-06-18 Dave Brolley <brolley@redhat.com>
7167
7168 * configure.in: Add support for frv.
7169 * config.sub: Add support for frv.
7170
7171 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7172
7173 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7174
7175 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7176
7177 * configure.in (vax-*-netbsd*): Re-enable gas.
7178
7179 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7180
7181 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7182 BUILD_PREFIX_1, to correct nomenclature.
7183 * configure: Likewise.
7184
7185 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7186 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7187
7188 2002-05-31 Olaf Hering <olh@suse.de>
7189
7190 * config-ml.in: Propogate DESTDIR also.
7191
7192 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7193
7194 * configure.in (vax-*-netbsd*): Don't build gas for this
7195 platform.
7196
7197 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7198
7199 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7200 and libgcj for AVR.
7201
7202 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7203
7204 * config.sub: Add DLX target.
7205
7206 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7207
7208 * config.guess: Update to 2002-05-22 version.
7209 * config.sub: Likewise.
7210
7211 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7212
7213 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7214 * config-ml.in: Likewise.
7215 * configure: Likewise.
7216 * configure.in: Likewise.
7217
7218 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7219
7220 * configure.in: Simplify makefile fragment collection.
7221
7222 * configure.in: Remove code to build emacs.
7223
7224 * configure.in : Remove --srcdir argument from targargs and buildargs
7225 (it's always overridden in the Makefile anyway). Rearrange a bit.
7226
7227 * configure: Move some logic to configure.in.
7228 * configure.in: Move some logic from configure.
7229
7230 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7231
7232 * COPYING.LIBGLOSS: New file.
7233
7234 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7235
7236 * Makefile.in: Honour DESTDIR.
7237
7238 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7239
7240 * configure.in (noconfigdirs): Don't disable libgcj on
7241 sparc64-*-solaris* and sparcv9-*-solaris*.
7242
7243 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7244
7245 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7246
7247 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7248
7249 * configure.in (FLAGS_FOR_TARGET): Do not add
7250 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7251 on i[3456]86-*-linux*.
7252
7253 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7254
7255 * configure.in (noconfigdirs): Replace [ ] with test.
7256
7257 * configure.in (noconfigdirs): Do not add target-newlib if
7258 target == i[3456]86-*-linux*, and host == target.
7259
7260 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7261
7262 * config.guess: Updated to 2002-04-26's version.
7263 * config.sub: Updated to 2002-04-26's version.
7264
7265 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7266
7267 * configure.in: delete reference to absent file
7268
7269 * configure.in: replace '[' with 'test'
7270
7271 * configure.in: Eliminate references to gash.
7272 * Makefile.in: Eliminate references to gash.
7273
7274 * configure.in: remove useless references to 'pic' makefile fragments.
7275
7276 * configure.in: (*-*-windows*) Finish removing.
7277
7278 * configure.in: Eliminate redundant test for libgui.
7279
7280 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7281
7282 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7283 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7284
7285 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7286
7287 * configure.in: remove references to dead files
7288
7289 2002-04-18 Tom Tromey <tromey@redhat.com>
7290
7291 * configure.in: Disallow configuring libgcj when it is already
7292 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7293 Solaris 2.8 by default. For PR libgcj/6158.
7294
7295 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7296
7297 * configure.in: Move default CC setting out of config/mh-* fragments
7298 directly into here.
7299
7300 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7301
7302 * configure.in: don't even try to configure or make a subdirectory
7303 if there's no configure script for it.
7304
7305 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7306
7307 * MAINTAINERS: Remove chill maintainers.
7308 * Makefile.in (CHILLFLAGS): Remove.
7309 (CHILL_LIB): Remove.
7310 (TARGET_CONFIGDIRS): Remove libchill.
7311 (CHILL_FOR_TARGET): Remove.
7312 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7313 CHILL_LIB.
7314 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7315 (CHECK_TARGET_MODULES): Likewise.
7316 (INSTALL_TARGET_MODULES): Likewise.
7317 (CLEAN_TARGET_MODULES): Likewise.
7318 (configure-target-libchill): Remove.
7319 (all-target-libchill): Remove.
7320 * configure.in (target_libs): Remove target-libchill.
7321 Do not compute CHILL_FOR_TARGET.
7322 * libchill: Remove directory.
7323
7324 2002-04-15 DJ Delorie <dj@redhat.com>
7325
7326 * Makefile.in, configure.in, configure: Sync with gcc, entries
7327 follow...
7328
7329 2002-04-08 Tom Tromey <tromey@redhat.com>
7330
7331 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7332 Fixes PR libgcj/6068.
7333
7334 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7335
7336 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7337
7338 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7339
7340 * configure.in (alpha*-dec-osf*): Enable libgcj.
7341
7342 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7343
7344 Fix for: PR bootstrap/3591, target/5676
7345 * configure.in (mcore-pe): Disable the configuration of
7346 libstdc++-v3 since exceptions are not supported.
7347
7348 2002-03-20 Anthony Green <green@redhat.com>
7349
7350 * configure.in: Enable libgcj for xscale-elf target.
7351
7352 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7353
7354 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7355 libjava.
7356 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7357
7358 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7359
7360 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7361 libstdc++-v3 and libjava.
7362
7363 2002-02-11 Adam Megacz <adam@xwt.org>
7364
7365 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7366 boehm-gc
7367
7368 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7369
7370 * config.guess: Updated to 2002-01-30's version.
7371 * config.sub: Updated to 2002-02-01's version.
7372 Contribute sh64-elf.
7373 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7374 * configure.in: Added sh64-*-*.
7375
7376 2002-01-17 H.J. Lu <hjl@gnu.org>
7377
7378 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7379 (all-target-fastjar): Also depend on all-target-libiberty.
7380
7381 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7382
7383 * configure, configure.in: Use temp file for long sed commands.
7384
7385 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7386
7387 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7388 libf2c.
7389
7390 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7391
7392 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7393
7394 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7395
7396 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7397
7398 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7399
7400 * configure: Handle temporary files securely using mkdir.
7401
7402 2001-09-26 Will Cohen <wcohen@redhat.com>
7403
7404 * configure.in (*-*-linux*): Disable configuration of target-newlib
7405 and target-libgloss.
7406
7407 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7408
7409 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7410 RANLIB.
7411
7412 2001-08-11 Graham Stott <grahams@redhat.com>
7413
7414 * Makefile.in (check-c++): Add missing semicolon.
7415
7416 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7417
7418 * configure.in (sh-*-linux*): New.
7419
7420 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7421
7422 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7423 and libgcj on m68hc11/m68hc12.
7424
7425 2001-06-27 H.J. Lu (hjl@gnu.org)
7426
7427 * Makefile (CFLAGS_FOR_BUILD): New.
7428 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7429
7430 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7431
7432 * configure.in (libstdcxx_flags): Do not try to execute
7433 libstdc++-v3/testsuite_flags until it exists.
7434
7435 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7436
7437 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7438
7439 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7440
7441 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7442
7443 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7444
7445 * configure.in: Move *-chorusos target case to the proper switch.
7446 Disable libgcj.
7447
7448 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7449
7450 * Makefile.in (STAGE1_CFLAGS): Pass down.
7451
7452 2001-04-13 Alan Modra <amodra@one.net.au>
7453
7454 * config.guess: Add hppa64-linux support. Note for next import that
7455 this is already in the master file.
7456 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7457
7458 2001-03-22 Colin Howell <chowell@redhat.com>
7459
7460 * Makefile.in (DO_X): Do not backslash single-quotes in
7461 backquotes (two places).
7462
7463 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7464
7465 * Makefile.in (DO_X): Quote nested quotes.
7466
7467 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7468
7469 * Makefile.in (DO_X): Use double quotes for quoting
7470 "RANLIB=$${RANLIB}".
7471
7472 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7473
7474 * configure.in: Only use `lang_requires' for languages athat are
7475 actually enabled.
7476
7477 2001-03-07 Tom Tromey <tromey@redhat.com>
7478
7479 * configure.in: Allow config-lang.in to set `lang_requires' to list
7480 of other required languages.
7481
7482 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7483
7484 * Makefile.in: Remove RANLIB definition. Use RANLIB
7485 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7486 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7487
7488 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7489 Alexandre Oliva <aoliva@redhat.com>
7490
7491 * Makefile.in (check-c++): Use tabs, not spaces.
7492
7493 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7494
7495 * Makefile.in (check-c++): New rule.
7496
7497 * configure.in (target_libs): Remove libg++.
7498 (noconfigdirs): Remove libg++.
7499 (noconfigdirs): Same.
7500 (noconfigdirs): Same.
7501 (noconfigdirs): Same.
7502
7503 * config-ml.in: Remove libg++ references.
7504
7505 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7506 (ALL_TARGET_MODULES): Same.
7507 (configure-target-libg++): Remove.
7508 (all-target-libg++): Remove.
7509 (configure-target-libio): Remove.
7510 (all-target-libio): Remove.
7511 (check-target-libio): Remove.
7512 (.PHONY): Remove.
7513 (libg++.tar.bz2): Remove.
7514 (all-target-cygmon): Remove libio.
7515 (all-target-libstdc++): Remove.
7516 (configure-target-libstdc++): Remove.
7517 (TARGET_LIB_PATH): Remove libstdc++.
7518 (ALL_GCC_CXX): Remove libstdc++.
7519 (all-target-gperf): Correct.
7520
7521 2001-02-15 Anthony Green <green@redhat.com>
7522
7523 * configure: Introduce GCJ_FOR_TARGET.
7524 * configure.in: Ditto.
7525 * Makefile.in: Ditto.
7526
7527 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7528
7529 * configure.in: for *-chorusos, don't config target-newlib and
7530 target-libgloss.
7531
7532 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7533
7534 Remove V2 C++ library.
7535 * configure.in: Remove --enable-libstdcxx_v3 support.
7536
7537 2001-01-27 Richard Henderson <rth@redhat.com>
7538
7539 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7540
7541 2001-01-26 Tom Tromey <tromey@redhat.com>
7542
7543 * configure.in: Allow libgcj to be built on Sparc Solaris.
7544
7545 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7546
7547 * configure.in: Enable libgcj on several additional platforms.
7548
7549 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7550
7551 * configure.in: Enable libgcj for linux targets.
7552
7553 2001-01-09 Mike Stump <mrs@wrs.com>
7554
7555 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7556 failures of subdirectories.
7557
7558 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7559
7560 * configure: handle DOS-style absolute paths.
7561
7562 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7563
7564 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7565
7566 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7567
7568 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7569 (libstdcxx_incdir): Pass down.
7570 * config.if: Remove expired bits for cxx_interface, add stub.
7571 (libstdcxx_incdir): Add variable for g++ include directory.
7572 * configure.in (gxx_include_dir): Use it.
7573
7574 2000-12-15 Andreas Jaeger <aj@suse.de>
7575
7576 * configure.in: Handle lang_dirs.
7577
7578 2000-12-13 Anthony Green <green@redhat.com>
7579
7580 * configure.in: Disable libgcj for any target not specifically
7581 listed. Disable libgcj for x86 and Alpha Linux until compatible
7582 with g++ abi.
7583
7584 2000-12-13 Mike Stump <mrs@wrs.com>
7585
7586 * Makefile.in (local-distclean): Also remove fastjar.
7587
7588 2000-12-10 Anthony Green <green@redhat.com>
7589
7590 * configure.in: Define libgcj. Disable libgcj target libraries for
7591 most targets.
7592
7593 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7594
7595 * configure.in (target_libs): Revert 2000-12-08 patch.
7596 (noconfigdirs): Added target-libjava.
7597
7598 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7599
7600 * Makefile.in: handle DOS-style absolute paths.
7601
7602 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7603
7604 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7605 libjava.
7606 * configure.in (target_libs): Removed `target-libjava'.
7607
7608 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7609
7610 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7611 (ALL_MODULES): Added fastjar.
7612 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7613 (all-target-libjava): all-fastjar replaces all-zip.
7614 (all-fastjar): Added.
7615 (configure-target-fastjar, all-target-fastjar): Likewise.
7616 * configure.in (host_tools): Added fastjar.
7617
7618 2000-12-07 Mike Stump <mrs@wrs.com>
7619
7620 * Makefile.in (local-distclean): Remove leftover built files.
7621
7622 2000-11-16 Fred Fish <fnf@be.com>
7623
7624 * configure.in (enable_libstdcxx_v3): Fix typo,
7625 libstd++ -> libstdc++.
7626
7627 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7628
7629 * configure: Provide the original toplevel configure arguments
7630 (including $0) to subprocesses in the environment rather than
7631 through gcc/configargs.h.
7632
7633 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7634
7635 * configure: Turn on libstdc++ V3 by default.
7636
7637 2000-10-16 Michael Meissner <meissner@redhat.com>
7638
7639 * configure (gcc/configargs.h): Only create if there is a build GCC
7640 directory created.
7641
7642 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7643
7644 * configure: Save configure arguments to gcc/configargs.h.
7645
7646 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7647
7648 * Makefile.in (bootstrap): avoid recursion if subdir missing
7649 (cross): ditto
7650 (do-proto-toplev): ditto
7651
7652 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7653
7654 * configure.in: Do not build byacc for hppa64. Provide paths to the
7655 X11 libraries for hppa64.
7656
7657 2000-09-02 Anthony Green <green@cygnus.com>
7658
7659 * Makefile.in (all-gcc): Depend on all-zlib.
7660 (CLEAN_MODULES): Add clean-zlib.
7661 (ALL_MODULES): Add all-zlib.
7662 * configure.in (host_libs): Add zlib.
7663
7664 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7665
7666 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7667 $targargs to tell whether newlib is going to be built.
7668
7669 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7670 $$r/TARGET_SUBDIR/libio for _G_config.h.
7671
7672 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7673
7674 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7675
7676 * configure: Make enable_threads and enable_shared defaults
7677 explicit. Substitute enable_threads into generated Makefiles.
7678 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7679 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7680
7681 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
7682
7683 * configure.in: Re-enable all references to libg++ and librx.
7684
7685 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
7686
7687 * configure.in: Add *-*-freebsd* configurations.
7688
7689 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7690
7691 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7692 (do-tar, do-bz2): New rules.
7693 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7694 (gdb-tar): New rule.
7695 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7696 (insight_dejagnu.tar): New rule.
7697 (insight.tar): New rule.
7698 (gdb+dejagnu.tar): New rule.
7699 (gdb.tar): New rule.
7700
7701 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7702
7703 * MAINTAINERS: Update dejagnu/
7704
7705 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
7706
7707 * ltmain.sh (relink_command): Fix typo in previous change.
7708
7709 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
7710
7711 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7712 (relink_command): Added --tag flags.
7713 (mode=install): If relinking fails; error out.
7714
7715 2002-03-12 Richard Henderson <rth@redhat.com>
7716
7717 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7718 .NOTPARALLEL tag.
7719 (do-check): Rename from check.
7720 (check): Allow parallel check.
7721
7722 2002-03-11 Richard Henderson <rth@redhat.com>
7723
7724 * Makefile.in (.NOTPARALLEL): Add fake tag.
7725
7726 2002-03-07 H.J. Lu (hjl@gnu.org)
7727
7728 * configure.in: Enable gprof for mips*-*-linux*.
7729
7730 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7731
7732 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7733 libjava.
7734 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7735
7736 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7737
7738 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7739
7740 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
7741
7742 * config.guess: Import from master sources, rev 1.232.
7743 * config.sub: Import from master sources, rev 1.246.
7744
7745 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
7746
7747 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7748 because its Makefile is there; test for the executable instead.
7749
7750 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7751
7752 Contribute sh64-elf.
7753 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7754 * configure.in: Added sh64-*-*.
7755
7756 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7757
7758 * COPYING.NEWLIB: Remove advertising clause from
7759 Berkeley and Red Hat licenses.
7760
7761 2002-02-01 Mo DeJong <supermo@bayarea.net>
7762
7763 * Makefile.in: Add all-tix to deps for all-snavigator
7764 so that tix is built when building snavigator.
7765
7766 2002-02-01 Ben Elliston <bje@redhat.com>
7767
7768 * config.guess: Import from master sources, rev 1.229.
7769 * config.sub: Import from master sources, rev 1.240.
7770
7771 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7772
7773 From Steve Ellcey <sje@cup.hp.com>:
7774 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7775 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7776 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7777 IA64.
7778 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7779 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7780 soname_spec, sys_lib_search_path_spec): Ditto.
7781
7782 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7783
7784 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7785 target-libiberty, and target-libgloss. Skip Java-related
7786 libraries if not supported for NetBSD on target CPU.
7787
7788 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7789
7790 * configure.in: Import StrongARM and XScale target_configdirs from
7791 FSF GCC version.
7792
7793 2002-01-16 H.J. Lu (hjl@gnu.org)
7794
7795 * config.guess: Import from master sources, rev 1.225.
7796 * config.sub: Import from master sources, rev 1.238.
7797
7798 * MAINTAINERS: Updated notes on config.guess and config.sub.
7799
7800 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7801
7802 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7803 ld and gdb are not supported.
7804
7805 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7806
7807 * Change reference to Cygnus Solutions to be Red Hat.
7808
7809 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7810
7811 * COPYING.NEWLIB: Update generic copyright date.
7812
7813 2002-01-07 Mark Salter <msalter@redhat.com>
7814
7815 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7816 Allow target-libgloss to be built for arm, strongarm, and xscale.
7817
7818 2002-01-03 Ben Elliston <bje@redhat.com>
7819
7820 * MAINTAINERS: Update URL for config.* scripts.
7821
7822 2001-12-18 Alan Modra <amodra@bigpond.net.au>
7823
7824 * config.sub: Import latest version.
7825 * config.guess: Likewise.
7826
7827 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7828
7829 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7830 options for i[3456]86-pc-linux* native builds.
7831
7832 2001-12-05 Laurent Guerby <guerby@acm.org>
7833
7834 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7835 libiberty.
7836
7837 Import this patch from gcc:
7838
7839 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7840
7841 * symlink-tree: handle DOS-style absolute paths.
7842
7843 2001-11-28 DJ Delorie <dj@redhat.com>
7844 Zack Weinberg <zack@codesourcery.com>
7845
7846 When build != host, create libiberty for the build machine.
7847
7848 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7849 CONFIG_ARGUMENTS.
7850 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7851 New variables.
7852 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7853 and rules.
7854 (all.normal): Depend on ALL_BUILD_MODULES.
7855 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7856 (all-build-libiberty): Depend on configure-build-libiberty.
7857
7858 * configure: Calculate and substitute proper value for
7859 ALL_BUILD_MODULES.
7860 * configure.in: Create the build subdirectory.
7861 Calculate and substitute TARGET_CONFIGARGS (formerly
7862 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7863
7864 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
7865
7866 * config.sub: Update to version 1.232 on subversion.
7867
7868 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7869
7870 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7871 files from .po files for a distribution.
7872
7873 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7874
7875 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7876
7877 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7878
7879 Merged from net gcc:
7880 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7881 * ltcf-c.sh: Use $objext, not $ac_objext.
7882 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7883 * ltcf-cxx.sh: Add support for GNU.
7884 2001-07-22 Timothy Wall <twall@redhat.com>
7885 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7886 default settings if using GNU tools with that configuration.
7887 * ltcf-cxx.sh: Ditto.
7888 * ltcf-gcj.sh: Ditto.
7889 2001-07-21 Michael Chastain <chastain@redhat.com>
7890 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7891 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7892 * ltmain.sh: Mark as gcc-local.
7893
7894 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7895
7896 * Makefile.in (all-bison): Revert 2001-10-24.
7897 Don't depend on texinfo.
7898
7899 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7900
7901 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7902
7903 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7904
7905 * configure.in (--enable-languages): Be more permissive about
7906 syntax. Check for empty lists better. Warn about $LANGUAGES.
7907
7908 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7909
7910 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7911
7912 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
7913
7914 Makefile.in (all-bison): Don't depend on texinfo.
7915
7916 2001-10-03 Alan Modra <amodra@bigpond.net.au>
7917
7918 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7919
7920 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
7921
7922 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7923
7924 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
7925
7926 * config.sub, config.guess: Import latest from subversions.
7927
7928 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
7929
7930 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7931 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7932 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7933 avoid quotes nesting problems.
7934 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7935 (DO_X): Export only variables that are set.
7936
7937 2001-09-19 Ben Elliston <bje@redhat.com>
7938
7939 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7940 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7941 semantics. Use the shell built-in "type" command instead.
7942
7943 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7944
7945 * config.sub: Reverted the earlier change, this version is not the
7946 master file.
7947
7948 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7949
7950 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7951 Add support for mips64.
7952
7953 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7954
7955 * configure.in: Enable libstdc++-v3 for h8300 targets.
7956
7957 2001-08-30 Eric Christopher <echristo@redhat.com>
7958 Jason Eckhardt <jle@redhat.com>
7959
7960 * config.sub: Add support for mipsisa32.
7961
7962 2001-08-30 Eric Christopher <echristo@redhat.com>
7963
7964 * config.sub, config.guess: Import latest from subversions.
7965
7966 2001-08-20 Alan Modra <amodra@bigpond.net.au>
7967
7968 * config.sub, config.guess: Import latest from subversions.
7969
7970 2001-07-26 DJ Delorie <dj@redhat.com>
7971
7972 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7973
7974 2001-06-19 Alan Modra <amodra@bigpond.net.au>
7975
7976 * Makefile.in: Revert 2001-06-17.
7977 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7978
7979 2001-06-17 H.J. Lu <hjl@gnu.org>
7980
7981 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7982 (gas+binutils.tar.bz2): Likewise.
7983 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7984
7985 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7986
7987 * Makefile.in (VER): When present, extract the version number from
7988 the file version.in.
7989
7990 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7991
7992 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7993 gcc/xgcc is built, use -print-prog-name to find out the program
7994 name to use.
7995
7996 2001-06-04 Mark Mitchell <mark@codesourcery.com>
7997
7998 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7999 with_gcc]: Use `gcc -shared' to build a shared library.
8000
8001 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8002
8003 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8004 archives.
8005
8006 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8007
8008 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8009 libraries when using g++ with native linker.
8010
8011 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8012
8013 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8014
8015 2001-05-24 Tom Rix <trix@redhat.com>
8016
8017 * configure.in : enable ld for aix
8018
8019 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8020
8021 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8022 [aix4*|aix5*]: Prepend blank.
8023
8024 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8025
8026 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8027 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8028 of subdir/configure scripts to use the new libtool.m4.
8029
8030 2001-05-14 H.J. Lu <hjl@gnu.org>
8031
8032 * config.if (libc_interface): Set to -libc6.2- for cross
8033 compiling to Linux/glibc 2.2.
8034
8035 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8036
8037 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8038 libgcj.
8039
8040 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8041
8042 * configure.in (noconfigdirs): Don't reset it from scratch in the
8043 target case; only append to it.
8044
8045 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8046
8047 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8048 sparc-*-solaris2.8]: Disable ${libgcj}.
8049
8050 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8051
8052 * configure.in (libgcj_saved): Copy from $libgcj.
8053 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8054 --disable-libgcj.
8055
8056 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8057
8058 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8059 1.641.2.228.
8060
8061 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8062
8063 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8064 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8065
8066 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8067
8068 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8069 New macros.
8070 (bootstrap, cross): Use RECURSE_FLAGS.
8071 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8072
8073 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8074
8075 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8076
8077 2001-03-23 Nick Clifton <nickc@redhat.com>
8078
8079 * README-maintainer-mode: Add note about inability to use "make
8080 distclean" in maintainer mode.
8081
8082 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8083
8084 Re-installed:
8085 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8086 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8087 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8088 * ltcf-cxx.sh: Likewise.
8089 * ltcf-gcj.sh: Likewise.
8090
8091 2001-03-22 Philip Blundell <philb@gnu.org>
8092
8093 * config.sub, config.guess: Import latest from subversions.
8094
8095 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8096
8097 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8098 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8099
8100 2001-03-20 Michael Chastain <chastain@redhat.com>
8101
8102 * Makefile.in: all-m4 depends on all-texinfo.
8103
8104 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8105
8106 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8107
8108 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8109
8110 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8111 longer valid.
8112
8113 2001-02-16 Nick Clifton <nickc@redhat.com>
8114
8115 * configure.in (noconfigdirs): Allow configuration of texinfo
8116 for Cygwin hosts.
8117
8118 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8119
8120 * config.guess: Add linux target for S/390.
8121 * config.sub: Likewise.
8122 * configure.in: Likewise.
8123
8124 2001-02-06 Ben Elliston <bje@redhat.com>
8125
8126 * configure: Output host type to stdout, not stderr.
8127
8128 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8129
8130 * config.guess: Import from subversions.gnu.org (revision 1.181).
8131 * config.sub: Import from subversions.gnu.org (revision 1.199).
8132
8133 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8134
8135 * config.guess: Handle hppa64-linux systems.
8136
8137 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8138
8139 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8140 Don't unset, it's non-portable and no longer necessary, set to empty
8141 instead.
8142
8143 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8144
8145 * ltconfig: Shell portability fix for the tagname validity check.
8146
8147 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8148
8149 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8150
8151 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8152
8153 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8154 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8155
8156 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8157
8158 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8159 keep at least one of build_libtool_libs or build_old_libs set to
8160 yes.
8161
8162 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8163
8164 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8165 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8166
8167 2000-11-07 Philip Blundell <pb@futuretv.com>
8168
8169 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8170
8171 2000-11-03 Philip Blundell <pb@futuretv.com>
8172
8173 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8174 files.
8175
8176 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8177
8178 * COPYING.NEWLIB: Put into source repository.
8179
8180 2001-01-15 Ben Elliston <bje@redhat.com>
8181
8182 * configure.in (host_tools): Add sid.
8183 Always configure cgen.
8184 * Makefile.in (all-sid): New target.
8185 (check-sid, clean-sid, install-sid): Likewise.
8186
8187 2001-01-07 Andreas Jaeger <aj@suse.de>
8188
8189 * config.sub, config.guess: Update from subversions.
8190
8191 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8192
8193 * configure.in: Disable language-specific target libraries for
8194 languages that aren't enabled.
8195
8196 2000-11-24 Nick Clifton <nickc@redhat.com>
8197
8198 * configure.in (xscale-elf): Add target.
8199 (xscale-coff): Add target.
8200 (c4x, c5x, tic54x): Move after ARM targets.
8201
8202 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8203
8204 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8205
8206 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8207
8208 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8209
8210 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8211
8212 * Makefile.in: Merge with GCC and libgcj.
8213 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8214 configure-target-<library> when their configure scripts need the C
8215 or C++ library to have already been built to work properly.
8216 (do_proto_toplev): Set them to an empty string.
8217
8218 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8219
8220 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8221 (REALLY_SET_LIB_PATH): Use them.
8222
8223 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8224
8225 * config.sub: Add support for Sun Chorus
8226
8227 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8228
8229 * config.sub: Add support for the *-storm-chaos OS.
8230
8231 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8232
8233 * configure.in (noconfigdirs): Don't compile some
8234 of the libraries for 68HC11 & 68hc12 targets.
8235
8236 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8237
8238 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8239 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8240 all affected `configure' scripts.
8241
8242 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8243
8244 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8245 ltcf-c.sh.
8246
8247 2000-09-12 Philip Blundell <philb@gnu.org>
8248
8249 * config.sub, config.guess: Update from subversions.
8250
8251 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8252
8253 * Makefile.in (all-zlib): Added dummy target.
8254
8255 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8256 multi-language branch.
8257
8258 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8259
8260 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8261 (bootstrap*): Depend on all-bootstrap.
8262
8263 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8264
8265 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8266 crosses, but add gcc/include to the header search path for them.
8267
8268 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8269
8270 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8271 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8272 * gettext.m4: New file, extracted from aclocal.m4.
8273
8274 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8275
8276 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8277 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8278 sub-configures.
8279
8280 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8281
8282 * Makefile.in (ALL_MODULES): Add all-cgen.
8283 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8284 (all-cgen): New target.
8285 (all-opcodes,all-sim): Depend on all-cgen.
8286 * configure.in (host_tools): Add cgen.
8287 Only configure cgen if --enable-cgen-maint.
8288
8289 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8290
8291 * config-ml.in (CC, CXX): Don't introduce a leading space.
8292
8293 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8294
8295 * configure.in (libstdcxx_flags): Use
8296 libstdc++-v3/src/libstdc++.INC.
8297
8298 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8299
8300 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8301
8302 2000-08-11 Jason Merrill <jason@redhat.com>
8303
8304 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8305 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8306 (FLAGS_FOR_TARGET): Not here.
8307 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8308
8309 2000-08-07 DJ Delorie <dj@redhat.com>
8310
8311 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8312 "if we're also building gcc, and it's a gcc that will run on the
8313 build machine, we want to use its includes instead of the system's
8314 default includes".
8315
8316 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8317
8318 * configure.in (libstdcxx_flags): Don't use `"'.
8319
8320 * config-ml.in: Adjust multilib search paths to the
8321 appropriate multilib tree.
8322
8323 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8324
8325 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8326 commas in $LANGUAGES.
8327
8328 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8329
8330 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8331
8332 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8333
8334 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8335 CXX_FOR_TARGET for sed.
8336
8337 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8338
8339 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8340 Do not override if already set in the environment or in configure.
8341 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8342 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8343
8344 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8345
8346 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8347 (GCC_FOR_TARGET): Use it.
8348 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8349 * configure.in: ... here.
8350 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8351 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8352
8353 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8354
8355 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8356 (configure-target-libchill, configure-target-libobjc): Likewise.
8357
8358 * configure.in: Use the same cache file for all target libs.
8359 * config-ml.in: But different cache files per multilib variant.
8360
8361 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8362
8363 * configure (topsrcdir): Don't use dirname.
8364
8365 2000-07-20 Jason Merrill <jason@redhat.com>
8366
8367 * configure.in: Remove all references to libg++ and librx.
8368
8369 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8370
8371 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8372
8373 * config.sub: Update to subversions version 2000-07-06.
8374
8375 2000-07-12 Andrew Haley <aph@cygnus.com>
8376
8377 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8378 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8379
8380 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8381
8382 * symlink-tree: Check number of arguments.
8383
8384 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8385
8386 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8387
8388 2000-07-05 Jim Wilson <wilson@cygnus.com>
8389
8390 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8391 search path for a g++ extracted from the build tree. This
8392 will allow link tests run by configure scripts in
8393 subdirectories to succeed.
8394
8395 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8396
8397 * ltconfig: Add support for mips-dde-sysv4.2MP
8398
8399 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8400
8401 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8402 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8403
8404 2000-06-19 Timothy Wall <twall@cygnus.com>
8405
8406 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8407 * config.sub: Add tic54x target.
8408
8409 2000-06-07 Phillip Thomas <pthomas@suse.de>
8410
8411 * README-maintainer-mode: New file: Contains notes on using
8412 --enable-maintainer-mode with binutils.
8413
8414 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8415
8416 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8417
8418 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8419
8420 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8421 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8422
8423 20000-05-21 H.J. Lu (hjl@gnu.org)
8424
8425 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8426 directory are used if they exist. Make sure
8427 $(build_tooldir)/include is searched for header files,
8428 $(build_tooldir)/lib/ for library files.
8429 (GCC_FOR_TARGET): Likewise.
8430 (CXX_FOR_TARGET): Likewise.
8431
8432 2000-05-18 Jeffrey A Law (law@cygnus.com)
8433
8434 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8435
8436 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8437
8438 * Makefile.in (configure-target-libiberty): Depend on
8439 configure-target-newlib.
8440
8441 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8442
8443 * configure.in, Makefile.in: Merge all libffi-related
8444 configury stuff from the libgcj tree.
8445
8446 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8447
8448 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8449 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8450
8451 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8452
8453 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8454 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8455 current version information. Add to proto-toplev directory.
8456 (gdb-taz): Build do-djunpack.
8457
8458 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8459
8460 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8461
8462 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8463
8464 * ltmain.sh: Preserve in relink_command any environment
8465 variables that may affect the linker behavior.
8466
8467 2000-05-12 Jeffrey A Law (law@cygnus.com)
8468
8469 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8470
8471 2000-05-10 Jim Wilson <wilson@cygnus.com>
8472
8473 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8474
8475 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8476
8477 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8478 with the version name.
8479
8480 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8481
8482 * config.if: Tweak.
8483
8484 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * djunpack.bat: New file.
8487
8488 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8489
8490 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8491 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8492 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8493 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8494
8495 2000-04-16 Dave Pitts <dpitts@cozx.com>
8496
8497 * config.sub (case $basic_machine): Change default for "ibm-*"
8498 to "openedition".
8499
8500 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8501
8502 * Makefile.in (gdb-taz): New target. GDB specific archive.
8503 (do-md5sum): New target.
8504 (MD5PROG): Define.
8505 (PACKAGE): Default to TOOL.
8506 (VER): Default to a shell script.
8507 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8508 md5 checksum generation.
8509 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8510 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8511 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8512 insight.tar.bz2): Use gdb-taz to create archive.
8513
8514 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8515
8516 * configure (warn_cflags): Delete.
8517
8518 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8519 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8520
8521 * configure.in (enable_libstdcxx_v3): Add.
8522 (target_libs): Add bits here to switch between libstdc++-v2 and
8523 libstdc++-v3.
8524 * config.if: And this file too.
8525 * Makefile.in: Add libstdc++-v3 targets.
8526
8527 2000-04-05 Michael Meissner <meissner@redhat.com>
8528
8529 * config.sub (d30v): Add d30v as a basic machine type.
8530
8531 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8532
8533 * configure.in: -linux-gnu*, not -linux-gnu.
8534
8535 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8536
8537 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8538 (do-tar-bz2): Replace TOOL with PACKAGE.
8539 (gdb.tar.bz2): Remove GDBTK from GDB package.
8540 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8541 dejagnu.tar.bz2): New packages.
8542
8543 2000-02-27 Andreas Jaeger <aj@suse.de>
8544
8545 * configure.in: Add entry for mips*-*-linux*, move catch all
8546 *-*-*linux* entry below this one.
8547
8548 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8549
8550 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8551
8552 2000-02-24 Nick Clifton <nickc@cygnus.com>
8553
8554 * config.sub: Support an OS of "wince".
8555
8556 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8557
8558 * config.guess, config.sub: Updated to match config's 2000-02-15
8559 version.
8560
8561 2000-02-23 Linas Vepstas <linas@linas.org>
8562
8563 * config.sub: Add support for Linux/IBM 370.
8564 * configure.in: Likewise.
8565
8566 2000-02-22 Nick Clifton <nickc@cygnus.com>
8567
8568 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8569
8570 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8571
8572 * config.guess: Guess "cygwin" rather than "cygwin32".
8573
8574 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8575
8576 * configure (gcc_version): When setting, narrow search to
8577 lines containing `version_string'.
8578
8579 2000-02-15 Denis Chertykov <denisc@overta.ru>
8580
8581 * config.sub: Add support for avr target.
8582
8583 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8584
8585 * config.sub: Add mmix-knuth-mmixware.
8586
8587 2000-01-27 Christopher Faylor <cgf@redhat.com>
8588
8589 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8590 structure stuff to -L library search.
8591 (CXX_FOR_TARGET): Ditto.
8592 (CROSS_CHECK_MODULES): Fix spelling mistake.
8593
8594 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8595
8596 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8597 the C++ compiler.
8598
8599 2000-01-12 Richard Henderson <rth@cygnus.com>
8600
8601 * configure.in: Don't build some bits for beos.
8602
8603 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8604
8605 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8606 as include files.
8607
8608 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8609
8610 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8611 not mh-aix43.
8612
8613 1999-12-14 Richard Henderson <rth@cygnus.com>
8614
8615 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8616 * config.sub: Accept alphaev[78], alphaev8.
8617
8618 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8619
8620 * config.guess, config.sub: Update from autoconf.
8621
8622 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8623
8624 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8625 necessary libraries are missing.
8626
8627 1999-10-25 Andreas Schwab <schwab@suse.de>
8628
8629 * configure: Fix quoting inside arguments of eval.
8630
8631 1999-10-21 Nick Clifton <nickc@cygnus.com>
8632
8633 * config-ml.in: Allow suppression of some ARM multilibs.
8634
8635 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8636
8637 * config.guess: Add OS/390 match pattern.
8638 * config.sub: Add mvs, openedition targets.
8639 * configure.in (i370-ibm-opened*): New.
8640
8641 1999-09-04 Steve Chamberlain <sac@pobox.com>
8642
8643 * config.sub: Add support for configuring for pj.
8644
8645 1999-08-31 Nick Clifton <nickc@cygnus.com>
8646
8647 * config.sub (maybe_os): Add support for configuring for fr30.
8648
8649 1999-08-25 Nick Clifton <nickc@cygnus.com>
8650
8651 * configure.in: Do not configure or build ld for AIX
8652 platforms. ld is known to be broken on these platforms.
8653
8654 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8655
8656 * config-ml.in: Pass compiler flag corresponding to multidirs to
8657 subdir configures.
8658
8659 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8660
8661 * Makefile.in (LDFLAGS): Define.
8662
8663 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8664
8665 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8666 noconfigdirs.
8667 (*-*-cygwin*): Likewise.
8668
8669 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8670
8671 * mkdep: New file.
8672 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8673 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8674
8675 From Eli Zaretskii <eliz@is.elta.co.il>:
8676 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8677 long file name when using DJGPP on MS-DOS.
8678
8679 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8680
8681 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8682
8683 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8684
8685 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8686 dependency as this causes "make check" to globally "make all"
8687
8688 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8689
8690 * configure.in (target_libs): Added target-zlib.
8691 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8692 (CONFIGURE_TARGET_MODULES): Likewise.
8693 (CHECK_TARGET_MODULES): Likewise.
8694 (INSTALL_TARGET_MODULES): Likewise.
8695 (CLEAN_TARGET_MODULES): Likewise.
8696 (configure-target-zlib): New target.
8697 (all-target-zlib): Likewise.
8698 (all-target-libjava): Depend on all-target-zlib.
8699 (configure-target-libjava): Depend on configure-target-zlib.
8700
8701 * Makefile.in (configure-target-libjava): Depend on
8702 configure-target-newlib.
8703 (configure-target-boehm-gc): New target.
8704 (configure-target-qthreads): New target.
8705
8706 * configure.in (target_libs): Added target-qthreads.
8707 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8708 (CONFIGURE_TARGET_MODULES): Likewise.
8709 (CHECK_TARGET_MODULES): Likewise.
8710 (INSTALL_TARGET_MODULES): Likewise.
8711 (CLEAN_TARGET_MODULES): Likewise.
8712 (all-target-qthreads): New target.
8713 (configure-target-libjava): Depend on configure-target-qthreads.
8714 (all-target-libjava): Depend on all-target-qthreads.
8715
8716 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8717 (CONFIGURE_TARGET_MODULES): Likewise.
8718 (CHECK_TARGET_MODULES): Likewise.
8719 (INSTALL_TARGET_MODULES): Likewise.
8720 (CLEAN_TARGET_MODULES): Likewise.
8721 (all-target-libjava): New target.
8722 (all-target-boehm-gc): Likewise.
8723 * configure.in (target_libs): Added libjava, boehm-gc.
8724
8725 1999-07-22 Ian Lance Taylor <ian@zembu.com>
8726
8727 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8728 configure.bat in SUPPORT_FILES.
8729 (gas+binutils.tar.bz2): Likewise.
8730
8731 * makeall.bat: Remove; obsolete.
8732
8733 1999-07-21 Ian Lance Taylor <ian@zembu.com>
8734
8735 From Mark Elbrecht:
8736 * configure.bat: Remove; obsolete.
8737
8738 1999-07-11 Ian Lance Taylor <ian@zembu.com>
8739
8740 * configure: Add -W -Wall to the default CFLAGS when compiling with
8741 gcc.
8742
8743 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8744
8745 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8746
8747 1999-06-30 Mark Mitchell <mark@codesourcery.com>
8748
8749 * configure.in: Build ld on IRIX6.
8750
8751 1999-06-12 Ian Lance Taylor <ian@zembu.com>
8752
8753 * Makefile.in: Change distribution targets to use bzip2 instead of
8754 gzip.
8755 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8756 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8757
8758 1999-06-04 Nick Clifton <nickc@cygnus.com>
8759
8760 * config.sub: Add mcore target.
8761
8762 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
8763
8764 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8765
8766 1999-05-25 H.J. Lu (hjl@gnu.org)
8767
8768 * config.guess (dummy): Changed to $dummy.
8769
8770 1999-05-24 Nick Clifton <nickc@cygnus.com>
8771
8772 * config.sub: Tidied up case statements.
8773
8774 1999-05-22 Ben Elliston <bje@cygnus.com>
8775
8776 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8777 <jiro@din.or.jp>.
8778
8779 * config.guess: Merge with FSF version. Future changes will be
8780 more accurately recorded in this ChangeLog.
8781 * config.sub: Likewise.
8782
8783 1999-05-20 Stephen L Moshier <moshier@world.std.com>
8784
8785 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8786
8787 1999-04-30 Tom Tromey <tromey@cygnus.com>
8788
8789 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8790
8791 1999-04-23 Tom Tromey <tromey@cygnus.com>
8792
8793 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8794
8795 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
8796
8797 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8798 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8799 Bad merge removed these two changes.
8800
8801 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8802 Martin Heller (Ing.-Buero_Heller@t-online.de)
8803
8804 * config.guess (interix Alpha): Add.
8805
8806 1999-04-11 Richard Henderson <rth@cygnus.com>
8807
8808 * configure.in (i?86-*-beos*): Do config gperf; don't config
8809 gdb, newlib, or libgloss.
8810
8811 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8812
8813 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8814 link a trivial program with -mabi=64. If it fails, remove mabi=64
8815 from multidirs.
8816
8817 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
8818
8819 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8820
8821 1999-04-08 Nick Clifton <nickc@cygnus.com>
8822
8823 * config.sub: Add support for mcore targets.
8824
8825 1999-04-07 Michael Meissner <meissner@cygnus.com>
8826
8827 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8828 not mt-ospace, in order to shut up assembler warning about using
8829 symbols that are named the same as registers.
8830
8831 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
8832
8833 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8834 dependency list for all-target-cygmon.
8835
8836 1999-04-05 Doug Evans <devans@casey.cygnus.com>
8837
8838 * config-ml.in: Check $host, not $target, for selective multilibs.
8839 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8840 thumb interworking, and underscore prefix multilibs.
8841
8842 1999-04-04 Ian Lance Taylor <ian@zembu.com>
8843
8844 * missing: Update to version from current automake.
8845
8846 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8847
8848 * configure (gxx_include_dir): Removed.
8849
8850 * configure.in (gxx_include_dir): Handle it.
8851 * Makefile.in: Likewise.
8852
8853 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8854
8855 * config.sub (mips64vr4111,mips64vr4111el) Add.
8856
8857 1999-03-21 Ben Elliston <bje@cygnus.com>
8858
8859 * config.guess: Correct typo for detecting ELF on FreeBSD.
8860
8861 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8862
8863 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8864 config/mh-djgpp.
8865
8866 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8867
8868 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8869 all-target-newlib to dependency list for all-target-bsp.
8870
8871 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8872
8873 * config.sub: Add i386-uwin support.
8874 * config.guess: Likewise.
8875
8876 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8877
8878 * configure.in: cleanup, add mh-*pic handling for arm, special
8879 case powerpc*-*-aix*
8880
8881 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8882
8883 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8884 can be built.
8885
8886 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8887
8888 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8889 targets.
8890
8891 1999-03-02 Nick Clifton <nickc@cygnus.com>
8892
8893 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8894
8895 1999-02-28 Geoffrey Noer <noer@cygnus.com>
8896
8897 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8898
8899 1999-02-24 Nick Clifton <nickc@cygnus.com>
8900
8901 * config.sub: Fix typo in arm recognition.
8902
8903 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
8904
8905 * configure.in (noconfigdirs): Changed target_configdirs to
8906 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8907 rather than m68k-*-* since it is not known to work on
8908 m68k-aout. Ditto for arm-*-*oabi.
8909
8910 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8911
8912 * configure.in (*-*-windows*): Remove, no longer used.
8913
8914 1999-02-19 Ben Elliston <bje@cygnus.com>
8915
8916 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8917 Smart and improved by Andrew Cagney.
8918
8919 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
8920
8921 * config.guess: Recognize openbsd-*-hppa.
8922
8923 1999-02-17 H.J. Lu (hjl@gnu.org)
8924
8925 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8926 only if it is not empty.
8927
8928 1999-02-17 Nick Clifton <nickc@cygnus.com>
8929
8930 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8931
8932 * config.guess: Modified to recognize uname's armv* syntax.
8933
8934 * config.sub: Modified to recognize uname's armv* syntax.
8935
8936 1999-02-17 Mark Salter <msalter@cygnus.com>
8937
8938 * configure.in: Added target-bsp for sparclite.
8939
8940 1999-02-08 Richard Henderson <rth@cygnus.com>
8941
8942 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8943
8944 1999-02-08 Nick Clifton <nickc@cygnus.com>
8945
8946 * configure.in: Add support for strongarm port.
8947 * config.sub: Add support for strongarm target.
8948
8949 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8950
8951 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8952 the old name config/mh-cygwin32.
8953 Enable texinfo.
8954
8955 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
8956
8957 * configure.in: Do build ld for ix86 Solaris.
8958
8959 1999-02-02 Jim Wilson <wilson@cygnus.com>
8960
8961 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8962 $AR_FOR_TARGET. Likewise for RANLIB.
8963
8964 1999-02-02 Catherine Moore <clm@cygnus.com>
8965
8966 * config.sub (oabi): Recognize.
8967 * configure.in (arm-*-oabi): Handle.
8968
8969 1999-01-30 Robert Lipe (robertlipe@usa.net)
8970
8971 * config.guess: Improve detection of i686 on UnixWare 7.
8972
8973 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
8974
8975 * config.guess: Add support for i386-pc-interix.
8976 * config.sub: Likewise.
8977 * configure.in: Likewise.
8978
8979 1999-01-18 Christopher Faylor <cgf@cygnus.com>
8980
8981 * Makefile.in: Remove unneeded all-target-libio from
8982 from all-target-winsup target since it is now unneeded.
8983 Add all-target-libtermcap in its place since it is now
8984 needed.
8985
8986 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8987
8988 * configure.in: makefile stub for cygwin target is probably
8989 unnecessary. Remove it for now.
8990
8991 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8992
8993 * configure.in: libtermcap.a should be built when cygwin is the
8994 target as well as the host.
8995 * config.guess: Allow mixed case in cygwin uname output.
8996 * Makefile.in: Add libtermcap target.
8997
8998 1998-12-23 Jeffrey A Law (law@cygnus.com)
8999
9000 * config.sub: Clean up handling of hppa2.0.
9001
9002 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9003
9004 * config.guess: Use C code to identify more HP machines.
9005
9006 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9007
9008 * config.sub: Handle hppa2.0.
9009
9010 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9011
9012 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9013 cygmon for all sparclite targets, regardless of object format.
9014
9015 1998-12-15 Mark Salter <msalter@cygnus.com>
9016
9017 * configure.in: Added target-bsp for several target architectures.
9018
9019 * Makefile.in: Added rules for bsp.
9020
9021 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9022
9023 * config.guess: Improve detection of hppa2.0 processors.
9024
9025 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9026
9027 * config.guess: Recognize FreeBSD using ELF automatically.
9028
9029 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9030
9031 * configure (skip-this-dir): Add handling for new shell script, which
9032 might be created by a sub-directory's configure to indicate, this particular
9033 directory is "unwanted".
9034 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9035
9036 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9037
9038 * ltconfig: import from libtool, after changing libtool to
9039 account for the cygwin name change.
9040
9041 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9042
9043 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9044 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9045
9046 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9047
9048 * configure.in: Add libtermcap to list of cygwin dependencies.
9049
9050 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9051
9052 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9053 they include winsup/include when it's a cygwin target.
9054
9055 1998-11-12 Tom Tromey <tromey@cygnus.com>
9056
9057 * configure.in (host_tools): Added zip.
9058 * Makefile.in (all-target-libjava): Depend on all-zip.
9059 (all-zip): New target.
9060 (ALL_MODULES): Added all-zip.
9061 (NATIVE_CHECK_MODULES): Added check-zip.
9062 (INSTALL_MODULES): Added install-zip.
9063 (CLEAN_MODULES): Added clean-zip.
9064
9065 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9066
9067 * Makefile.in: lose "32" from comment about cygwin.
9068
9069 1998-11-05 Nick Clifton <nickc@cygnus.com>
9070
9071 * configure.in: Use -Os to build target libraries for the fr30.
9072
9073 1998-11-04 Dave Brolley <brolley@cygnus.com>
9074
9075 * config.sub: Add fr30.
9076
9077 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9078
9079 * configure.in: drop "32" from config/mh-cygwin32. Check
9080 cygwin* instead of cygwin32*.
9081 * config.sub: Check cygwin* instead of cygwin32*.
9082
9083 1998-10-22 Robert Lipe <robertl@dgii.com>
9084
9085 * config.guess: Match any version of Unixware7.
9086
9087 1998-10-20 Syd Polk <spolk@cygnus.com>
9088
9089 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9090 if desired.
9091
9092 1998-10-18 Jeffrey A Law (law@cygnus.com)
9093
9094 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9095 these if the appropriate directories and files to not exist.
9096
9097 1998-10-14 Jeffrey A Law (law@cygnus.com)
9098
9099 * Makefile.in (DEVO_SUPPORT): Add config.if.
9100
9101 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9102
9103 * configure: Add pattern to replace "build_tooldir"'s
9104 definition in the generated Makefile with "tooldir"'s
9105 actual value.
9106
9107 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9108
9109 * config.sub: Bring back lost sparcv9.
9110
9111 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9112
9113 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9114
9115 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9116 CC_FOR_TARGET and friends.
9117
9118 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9119
9120 * Makefile.in (build_tooldir): New variable, same as tooldir.
9121 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9122 -B$(build_tooldir)/bin/.
9123 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9124
9125 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9126
9127 * config.sub: Add support for i[34567]86-pc-udk.
9128 * configure.in: Likewise.
9129
9130 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9131
9132 * Makefile.in: add bzip2 package building bits for user
9133 tools module
9134 * configure.in: ditto
9135
9136 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9137
9138 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9139 (ALL_TARGET_MODULES): Add all-target-libobjc.
9140 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9141 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9142 (all-target-libchill): Add dependencies.
9143 * configure.in (target_libs): Add libchill.
9144
9145 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9146
9147 * configure.in (target_subdir): Remove duplicate line.
9148
9149 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9150
9151 * Makefile.in (all-automake): fix dependencies.
9152
9153 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9154
9155 * configure.in: Minor cleanups for building in the $(target_alias)
9156 subdir.
9157
9158 1998-09-22 Jim Wilson <wilson@cygnus.com>
9159
9160 * Makefile.in (bootstrap): Set r and s before make all. Use
9161 BASE_FLAGS_TO_PASS in make all.
9162 (cross): Likewise.
9163
9164 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9165
9166 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9167
9168 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9169
9170 * config.sub: Fix typo in last change.
9171
9172 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9173
9174 * config.sub: Add support for C4x target.
9175 * configure.in: Likewise.
9176
9177 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9178
9179 * config.sub: Recognize sparcv9 just like sparc64.
9180
9181 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9182
9183 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9184
9185 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9186
9187 * config.guess: Correctly identify Pentium II sco boxes.
9188
9189 * config.guess: Fix "tr" code. From Weiwen Liu.
9190
9191 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9192
9193 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9194 stabs.
9195
9196 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9197
9198 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9199 (ALL_TARGET_MODULES): Add all-target-libchill.
9200 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9201 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9202 (all-target-libchill): Add dependencies.
9203 * configure.in (target_libs): Add libchill.
9204
9205 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9206
9207 * config.guess: Avoid assumptions about "tr" behaves when
9208 LANG is set to something other than English.
9209
9210 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9211
9212 * configure (gxx_include_dir): Changed to
9213 '${prefix}/include/g++'-${libstdcxx_interface}.
9214
9215 * config.if: New to determine the interfaces.
9216
9217 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9218
9219 * config.guess: Detect and handle MPE/IX.
9220 * config.sub: Deal with MPE/IX.
9221
9222 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9223
9224 * configure.in: Use mh-aix43.
9225
9226 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9227
9228 * configure: Fix --without/--disable cases for gxx-include-dir.
9229
9230 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9231
9232 * mdata-sh: Imported. Needed for automake support.
9233
9234 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9235
9236 * Makefile.in (taz): Try "chmod -R og=u ." before
9237 "chmod og=u `find . -print`".
9238
9239 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9240
9241 * configure.in: Add arm-elf and thumb-elf support.
9242
9243 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9244
9245 * Makefile.in: Undo previous patch.
9246
9247 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9248
9249 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9250 to here ...
9251 (install-no-fixedincludes): and here
9252 (INSTALL_MODULES): ... from here.
9253
9254 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9255
9256 * config.sub: Merge with FSF.
9257
9258 * config.guess: Merge with FSF.
9259
9260 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9261
9262 * configure (extraconfigdirs): New variable.
9263 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9264 * Makefile.in (all): Move higher in file.
9265 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9266 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9267 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9268 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9269 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9270
9271 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9272
9273 * Makefile.in (all-target-libjava): Depend on all-gcc and
9274 all-target-newlib.
9275 (configure-target-libjava): Depend on $(ALL_GCC).
9276
9277 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9278
9279 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9280 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9281
9282 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9283
9284 * ylwrap: Change absolute path checks to check for DOS style path
9285 names.
9286
9287 * ylwrap: Don't use a full path name if the source file is in the
9288 same directory. From hjl@lucon.org (H.J. Lu).
9289
9290 * config-ml.in: Default to being verbose, to match Feb 18 change to
9291 configure.
9292
9293 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9294
9295 Brought over from egcs:
9296
9297 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9298
9299 * configure.in (target_subdir): Set to ${target_alias} instead
9300 of "libraries".
9301
9302 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9303
9304 * configure.in (target_subdir): Set to libraries if enable_multilib.
9305
9306 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9307
9308 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9309 multilibs, force reconfiguration the first time we create
9310 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9311
9312 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9313
9314 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9315 avoid confusion with --no-recursion.
9316
9317 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9318
9319 * configure.in: Win32 hosts shouldn't use install -x
9320 * install-sh: remove -x option, and special .exe-handling
9321 hack.
9322
9323 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9324
9325 * config.guess: Recognize i586-pc-beos.
9326 * configure.in: Don't build some bits for beos.
9327
9328 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9329
9330 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9331 CFLAGS default to -O2.
9332
9333 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9334 when using GNU ld.
9335
9336 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9337
9338 * ltmain.sh: Correct install when using a different shell.
9339
9340 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9341
9342 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9343
9344 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9345
9346 * makefile.vms: Update to build binutils/makefile.vms. Add install
9347 target.
9348
9349 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9350
9351 * ltconfig: Update to correct AIX handling.
9352
9353 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9354
9355 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9356
9357 * configure.in (target_subdir): Set to ${target_alias} instead
9358 of "libraries".
9359
9360 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9361
9362 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9363 (Makefile): Depend on $(gcc_version_trigger).
9364
9365 * configure (gcc_version): Change default initializer to empty
9366 string.
9367 (gcc_version_trigger): New variable; pass this variable down
9368 to subdir configures to enable them checking gcc's version
9369 themselves. Emit make macros for both gcc_version vars.
9370 (topsrcdir): Initialize reliably.
9371 (recursion line): Remove --with-gcc-version=${gcc_version}.
9372
9373 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9374
9375 * configure (enable_version_specific_runtime_libs): Implement new flag
9376 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9377 in $(libsubdir); emit definition in each generated Makefile.
9378 (gxx_include_dir): Initialize depending on
9379 $enable_version_specific_runtime_libs.
9380
9381 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9382
9383 * configure (gcc_version): Initialize properly depending on
9384 how and where configure is started.
9385 (recursion line): Pass a --with-gcc-version=${gcc_version}
9386 to configures in subdirs.
9387
9388 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9389
9390 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9391 cygmon
9392
9393 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9394
9395 * configure.in: Add cygmon and libstub support for mn10200.
9396
9397 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9398
9399 * configure (gcc_version): Add new variable describing the
9400 particular gcc version we're building.
9401 * Makefile.in (libsubdir): Add new macro for the directory
9402 in which the compiler finds executables, libraries, etc.
9403 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9404 and libsubdir.
9405
9406 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9407
9408 * Makefile.in (local-clean): Remove *.log.
9409 (warning.log): Built with warn_summary from build.log.
9410 (mail-report.log): Run test_summary.
9411 (mail-report-with-warnings.log): Run test_summary including
9412 warning.log in the report.
9413
9414 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9415
9416 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9417
9418 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9419
9420 * Makefile.in (grep): Grep no longer depends on libiberty.
9421
9422 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9423
9424 * Makefile.in: all-snavigator needs all-libgui.
9425
9426 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9427
9428 * configure.in: Add cygmon and libstub support for mn10300.
9429
9430 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9431
9432 * missing: Update to version from automake 1.3.
9433
9434 * ltmain.sh: On installation, don't get confused if the same name
9435 appears more than once in the list of library names.
9436
9437 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9438
9439 * config.sub: Accept m68060 and m5200 as CPU names.
9440
9441 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9442
9443 * configure: Use && rather than using -a in test, because odd
9444 strings can confuse test.
9445 * configure.in: Likewise.
9446
9447 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9448
9449 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9450
9451 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9452
9453 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9454 bootstrap4-lean): New targets.
9455
9456 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9457
9458 * mpw-* Delete. Not used.
9459
9460 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9461
9462 * COPYING.LIB: Update FSF address.
9463
9464 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9465
9466 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9467
9468 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9469 GAS_SUPPORT_DIRS.
9470
9471 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9472
9473 * ltconfig, ltmain.sh: Avoid producing a version number if
9474 -version-info was not used.
9475
9476 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9477
9478 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9479 building with newlib.
9480
9481 1998-04-30 Paul Eggert <eggert@twinsun.com>
9482
9483 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9484 Solaris `make' causes it to continue to next definition.
9485
9486 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9487
9488 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9489 the right GUI libraries and files are installed along with GDB.
9490
9491 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9492
9493 * configure.in: Change alpha to alpha* in several places.
9494
9495 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9496
9497 * config.sub: Recognize sparc86x.
9498
9499 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9500
9501 * configure.in (--enable-target-optspace): Remove debug echo.
9502
9503 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9504
9505 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9506
9507 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9508
9509 * ltconfig: Update cygwin32 support.
9510
9511 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9512 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9513 (GDB_SUPPORT_DIRS): Likewise.
9514
9515 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9516
9517 * configure.in (target_makefile_frag): If --enable-target-optspace,
9518 use -Os to compile target libraries rather than -O2. Default to
9519 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9520 not used.
9521 * configure.in (target_cflags): Ditto for d30v.
9522
9523 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9524
9525 * Makefile.in (all-bfd): Depend on all-intl.
9526 (all-binutils): Likewise.
9527 (all-gas): Likewise.
9528 (all-gprof): Likewise.
9529 (all-ld): Likewise.
9530
9531 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9532
9533 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9534
9535 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9536
9537 * Makefile.in (all-bfd): Depend upon all-libiberty.
9538
9539 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9540
9541 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9542
9543 * Makefile.in: Add libstub.
9544
9545 * configure.in: Ditto. Build libstub for targets that have cygmon
9546 support.
9547
9548 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9549
9550 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9551
9552 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9553
9554 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9555 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9556
9557 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9558
9559 * configure: Define DEFAULT_M4 by searching PATH.
9560 * Makfile.in: Use DEFAULT_M4.
9561
9562 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9563
9564 * ltconfig: Add cygwin32 support.
9565
9566 * Makefile.in, configure.in: Add libtool as a native only directory
9567 to configure and build.
9568
9569 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9570
9571 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9572
9573 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9574
9575 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9576
9577 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9578
9579 * Makefile.in: add ash make rules
9580 * configure.in: add ash to native_only and host_tools lists
9581
9582 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9583
9584 * Makefile.in (all-gettext, all-intl): New targets.
9585 (ALL_MODULES): Added all-gettext, all-intl.
9586 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9587 (INSTALL_MODULES): Added install-gettext, install-intl.
9588 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9589
9590 * configure.in (host_tools): Added gettext.
9591 (native_only): Likewise.
9592 (noconfigdirs) [various cases]: Likewise.
9593 (host_libs): Added intl.
9594
9595 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9596
9597 * configure: Do not disable building gdbtk for cygwin32 hosts.
9598
9599 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9600
9601 * configure.in: Add thumb-coff target.
9602 * config.sub: Add thumb-coff target.
9603
9604 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9605
9606 * Makefile.in: Revert yesterday's change.
9607 (all-target-winsup): all-target-librx stays out of here.
9608
9609 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9610
9611 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9612 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9613 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9614 Remove references to librx and libg++.
9615
9616 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9617
9618 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9619 recursive makes
9620
9621 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9622
9623 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9624 for newlib directory.
9625 (CXX_FOR_TARGET): Likewise.
9626
9627 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9628
9629 * ltconfig: Update after libtool/ltconfig.in change for
9630 hpux11.
9631
9632 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9633
9634 * ltconfig, ltmain.sh: Update to libtool 1.2.
9635
9636 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9637
9638 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9639 (install-gcc-cross): Instead, override LANGUAGES here.
9640
9641 1998-03-18 Dave Love <d.love@dl.ac.uk>
9642
9643 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9644 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9645
9646 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9647
9648 * configure.in: Add Thumb-pe target.
9649
9650 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9651
9652 * Makefile.in - changed sn targets to snavigator
9653 * configure.in - changed sn targets to snavigator
9654
9655 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9656
9657 * config-ml.in: After building symlink tree call make distclean
9658 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9659 to be the case for libiberty.
9660
9661 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9662
9663 * configure: When making link, also check the current
9664 directory. The configure scripts may create one.
9665
9666 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9667
9668 * config.sub: Accept alphapca56 and alphaev6 properly.
9669
9670 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9671
9672 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9673
9674 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9675
9676 * config.sub (sco5): Fix typo.
9677
9678 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9679
9680 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9681 install-itcl.
9682 (install-itcl): Remove dependency on install-tcl.
9683
9684 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9685
9686 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9687
9688 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9689
9690 * configure.in: Don't build libgui for a cygwin32 target when not on
9691 a cygwin32 host.
9692
9693 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9694
9695 * configure (redirect): Set to null, so default behavior of
9696 configure is now --verbose.
9697
9698 1998-02-16 Dave Love <d.love@dl.ac.uk>
9699
9700 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9701 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9702
9703 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9704
9705 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9706 this change to sync Makefile.in with its ChangeLog entries.
9707
9708 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9709
9710 * ltmain.sh (mkdir): Check that the directory doesn't exist
9711 before we exit with error, so that we don't get races during
9712 parallel builds.
9713
9714 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9715
9716 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9717
9718 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9719
9720 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9721 PICFLAG_FOR_TARGET.
9722 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9723
9724 * configure: Emit a definition for the new macro enable_shared
9725 into each Makefile.
9726
9727 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9728
9729 * configure.in (host_tools, native_only): Add libtool.
9730
9731 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9732
9733 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9734 Fix typo in ming config comment.
9735
9736 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9737
9738 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9739
9740 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9741
9742 * config.sub: Add tic30 cases, and map c30 to tic30.
9743
9744 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9745
9746 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9747 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9748 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9749 (CLEAN_TARGET_MODULES): Similarly
9750 (all-target-libf2c): Add dependences.
9751 * configure.in (target_libs): Add libf2c.
9752
9753 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9754
9755 * configure.in: Remove expect from noconfigdirs when target
9756 is cygwin32. OK to build expect and dejagnu with Canadian
9757 Cross.
9758
9759 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9760
9761 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9762 host.
9763
9764 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9765 and mingw32.
9766
9767 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9768
9769 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9770 here as it is not defined in the toplevel Makefile.
9771
9772 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9773
9774 * configure (package_makefile_rules_frag): New variable, which names
9775 a file with generic rules, ...
9776 Change comment to mention we now have FIVE parts.
9777 * configure: Undo last change.
9778
9779 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9780
9781 * config.guess: More accurate determination of HP processor types.
9782 * config.sub: More accurate determination of HP processor types.
9783
9784 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9785
9786 * configure (package_makefile_frag): Move inserting the
9787 ${package_makefile_frag} to where it should be according
9788 to the comment.
9789
9790 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9791
9792 * config.guess: Add support for Linux/ARM.
9793
9794 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9795
9796 * .cvsignore: Remove *-info and *-install since they match
9797 release-info and mpw-install, which we don't want to just ignore.
9798
9799 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9800
9801 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9802
9803 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9804
9805 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9806 local_prefix to sub-make invocations.
9807
9808 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9809
9810 * configure.in: Check makefile fragments in the source
9811 directory.
9812
9813 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9814
9815 * configure.in: Check whether host and target makefile
9816 fragments exist before adding them to *_makefile_frag.
9817
9818 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9819
9820 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9821
9822 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9823
9824 * configure.in: Make sure we only replace RPATH_ENVVAR on
9825 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9826 regexp to sed.
9827
9828 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9829 to sub-makes.
9830
9831 1998-01-13 Lee Iverson (leei@ai.sri.com)
9832
9833 * config-ml.in (multi-do): LDFLAGS must include multilib
9834 designator.
9835
9836 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9837
9838 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9839
9840 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9841
9842 * config.sub: Add mingw32 support.
9843 * configure.in: Likewise.
9844
9845 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9846
9847 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9848
9849 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9850
9851 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9852 * configure (gxx_include_dir): Provide a definition for subdirs
9853 which do not use autoconf.
9854
9855 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9856
9857 * config.guess: Sync with egcs. Picks up new alpha support,
9858 BeOS & some additional linux support.
9859
9860 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9861
9862 * config.guess: HP 9000/803 is a PA1.1 machine.
9863
9864 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9865
9866 * configure.in: It's alpha*-...
9867
9868 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9869
9870 * configure.in (host_makefile_frag, target_makefile_frag):
9871 Handle multiple config files.
9872 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9873 alpha-*-*.
9874
9875 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9876
9877 * mkdep: New file.
9878
9879 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9880
9881 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9882
9883 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9884
9885 * Makefile.in: Add libgui directory.
9886 (GDB_TK): Add all-libgui.
9887 * configure.in: Add libgui directory.
9888 * configure: Add all-libgui to GDB_TK.
9889
9890 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9891
9892 * config-ml.in (multidirs): Add m32r to multilib list.
9893
9894 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9895
9896 * Makefile.in (all-target-gperf): Change dependency to
9897 all-target-libstdc++.
9898
9899 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9900
9901 * config.guess: Add BeOS support.
9902
9903 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9904
9905 Source directory cvs renamed to cvssrc:
9906 * configure.in (host_tools): Change cvs to cvssrc.
9907 (native_only): Likewise.
9908 (noconfigdirs) [various cases]: Likewise.
9909 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9910 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9911 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9912 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9913 (all-cvssrc): Rename target from all-cvs.
9914
9915 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9916
9917 * configure (gxx_include_dir): Fix thinko.
9918
9919 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9920
9921 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9922 (install-cross, install-gcc-cross): New targets.
9923
9924 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9925
9926 * configure.in (noconfigdirs): Add support for Thumb target.
9927
9928 * config.sub (maybe_os): Add support for Thumb target.
9929
9930 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9931
9932 * Makefile.in: Add rules for cygmon.
9933
9934 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9935
9936 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9937
9938 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9939 * configure (gxx_include_dir): Provide a definition for subdirs
9940 which do not use autoconf.
9941
9942 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9943
9944 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9945 11/18/97 build
9946
9947 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9948
9949 * From Franz Sirl.
9950 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9951 found on RedHat Linux systems.
9952
9953 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9954
9955 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9956 guesses.
9957
9958 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9959
9960 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9961
9962 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9963
9964 * ltmain.sh: If mkdir fails, check whether the directory was created
9965 anyhow by some other process.
9966
9967 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9968
9969 * configure.in (d30v-*-*): Configure all directories.
9970
9971 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9972
9973 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9974 for the D30V.
9975
9976 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9977
9978 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9979
9980 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9981
9982 * include/libiberty.h: Add extern "C" { so it can be used with C++
9983 progrms.
9984 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9985 programs.
9986
9987 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9988
9989 * configure.in (d30v-*-*): Configure GCC now.
9990
9991 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9992
9993 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9994 is no longer needed.
9995
9996 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9997
9998 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9999
10000 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10001
10002 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10003 targets using "$@" to provide support for similar but not identical
10004 targets without having to duplicate code.
10005
10006 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10007
10008 * makefile.vms: Fix to work with DEC C.
10009
10010 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10011
10012 * config.sub: Add mips-tx39-elf to marketing names.
10013
10014 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10015
10016 * ltmain.sh: Handle symlinks in generated script.
10017
10018 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10019
10020 * configure: Handle autoconf style directory options: --bindir,
10021 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10022 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10023 --sysconfdir.
10024 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10025 (sharedstatedir, localstatedir, oldincludedir): New variables.
10026 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10027 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10028 sbindir, sharedstatedir, and sysconfdir.
10029
10030 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10031
10032 * Makefile.in (bootstrap-lean): New target.
10033
10034 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10035
10036 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10037 sn, and gnuserv from noconfigdirs.
10038
10039 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10040
10041 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10042
10043 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10044
10045 * Makefile.in (cross): New target.
10046
10047 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10048 Jeff Law <law@cygnus.com>
10049
10050 * Makefile.in (bootstrap2, bootstrap3): New targets.
10051 (all-bootstrap): Remove outdated and confusing target.
10052 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10053
10054 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10055
10056 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10057 windows. Consistent with gdb/configure.
10058
10059 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10060
10061 * configure.in: Name Linux target fragment.
10062
10063 * configure: Rewrite so that project Makefile fragment is inserted
10064 first and appears last in the resulting Makefile.
10065
10066 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10067
10068 * Makefile.in (install-itcl): Install tcl first.
10069
10070 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10071
10072 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10073
10074 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10075
10076 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10077
10078 * configure.in (skipdirs): Add target-librx for Linux.
10079 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10080
10081 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10082
10083 * Makefile.in (bootstrap): New target.
10084
10085 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10086
10087 * config.sub: Accept 'amigados' for backward compatability.
10088
10089 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10090
10091 * config.guess: Merge with FSF.
10092
10093 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10094
10095 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10096
10097 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10098
10099 * config.sub: Add "marketing-names" patch.
10100
10101 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10102
10103 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10104
10105 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10106
10107 * config.sub: Handle v850-elf.
10108
10109 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10110
10111 * .cvsignore (*-install): Remove.
10112
10113 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10114
10115 * ltconfig: Set CONFIG_SHELL in libtool.
10116 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10117
10118 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10119
10120 * configure.in (target_subdir): Set to libraries if enable_multilib.
10121
10122 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10123
10124 * config.guess: Update from gcc directory.
10125
10126 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10127
10128 * Makefile.in (all-sim): Depends on all-readline.
10129
10130 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10131
10132 * Makefile.in (BISON, YACC): Use $$s.
10133 (all-bison): Depend on all-texinfo.
10134
10135 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10136
10137 * Makefile.in (BISON): Add -L flag.
10138 (YACC): Likewise.
10139
10140 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10141
10142 * configure.in (noconfigdirs): Add support for v850e target.
10143
10144 * config.sub (maybe_os): Add support for v850e target.
10145
10146 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10147
10148 * configure.in (noconfigdirs): Add support for v850ea target.
10149
10150 * config.sub (maybe_os): Add support for v850ea target.
10151
10152 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10153
10154 * config.sub: Add mipstx39. Delete r3900.
10155
10156 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10157
10158 * Makefile.in (all-autoconf): Depends on all-texinfo.
10159
10160 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10161
10162 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10163 eabi targets.
10164
10165 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10166
10167 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10168
10169 * configure: When handling a Canadian Cross, handle YACC as well as
10170 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10171 * Makefile.in (all-bison): Depend upon all-texinfo.
10172
10173 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10174
10175 * Makefile.in (BISON): bison, not byacc or bison -y.
10176 (YACC): bison -y or byacc or yacc.
10177 (various): Add *-bison as appropriate.
10178 (taz): No need to mess with BISON anymore.
10179
10180 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10181
10182 * configure: If OSTYPE matches *win32*, try to find a good value for
10183 CONFIG_SHELL.
10184
10185 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10186
10187 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10188 configure.in if it is present.
10189
10190 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10191
10192 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10193
10194 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10195
10196 * config.sub: Recognize `arc' cpu.
10197 * configure.in: Likewise.
10198 * config-ml.in: Likewise.
10199
10200 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10201
10202 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10203
10204 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10205
10206 * configure: Changed sed delimiter from ':' to '|' when
10207 attempting to substitute ${config_shell} for SHELL. On
10208 NT ${config_shell} may contain a ':' in it.
10209
10210 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10211
10212 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10213
10214 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10215
10216 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10217
10218 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10219
10220 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10221
10222 * ylwrap: If the program is a relative path, force it to be
10223 absolute.
10224
10225 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10226
10227 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10228
10229 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10230
10231 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10232 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10233 for libraries.
10234
10235 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10236
10237 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10238 separated by spaces.
10239
10240 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10241
10242 * ylwrap: New file.
10243 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10244
10245 * ltmain.sh: Handle /bin/sh at start of install program.
10246
10247 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10248
10249 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10250 * missing: New file, from automake 1.2.
10251
10252 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10253
10254 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10255 check-tk to CHECK_X11_MODULES.
10256
10257 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10258
10259 * config.sub: Merge with FSF.
10260
10261 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10262
10263 * config.guess: Merge with FSF.
10264
10265 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10266
10267 * configure: Treat msdosdjgpp like go32.
10268 * configure.in: Likewise. Don't remove gprof for go32.
10269
10270 * configure: Change Makefile.tem2 to Makefile.tm2.
10271
10272 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10273
10274 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10275
10276 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10277
10278 * install-sh (chmodcmd): Set to null if the DST directory already
10279 exists. Same as Nov 11th change.
10280
10281 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10282
10283 * configure (GDB_TK): Needs itcl and tix.
10284
10285 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10286
10287 * config.guess: Update from FSF.
10288
10289 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10290
10291 * Makefile.in (GDB_TK): Depend on itcl and tix.
10292
10293 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10294
10295 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10296 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10297 (INSTALL_SCRIPT): New variable.
10298 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10299 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10300 to -x.
10301 * install-sh: Add support for -x option.
10302
10303 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10304
10305 * configure.in, Makefile.in: Treat tix like itcl.
10306
10307 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10308
10309 * Makefile.in (WINDRES): New variable.
10310 (WINDRES_FOR_TARGET): New variable.
10311 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10312 (EXTRA_HOST_FLAGS): Add WINDRES.
10313 (EXTRA_TARGET_FLAGS): Add WINDRES.
10314 (EXTRA_GCC_FLAGS): Add WINDRES.
10315 ($(DO_X)): Pass down WINDRES.
10316 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10317 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10318 DLLTOOL_FOR_TARGET.
10319
10320 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10321
10322 * configure.in: configure sim before gdb for win32-x-ppc
10323
10324 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10325
10326 Move gperf into the toplevel, from libg++.
10327 * configure.in (target_tools): Add target-gperf.
10328 (native_only): Add target-gperf.
10329 * Makefile.in (all-target-gperf): New target, depend on
10330 all-target-libg++.
10331 (configure-target-gperf): Empty rule.
10332 (ALL_TARGET_MODULES): Add all-target-gperf.
10333 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10334 (CHECK_TARGET_MODULES): Add check-target-gperf.
10335 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10336 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10337
10338 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10339
10340 * config.sub (mn10200): Recognize new basic machine.
10341
10342 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10343
10344 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10345 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10346
10347 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10348
10349 * configure.in: If we're building mips-sgi-irix6* native, turn on
10350 ENABLE_MULTILIB and set TARGET_SUBDIR.
10351
10352 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10353
10354 * Makefile.in (all-sn): Depend on all-grep.
10355
10356 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10357
10358 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10359
10360 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10361 Makefile. From Jeff Makey <jeff@cts.com>.
10362 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10363
10364 * Makefile.in (DISTBISONFILES): Remove.
10365 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10366 $(DEFAULT_YACC).
10367
10368 * configure.in: Build itl, db, sn, etc., when building for native
10369 cygwin32.
10370
10371 * Makefile.in (LD): New variable.
10372 (EXTRA_HOST_FLAGS): Pass down LD.
10373 ($(DO_X)): Likewise.
10374
10375 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10376
10377 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10378
10379 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10380
10381 * configure.in (targargs): Strip out any supplied --build argument
10382 before adding our own. Always add --build.
10383
10384 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10385
10386 * configure.in (targargs): Pass --build if we're doing
10387 a cross-compile.
10388
10389 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10390
10391 * configure: Use '|' instead of ":" as the separator in
10392 sed. Otherwise sed chokes on NT path names with drive
10393 designators. Also look for "?:*" as the leading characters in an
10394 absolute pathname.
10395
10396 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10397
10398 * config.sub: Support for r3900.
10399
10400 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10401
10402 * configure.in: Use install-sh, not install.sh.
10403
10404 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10405
10406 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10407 apply it twice.
10408
10409 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10410
10411 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10412 install-binutils.
10413
10414 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10415
10416 * Makefile.in: Add automake targets.
10417 * configure.in (host_tools): Add automake.
10418
10419 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10420
10421 * configure: Default CXX to c++, not gcc.
10422 * Makefile.in (CXX): Set to c++, not gcc.
10423 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10424
10425 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10426
10427 * install-sh: try appending a .exe if source file doesn't
10428 exist
10429
10430 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10431
10432 * configure.in: Turn on multilib by default.
10433 (cross_only): Remove target-libiberty.
10434
10435 * Makefile.in (all-gcc): Don't depend on libiberty.
10436
10437 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10438
10439 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10440
10441 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10444 (DISTBISONFILES): Add ld/Makefile.in
10445
10446 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10447
10448 * configure.in: if target is cygwin32 but host isn't cygwin32,
10449 don't configure gdb tcl tk expect, not just gdb.
10450
10451 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10452
10453 * configure.in: Added gnuserv everywhere sn appears.
10454
10455 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10456 (CROSS_CHECK_MODULES): Added check-gnuserv.
10457 (INSTALL_MODULES): Added install-gnuserv.
10458 (CLEAN_MODULES): Added clean-gnuserv.
10459 (all-gnuserv): New target.
10460
10461 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10462
10463 * config.guess: Fixes for MIPS OpenBSD systems.
10464
10465 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10466
10467 * Makefile.in (INSTALL_XFORM): Remove.
10468 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10469
10470 * mkinstalldirs: New file, copied from automake.
10471 * Makefile.in (installdirs): Rename from install-dirs. Use
10472 mkinstalldirs. Change all users.
10473 (DEVO_SUPPORT): Add mkinstalldirs.
10474
10475 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10476
10477 * install-sh: Rename from install.sh.
10478 * Makefile.in (INSTALL): Change install.sh to install-sh.
10479 (DEVO_SUPPORT): Likewise.
10480
10481 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10482 Graichen <graichen@rzpd.de>.
10483
10484 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10485
10486 * config.guess: Recognize OpenBSD systems correctly.
10487
10488 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10489
10490 * README, Makefile.in (ETC_SUPPORT): Remove references to
10491 cfg-paper*, configure.{texi,man,info*}._
10492
10493 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10494
10495 * Makefile.in (all.normal): Ensure that gcc is built after all
10496 the x11 - ie gdb - targets.
10497
10498 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10499
10500 * makefile.vms: Don't run conf-a-gas.
10501
10502 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10503
10504 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10505
10506 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10507
10508 * configure.in: Remove noconfigdirs case since gdb also
10509 configures and builds for tic80-coff.
10510
10511 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10512
10513 * configure: Set cache_file to config.cache.
10514 * Makefile.in (local-distclean): Remove config.cache.
10515
10516 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10517
10518 * COPYING: Update FSF address.
10519
10520 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10521
10522 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10523 noconfigdirs.
10524
10525 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10526
10527 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10528 MAKEDIRS, is empty.
10529
10530 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10531
10532 * config.sub: Tweak mn10300 entry.
10533
10534 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10535
10536 * configure.in (host_tools): Put sim before gdb, so gdb's
10537 configure.tgt can determine if the simulator was configured.
10538
10539 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10540
10541 * config.sub: Move BeOS $os case to be with other Cygnus
10542 local cases.
10543
10544 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10545
10546 * config.sub: Remove misplaced comment that broke Linux.
10547
10548 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10549
10550 * config.sub: Add BeOS support.
10551
10552 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10553
10554 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10555
10556 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10557
10558 * configure.in (noconfigdirs): Remove tcl and tk from
10559 noconfigdirs for cygwin32 builds.
10560
10561 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10562
10563 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10564
10565 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10566
10567 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10568 make-all.com, use makefile.vms instead.
10569
10570 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10571
10572 * config.sub: Accept -lnews*.
10573
10574 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10575
10576 * configure.in (noconfigdirs): Disable target-newlib,
10577 target-examples and target-libiberty for d30v.
10578
10579 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10580
10581 * configure.in (noconfigdirs): Enable ld for d30v.
10582
10583 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10584
10585 * configure.in (tic80-*-*): Build compiler.
10586
10587 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10588
10589 * configure.in (d30v-*): Remove sim directory from list of
10590 unsupported d30v directories
10591
10592 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10593
10594 * config.sub, configure.in: Add d30v target cpu.
10595
10596 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10597
10598 * makefile.vms: New file.
10599 * make-all.com: Remove.
10600
10601 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10602
10603 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10604
10605 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10606
10607 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10608
10609 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10610
10611 * Makefile.in (ALL_MODULES): Added all-db.
10612 (CROSS_CHECK_MODULES): Addec check-db.
10613 (INSTALL_MODULES): Added install-db.
10614 (CLEAN_MODULES): Added clean-db.
10615
10616 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * config.guess: Merge with latest FSF sources.
10619
10620 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10621
10622 * Makefile.in (ALL_MODULES): Added all-itcl.
10623 (CROSS_CHECK_MODULES): Added check-itcl.
10624 (INSTALL_MODULES): Added install-itcl.
10625 (CLEAN_MODULES): Added clean-itcl.
10626
10627 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10628
10629 * configure.in: build gdb for mn10200
10630
10631 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10632
10633 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10634
10635 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10636
10637 * configure.in (tic80-*-*): Turn off most targets right now.
10638
10639 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10640
10641 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10642 rather than the makeinfo program.
10643 (do-info): Depend upon all-texinfo.
10644
10645 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10646
10647 * configure.in: Remove uses of config/mh-linux.
10648
10649 * config.sub, config.guess: Merge with latest FSF sources.
10650
10651 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10652
10653 * config.sub (case $basic_machine): Add tic80 entries.
10654
10655 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * config.sub, config.guess: Merge with latest FSF sources.
10658
10659 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10660
10661 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10662 * mpw-config.in: Test for NewFolderRecursive.
10663 * mpw-install: Use symbolic name for startup filename.
10664 * mpw-README: Add various additional details.
10665
10666 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10667
10668 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10669
10670 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10671
10672 * configure.in: Do build gcc and the target libraries for
10673 the mn10200.
10674
10675 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10676
10677 * configure.in: don't avoid building gdb for mn10300 any more
10678 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10679 instead of single-quoting it.
10680
10681 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10682
10683 * configure.in: Don't use --with-stabs on IRIX 6.
10684
10685 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10686
10687 * configure.in (m32r): Build gdb, libg++ now.
10688
10689 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10690
10691 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10692 directories from noconfigdirs.
10693
10694 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10695
10696 * config.sub (basic_machine): added mips16 configuration
10697
10698 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10699
10700 * config.sub: Handle d10v-unknown.
10701
10702 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10703
10704 * config.sub: Handle v850-unknown.
10705
10706 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10707
10708 * Makefile.in: add findutils
10709 * configure.in: add findutils to list of host_tools
10710
10711 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10712
10713 * config.sub: Handle mn10200 and mn10300.
10714
10715 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10716
10717 * configure.in (d10v-*): Do not build librx.
10718
10719 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10720
10721 * configure.in (mn10300): Build everything except gdb & libgloss.
10722
10723 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10724
10725 * config.guess: Patch for Dansk Data Elektronik servers,
10726 from Niels Skou Olsen <nso@dde.dk>.
10727
10728 For ncr, use /bin/uname rather than uname, since GNU uname does not
10729 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10730
10731 Patch for MIPS R4000 running System V,
10732 from Eric S. Raymond <esr@snark.thyrsus.com>.
10733
10734 Fix thinko for nextstep.
10735
10736 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10737
10738 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10739 * config.guess: Guess mips-dec-mach_bsd4.3.
10740
10741 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10742 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10743 release numbers.
10744 * config.guess (mips-mips-riscos*): Emit just enough of the
10745 release number.
10746
10747 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10748 * config.guess (sparc-auspex-sunos*): Added.
10749 (f300-fujitsu-*): Added.
10750
10751 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10752 * config.guess: Recognize a Tadpole as a sparc.
10753
10754 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10755
10756 * config.guess: Don't assume that NextStep version is either 2 or
10757 3. NextStep 4 (aka OpenStep 4) has come out now.
10758
10759 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10760
10761 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10762 From Rik Faith <faith@cs.unc.edu>.
10763
10764 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10765
10766 * config.sub: Contributions from bug-gnu-utils to:
10767 Support plain "hppa" (no version given) architecture, reported by
10768 OpenStep.
10769 OpenBSD like NetBSD.
10770 LynxOs is not a hardware supplier.
10771
10772 * config.guess: Contributions from bug-gnu-utils to add support for:
10773 OpenBSD like NetBSD.
10774 Stratus systems.
10775 More Pyramid systems.
10776 i[n>4]86 Intel chips.
10777 M680[n>4]0 Motorola chips.
10778 Use unknown instead of lynx for hardware manufacturer.
10779
10780 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10781
10782 * install.sh (chmodcmd): Set to null if the DST directory already
10783 exists.
10784
10785 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10786
10787 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10788 not use mt-ppc target Makefile fragment any more.
10789
10790 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10791
10792 * configure.in (*-*-windows): Exclude everything but those dirs
10793 needed to build windows.
10794
10795 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10796
10797 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10798
10799 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10800
10801 * configure.in: Exclude mmalloc from i386-windows.
10802
10803 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10804
10805 * Undo my previous change.
10806
10807 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10808
10809 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10810 unconditionally.
10811 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10812
10813 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10814
10815 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10816 host to add it's own flags.
10817
10818 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10819
10820 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10821
10822 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10823
10824 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10825 (CXX_FOR_TARGET): Likewise.
10826 (GCC_FOR_TARGET): Define.
10827 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10828 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10829 CC_FOR_TARGET was specified on the command line.
10830 (MAKEOVERRIDES): Don't define.
10831
10832 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10833
10834 * configure.in (m32r): Fix spelling of libg++ libs.
10835
10836 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10837
10838 * config.sub (-apple*): Remove, now redundant.
10839
10840 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10843
10844 * configure: Rework yesterday's sed script patch.
10845
10846 * config.sub: Merge with FSF.
10847
10848 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10849
10850 * config.guess: Merge from FSF.
10851
10852 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10853 * config.guess: Use pc instead of unknown, for pc clone systems.
10854 Change linux to linux-gnu.
10855
10856 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10857 * config.guess: Avoid non-portable tr syntax.
10858
10859 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10860
10861 * test-build.mk (HOLES): Add "xargs" for gdb.
10862
10863 * configure: Avoid hpux10.20 sed bug.
10864
10865 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10866
10867 * configure.in: Add support for windows host
10868 (that is a build done under the Microsoft build environment).
10869
10870 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10871
10872 * Makefile.in: Replace all uses of srcroot with s, to shrink
10873 command line lengths.
10874
10875 Patches from Geoffrey Noer <noer@cygnus.com>:
10876 * configure.in: If configuring for newlib, pass --with-newlib to
10877 subdirectories.
10878 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10879 -Bnewlib/ and -Lwinsup to gcc.
10880 (CXX_FOR_TARGET): Likewise.
10881
10882 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10883
10884 * Makefile.in (ETC_SUPPORT): Add configure.
10885
10886 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10887
10888 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10889 host configuration file.
10890
10891 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10892
10893 * configure.in: Break mn10x00 support into separate
10894 mn10200 and mn10300 configurations.
10895 * config.sub: Likewise.
10896
10897 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10898
10899 * configure.in: Add lots of stuff to noconfigdirs for
10900 the mn10x00 targets.
10901
10902 * config.sub, configure.in: Add mn10x00 support.
10903
10904 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10905
10906 * make-all.com: Call conf-a-gas, not config-a-gas.
10907
10908 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10909
10910 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10911 targets.
10912
10913 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10914
10915 * mpw-README: Add much more detail for native PowerMac.
10916 * mpw-install: New file.
10917 * mpw-configure: Add --norecursion and --help options.
10918 * mpw-config.in: Translate readme and install files when
10919 copying to objdir.
10920 * mpw-build.in: Don't always depend on byacc and flex.
10921 (install-only-top): New action.
10922
10923 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10924
10925 * configure.in: You can now configure GDB for the v850.
10926
10927 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10928
10929 * configure.in (noconfigdirs): Don't configure any C++ dirs
10930 if targeting D10V.
10931
10932 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10933
10934 * config.sub: Recognize mips64vr5000.
10935
10936 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10937
10938 * configure.in: Use a single line for host_tools and native_only.
10939
10940 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10941
10942 * config.sub, configure.in: Add entries for m32r.
10943
10944 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10945
10946 * Makefile.in (inet-install): Don't run install-gzip.
10947
10948 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10949
10950 * configure.in: Don't config lots of things for *-*-windows*.
10951
10952 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10953
10954 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10955 (host_libs, host_tools): Copy from configure.in.
10956 * mpw-configure: Don't complain about directories not found.
10957
10958 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10959
10960 * configure.in (i[345]86): Recognize i686 for pentium pro.
10961 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10962 file.
10963
10964 * config.guess (i[345]86): Ditto.
10965
10966 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10967
10968 * configure.in (noconfigdirs): Removed gdb for D10V.
10969
10970 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10971
10972 * configure.in: Remove ld, target-libio, target-libg++, and
10973 target-libstdc++ from noconfigdirs.
10974
10975 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10976
10977 * configure: Fix three locations where shell scripts were
10978 being run directly rather than with config_shell.
10979
10980 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10981
10982 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10983 * config.sub (basic_machine): Recognize v850.
10984
10985 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10986
10987 * mpw-configure: Handle multiple enable/disable options and
10988 pass them down recursively, handle -c and -s flags appropriately
10989 depending on choice of compiler, add escape mechanism for
10990 quoted arguments to gC.
10991
10992 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10993
10994 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10995 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10996 so that -mrelocatable-lib and -mno-eabi are used.
10997
10998 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10999 not support --print-multi-lib, don't abort.
11000
11001 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11002
11003 * make-all.com: Run config-a-gas.
11004 * setup.com: Don't copy subdirectory files around.
11005
11006 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11007
11008 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11009 target, it now compiles correctly.
11010
11011 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11012
11013 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11014
11015 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11016
11017 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11018
11019 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11020
11021 * configure.in (native_only): Add prms.
11022
11023 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11024
11025 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11026 (BINUTILS_SUPPORT_DIRS): Likewise.
11027
11028 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11029
11030 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11031 d10v support is added.
11032
11033 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11034
11035 * configure.in (d10v-*-*): New target.
11036
11037 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11038
11039 * config.guess (HP 9000/811): Recognize this as a PA1.1
11040 machine.
11041
11042 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11043
11044 * Makefile.in (do-tar-gz): New target, split out from tail end of
11045 taz target. Run each command separately, don't use pipes.
11046 (taz): Use it.
11047
11048 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11049
11050 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11051 * mpw-build.in: No builds should depend on building byacc or flex,
11052 they are assumed to be installed already.
11053
11054 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11055
11056 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11057 variable that CC_FOR_TARGET needs.
11058
11059 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11060
11061 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11062 options have changed since the last time the subdirectory was
11063 configured, and if it has, reconfigure.
11064 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11065 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11066
11067 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11068
11069 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11070 CLEAN_MODULES): Add bash.
11071 (all-bash): New target.
11072
11073 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11074
11075 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11076
11077 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11078
11079 * config.sub (basic_machine): Recognize d10v as a valid processor.
11080
11081 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11082
11083 * mpw-configure: Add support for --bindir.
11084 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11085
11086 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11087
11088 * configure.in: add bash, time, gawk to list of hosttools and things
11089 to only build for native toolchains
11090
11091 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11092
11093 * Makefile.in (docdir): Remove.
11094
11095 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11096
11097 * Makefile.in (datadir): Set to $(prefix)/share.
11098
11099 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11100
11101 * configure.in: build diff and patch for cygwin32-hosted
11102 toolchains.
11103
11104 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11105
11106 * config.sub: Accept -rtems*.
11107
11108 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11109
11110 * configure.in: enable dosrel for cygwin32-hosted builds,
11111 remove diff from the list of things not buildable
11112 via Canadian Cross
11113
11114 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11115
11116 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11117 don't get ". ".
11118
11119 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11120
11121 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11122
11123 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11124
11125 * Makefile.in (taz): Handle case where tex3patch didn't even get
11126 checked out. Also, if it was found, put the symlink in a new util
11127 subdirectory.
11128
11129 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11130
11131 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11132
11133 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11134
11135 * config.sub: Recognize -openvms.
11136 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11137 * make-all.com, setup.com: New files.
11138
11139 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11140
11141 * Makefile.in (taz): tex3patch moved to texinfo/util.
11142
11143 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11144
11145 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11146 * configure.in: remove make from disable-if-Can-Cross list
11147 enable gdb if ${host} and ${target} are cygwin32
11148
11149 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11150
11151 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11152 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11153
11154 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11155
11156 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11157 distinguish sysv/svr4/bsd variants.
11158 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11159
11160 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11161
11162 * configure.in: Added copyright notice.
11163 * move-if-change: Added copyright notice.
11164
11165 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11166
11167 * configure.in (powerpcle-*-solaris*): Until we get shared
11168 libraries working, don't build gdb, sim, make, tcl, tk, or
11169 expect.
11170
11171 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11172
11173 * config.guess: Merge with FSF:
11174
11175 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11176 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11177
11178 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11179 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11180
11181 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11182 * config.guess: Combine two OSF1 rules.
11183 Also recognize field test versions. From mjr@zk3.dec.com.
11184 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11185 because GNU uname does not support -p. From pmr@pajato.com.
11186
11187 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11188
11189 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11190
11191 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11192
11193 * mpw-README: Document GCCIncludes.
11194
11195 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11196
11197 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11198
11199 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11200
11201 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11202
11203 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11204
11205 * configure.in (*-*-cygwin32): Configure make.
11206
11207 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11208
11209 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11210
11211 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11212
11213 * Makefile.in (all-inet): Depend on all-perl.
11214
11215 * Makefile.in (inet-install): New target.
11216
11217 * Makefile.in (all-inet): Depend on all-tcl.
11218 (all-inet): Depend on all-send-pr.
11219
11220 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11221
11222 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11223 temporarily.
11224
11225 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11226
11227 * configure.in: Don't configure --with-gnu-ld on AIX.
11228
11229 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11230
11231 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11232
11233 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11234
11235 * Makefile.in (ALL_MODULES): Added all-inet.
11236 (CROSS_CHECK_MODULES): Added check-inet.
11237 (INSTALL_MODULES): Added install-inet.
11238 (CLEAN_MODULES): Added clean-inet.
11239 (all-indent): New target.
11240
11241 * configure.in (host_tools): Added inet.
11242 (native_only): Added inet.
11243 (noconfigdirs): Added inet.
11244
11245 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11246
11247 * configure.in: Don't configure libgloss if we are not configuring
11248 newlib.
11249
11250 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11251
11252 * configure.in: Don't configure libgloss for unsupported
11253 architectures.
11254
11255 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11256
11257 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11258
11259 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11260
11261 * Makefile.in (ALL_MODULES): Include all-apache.
11262 (CROSS_CHECK_MODULES): Include check-apache.
11263 (INSTALL_MODULES): Include install-apache.
11264 (all-apache): New target.
11265
11266 * configure.in: Added apache everywhere perl is seen.
11267
11268 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11269
11270 * Makefile.in: Add support for clean-{module} and
11271 clean-target-{module} rules.
11272
11273 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11274
11275 * configure.in (*-*-ose) do not build libgloss.
11276
11277 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11278
11279 * config.guess (prep*:SunOS:5.*:*): Turn into
11280 powerpele-unknown-solaris2.
11281
11282 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11283
11284 * configure.in: Permit --enable-shared to specify a list of
11285 directories.
11286
11287 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11288
11289 * configure.in (host==solaris): Pass only the first word of $CC
11290 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11291
11292 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11293
11294 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11295
11296 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11297
11298 * Makefile.in (ALL_MODULES): Include all-perl.
11299 (CROSS_CHECK_MODULES): Include check-perl.
11300 (INSTALL_MODULES): Include install-perl.
11301 (ALL_X11_MODULES): Include all-guile.
11302 (CHECK_X11_MODULES): Include check-guile.
11303 (INSTALL_X11_MODULES): Include install-guile.
11304 (all-perl): New target.
11305 (all-guile): New target.
11306
11307 * configure.in (host_tools): Include perl and guile.
11308 (native_only): Include perl and guile.
11309 (noconfigdirs): Don't build guile and perl; no ports have been
11310 done.
11311
11312 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11313
11314 * configure (--enable-*): Handle quoted option lists such as
11315 --enable-sim-cflags='-g0 -O' better.
11316
11317 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11318
11319 * Makefile.in ({,inst}all-target): New rule so we can make and
11320 install all of the target directories easily.
11321
11322 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11323
11324 * configure.in: Add missing global flag in sed substitution when
11325 deleting `target-' from ${configdirs}.
11326
11327 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11328
11329 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11330 option.
11331
11332 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11333 config/mh-necv4.
11334
11335 * install.sh: Correct misspelling of transformbasename.
11336
11337 * config.guess: Recognize mips-*-sysv*.
11338
11339 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11340
11341 * config.sub: Recognize mon960.
11342
11343 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11344
11345 * configure: Restore Canadian Cross handling of BISON and LEX,
11346 removed in Feb 20 change.
11347
11348 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11349
11350 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11351 Mention make install. Remove the old copyright date as well the
11352 clumsy and rather pointless copyright on the README file.
11353
11354 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11355
11356 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11357 Makefile after running symlink-tree, then run `make distclean' to
11358 avoid clobbering any generated files in srcdir.
11359
11360 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11361
11362 * configure.in (m68k-*-netbsd*): Build everything now.
11363
11364 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11365
11366 * Makefile.in (taz): Fix quoting.
11367
11368 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11369
11370 * configure.in (sparclet-*-*): Build everything now.
11371
11372 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11373
11374 * configure.in (m68k-*-linux*): New host.
11375
11376 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11377
11378 * configure: Check for bison before byacc.
11379
11380 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11381
11382 * Makefile.in configure: Change the way LEX and BISON/YACC are
11383 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11384 searching PATH. These are used as fallbacks by Makefile.in if
11385 flex/bison/byacc aren't in objdir.
11386
11387 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11388
11389 * Makefile.in: Make everything which depends upon all-bfd also
11390 depend upon all-opcodes, in case --with-commonbfdlib is used.
11391
11392 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11393
11394 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11395 building NT native compilers on Unix.
11396
11397 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11398
11399 * configure.in: Don't get CC from the host Makefile fragment if we
11400 can find gcc in PATH, or if this is a Canadian Cross. Move the
11401 Solaris test for /usr/ucb/cc to the post target script, just after
11402 the compiler sanity test.
11403
11404 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11405
11406 * config.sub: Merge with FSF.
11407
11408 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11409
11410 * Makefile.in (RPATH_ENVVAR): New variable.
11411 (REALLY_SET_LIB_PATH): Use it.
11412 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11413
11414 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11415
11416 * config.sub, configure.in: Recognize sparclet cpu.
11417
11418 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11419
11420 * config.guess: Support m68k-cbm-sysv4.
11421
11422 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11423
11424 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11425 m68k-unknown-linuxaout from linker help string. Put quotes around
11426 $ld_help_string.
11427
11428 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11429
11430 * config.guess (powerpc-harris-powerunix): Add guess for port
11431 to new target.
11432
11433 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11434
11435 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11436
11437 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11438
11439 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11440 $(REALLY_SET_LIB_PATH) in Makefile.
11441 * Makefile.in (SET_LIB_PATH): New variable.
11442 (REALLY_SET_LIB_PATH): New variable.
11443 ($(DO_X)): Use $(SET_LIB_PATH).
11444 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11445 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11446 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11447 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11448 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11449 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11450 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11451 (install-dosrel): Likewise.
11452 (all-opcodes): Depend upon all-libiberty.
11453
11454 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11455
11456 * config.guess (*:CYGWIN*): New
11457
11458 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11459
11460 * Makefile.in (all-target-winsup): All all-target-libiberty.
11461
11462 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11463
11464 * configure.in (noconfigdirs): Add missing # in front of comment.
11465
11466 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11467
11468 * configure.in: add second pass to things added to noconfigdirs
11469 so *-gm-magic can exclude libgloss properly.
11470
11471 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11472
11473 * mpw-configure (extralibs_name, rez_name): Set correctly
11474 for MWC68K compiler.
11475
11476 * mpw-README: Add more info on the necessary build tools.
11477
11478 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11479
11480 * configure.in, config.sub: Recognize cygwin32.
11481
11482 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11483
11484 * config.guess, config.sub: Recognize A/UX.
11485
11486 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11487
11488 * config.sub: Merge with gcc/config.sub.
11489
11490 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11491
11492 * mpw-build.in (do-binutils): Add build of stamps.
11493
11494 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11495
11496 * config.sub: Add recognition for mips64vr4100*-* targets.
11497
11498 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11499
11500 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11501 Add creation of gconfigargs with `--enable-shared' turned on.
11502 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11503 ($(host)-stamp-stage3-configured): Likewise.
11504 (HOLES): Add chatr and ldd.
11505 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11506
11507 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11508
11509 * configure: Pass --nfp to recursive configures.
11510
11511 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11512
11513 * Makefile.in (DLLTOOL): New.
11514 (DLLTOOL_FOR_TARGET): New.
11515 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11516 (EXTRA_TARGET_FLAGS): Ditto.
11517 (EXTRA_GCC_FLAGS): Ditto.
11518 (CONFIGURE_TARGET_MODULES): Ditto.
11519 (DO_X): Ditto.
11520 * configure: Add DLLTOOL.
11521
11522 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11523
11524 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11525 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11526 mh-sco, since old workarounds no longer needed, and don't
11527 build ld, since libraries have weak symbols in COFF.
11528
11529 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11530
11531 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11532
11533 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * configure.in: Make sure that ${CC} can be used to compile an
11536 executable.
11537
11538 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11539
11540 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11541 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11542 nothing depending on whether gdbtk is being built.
11543
11544 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11545
11546 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11547
11548 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11549
11550 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11551 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11552
11553 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11554
11555 * config-ml.in: Add support for
11556 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11557 Simplify setting of multidirs from --disable-foo.
11558
11559 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11560
11561 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11562 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11563 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11564 non-empty, pass them on to the GCC make.
11565 (all-bootstrap): New rule that is like all-gcc, except it executes
11566 the GCC bootstrap rule instead of the GCC all rule.
11567
11568 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11569
11570 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11571
11572 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11573
11574 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11575 DG/UX support.
11576
11577 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11578
11579 * config.sub (i*86*) Change [345] to [3456]
11580
11581 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11582
11583 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11584 --with-gnu-ld=no.
11585
11586 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11587
11588 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11589 AIX multilibs get built.
11590
11591 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11592
11593 * configure.in (i386-win32): Don't build expect if we're not
11594 building the tcl subdir.
11595
11596 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11597
11598 * Makefile.in: (configure-target-examples, all-target-examples):
11599 New targets, configure and build example programs.
11600
11601 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11602
11603 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11604 use it as input to sedit the generated MPW makefile.
11605 * mpw-README: Add a suggestion about Gestalt.h.
11606
11607 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11608
11609 * config.sub: Accept *-*-ieee*.
11610
11611 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11612
11613 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11614 Ronald F. Guilmette <rfg@monkeys.com>.
11615
11616 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11617
11618 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11619 for powerpc-pe native.
11620 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11621 (target==powerpc-pe): duplicate i386-win32 entry.
11622
11623 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11624
11625 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11626 of vxworks, not just vxworks5.1.
11627
11628 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11629
11630 * mpw-configure: Add support for exec-prefix.
11631
11632 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11633
11634 * config.guess: Recognize HP model 816 machines as having
11635 a PA1.1 processor.
11636
11637 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * configure: Ignore new autoconf configure options.
11640
11641 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11642
11643 * config.guess: Recognize Pentium under SCO.
11644 From Robert Lipe <robertl@arnet.com>.
11645
11646 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11647
11648 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11649
11650 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11651
11652 * configure.in: Don't configure gas for alpha-dec-osf*.
11653
11654 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11655
11656 * configure.in: Default to --with-stabs for some targets for which
11657 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11658 i[345]86*-*-unixware*.
11659
11660 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11661
11662 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11663 rather than basing it on the target. Simplify handling of options
11664 controlling which directories to configure. Remove extraneous
11665 slash in multi-clean target.
11666
11667 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11668
11669 * config-ml.in: Prefix more variables with ml_ so they don't collide
11670 with configure's.
11671
11672 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11673
11674 * configure: Don't turn -v into --v.
11675
11676 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11677
11678 * configure.in (targargs): Fix typo.
11679
11680 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11681
11682 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * configure.in: Strip --host and --target options from
11685 CONFIG_ARGUMENTS, and always configure for --host only. Add
11686 --with-cross-host option when building with a cross-compiler.
11687 * configure: Canonicalize the arguments put into config.status by
11688 always using `=' for an option with an argument. Pass a presumed
11689 --host or --target explicitly.
11690
11691 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11692
11693 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11694 into general OS recognition case.
11695
11696 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11697
11698 * configure.in (target_configdirs): add target-winsup only
11699 for win32 target systems.
11700
11701 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11702
11703 * Makefile.in (all-target-libgloss): Depend upon
11704 configure-target-newlib, since when libgloss is built it looks to
11705 see if the newlib directory exists.
11706
11707 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11708
11709 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11710 cfg-ml-*.in.
11711
11712 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11713
11714 * configure: Handle LD and LD_FOR_TARGET when configuring a
11715 Canadian Cross.
11716
11717 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11718
11719 * configure.in (target_libs): add target-winsup.
11720 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11721 (target==ppcle-pe): remove ld from $noconfigdirs.
11722
11723 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11724
11725 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11726 Preserve relative path names in $srcdir. Build symlink tree if
11727 configuring cross target dir and srcdir=. (= no VPATH support).
11728 (configure-target-libg++): Depend on configure-target-librx.
11729 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11730 * config-ml.in: New file.
11731 * symlink-tree: New file.
11732 * configure: Ensure srcdir="." if that's what it is.
11733
11734 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11735
11736 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11737 includes and FLEX_SKELETON setting.
11738 * mpw-configure (--with-gnu-ld): New option, controls whether
11739 to use PPCLink or ld with PowerMac GCC.
11740 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11741 * mpw-config.in: Configure grez if targeting Mac.
11742
11743 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11744 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11745 just macos.
11746 * configure.in: Configure grez resource compiler if targeting Mac.
11747 * Makefile.in (all-grez, install-grez): New targets.
11748
11749 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11750
11751 * configure: CXX defaults to gcc, not g++. If we find
11752 gcc in the path, set CC to gcc -O2.
11753
11754 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11755
11756 * configure: Default ${build} correctly. Avoid picking up extra
11757 spaces when reading CC and CXX from Makefile. When doing a
11758 Canadian Cross, use plausible default values for numerous
11759 variables.
11760 * configure.in: When doing a Canadian Cross, don't try to
11761 configure tools whose configure script can't handle it.
11762
11763 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11764
11765 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11766
11767 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11768
11769 * configure: Remove dubious bug reporting address.
11770
11771 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11772
11773 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11774 configure script, run that instead of this directory's configure.
11775 In either case, print a message that we're configuring the sub-dir.
11776
11777 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11778
11779 * configure.in: Before checking for the existence of various files,
11780 use sed to filter out "target-".
11781
11782 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11783
11784 * Makefile.in (DO_X): Split rule to decrease command line length
11785 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11786 (Philippe De Muyter).
11787
11788 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11789
11790 * Makefile.in (all-patch): depend on all-libiberty.
11791
11792 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11793
11794 * configure.in: If the only directory in target_configdirs which
11795 actually exists is libiberty, then set target_configdirs to empty,
11796 to avoid trying to build a target libiberty in a gas or gdb
11797 distribution.
11798
11799 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11800
11801 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11802 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11803 systems.
11804
11805 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11806
11807 * configure.in (copy_dirs): Use sys-include instead of include
11808 for --with-headers option.
11809
11810 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11811
11812 * Makefile.in, configure.in: Make winsup builds work with
11813 new scheme.
11814
11815 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11816
11817 * configure.in: Build the linker on AIX.
11818
11819 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11820
11821 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11822 where needed.
11823
11824 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11825
11826 * Makefile.in (all-gcc): Fix typo.
11827
11828 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11829
11830 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11831
11832 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11833
11834 * configure.in: Rename libFOO to target-libFOO, and xiberty
11835 to target-xiberty, to provide more flexibility.
11836 (target_subdir): Define. Create if cross.
11837 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11838 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11839 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11840 check-libFOO -> check-target-libFOO, etc.
11841 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11842 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11843 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11844 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11845 allow ALL_GCC="" to only configure.
11846 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11847 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11848 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11849
11850 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11851
11852 * Makefile.in (taz): Build "info" in etc explicitly.
11853
11854 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11855
11856 * configure.in: Make sure that CC is undefined (as opposed to
11857 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11858 problem with autoconf trying to configure on a host without GCC.
11859
11860 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11861
11862 * mpw-configure: Set host alias from choice of host compiler,
11863 only use generic MPW Makefile sed if present, edit a file
11864 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11865 * mpw-README: Add problem notes about CW6 and CW7.
11866
11867 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11868
11869 * Makefile.in (taz): Use ";" instead of ";;".
11870
11871 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11872
11873 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11874 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11875 DISTDOCDIRS.
11876 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11877 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11878
11879 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11880
11881 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11882 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11883 Move bfd to DISTSTUFFDIRS.
11884
11885 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11886
11887 * Makefile.in (X11_LIB): Removed.
11888 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11889
11890 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11891
11892 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11893
11894 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11895 names.
11896
11897 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11898
11899 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11900
11901 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11902
11903 * configure.in (i[345]86-*-win32): Always build newlib.
11904 Don't configure cvs, autoconf or texinfo.
11905 * Makefile.in (LD_FOR_TARGET): New.
11906 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11907 Pass down LD_FOR_TARGET.
11908
11909 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11910
11911 * winsup: New directory.
11912 * Makefile.in: Build winsup.
11913 * configure.in: Winsup is configured when target is win32.
11914 Can only build win32 target GDB when native.
11915
11916 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11917
11918 * config.guess: Recognize HP model 819 machines as having
11919 a PA 1.1 processor.
11920
11921 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * configure: Fix sed loop which substitutes for CC and CXX to
11924 avoid bug found in various sed implementations.
11925
11926 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11927
11928 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11929 simulator. Use standard powerpc-*-eabi*.
11930
11931 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11932
11933 * configure.in: Stop putting gas and binutils in noconfigdirs for
11934 powerpc-*-aix* and rs6000-*-*.
11935
11936 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11937
11938 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11939 -mcall-aixdesc libraries.
11940
11941 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11942
11943 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11944
11945 * config.sub (arm | armel | armeb): Fix shell syntax.
11946
11947 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11948
11949 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11950 -msoft-float and -mcpu=common support.
11951 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11952 libraries.
11953
11954 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11955
11956 * configure.in: Allow configuration and build of emacs19 for the alpha.
11957
11958 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11959
11960 * configure.in (CC): Get ^CC, not just any old CC, from
11961 ${host_makefile_frag}.
11962
11963 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11964
11965 * configure.in (CC): Try to get CC from
11966 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11967
11968 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11969
11970 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11971 only if it exists in $(srcdir).
11972
11973 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11974
11975 * configure: If CC and CXX are not set in the environment, set
11976 them, based on either an existing Makefile or on searching for gcc
11977 in PATH. Substitute for CC and CXX in Makefile.
11978 * configure.in: Remove libm from target_libs. Separate
11979 target_configdirs from configdirs. If CC is not set in
11980 environment, try to get it from a host Makefile fragment. Rewrite
11981 changes of configdirs to use skipdirs instead. A few minor
11982 tweaks. Take directories out of target_configdirs as they are
11983 taken out of configdirs. Remove existing Makefile files from
11984 subdirectories. Substitute for TARGET_CONFIGDIRS and
11985 CONFIG_ARGUMENTS in Makefile.
11986 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11987 by configure.in.
11988 (CONFIG_ARGUMENTS): Likewise.
11989 (CONFIGURE_TARGET_MODULES): New variable.
11990 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11991 ($(CONFIGURE_TARGET_MODULES)): New target.
11992 (configure-libg++, configure-libio): New targets.
11993 (all-libg++): Depend upon configure-libg++.
11994 (all-libio): Depend upon configure-libio.
11995 (configure-libgloss, all-libgloss): New targets.
11996 (configure-libstdc++): New target.
11997 (all-libstdc++): Depend upon configure-libstdc++.
11998 (configure-librx, all-librx): New targets.
11999 (configure-newlib): New target.
12000 (all-newlib): Depend upon configure-newlib
12001 (configure-xiberty): New target.
12002 (all-xiberty): Depend upon configure-xiberty.
12003
12004 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12005
12006 * configure.in (host i[345]86-*-win32): Expand the
12007 noconfigdirs again.
12008
12009 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12010
12011 * mpw-configure: Fix sed command file name.
12012
12013 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12014
12015 * configure.in (host i[345]86-*-win32): Reduce the
12016 noconfigdirs again.
12017
12018 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12019
12020 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12021 or powerpc*-*-pe*, since they are not yet supported.
12022
12023 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12024
12025 Add PowerMac support and many other enhancements.
12026 * mpw-configure: New option --cc to select compiler to use,
12027 paste options set according to --cc into the generated
12028 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12029 if mpw-make.sed is present.
12030 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12031 add forward includes for PowerPC include files.
12032 * mpw-build.in: Build using Makefile.PPC if present.
12033 (do-byacc, etc): Remove separate version resource builds.
12034 (do-gas): Build "stamps" before "all".
12035 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12036 * mpw-README: Update to reflect --cc option, PowerMac support,
12037 and recently-reported compatibility problems.
12038
12039 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12040
12041 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12042 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12043 (--with-multilib-top): Pass to recursive invocations.
12044
12045 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12046
12047 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12048 v810-*-*.
12049
12050 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12051
12052 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12053 gdb, ld and opcodes on v810-*-*.
12054
12055 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12056
12057 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12058 (local-maintainer-clean): New target.
12059 (maintainer-clean): New target.
12060 (realclean): Just depend upon maintainer-clean.
12061
12062 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12063
12064 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12065
12066 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12067
12068 * configure.in: Build ld in mips*-*-bsd* case.
12069
12070 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12071
12072 * config.sub: Accept -lites* OS. From Ian Dall.
12073
12074 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12075
12076 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12077 targets.
12078
12079 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12080
12081 * configure.in: treat i386-win32 canadian cross the same as
12082 i386-go32 canadian cross.
12083
12084 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12085
12086 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12087 running under the simulator to build a reduced set of libraries.
12088 (powerpc-*-eabiaix): Add fine grained multilib support added to
12089 other powerpc targets yesterday.
12090
12091 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12092
12093 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12094 -disable-softfloat, -disable-relocatable, -disable-aix, and
12095 -disable-sysv to control which multilib libraries get built.
12096
12097 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12098
12099 * configure: Add Makefile.tem to list of files to remove in trap
12100 handler.
12101
12102 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12103
12104 * config.guess (*Linux*): Add missing "exit"s.
12105 Also, need specific check for alpha-unknown-linux (uses COFF).
12106
12107 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12108
12109 * config.guess: Merge with FSF:
12110
12111 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12112 * config.guess (AIX4): More robust release numbering discovery.
12113
12114 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12115 * config.guess (i386-sequent-ptx): Properly get version number.
12116
12117 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12118 * config.guess (mips:*:4*:UMIPS): New case.
12119
12120 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12121
12122 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12123 (i386-win32 host): Likewise. Don't build readline.
12124
12125 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12126
12127 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12128 SUPPORT_FILES to submakes.
12129
12130 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12131
12132 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12133 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12134 mpw-configure.
12135
12136 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12137
12138 * configure.in (appdirs): Use =, not ==, in test expression when
12139 trying to build the text to print in the warning message for
12140 Solaris users.
12141
12142 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12143
12144 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12145
12146 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12147
12148 * config.guess: Recognize lynx-2.3.
12149
12150 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12151
12152 * config.sub (z8ksim): Deleted
12153 (z8k-*-coff): New, this is the one true name of the target.
12154
12155 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12156
12157 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12158
12159 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12160
12161 * config.guess (*:Linux:*:*): First try asking the linker what the
12162 default object file format is (elf, aout, or coff). Then if this
12163 fails, try previous methods.
12164
12165 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12166
12167 * configure.in: Don't build newlib for *-*-vxworks5.1.
12168
12169 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12170
12171 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12172 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12173
12174 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12175
12176 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12177
12178 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12179
12180 * cfg-ml-com.in: New file.
12181 * cfg-ml-pos.in: New file.
12182
12183 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12184
12185 * COPYING.NEWLIB: Add HP free copyright to list.
12186
12187 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12188
12189 * config.sub: Recognize -eabi* for the system, not just -eabi.
12190
12191 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12192
12193 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12194 * config.sub, configure.in (win32): New target and host.
12195
12196 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12197
12198 * configure.in: Add i386-pe configuration.
12199
12200 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12201
12202 * mpw-build.in (install): Install GDB after LD.
12203
12204 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12205
12206 * mpw-config.in (elf/mips.h): Always forward-include, needed
12207 for GDB to build.
12208
12209 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12210
12211 * testsuite: New directory for customer acceptance and whole tool
12212 chain tests.
12213
12214 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12215
12216 * configure: If per-host line isn't found, but AC_OUTPUT is found
12217 and a configure script exists, run it instead.
12218
12219 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12220
12221 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12222
12223 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12224
12225 * configure: Set build_{cpu,vendor,os,alias} to host values when
12226 --build isn't specified.
12227
12228 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12229
12230 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12231 (FLAGS_TO_PASS): Pass them.
12232 (EXTRA_TARGET_FLAGS): Ditto.
12233
12234 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12235
12236 * Makefile.in (all-libg++): Depend on all-libstdc++.
12237
12238 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12239
12240 * configure.in (noconfigdirs): Enable all packages for
12241 i386-unknown-netbsd.
12242
12243 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12244
12245 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12246 hosted builds (DOS builds)
12247
12248 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12249
12250 Changes for ARM based on patches from Richard Earnshaw:
12251 * config.sub: Handle armeb and armel.
12252 * configure.in: Omit arm linker only for riscix.
12253
12254 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12255
12256 * config.guess: Update from FSF.
12257
12258 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12259
12260 * config.sub: Recognize powerpcle as the little endian varient of
12261 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12262 powerpcle variant. Convert pentium into i586, not i486. Add p5
12263 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12264 temporarily.
12265
12266 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12267
12268 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12269
12270 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12271
12272 * config.sub: Accept -lites* as a basic system type.
12273
12274 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12275
12276 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12277 installed, and if so return linuxoldld as the system name.
12278
12279 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12280
12281 * config.guess: Add hppa1.1-hp-lites support.
12282
12283 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12284
12285 * configure.in: Don't build newlib for m68k-vxworks5.1.
12286
12287 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12288
12289 * configure.in (mips-sgi-irix6): Use mh-irix5.
12290
12291 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12292
12293 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12294
12295 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12296
12297 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12298 OSF/1. Fix compiler flags.
12299 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12300
12301 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12302
12303 * configure.in: Recognize --with-newlib.
12304 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12305
12306 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12307
12308 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12309 to *_X11_MODULES due to gdbtk needing X include files et al.
12310
12311 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12312
12313 Merge in support for Mac MPW as a host.
12314 (Old change descriptions retained for informational value.)
12315
12316 * mpw-config.in: Add generic include forwards for cpu-specific
12317 include files in aout and elf directories.
12318
12319 * mpw-configure: Added copyright.
12320 * mpw-config.in: Check for presence of required build tools.
12321 (target_libs): Add newlib.
12322 (target_tools): Add examples.
12323 (Read Me): Generate as "Read Me for MPW" instead.
12324 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12325 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12326 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12327
12328 * mpw-configure: Remove subdir-specific makefile hackery,
12329 delete mk.tmp after using it.
12330
12331 * mpw-build.in (all): Display start and end times.
12332
12333 * mpw-configure (host_canonical): Set.
12334 (target_cpu): Always add to makefiles.
12335 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12336 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12337 (mpw-mh-mpw): Look for in srcdir and srcroot.
12338 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12339
12340 * mpw-build.in: (install-only): New target.
12341
12342 * mpw-configure (host_alias, target_alias): Rename from hostalias
12343 and targetalias, add into generated Makefile.
12344 (mk.tmp): If present, add into generated Makefile.
12345 * mpw-build.in (all-gas): Build config.h first before gas proper.
12346
12347 * mpw-configure (config.status): Write only if changed.
12348 * mpw-config.in (readline): Configure it (not built, just used for
12349 definitions).
12350
12351 * mpw-config.in (elf/mips.h): Add a forward include.
12352
12353 * mpw-config.in: Forward-include most .h files in include into
12354 extra-include.
12355 (readline): Don't build.
12356 mpw-build.in (install): Install GDB.
12357
12358 * mpw-configure (prefix, mpw_prefix): Handle it.
12359 * mpw-config.in (mmalloc, readline): Don't configure.
12360 * mpw-build.in (thisscript): Rename to ThisScript.
12361 Use mpw-build instead of BuildProgram everywhere.
12362 (mmalloc, readline): Don't build.
12363 * mpw-README: New file, basic documentation about the MPW port.
12364
12365 * mpw-config.in: Use forward-include to create include files.
12366
12367 * mpw-configure: Add more things to the top of each configured
12368 Makefile, including contents of config/mpw-mh-mpw.
12369 * mpw-config.in (extra-include): Create this directory and fill it
12370 with Posix-like include files when configuring.
12371
12372 * config.sub (apple, mac, mpw): Add various aliases.
12373
12374 * mpw-build.in: New file, top-level build script fragment for MPW.
12375 * mpw-configure: New file, configure script for MPW.
12376 * mpw-config.in: New file, config fragment for MPW.
12377
12378 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12379
12380 * configure.in (host_libs): Remove glob, since it is gone from the
12381 sources.
12382
12383 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12384
12385 * Makefile.in: define empty GDB_NLM_DEPS var.
12386
12387 * configure.in(target_makefile_frag): use config/mt-netware
12388 for netware targets.
12389
12390 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12391
12392 * config.sub: Merge in recent FSF changes. Remove linux special
12393 cases.
12394
12395 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12396
12397 Revert this change:
12398
12399 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12400
12401 * build-all.mk: Use CC=cc -Xs on Solaris.
12402
12403 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12404
12405 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12406 stop using it.
12407 * Makefile.in: Nuke all references to glob subdirectory.
12408
12409 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12410
12411 * configure.in: Fix --enable-shared logic in per-host.
12412
12413 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12414
12415 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12416
12417 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12418
12419 * configure.in (noconfigdirs): Don't build gas on AIX, for
12420 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12421
12422 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12423
12424 * configure: Fix --cache-file to work if the file argument is a
12425 relative path.
12426
12427 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12428
12429 * configure: If the --cache-file is used, pass it down to
12430 configure in subdirectories.
12431
12432 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12433
12434 * config.sub: add vxworks29k configuration.
12435
12436 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12437
12438 * Makefile.in (taz): Do "diststuff" part quietly.
12439
12440 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12441
12442 * config.sub: Mini-merge with gcc/config.sub.
12443
12444 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12445
12446 * config.guess (IRIX): Sed - to _.
12447
12448 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12449
12450 * Makefile.in (source-vault, binary-vault): New targets.
12451
12452 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12453
12454 * config.sub: Recognize -eabi as a basic system type.
12455
12456 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12457
12458 * configure.in (enable_shared stuff): Fix typo.
12459
12460 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12461
12462 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12463
12464 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12465
12466 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12467
12468 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12469
12470 * configure.in (rs6000-*-*): Don't build gas.
12471
12472 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12473
12474 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12475 reduce command line length.
12476 (AS_FOR_TARGET): Check for as.new, not Makefile.
12477 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12478
12479 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12480
12481 * config.guess: Merge from FSF.
12482
12483 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12484
12485 * configure: Don't use $ when handling program_suffix.
12486
12487 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12488
12489 * configure.in: Configure tk for hppa/hpux.
12490
12491 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12492
12493 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12494
12495 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12496
12497 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12498 to LIBCXXFLAGS. Tests are better run without it.
12499
12500 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12501
12502 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12503
12504 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12505
12506 * configure.in (*-*-netware*): Don't configure xiberty.
12507
12508 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12509
12510 * configure.in: Remove tk from native_only list.
12511
12512 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12513
12514 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12515 for special NCD build.
12516
12517 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12518
12519 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12520 makeall.bat, they're only useful for binutils snapshots.
12521 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12522 makeall.bat to specified SUPPORT_FILES.
12523
12524 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12525
12526 * build-all.mk: Add Ericsson targets to sun4 and solaris
12527 hosts. Add BNR's sun4 target to solaris host, so their
12528 build-from-source will be tested in-house first.
12529
12530 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12531
12532 * Makefile.in (LIBCFLAGS): New variable.
12533 (CFLAGS_FOR_TARGET): Ditto.
12534 (LIBCFLAGS_FOR_TARGET): Ditto.
12535 (LIBCXXFLAGS): Ditto.
12536 (CXXFLAGS_FOR_TARGET): Ditto.
12537 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12538 (BASE_FLAGS_TO_PASS): Pass them.
12539 (EXTRA_TARGET_FLAGS): Ditto.
12540
12541 * configure.in: Support --enable-shared.
12542
12543 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12544
12545 * configure.in (target_libs): Include libstdc++ again.
12546 * config.guess: Update from FSF (for FreeBSD).
12547
12548 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12549
12550 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12551 makeall.bat.
12552 (DISTDOCDIRS): Add `etc'.
12553 (ETC_SUPPORT_PFX): New variable.
12554 (taz): Include anything from etc starting with a word in
12555 ETC_SUPPORT_PFX.
12556
12557 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12558
12559 * config.sub: Update for recent FSF changes. Remove obsolete
12560 h8300hds entry. Add -windows* and -osx as basic os. Minor
12561 spacing changes.
12562
12563 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12564
12565 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12566
12567 * config.guess: Merge with FSF.
12568 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12569
12570 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12571
12572 * configure: Since the "trap 0" handler will override the exit
12573 status on many systems, only use it for "exit 1", and make it set
12574 a non-zero exit status; reset it before "exit 0". Also, check
12575 exit status of config.sub, and error out if it failed.
12576
12577 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12578
12579 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12580 and install libgloss.
12581
12582 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12583
12584 * Makefile.in (all-binutils): Depend upon all-byacc.
12585
12586 * configure.in: Don't build emacs on Irix 5.
12587
12588 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12589
12590 * configure.in (*-*-netware*): Add libio.
12591
12592 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12593
12594 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12595 (CHECK_TARGET_MODULES): Ditto.
12596 (INSTALL_TARGET_MODULES): Ditto.
12597 (TARGET_LIBS): Ditto.
12598 (all-libstdc++): Note dependencies.
12599
12600 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12601
12602 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12603
12604 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12605
12606 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12607 -fexternal-templates.
12608
12609 * configure.in (target_libs): Add libstdc++.
12610 (noconfigdirs): Add libstdc++ as appropriate.
12611
12612 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12613
12614 * config.guess: Update from FSF.
12615
12616 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12617
12618 * configure: Use ${config_shell} when running ${configsub}.
12619
12620 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12621
12622 * config.sub: No longer recognize h8300h.
12623
12624 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12625
12626 * config.sub: Remove extraneous differences between config.sub and
12627 gcc/config.sub.
12628
12629 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12630
12631 * Makefile.in (DISTSTUFFDIRS): Add gas.
12632
12633 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12634
12635 * COPYING.NEWLIB: New file.
12636
12637 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12638
12639 * config.guess (HP-UX): Patch from Harlan Stenn
12640 <harlan@landmark.com> to also emit release level.
12641
12642 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12643
12644 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12645
12646 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12647
12648 * config.sub: Merge nextstep cleanup from FSF.
12649
12650 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12651
12652 * configure.in (arm-*-*): Don't configure ld for this target.
12653
12654 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12655
12656 * configure.in (*-*-netware): don't configure libg++, libio,
12657 librx, or newlib.
12658
12659 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12660
12661 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12662 configure ld--it works, but it doesn't support shared libraries.
12663
12664 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12665
12666 * config.guess (*-unknown-freebsd*): Get rid of possible
12667 trailing "(Release)" in version string.
12668 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12669
12670 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12671
12672 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12673 Fix type: *-next-neststep -> *-next-nextstep.
12674
12675 * config.guess: Merge from FSF:
12676
12677 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12678
12679 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12680
12681 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12682
12683 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12684 instead of UNIX_SV for UnixWare 1.0).
12685
12686 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12687
12688 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12689 to make gdb/nlm/* build after the compiler and linker.
12690
12691 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12692
12693 * config.guess (netbsd, freebsd, linux): Accept any machine,
12694 not just i[34]86.
12695 (m68k-atari-sysv4): Relocate to match FSF version.
12696
12697 * config.guess: More merges from the FSF:
12698
12699 Add a space before function call or macro invocation.
12700
12701 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12702
12703 * config.guess: Add trap cmd to remove dummy.c and dummy when
12704 interrupted.
12705
12706 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12707
12708 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12709 (dummy): Redirect stderr from compilation of dummy.c.
12710
12711 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12712
12713 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12714
12715 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12716
12717 * configure: Accept and ignore --cache*, for compatibility with
12718 new autoconf.
12719
12720 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12721
12722 * config.guess: Merge from FSF:
12723
12724 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12725
12726 * config.guess (Pyramid*:OSx*:*:*): New case.
12727 (PATH): Add /.attbin at end for finding uname.
12728 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
12729
12730 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12731
12732 * config.guess (M88*:DolphinOS:*:*): New case.
12733
12734 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12735
12736 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12737 to select whether to use ELF or COFF.
12738
12739 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12740
12741 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12742
12743 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12744
12745 * config.guess: Guess the OS version for HPUX.
12746
12747 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12748
12749 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12750
12751 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12752
12753 * configure.in: Recognize --with-headers, --with-libs, and
12754 --without-newlib.
12755 * Makefile.in (all-xiberty): Depend upon all-ld.
12756
12757 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12758
12759 * configure.in: Change i[34]86 to i[345]86.
12760
12761 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12762
12763 * configure (version): A few more tweaks to help message.
12764
12765 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12766
12767 * Makefile.in: Remove (for now) librx as a host library,
12768 now that we're building it for target.
12769
12770 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12771
12772 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12773 (Karl Berry).
12774
12775 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12776
12777 * configure.in: Also configure librx.
12778
12779 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12780
12781 * Makefile.in: Update various rules to reflect that librx
12782 is now needed for libg++.
12783
12784 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12785
12786 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12787
12788 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12789
12790 * configure.in: Configure the examples directory.
12791
12792 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12793
12794 * configure: Simplify Jun 2 1994 change.
12795
12796 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12797
12798 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12799 /bin/gcc isn't good enough to build gcc.
12800
12801 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12802
12803 * Makefile.in (GDB_SUPPORT_FILES): Remove
12804 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12805 (gdb.tar.gz): Add new rule to use standard distribution building
12806 mechanism.
12807
12808 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12809
12810 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12811 Bill Cox <bill@cygnus.com>.
12812
12813 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12814
12815 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12816
12817 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12818
12819 * configure: Search current dir first in .gdbinit.
12820
12821 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12822
12823 * config.sub: Recognize freebsd (merged from gcc config.sub).
12824
12825 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12826
12827 * config.sub: Refer to NeXT's operating system as nextstep.
12828
12829 * config.sub (case $basic_machine): Re-order the cases, to match
12830 the order in the FSF version (which is mostly alphabethical).
12831 Merge in some additions and changes from the FSF.
12832
12833 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12834
12835 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12836 * config.sub: Recognize cxux7.
12837 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12838
12839 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12840
12841 * config.sub: Fix typo powerpc -> powerpc-*.
12842
12843 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12844
12845 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12846
12847 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12848 parallel with all-emacs and install-emacs). Top-level command
12849 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12850
12851 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12852
12853 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12854 $(relbindir)/make before doing ``make install'', and use
12855 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12856 installing over running make binary.
12857 ($(host)-stamp-stage3-installed): Likewise.
12858
12859 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12860
12861 * config.guess: Recognize Mach.
12862
12863 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12864
12865 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12866 see whether --exec-prefix was used.
12867
12868 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12869
12870 * README: Explicitly mention libg++/README. (Zoo's idea.)
12871
12872 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12873
12874 * Makefile.in: Add all-librx target similar to all-libproc.
12875
12876 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12877
12878 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12879 with post 1.2 uname bogosity.
12880
12881 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12882
12883 * configure: Remove temporary files on receipt of a signal.
12884
12885 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12886
12887 * configure: If there is a package_makefile_frag, remove
12888 ${subdir}/Makefile.tem after copying it in.
12889
12890 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12891
12892 * build_all.mk: support rs6000 lynx identifies itself as
12893 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12894 since /bin/gcc is too feeble to compile a modern gcc.
12895
12896 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12897
12898 * brought devo/test-build.mk update-to-date with progressive/
12899 test-build.mk. Add lynx targets and hppa flag info.
12900
12901 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12902
12903 * configure.in: Use mh-ncrsvr43. Patch from
12904 Tom McConnell <tmcconne@sedona.intel.com>.
12905
12906 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12907
12908 * config.guess (i386-unknown-bsdi): No longer need to
12909 check #if defined(__bsdi__) && defined(__i386__).
12910
12911 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12912
12913 * configure: Set program_transform_nameoption correctly.
12914
12915 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12916
12917 * brought build-all.mk update-to-date with progressive build-all.mk,
12918 added new targets and hppa info.
12919
12920 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12921
12922 * configure: If config.guess result is a prefix of the user
12923 specified target, assume a native build and use the user specified
12924 target as the host alias. Remove SunOS patch suffix removal hack.
12925 * configure.in: Remove SunOS patch suffix removal hack.
12926
12927 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12928 in NATIVE_CHECK_MODULES.
12929
12930 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12931
12932 * Makefile.in: Rename HOST_ONLY to NATIVE.
12933 * configure: Delete SunOs patch suffix from host_canonical
12934 and build_canonical variables that are prepended to Makefiles.
12935 * configure.in: Add comments for easier maintenance.
12936
12937 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12938
12939 * Makefile.in: Add all-libproc target similar to all-gui.
12940
12941 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12942
12943 * Makefile.in (CHECK_MODULES): split into
12944 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12945
12946 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12947
12948 * config.guess (i386-unknown-bsdi): New system to guess.
12949
12950 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12951
12952 * Makefile.in: Add all-gui target (but not yet build by "all").
12953
12954 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12955
12956 * config.sub: Move deletion of patch suffix from here...
12957 * configure.in: To here, at Ian's suggestion. The top-
12958 level scripts might need to know of a patch level.
12959
12960 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12961
12962 * config.sub: Strip off patch suffix so rtl is recognized
12963 as a sunos4.1.3 machine, even though it's been patched.
12964
12965 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12966
12967 * Makefile.in (INSTALL_LAST): Delete.
12968 (INSTALL_DOSREL): New.
12969
12970 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12971
12972 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12973 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12974 whether we pass down --with-gnu-ld anyhow.
12975
12976 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12977
12978 * Makefile.in (INSTALL_LAST): Change operation so it works
12979 on more flavors of make.
12980 * configure.in (go32): Don't build libg++ or libio.
12981
12982 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12983
12984 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12985 they can be overriden by templates.
12986
12987 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12988
12989 * configure.in (target==go32): Don't build gdb.
12990 * dosrel: New directory.
12991
12992 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12993
12994 * configure.in (host==go32): Configure dosrel too.
12995 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12996 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12997 be set by incoming names or templates.
12998 (INSTALL_LAST): New rule.
12999
13000 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13001
13002 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13003
13004 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13005
13006 * configure.in (appdirs): New variable. Currently empty, but will
13007 be used in gas distribution. If nonempty, lists a set of
13008 directories at least one of which must get configured, or top
13009 level configuration is considered to have failed.
13010 (rs6000-*-lynxos*): Use new file name.
13011
13012 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13013
13014 Eliminate XTRAFLAGS.
13015 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13016 newlib include files using -idirafter, and also use -nostdinc.
13017 (CXX_FOR_TARGET): Likewise.
13018 (XTRAFLAGS): Removed.
13019 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13020 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13021 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13022 ($(DO_X)): Don't pass down XTRAFLAGS.
13023
13024 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13025
13026 * configure.in (mips*-dec-bsd*): New target; do build linker.
13027 (mips*-*-bsd*): New target; don't build linker.
13028
13029 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13030
13031 * configure.in: support rs6000-*-lynxos* configuration.
13032 support sunos4 as a cross target.
13033
13034 * config.sub: look for lynx*, not lynx since the OS version may
13035 legitimately be part of the name.
13036
13037 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13038
13039 * configure.in (i[34]86-*-sco*): Move to be with other i386
13040 targets.
13041 (romp-*-*): New target. Skip various binary utilities.
13042 (vax-*-*): New target. Don't build newlib.
13043 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13044
13045 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13046
13047 * configure.in: Only set host_makefile_frag if config
13048 directory exists.
13049
13050 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13051
13052 * install.sh: If $dstdir exists, don't check whether each
13053 component does.
13054
13055 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13056
13057 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13058
13059 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13060
13061 * configure.in (*-*-lynxos*): Don't configure newlib for either
13062 native or cross Lynx.
13063
13064 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13065
13066 * config.sub (sparc64-elf): Fix os.
13067 (z8k): Remove duplicate.
13068
13069 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13070
13071 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13072 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13073
13074 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13075
13076 * configure: Make file links cleanly even if Lynx fails on
13077 an NFS symlink (at least fail cleanly).
13078
13079 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13080
13081 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13082 -XNh2000.
13083
13084 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13085
13086 * configure: Unknown options are fatal again.
13087
13088 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13089
13090 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13091 compatibility.
13092
13093 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13094
13095 * build-all.mk: Add `clean' target.
13096
13097 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13098
13099 * config.guess: Add SINIX support.
13100 * configure.in: Add mips-*-sysv4* support.
13101
13102 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13103
13104 * build-all.mk: Document all useful targets.
13105 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13106 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13107
13108 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13109
13110 * configure: Support --silent, --quiet.
13111
13112 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13113
13114 * configure: Support --disable-FEATURE.
13115
13116 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * config.guess: Recognize NCR running SVR4.3.
13119
13120 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13121
13122 * config.guess: Make BSDI generate i386-unknown-bsd386.
13123 Patch from Paul Eggert <eggert@twinsun.com>.
13124
13125 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13126
13127 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13128
13129 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13130
13131 * configure: Make unrecognized options give nonfatal warnings
13132 instead of fatal errors, and pass them to any subdirectory
13133 configures in case they recognize them.
13134 Make --x equivalent to --with-x.
13135
13136 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13137
13138 * configure: Add --enable-* options. Clean up usage message and
13139 some comments.
13140
13141 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13142
13143 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13144
13145 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13146
13147 * configure.in (hppa*-*-*): Enable binutils.
13148
13149 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13150
13151 * config.sub: Recognize cisco.
13152
13153 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13154
13155 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13156
13157 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13158
13159 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13160 than one configuration name. Add comment.
13161
13162 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13163
13164 * config.guess: about target *-hitachi-hiuxwe2, fixed
13165 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13166 macro is incorrect.]
13167
13168 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13169
13170 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13171 than the "make ls" stuff which used to be here.
13172
13173 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13174
13175 * config.guess: Recognize i[34]86-unknown-freebsd.
13176 From Shawn M Carey <smcarey@rodan.syr.edu>.
13177
13178 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13179
13180 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13181
13182 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13183
13184 * config.guess: Check for ptx.
13185
13186 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13187
13188 * config.sub: Add os9k checking.
13189
13190 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13191
13192 * config.guess: Handle OSF1 running on HPPA processors
13193
13194 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13195
13196 * configure: If subdir configure fails, print out a message with
13197 subdirectory name, in case subdir's configure code didn't identify
13198 itself.
13199
13200 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13201
13202 * configure.in: Remove embedded newlines from configdirs.
13203 Avoid mismatches of substrings. Fix matching strings at end
13204 of configdirs.
13205
13206 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13207
13208 * config.guess: Add Lynx/rs6000 config support.
13209
13210 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13211
13212 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13213
13214 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13215
13216 * configure.in (hppa*-*-osf*): Treat this just like most other
13217 PA configurations (eg no binutils or ld).
13218 (hppa*-*-*elf*): These configurations have binutils and ld.
13219
13220 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13221
13222 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13223
13224 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13225
13226 * configure.in (rs6000-*-*): Build gas.
13227
13228 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13229
13230 * Makefile.in: Avoid bug in losing hpux sed.
13231
13232 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13233
13234 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13235 for GDB and GDB has been fixed to not need it.
13236
13237 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13238
13239 * config.guess: Recognize vax hosts.
13240
13241 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13242
13243 * configure (while loop): Don't use "break 2" inside case
13244 statement -- the case statement isn't an enclosing loop.
13245
13246 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13247
13248 * config.guess: Clean up NeXT support, to allow nextstep
13249 on Intel machines. Make OS be nextstep.
13250
13251 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13252
13253 * config.guess: Add alternate forms for Convex.
13254
13255 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13256
13257 * configure: Completely rewrite option processing. Take
13258 advantage of pattern-matching to avoid invoking test frequently.
13259 Also clean up host and target defaulting logic.
13260
13261 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13262
13263 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13264 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13265 commands (plus user environment) will fit SCO limits.
13266
13267 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13268
13269 * configure.in: Don't issue warnings about directories which are
13270 not being configured if -norecursion is set. Correct test for
13271 --with-gnu-as and --with-gnu-ld to not get confused by substring
13272 matches.
13273
13274 * configure.in: Don't build gas for alpha-dec-osf1*.
13275
13276 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13277
13278 * configure: Back out Per's change of 12/19/1993. It changes the
13279 behavior of configure in unexpected and confusing ways.
13280
13281 Also, use different delim char when calculating
13282 program_transform_name so that the name can contain slashes.
13283
13284 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13285
13286 * configure.in, config.sub: Add support for VSTa micro-kernel.
13287
13288 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13289
13290 * configure.in: Nuke hacks which were used to get a special
13291 version of GAS for HPPA configurations.
13292
13293 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13294
13295 * configure: If only ${target_alias} is given, use that
13296 as the default for ${host_alias}.
13297 * configure: Add missing back-slashes before nested quotes.
13298
13299 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13300
13301 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13302
13303 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13304
13305 * config.guess: Recognize some Tektronix configurations.
13306 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13307
13308 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13309
13310 * config.sub: Match any flavor of SH.
13311
13312 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13313
13314 * configure.in: Don't try to configure newlib for Alpha.
13315
13316 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13317
13318 * configure.in: Don't build ld for Irix 5. Don't build gas,
13319 libg++ or libio for any Alpha target.
13320
13321 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13322
13323 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13324
13325 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13326 default arguments -- so it tried to compress itself.
13327
13328 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13329
13330 * configure.in (notsupp): ensure that a space is always at the end
13331 of the configdirs list, since the grep checks for an explicit space
13332
13333 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13334
13335 * configure.in (target i386-sysv4.2): don't build ld, since static
13336 versions of many libraries are not available.
13337
13338 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13339
13340 * config.guess: Recognize Apollos (using environment variables).
13341 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13342
13343 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13344
13345 * config.guess: Recognize Sony news mips running newsos.
13346
13347 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13348
13349 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13350 "fi ; else" for bash.
13351
13352 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13353
13354 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13355
13356 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13357
13358 * config.sub: accept unixware as an alias for svr4.2.
13359 Fix some inconsistancies with the gcc version.
13360
13361 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13362
13363 * Makefile.in (DISTDOCDIRS): Add gdb.
13364
13365 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13366
13367 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13368
13369 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13370
13371 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13372 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13373 this now.
13374
13375 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13376
13377 * config.sub: Accept hiux* as an OS name.
13378
13379 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13380 etc/make-stds.texi. The underscore came from gcc, and dje now
13381 agrees that RUNTESTFLAGS is the correct name.
13382
13383 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13384
13385 * install.sh: Remove 'set -e'. It makes any conditionals
13386 in the script useless.
13387
13388 * config.guess: Automatically recognize arm-acorn-riscix
13389 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13390
13391 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13392
13393 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13394
13395 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13396
13397 * Makefile.in (DISTDOCDIRS): New variable.
13398 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13399 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13400
13401 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13402
13403 * configure.in (hppa target): check the source directory for the
13404 pagas sub-directory
13405
13406 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13407
13408 * config.sub: Allow -aout* and -elf*.
13409
13410 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13411
13412 * configure.in: Don't build ld on i386-solaris2, same as for
13413 sparc-solaris2.
13414
13415 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13416
13417 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13418
13419 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13420
13421 * configure.in: Configure gdb for alpha.
13422
13423 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13424
13425 * Makefile.in (CXXFLAGS): Add -O.
13426
13427 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13428
13429 * config.guess: added support for DG Aviion
13430
13431 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13432
13433 * configure.in: Produce warning message for subdirectories not
13434 configurable for this host/target combination. Don't try to
13435 configure gdb for vms.
13436
13437 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13438
13439 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13440 appropriate files before making "diststuff".
13441 (DISTBISONFILES): New var: list of files to be edited.
13442 (DISTSTUFFDIRS): Add binutils.
13443
13444 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13445
13446 * config.sub: also handle mipsel and mips64el (for little endian mips)
13447
13448 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13449
13450 * configure.in: Add * to end of all OS names.
13451
13452 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13453
13454 * configure.in: Build newlib for LynxOS native.
13455
13456 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13457
13458 * config.guess: Add support for delta 88k running SVR3.
13459
13460 * configure.in: Add comment about HP compiler vs. emacs.
13461
13462 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13463
13464 * configure.in: don't build ld on solaris2 (not a viable option
13465 due to bugs in getpwnam & getpwuid)
13466
13467 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13468
13469 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13470 config.guess will produce a full version number.
13471
13472 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13473
13474 * configure.in: Build linker and binutils for alpha-dec-osf1.
13475
13476 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13477
13478 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13479 and gdb/testsuite/Makefile.in.
13480
13481 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13482
13483 * configure.in: recognize mips*- instead of mips-
13484
13485 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13486
13487 * config.sub: Accept linux*coff and linux*elf as operating
13488 systems.
13489
13490 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13491
13492 * config.sub: Recognize mips64, and mips3 as an alias for it.
13493
13494 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13495
13496 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13497 gdb knows how to handle OSF/1 shared libraries.
13498
13499 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13500
13501 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13502 * config.guess: Recognize Hitachi's HIUX.
13503 * config.sub: Recognize h3050r* and hppahitachi.
13504 Remove redundant cases for hp9k[23]*.
13505
13506 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13507
13508 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13509 if gas and ld are in the source tree and are in ${configdirs}.
13510 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13511 --with options (but still pass them down on the command line,
13512 if they were explicitly specified).
13513
13514 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13515
13516 * configure: substitute SHELL value in Makefile.in with
13517 ${CONFIG_SHELL}
13518
13519 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13520
13521 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13522 *-*-solaris2* targets.
13523
13524 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13525
13526 * Makefile.in: define M4, and pass it down to sub-makes;
13527 all-autoconf now depends on all-m4
13528
13529 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13530
13531 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13532 presence of {ar,ranlib} instead of a configured directory
13533
13534 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13535
13536 * config.guess: Accept 34?? as well as 33?? for NCR.
13537
13538 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13539
13540 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13541 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13542
13543 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13544
13545 * configure: grab values for $(CC) and $(CXX) from the
13546 environment, so that someone can do "CC=gcc configure; make" and
13547 have it work right (matching the way that autoconf works now)
13548
13549 * configure.in, Makefile.in: add support for gash, the tcl
13550 interface to Galaxy
13551
13552 * config.guess: add NetBSD variants (hp300, x86)
13553
13554 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13555
13556 * install.sh: Support -d option (in the manner of SunOS 4 install,
13557 as it is more deterministic than that of GNU install)
13558 (chmodcmd): Set file to mode 755 by default (should also do default
13559 chgrp and chown, but I don't feel like dealing with that now)
13560
13561 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13562
13563 * config.sub: Remove h8300hhms alias.
13564
13565 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13566
13567 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13568
13569 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13570
13571 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13572 as stmp-fixinc
13573
13574 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13575
13576 * config.sub: recognize m88110-bug-coff.
13577
13578 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13579
13580 * Makefile.in (all-libio): all dependencies on the toolchain used
13581 to build this (gcc, gas, ld, etc)
13582
13583 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13584
13585 * config.guess: Deal with OSF/1 1.3 on alpha.
13586
13587 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13588
13589 * install.sh: add some 'else true' clauses for portability
13590
13591 * configure.in: don't build libio for h8[35]00-*-* targets
13592
13593 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13594
13595 * Makefile.in: Add support for new libio.
13596
13597 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13598
13599 * install.sh: If one command fails, don't try the rest. Don't try
13600 to remove $dsttmp (via trap) unless we have already created it.
13601 If $src doesn't exist, detect it and exit with an error.
13602
13603 * config.guess: Recognize BSD on hp300.
13604
13605 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13606
13607 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13608 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13609
13610 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13611
13612 * Makefile.in (all-send-pr): depends on all-prms
13613
13614 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13615
13616 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13617
13618 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13619
13620 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13621 Added test for mips-mips-riscos5.
13622
13623 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13624
13625 * configure.in: use mh-hp300 for 68k HP hosts
13626
13627 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13628
13629 * configure: add support for CONFIG_SHELL, so that you can use
13630 some alternate shell for evaluating configure scripts
13631
13632 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13633
13634 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13635 in configure script to bug-gdb@prep.ai.mit.edu when building
13636 distribution archive.
13637 * Makefile.in (COMPRESS): Remove def.
13638 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13639 gdb.tar.Z and make-gdb.tar.Z respectively.
13640 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13641 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13642 to convergence with 'taz' target in Makefile.in.
13643
13644 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13645
13646 * install.sh (dsttmp): use trap to ensure that tmp files go
13647 away on error conditions
13648
13649 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13650
13651 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13652
13653 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13654
13655 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13656 its parent is '/' not ''.
13657
13658 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13659
13660 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13661
13662 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13663 that ${newsrcdir}/configure.in does.
13664
13665 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13666
13667 * test-build.mk: support for CONFIG_SHELL
13668
13669 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13670
13671 * config.sub (netware): Add as a basic system type.
13672
13673 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13674
13675 * Makefile.in (Makefile): depend on configure.in. Also drop the
13676 $(srcdir)/ from the dependency on Makefile.in.
13677
13678 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13679
13680 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13681 (h8300hhms is temporary until multi-libraries are implemented).
13682 * configure.in: Handle h8300h too.
13683
13684 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13685
13686 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13687
13688 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13689
13690 * configure: Remove extraneous output when guessing host type.
13691 * config.guess: Remove extraneous output when guessing using C
13692 compiler rather than uname, or when guessing fails.
13693
13694 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13695
13696 * Makefile.in: remove all.cross and install.cross targets
13697
13698 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13699 definitions
13700
13701 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13702
13703 * configure.in (target sh): Build gprof.
13704
13705 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13706
13707 * config.sub: change -solaris to -solaris2
13708
13709 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13710
13711 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13712
13713 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13714
13715 * configure: Correct error message for missing Makefile.in to
13716 print correct directory.
13717
13718 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13719
13720 * install.sh: kludge around 386BSD shell bug
13721
13722 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13723
13724 * config.guess: Recognize NeXT.
13725 * config.guess: Recognize i486-ncr-sysv4.
13726 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13727
13728 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13729
13730 * Makefile.in (MAKEINFOFLAGS): New variable.
13731 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13732 * build-all.mk, test-build.mk: Pass down --no-split as
13733 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13734
13735 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13736
13737 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13738
13739 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13740
13741 * Makefile.in (libg++.tar.z): New rule.
13742 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13743 * Makefile.in (taz): Only do a single chmod.
13744
13745 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13746
13747 * install.sh: don't use dirname anymore (replaced with sed usage)
13748
13749 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13750
13751 * Makefile.in: Change extension for gzip'd files from '.z' to
13752 '.gz' per new FSF standard usage.
13753
13754 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13755
13756 * configure: put quotes around the final value of program_transform_name
13757
13758 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13759
13760 * Makefile.in: new install.sh support; update install-info rules
13761
13762 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13763
13764 * configure.in: Build diff for crosses, but not for go32 host.
13765
13766 * configure.in: Build gprof only for native, and don't build it
13767 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13768
13769 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13770
13771 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13772
13773 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13774
13775 * configure.in (host_tools): Add prms.
13776
13777 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13778
13779 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13780 with $(FLAGS_TO_PASS) on the command line
13781
13782 * config.sub: Recognize lynx and lynxos
13783
13784 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13785
13786 * config.sub: Accept -ecoff*, not just -ecoff.
13787
13788 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13789
13790 * Makefile.in (taz): Use .gz suffix instead of .z.
13791 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13792 names.
13793
13794 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13795
13796 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13797
13798 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13799
13800 * Makefile.in (install-no-fixedincludes): install gcc last, so
13801 that rebuilds that might happen during 'make install' don't get
13802 bogus gcc include files
13803
13804 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13805
13806 Change from Utah for HPPA support:
13807 * config.guess: Recognize hppa1.x-hp-bsd.
13808
13809 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13810
13811 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13812 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13813
13814 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13815
13816 * config.sub: Add support for rom68k and bug boot monitors.
13817
13818 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13819
13820 * Makefile.in: Make all-opcodes depend on all-bfd.
13821
13822 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13823
13824 * config.guess: Added special check for i[34]86-univel-sysv4*.
13825
13826 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13827
13828 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13829 the processor rather than assuming i486.
13830
13831 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13832
13833 * config.guess: Recognize SunOS6 as Solaris3.
13834
13835 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13836
13837 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13838 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13839
13840 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13841
13842 * build-all.mk (all-cross): New target for Canadian Cross.
13843 Added Q2 go32 targets.
13844 * test-build.mk: Configure go32 cross sparclite-aout and
13845 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13846 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13847
13848 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13849
13850 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13851 GO32 hosted toolchains
13852
13853 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13854
13855 * configure: change so "-exec-prefix" gets passed down rather
13856 than "-exec_prefix" so autoconf generated Makefiles get the
13857 exec_prefix set right.
13858
13859 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13860
13861 * config.guess: get the Solaris2 minor version number
13862
13863 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13864
13865 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13866
13867 * config.guess: Recognize some Sequent platforms.
13868
13869 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13870
13871 * Makefile.in: added the vault-install target
13872
13873 * configure.in: actually use the Sun3 makefile fragment that's in
13874 config, also added the release dir to configdirs
13875
13876 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13877
13878 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13879
13880 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13881
13882 * configure.in: remove some program from Alpha targetted toolchains
13883
13884 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13885
13886 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13887 gprof.
13888 (taz): Run "make diststuff" in those directories instead of "make
13889 proto-dir". Look for "VERSION=" only at start of line in subdir
13890 Makefile. Use "gzip -9" for compression.
13891 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13892 (binutils.tar.z): New target.
13893
13894 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13895
13896 * Makefile.in (taz): Include gpl.texinfo.
13897
13898 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13899
13900 * Makefile.in (setup-dirs): Merged into "taz" target.
13901 (taz): Only do `proto-dir' stuff if a directory is actually needed
13902 for this target.
13903
13904 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13905
13906 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13907 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13908 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13909 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13910 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13911
13912 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13913
13914 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13915 config.sub, and move-if-change to gdb testsuite distribution
13916 archive, so the testsuite can be extracted, configured, and
13917 run separately from the gdb distribution. Blow away the Chill
13918 tests that require a Chill compiled executable, since GNU Chill
13919 is not yet publically available.
13920
13921 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13922
13923 * test-build.mk: set environment variables in a single command,
13924 instead of a list of assignments and exports
13925
13926 * config.guess: recognize Alpha/OSF1 systems
13927
13928 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13929
13930 * configure: Change help message to prefer --options rather than
13931 -options.
13932
13933 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13934
13935 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13936 zippy@ecst.csuchico.edu.
13937 * config.guess: Recognize miniframe.
13938
13939 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13940
13941 * Makefile.in: Use srcroot to find runtest rather than rootme.
13942 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13943
13944 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13945
13946 * test-build.mk: Extensive additions to support building on a
13947 machine other than the host.
13948
13949 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13950
13951 * configure (tooldir): Fix for i386-aix again.
13952
13953 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13954
13955 * configure, Makefile.in: Change definition of $(tooldir)
13956 to match the FSF.
13957
13958 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13959
13960 * config.guess: Recognize i[34]86/SVR4.
13961
13962 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13963
13964 * Makefile.in (all-gdb): gdb depends on sim.
13965
13966 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13967
13968 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13969 at the same time we make the prototype gdb directory.
13970 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13971 files at the same time as the gdb base release distribution.
13972
13973 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13974
13975 * Makefile.in (check): Use individual check targets rather than
13976 DO_X rule.
13977 (check-gcc): Added.
13978
13979 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13980
13981 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13982 for System V release 3.2.
13983
13984 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13985
13986 * config.sub: Recognize hppaosf.
13987 * configure.in: Do configure ld/binutils/gas for it.
13988
13989 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13990
13991 * configure (tooldir): Alter syntax used to set this, for systems
13992 where "\$" isn't handled right, like i386-aix.
13993
13994 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13995
13996 * configure: Pass program-transform-name, not
13997 program_transform_name, to recursive configures.
13998
13999 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14000
14001 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14002 of gas+ld+binutils.
14003
14004 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14005
14006 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14007
14008 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14009
14010 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14011
14012 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14013
14014 * Makefile.in (PRMS): Set back to all-prms.
14015
14016 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14017
14018 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14019 targets, rather than for MIPS hosts.
14020
14021 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14022
14023 * configure.in: add comment for --with-x default values
14024
14025 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14026
14027 * Makefile.in: add check-* targets for each of the directories in
14028 the tree. Add a definition of RUNTEST that will use the one we
14029 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14030
14031 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14032
14033 * configure.in: Removed obsolete references to bfd_target and
14034 target_makefile_frag.
14035
14036 * build-all.mk: Set assorted targets for Q2.
14037 * config.sub: Recognize z8k-sim and h8300-hms.
14038 * test-build.mk: Really don't pass host to configure.
14039 (HOLES): Added uname.
14040
14041 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14042
14043 * configure: Handle an empty program-prefix, program-suffix or
14044 program-transform-name correctly.
14045
14046 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14047
14048 * build-all.mk: -G 8 no longer required for MIPS targets.
14049 * test-build.mk: Don't pass host argument to configure; make it
14050 guess.
14051
14052 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14053
14054 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14055 * Makefile.in (COMPRESS): New macro, like GZIP.
14056
14057 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14058
14059 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14060
14061 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14062 with gas currently defaults to -G 0.
14063
14064 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14065
14066 * Makefile.in (all-flex): flex depends on byacc.
14067
14068 * build-all.mk: If host not specified, use config.guess. Pass TAG
14069 to test-build.mk as RELEASE_TAG.
14070 * test-build.mk (configargs): New variable containing arguments to
14071 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14072 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14073
14074 * config.guess: Use /bin/uname when checking -X argument on SCO,
14075 to avoid invoking GNU uname which doesn't understand -X.
14076
14077 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14078
14079 * configure.in: Build gas for mips-*-*.
14080
14081 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14082
14083 * Makefile.in (all.normal): insert missing backslash.
14084
14085 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14086
14087 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14088
14089 * Makefile.in: Complete overhaul to merge many almost identical
14090 targets.
14091
14092 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14093
14094 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14095 (gdb.tar.Z): Adjusted.
14096
14097 * Makefile.in (setup-dirs, taz): New targets; should be general
14098 enough to adapt for gdb sometime. Build only .z file.
14099 (gas.tar.z): New target.
14100
14101 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14102
14103 * build-all.mk: Use CC=cc -Xs on Solaris.
14104
14105 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14106
14107 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14108 for handling BISON for FSF releases.
14109
14110 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14111
14112 * configure: Actually implement the change zoo just documented.
14113
14114 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14115
14116 * configure: when using config.guess, only set target_alias when
14117 it's not already been set (ie, on the command line)
14118
14119 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14120
14121 * Makefile.in: add installcheck target, set PRMS to install-prms
14122
14123 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14124
14125 * configure: add support for package_makefile_fragment, handle the
14126 case where a directory has a configure.in file but no Makefile.in
14127 more gracefully (with an actual understandable error message, even);
14128 add support for --without (and add this to the usage message); also
14129 explicitly add a --host=${host_alias} to the command line when
14130 config.guess is used
14131
14132 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14133
14134 * configure: Must use both --host and --target in recursive calls.
14135
14136 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14137
14138 * Makefile.in: Change deja-gnu to dejagnu.
14139
14140 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14141
14142 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14143
14144 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14145
14146 * configure.in: canonicalize all instances to *-*-solaris2*,
14147 also strip out a number of tools to not build for go32 host
14148
14149 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14150
14151 * config.guess: add GPL.
14152
14153 * Makefile.in, config.guess, config.sub, configure: bump
14154 copyrights to 93.
14155
14156 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14157
14158 * Makefile.in (do-info): Removed obsolete check for existence of
14159 localenv file.
14160
14161 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14162
14163 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14164
14165 * Makefile.in: a couple of 'else true' for decstation,
14166 support for TclX
14167
14168 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14169
14170 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14171
14172 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14173
14174 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14175
14176 * config.guess: Recognize i386-ibm-aix (PS/2).
14177 * configure.in: Use config/mh-aix386 file for it.
14178
14179 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14180
14181 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14182 CC_FOR_TARGET instead.
14183 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14184
14185 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14186
14187 * Makefile.in: Add sim to list of directories sent with gdb
14188
14189 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14190
14191 * configure.in: Put back mips-dec-bsd* case.
14192
14193 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14194
14195 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14196 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14197 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14198
14199 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14200
14201 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14202
14203 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14204 (install-info): install dir.info only if it exists,
14205 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14206
14207 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14208
14209 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14210 gas for mips-dec-bsd.
14211
14212 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14213
14214 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14215 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14216
14217 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14218
14219 * configure.in: Added "dejagnu" to hosttools list.
14220
14221 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14222
14223 * config.sub, configure.in, config.guess: Add support
14224 for Bosx, an AIX variant from Bull.
14225 Patches from F.Pierresteguy@frcl.bull.fr.
14226
14227 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14228
14229 * devo/dejagnu: Initial creation of devo/dejagnu.
14230 Migrated dejagnu testcases and support files for testing software
14231 tools to reside as subdirectories, currently called "testsuite",
14232 within the directory of the software tool. Migrated all programs,
14233 support libraries, etc. beloging to dejagnu proper from
14234 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14235 with no modifications. The changes to these files which will
14236 allow them to configure, build, and execute properly will be made
14237 in a future update.
14238
14239 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14240
14241 * Makefile.in: Change send_pr to send-pr.
14242 * configure.in: Likewise.
14243 * send_pr: Renamed directory to send-pr.
14244
14245 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14246
14247 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14248
14249 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14250
14251 * README: Update for gdb-4.8 release.
14252 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14253 gdb-xxx.tar.z (gzip'd) file also.
14254
14255 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14256
14257 * Makefile.in: make all-diff depend on all-libiberty
14258
14259 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14260
14261 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14262
14263 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14264
14265 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14266
14267 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14268
14269 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14270 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14271 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14272
14273 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14274
14275 * Makefile.in: makeinfo binary is in a new location
14276
14277 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14278
14279 * config.sub: Accept -ecoff as an OS.
14280
14281 * Makefile.in: Various changes to eliminate a level of make
14282 recursion and reduce the required command line length.
14283 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14284 sub-makes.
14285 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14286 variables holding settings for specific sub-makes.
14287 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14288 in terms of BASE_FLAGS_TO_PASS.
14289 (TARGET_LIBS): New variable listing directories which use
14290 TARGET_FLAGS_TO_PASS.
14291 (subdir_do): Eliminated.
14292 (do-*): New set of targets to replace subdir_do.
14293 (various): All targets which used subdir_do now depend on do-*.
14294 (local-clean): Renamed from do_clean.
14295 (local-distclean): New target, dependency of distclean and
14296 realclean.
14297 (install-info): Don't create directories. Depend on dir.info
14298 rather than calling make recursively.
14299 (install-dir.info): Eliminated.
14300 (install-info-dirs): Create all info directories here.
14301 (dir.info): Depend upon do-install-info.
14302
14303 * test-build.mk (HOLES): Added false.
14304
14305 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14306
14307 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14308
14309 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14310
14311 * Makefile.in (info): remove dependency on all-texinfo. The
14312 problem was really in texinfo/C, not at this level.
14313
14314 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14315
14316 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14317
14318 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14319
14320 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14321 GDB releases.
14322
14323 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14324
14325 * configure: Include srcdir in message about target of link not
14326 being found. Don't convert `-' to `_' in `with' options being
14327 passed to subdirs.
14328
14329 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14330
14331 * configure.in: add uudecode to host_tools
14332
14333 * Makefile.in: added {all,install}-uudecode targets, added them to
14334 the appropriate lists
14335
14336 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14337
14338 * Makefile.in (all-gcc): Added dependency on all-gas.
14339
14340 * configure.in (mips-*-*): Build ld and binutils.
14341
14342 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14343
14344 * configure: check return code from mkdir, print error message and
14345 exit on failure.
14346
14347 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14348
14349 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14350
14351 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14352
14353 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14354
14355 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14356
14357 * config.sub (h8500): Recognize this as a cpu type.
14358
14359 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14360
14361 * configure: source directory missing is no longer a warning
14362
14363 * configure.in: recognize irix[34]* instead of irix[34]
14364
14365 * Makefile.in: define and pass down X11_LIB
14366
14367 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14368
14369 * guess-systype: Renamed to ...
14370 * config.guess: ... by popular request.
14371 * configure.in, Makefile.in: Update accordingly.
14372
14373 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14374
14375 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14376 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14377 + Execute ./dummy instead of assuming . is in PATH.
14378
14379 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14380
14381 * guess-systype: New shell script. Attempts to guess the
14382 canonical host name of the executing host.
14383 Only a few hosts are supported so far.
14384 * configure: Call guess-systype if no host is specified.
14385
14386 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14387
14388 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14389 gcc Makefile.
14390
14391
14392 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14393
14394 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14395 (all-gcc, install-gcc, subdir_do): Use it.
14396
14397 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14398
14399 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14400
14401 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14402
14403 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14404 set exclusively by configure, using configure.in .
14405
14406 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14407
14408 * test-build.mk: set $PATH for all builds
14409
14410 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14411
14412 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14413
14414 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14415 the one used in gcc/Makefile.in, so that a null expansion doesn't
14416 override the one needed to build gcc with a native cc.
14417
14418
14419 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14420
14421 * configure: Accept -with arguments.
14422
14423 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14424
14425 * Makefile.in: added h8300sim
14426
14427 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14428
14429 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14430 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14431 (all-cygnus, native, build-cygnus): Make
14432 $(canonhost)-stamp-3stage-done, not $(host)....
14433 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14434 i386-sco3.2v4. Added else true to if command.
14435
14436 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14437
14438 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14439
14440 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14441
14442 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14443
14444 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14445
14446 * configure.in: don't remove binutils from Solaris builds
14447
14448 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14449
14450 * Makefile.in: get rid of earlier definitions for *clean,
14451 also handle the recursive info rule better
14452
14453 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14454
14455 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14456 do more-or-less the right thing.
14457
14458 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14459
14460 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14461 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14462
14463 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14464
14465 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14466 $(host_canonical).
14467
14468 * configure.in: split the configdirs list into 4 categories (native
14469 v. cross, library v. tool) and handle the cross-only and native-
14470 only in more reasonable (and correct!) way.
14471
14472 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14473
14474 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14475 configdirs anymore.
14476
14477 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14478
14479 * Makefile.in: extensive cleanup:: removed all of the explicit
14480 clean-* targets, collapsed many wrappers around subdir_do into
14481 one, added additional targets to satisfy standards.texi, deleted
14482 some old targets, some changes for consistency
14483
14484 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14485
14486 * configure.in: handle some programs as cross-only, and others as
14487 native only
14488
14489 * test-build.mk: handle partial holes in a more generic manner
14490
14491 * Makefile.in: m4 depends on libiberty
14492
14493 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14494
14495 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14496 time, wdiff, and find to configdirs
14497
14498 * Makefile.in: all, clean, and install rules for the new programs
14499 added to configure.in
14500
14501 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14502
14503 * configure.in: use mh-sun for all *-sun-* hosts
14504
14505 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14506
14507 * Makefile.in: define flags for X11 include files and library file
14508 locations, pass them down to the programs that need this info
14509
14510 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14511
14512 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14513
14514 * configure.in: start building libg++ for HP-UX targets
14515
14516 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14517
14518 * README: Update references to files moved into etc/.
14519
14520 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14521
14522 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14523 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14524
14525 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14526
14527 * configure: accept dash as well as underscore in long option
14528 names for FSF compatibility.
14529
14530 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14531
14532 * config.sub: added -sco3.2v4 support from FSF.
14533
14534 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14535
14536 * configure.in: expand the section that adds or removes
14537 directories from the list of programs to build, to handle native
14538 vs. cross in addition to host v. native
14539
14540 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14541
14542 * Makefile.in: Replace C++ in macro names with CXX.
14543 This is less likely to break ...
14544
14545 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14546
14547 * test-build.mk: add -w to GNU_MAKE
14548
14549 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14550
14551 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14552 add 'sparc' to list of recognized cpus. This needed to make
14553 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14554 Delete some redundant ose68 variants. Recognize -wrs as an os,
14555 then changes that into $CPU-wrs-vxworks.
14556
14557 * configure.in: remove most references to gdbtest, regularize
14558 target based program removal
14559
14560 * test-build.mk: import from p3 tree (many fixes and changes)
14561
14562 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14563
14564 * Makefile.in: added rules to handle tcl, tk, and expect
14565
14566 * configure.in: handle those directories if they exist
14567
14568 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14569
14570 * config.sub: removed bogus hppabsd and hppahpux names, since
14571 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14572
14573 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14574
14575 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14576 depends upon all-xiberty
14577
14578 * Makefile.in: changes from p3, including:
14579
14580 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14581
14582 * Makefile.in (XTRAFLAGS): include newlib directories if
14583 newlib/Makefile exists, rather than if host != target.
14584
14585 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14586
14587 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14588 from the same source tree and not building a cross-compiler. This
14589 matters for the libg++ configuration if reconfiguring a tree that
14590 has already been installed.
14591
14592 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14593
14594 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14595 pick up the machine and system specific header files.
14596
14597 * Makefile.in: added AS_FOR_TARGET, passed down in
14598 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14599 the C compiler to use to create programs which are run in the
14600 build environment, set it to default to $(CC), and passed it down
14601 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14602
14603 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14604
14605 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14606 We need them for unusual native builds, like systems without
14607 ranlib.
14608
14609 * configure: also define $(host_canonical) and
14610 $(target_canonical), which are the full, canonical names for the
14611 given host and target
14612
14613 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14614
14615 * Makefile.in: Added separate definitions for C++.
14616
14617 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14618
14619 * configure.in (configdirs): Add deja-gnu.
14620
14621 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14622
14623 * README: Update for configure.texi and gdb-4.7 release.
14624
14625 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14626
14627 * Makefile.in: Move "all" target to top of file.
14628 Previously, first target was ".PHONY" which caused BSD4.4 make
14629 to build .PHONY when make was run without arguments.
14630
14631 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14632
14633 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14634 Library-copylefted code in libiberty.
14635
14636 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14637
14638 * config.sub: Replace m68kmote with plain old m68k.
14639
14640 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14641
14642 * Makefile.in: Remove space from blank line, avoid Make complaints.
14643
14644 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14645
14646 * config.sub: Complain if no argument is given. Added support for
14647 386bsd as OS and target alias.
14648
14649 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14650
14651 * Makefile.in (XTRAFLAGS): include newlib directories if
14652 newlib/Makefile exists, rather than if host != target.
14653
14654 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14655
14656 * config.sub: recognize sparclite-wrs-vxworks.
14657
14658 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14659 p3.) Added clean-xiberty to clean.
14660
14661 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14662
14663 * configure.in: use *-*-* instead of nested cases for host and target
14664
14665 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14666
14667 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14668 from the same source tree and not building a cross-compiler. This
14669 matters for the libg++ configuration if reconfiguring a tree that
14670 has already been installed.
14671
14672 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14673
14674 * config.sub (i486v/i486v4): Merge in from FSF version.
14675
14676 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14677
14678 * configure: only set PWD if it is already set.
14679
14680 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14681
14682 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14683 doesn't have unset and all success paths (and most error paths)
14684 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14685 to just ${PWD} to avoid confusion.)
14686
14687 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14688
14689 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14690 even for a native compilation.
14691
14692 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14693
14694 Changes to make the gdb.tar.Z rule work better.
14695
14696 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14697 (DEVO_SUPPORT): Add configure.texi.
14698 (bfd-ilrt.tar.Z): Remove ancient rule.
14699
14700 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14701
14702 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14703 pick up the machine and system specific header files.
14704
14705 * configure.in, config.sub: added new target m68010-adobe-scout,
14706 with alias of adobe68k. Changed configure.in to check for
14707 -scout before -sco* to avoid a false match.
14708
14709 * Makefile.in: added AS_FOR_TARGET, passed down in
14710 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14711 the C compiler to use to create programs which are run in the
14712 build environment, set it to default to $(CC), and passed it down
14713 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14714
14715 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14716
14717 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14718 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14719 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14720 FOR_TARGET variants, to newlib and libg++.
14721
14722 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14723
14724 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14725 first.
14726
14727 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14728
14729 * config.sub: Accept `elf' as an environment.
14730
14731 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14732
14733 * Makefile.in (all-opcodes): cd into the right directory
14734
14735 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14736
14737 * configure: added -program_transform_name option, used as
14738 argument to sed when installing programs.
14739 configure.texi: added documentation for -program_prefix,
14740 -program_suffix and -program_transform_name.
14741
14742 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14743
14744 * config.sub: Accept i486 where i386 ok.
14745
14746 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14747
14748 * config.sub: accept we32k
14749
14750 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14751
14752 * config.sub, configure.in: accept OSE68000 and OSE68k.
14753
14754 * Makefile.in: don't create all directories for ``make install'';
14755 let the subdirectories create the ones they need.
14756
14757 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14758
14759 * COPYING: new file, GPL v2
14760
14761 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14762
14763 * Makefile.in: use the new gen-info-dir, which needs a template
14764 argument (which also lives in texinfo)
14765
14766 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14767
14768 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14769
14770 * config.sub (ncr3000): Change i386 to i486.
14771
14772 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14773
14774 * Makefile.in: add install-rcs, install-grep to
14775 install-no-fixedincludes, removed install-bison and install-libgcc
14776
14777 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14778
14779 * configure.in: grab the HPUX makefile fragment if on HPUX
14780
14781 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14782
14783 * Makefile.in: eradicate bison spoor (ditto libgcc).
14784 configure.in: recognise m68{k,000}-ericsson-OSE.
14785 es1800 is alias for m68k-ericsson-OSE
14786
14787 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14788
14789 * configure.in: rearrange the parts that remove programs from
14790 configdirs, based now on HOST==TARGET or by canonical triple.
14791
14792 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14793
14794 * test-build.mk: recurse explicitly with -f test-build.mk when
14795 appropriate. predicate stage3 and comparison on the existence
14796 of gcc. That is, if gcc isn't around, we aren't three-staging.
14797 On very clean, also remove ...stamp-co. Build in-place before
14798 doing other builds.
14799
14800 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14801
14802 * Makefile.in, configure.in: add tgas
14803
14804 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14805
14806 * Makefile.in: a number of changes merged in from progressive.
14807
14808 * configure.in: add libm.
14809
14810 * .cvsignore: ignore some stuff that comes from test-build.mk.
14811
14812 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14813
14814 * config.sub: Add es1800 (m68k-ericsson-es1800).
14815
14816 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14817
14818 * configure: Add program_suffix (parallel to program_prefix)
14819 * Makefile.in: adjust directory-creating script for losing decstation
14820
14821 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14822
14823 * configure: Minor $subdir-related fixes.
14824
14825 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14826
14827 * configure: fix various problems with propogating
14828 makefile_target_frag in subdirs.
14829 * configure.in: config libgcc if its there
14830
14831 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14832
14833 * config.sub: HPPA merge.
14834
14835 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14836
14837 * Makefile.in: Replace all-bison with all-byacc in all
14838 dependency lines for other tools (which now use byacc).
14839
14840 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14841
14842 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14843
14844 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14845
14846 * Makefile.in: make gprof rules similar to byacc rules (instead of
14847 vestigal $(unsubdir) that didn't work...)
14848
14849 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14850
14851 * config.sub: Add support for Linux.
14852 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14853 (at least for libg++).
14854
14855 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14856
14857 * configure.texi: fix doc for the -nfp option to configure
14858
14859 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14860
14861 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14862
14863 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14864
14865 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14866 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14867 * configure.in: added solaris* host_makefile_frag hook.
14868
14869 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14870
14871 * config.sub: changed recognition of m68000 so that various
14872 m68k types can be specified via m680[01234]0
14873
14874 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14875
14876 * config.sub (basic_machine): fix sed so that '-foo' isn't
14877 completely substituted out while .+'-foo' loses the '-foo'
14878
14879 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14880
14881 * config.sub ($os): Add -aout.
14882
14883 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14884
14885 * configure: If host_makefile_frag is absolute, don't
14886 prefix ${invsubdir} (relevant to libg++ auto-configure).
14887
14888 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14889
14890 * Makefile.in (tooldir): Define it.
14891 (all-ld): Depend on all-flex.
14892
14893 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14894
14895 * Makefile.in (check): Fix libg++ special case.
14896
14897 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14898
14899 * configure: do not bury `pwd` into config.status, thus do fewer
14900 pwd's.
14901
14902 * configure: print the "Building in" message only when building in
14903 other than "." AND verbose.
14904
14905 * configure: remove -s, rework -v to better accomodate guested
14906 configures.
14907
14908 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14909
14910 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14911
14912 * Makefile.in: macroize flags passed on recursion. remove
14913 fileutils.
14914
14915 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14916
14917 * configure: get makesrcdir right for subdirs deeper than 1.
14918
14919 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14920 install.
14921
14922 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14923
14924 * Makefile.in: don't print subdir_do or recursion lines.
14925
14926 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14927
14928 * standards.texi: added menu item.
14929
14930 * Makefile.in: build and install standards.info.
14931
14932 * standards.texi: new file.
14933
14934 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14935
14936 * configure: test for and move config.status pieces from
14937 ${subdir}/.
14938
14939 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14940
14941 * configure: Test for existance of files before trying to mv
14942 them, to avoid numerous non-existance messages.
14943
14944 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14945
14946 * configure: correct final line of config.status.
14947
14948 * configure: patch from eggert. Avoids a protection problem if
14949 the original Makefile.in is read only.
14950
14951 * configure: use move-if-change from gcc to create config.status.
14952 Some makefiles depend on config.status to tell if a directory
14953 has been reconfigured for a different host. This change
14954 prevents those directories from remaking everything in the case
14955 where the reconfig was only intended to rebuild a Makefile.
14956
14957 * configure: test for config.sub with "config.sub sun4" rather
14958 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14959 host alias from a missing config.sub.
14960
14961 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14962
14963 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14964 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14965
14966 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14967
14968 * configure: mkdir ${subdir} as needed.
14969
14970 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14971
14972 * Makefile.in,configure.in: added autoconf.
14973
14974 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14975
14976 * Makefile.in: no longer pass against on recursion.
14977
14978 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14979 definitions are not inherited.
14980
14981 * configure: correct makesrcdir when subdir is .
14982
14983 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14984
14985 * configure: Add support for 'subdirs' variable, which is
14986 like 'configdirs', except that configure doesn't re-invoke
14987 itself for subdirs, it just creates a Makefile for each subdir.
14988 * configure.texi: Document subdirs.
14989
14990 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14991
14992 * configure.in: added flex to configdirs
14993
14994 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14995
14996 * Makefile.in: remove clean-stamps from clean.
14997
14998 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14999
15000 * configure.in: Add gdbtest to configdirs.
15001
15002 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15003
15004 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15005 to recursive makes.
15006 * configure.in: Recognize new ncr3000 config.
15007
15008 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15009
15010 * Makefile.in, configure.in: removed references to gdbm.
15011
15012 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15013
15014 * config.sub: Don't canonicalize os value
15015 newsos* to bsd (readline needs to check for newsos).
15016 (This fix was earlier made Jan 31, but got re-broken.)
15017
15018 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15019
15020 * configure.in: sco is an os, not a vendor!
15021
15022 * configure: Quote $( better. Keep various shells happy.
15023
15024 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15025
15026 * Makefile.in: eliminate stamp-files.
15027
15028 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15029
15030 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15031 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15032
15033 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15034
15035 * config.sub: fix iris/iris3.
15036
15037 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15038
15039 * configure: re-add -rm.
15040
15041 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15042
15043 * Maskefile.in: add .stmp-rcs to all.
15044
15045 * configure.in: remove gas from rs6000 build, use aix host fragment.
15046
15047 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15048
15049 * configure: pass down site_option during recursion.
15050
15051 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15052
15053 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15054
15055 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15056
15057 * configure: Change exec_prefix so that it really defaults to prefix.
15058
15059 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15060
15061 * Makefile.in, configure.in: Add support for mmalloc library.
15062
15063 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15064
15065 * Makefile.in: add stmp dependencies for a few more things.
15066
15067 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15068
15069 * configure: adjusted error message on objdir/srcdir configure
15070 collision, per john's suggestion.
15071
15072 * Makefile.in: add libiberty stmp to all and all.cross.
15073
15074 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15075
15076 * Makefile.in: remove force dependencies, add grep to all.
15077
15078 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15079
15080 * Makefile.in: drop flex. make stamp files work.
15081
15082 * configure: added test for conflicting configuration in srcdir,
15083 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15084 gets cranky. use relative paths for configure and srcdir
15085 whenever possible. Send some error messages to stderr that were
15086 going to stdout.
15087
15088 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15089
15090 * Makefile.in: Fix libg++ rule to check for gcc directory
15091 before using gcc/gcc. Also pass XTRAFLAGS.
15092
15093 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15094
15095 * Makefile.in: added stmp-files so that directories aren't polled
15096 when they are already built.
15097
15098 * configure.texi: fixed a node pointer problem.
15099
15100 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15101
15102 * config.sub configure.in gdb/configure.in
15103 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15104 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15105 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15106
15107 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15108
15109 * configure: -recurring becomes -silent. corrected help message
15110 for -site= option.
15111
15112 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15113
15114 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15115
15116 * configure: when building Makefile for crosses, replace
15117 tooldir and program_prefix. default srcdir from location of
15118 config.sub. remove "for host in hosts" and "for target in
15119 targets" loops.
15120
15121 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15122
15123 * Makefile.in: Do not pass bindir or mandir to cvs.
15124
15125 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15126
15127 * Makefile.in, configure.in: removed traces of namesubdir,
15128 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15129 copyrights to '92, changed some from Cygnus to FSF.
15130
15131 * configure.texi: remove most references to multiple hosts,
15132 multiple targets, subdirs, etc.
15133
15134 * configure.man: removed rcsid. reference config.sub not
15135 config.subr.
15136
15137 * Makefile.in: mkdir $(infodir) on install-info.
15138
15139 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15140
15141 * configure.texi: Explain better about .gdbinit and about
15142 the environment that configure.in sections run in.
15143
15144 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15145
15146 * configure.in: Ultrix is only a decstation if it's a MIPS.
15147
15148 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15149
15150 * README: DOC.configure => cfg-paper.texi.
15151
15152 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15153
15154 * config.sub (near case $os): Don't convert newsos* to bsd!
15155
15156 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15157
15158 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15159 the number of copies of COPYING that go into the GDB tar file.
15160
15161 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15162
15163 * bfd/configure.in, gdb/config/mh-i386sco,
15164 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15165 Fix SCO configuration stuff.
15166
15167 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15168
15169 * Makefile.in: For libg++, make sure the -I pointing
15170 to the gcc directory goes *after* all the libg++-local -I flags.
15171 Also, move just-gcc dependency from just-libg++ to all-libg++.
15172
15173 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15174
15175 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15176
15177 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15178
15179 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15180
15181 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15182
15183 * config.sub: Add stratus configuration frags. Also
15184 submitted to FSF.
15185
15186 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15187
15188 * Makefile.in (DEV_SUPPORT): add configure.man.
15189
15190 * config.sub(Decode manufacturer-specific): add -none*.
15191
15192 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15193
15194 * Makefile.in: remove form feeds to make Sun's make happy.
15195 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15196
15197 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15198
15199 * Makefile.in (AR_FLAGS): Make quieter.
15200
15201 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15202
15203 * configure.in: Add libg++.
15204 * configure: When verbose, don't output the command line at each
15205 level; it will be unremarkably the same as the previous version,
15206 which will be the same as what the user typed.
15207
15208 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15209
15210 * configure.in, Makefile.in: fix clean-info, add flex. add
15211 fileutils.
15212
15213 * configure: be less sensitive to spaces in Makefile.in. Do not
15214 look for sources in "..". Doing so breaks subdirectories that
15215 might have their own configure. If a subdir has it's own
15216 configure script, use it.
15217
15218 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15219
15220 * cfg-paper.texi: some changes suggested by rms.
15221
15222 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15223
15224 * config.sub: Merge in some small additions from the FSF version,
15225 taken from the gcc distribution, to bring the Cygnus and FSF
15226 versions into closer sync.
15227
15228 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15229
15230 * configure.in: Changed svr4 references to sysv4.
15231
15232 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15233
15234 * configure: added -V for version number option.
15235
15236 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15237
15238 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15239 renamed from DOC.configure to cfg-paper.texi.
15240
15241 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15242
15243 * configure, config.subr, config.sub: config.subr is now
15244 config.sub again.
15245
15246 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15247
15248 * configure.texi: new file, in progress.
15249
15250 * Makefile.in: build info file and install the man page for
15251 configure.
15252
15253 * configure.man: new file, first cut.
15254
15255 * configure: find config.subr again now that configuration "none"
15256 has gone. removed all traces of the -ansi option. removed all
15257 traces of the -languages option.
15258
15259 * config.subr: resync from rms.
15260
15261 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15262
15263 * configure, config.sub, config.subr: merge config.sub into
15264 config.subr, call the result config.subr, remove config.sub, use
15265 config.subr.
15266
15267 * Makefile.in: revised install for dir.info.
15268
15269 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15270
15271 * configure.in: add decstation host makefile frag.
15272
15273 * Makefile.in: BISON now bison -y again. also install-gcc on
15274 install. clean-gdbm on clean. infodir belongs in datadir.
15275 Make directories for info install. Build dir.info here then
15276 install it.
15277
15278 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15279
15280 * Makefile.in: fix for bad directory tests.
15281
15282 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15283
15284 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15285 regexp. -srcdir relative was being handled incorrectly.
15286
15287 * Makefile.in: unwrapped some for loops so that parallel makes
15288 work again and so one can focus one's attention on a particular
15289 package.
15290
15291 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15292
15293 * configure: added PWD as a stand in for `pwd` (for speed). use
15294 elif wherever possible. make -srcdir work without -objdir.
15295 -objdir= commented out.
15296
15297 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15298
15299 * configure: +options become --options. -subdirs commented out.
15300 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15301 Makefile now at top of generated Makefile. Removed cvs log
15302 entries. added -srcdir. create .gdbinit only if there is one
15303 in ${srcdir}.
15304
15305 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15306 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15307 and mandir now keyed off datadir by default.
15308
15309 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15310
15311 * Freshly created ChangeLog.
15312
15313 \f
15314 Local Variables:
15315 mode: change-log
15316 left-margin: 8
15317 fill-column: 76
15318 version-control: never
15319 End: