Configure zlib with --enable-host-shared for shared bfd
[deliverable/binutils-gdb.git] / ChangeLog
1 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/18355
4 * Makefile.def: Add extra_configure_flags to host zlib.
5 * configure.ac (extra_host_zlib_configure_flags): New. Set
6 to --enable-host-shared When bfd is to be built as shared
7 library. AC_SUBST.
8 * Makefile.in: Regenerated.
9
10 2015-04-15 Mike Frysinger <vapier@gentoo.org>
11 Hans-Peter Nilsson <hp@axis.com>
12
13 Adjust src-release.sh for sim using the gdb create-version.sh.
14 * src-release.sh (tar_compress): If there's a fifth parameter,
15 use that in the getver call instead of $tool.
16 (sim_release): Pass gdb as fifth parameter to tar_compress.
17 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
18
19 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
20
21 * configure.ac: Add --with-system-zlib.
22 * configure: Regenerated.
23
24 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
25
26 * src-release.sh: Don't configure with --with-target-subdir=.
27 --disable-multilib.
28
29 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
30
31 * src-release.sh (DEVO_SUPPORT): Replace src-release with
32 src-release.sh.
33
34 2015-03-30 Ed Schouten <ed@nuxi.nl>
35
36 * config.sub: Update from upstream, to 2015-03-04 version.
37 * config.guess: Likewise.
38
39 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
40
41 * Makefile.def (dependencies): Add all-zlib to all-bfd.
42 * Makefile.in: Regenerated.
43
44 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
45
46 * src-release.sh (do_proto_toplev): Configure with --target
47 --with-target-subdir and --disable-multilib.
48 (BINUTILS_SUPPORT_DIRS): Add zlib.
49 (GAS_SUPPORT_DIRS): Likewise.
50 (GDB_SUPPORT_DIRS): Likewise.
51 (SIM_SUPPORT_DIRS): Likewise.
52
53 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
54
55 * configure.ac (target_configdirs): Exclude target-zlib if
56 target-libjava isn't built.
57 * configure: Regenerated.
58
59 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
60
61 Sync with GCC
62 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
63
64 * config-ml.in: Robustify ac_configure_args parsing.
65
66 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
67
68 * Makefile.def: Updated from GCC trunk.
69 * Makefile.tpl: Likewise.
70 * configure.ac: Likewise.
71 * Makefile.in: Regenerated.
72 * configure: Likewise.
73
74 2015-01-28 James Bowman <james.bowman@ftdichip.com>
75
76 * configure.ac: Add FT32 support.
77 * configure: Regenerate.
78
79 2015-01-12 Anthony Green <green@moxielogic.com>
80
81 * configure.ac: Don't disable gprof for moxie.
82 * configure: Rebuild.
83
84 2015-01-03 Andrew Pinski <apinski@cavium.com>
85
86 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
87 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
88 (BASE_TARGET_EXPORTS): Add OBJCOPY.
89 (OBJCOPY_FOR_TARGET): New variable.
90 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
91 * Makefile.in: Regenerate.
92 * configure.ac: Check for already installed target objcopy.
93 Also GCC_TARGET_TOOL on objcopy.
94 * configure: Regenerate.
95
96 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
97
98 * config.sub: Update from upstream, to 2015-01-01 version.
99 * config.guess: Ditto.
100
101 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
102
103 * config.sub: Update from upstream config repo.
104
105 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
106
107 * libtool.m4: Updated from GCC trunk.
108
109 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
110
111 * config.guess: Update from upstream config repo.
112 * config.sub: Ditto.
113
114 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
115
116 * move-if-change: Update from upstream gnulib.
117
118 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
119
120 * compile: Sync with upstream Automake.
121 * depcomp: Ditto.
122 * install-sh: Ditto.
123 * missing: Ditto.
124 * mkinstalldirs: Ditto.
125 * ylwrap: Ditto.
126
127 2014-10-15 Tristan Gingold <gingold@adacore.com>
128
129 * src-release.sh (do_proto_toplev): Configure with --target.
130
131 2014-10-03 Jing Yu <jingyu@google.com>
132
133 * configure.ac: Add aarch64 to list of targets that support gold.
134 * configure: Regenerate.
135
136 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
137
138 * configure.ac: Add mips*-img-elf* target triple.
139 * configure: Regenerate.
140
141 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
142 * configure: Disable gdb for nds32*-*-* until supported.
143 * configure.ac: Disable gdb for nds32*-*-* until supported.
144
145 2014-09-05 Joel Brobecker <brobecker@adacore.com>
146
147 * configure: Regenerate.
148
149 2014-08-27 Will Newton <will.newton@linaro.org>
150
151 * src-release.sh: New file.
152 * src-release: Remove file.
153
154 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
155
156 GDB not supported for or1k*-*-rtems*
157 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
158 of the stanzas results in this not being caught by or1k*-*-* later.
159 * configure. Regenerated.
160
161 2014-07-25 Samuel Bronson <naesten@gmail.com>
162
163 * .gitattributes: New file for use with git-merge-changelog.
164
165 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
166
167 Disable gdb for or1k*-*-* until supported
168 * configure.ac (or1k*-*-*): Disable gdb.
169 * configure: Regenerated.
170
171 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
172
173 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
174 * configure: Regenerated.
175
176 2014-03-26 Jakub Jelinek <jakub@redhat.com>
177
178 PR sanitizer/56781
179 * Makefile.def: Set bootstrap=true; for host fixincludes.
180 * configure.ac: Don't bootstrap host fixincludes unless
181 --with-build-config=bootstrap-{a,ub}san.
182 * Makefile.in: Regenerated.
183 * configure: Regenerated.
184
185 2014-03-21 Jakub Jelinek <jakub@redhat.com>
186
187 * configure.ac: Move BUILD_CONFIG set up earlier. Add
188 --enable-vtable-verify option parsing. Don't add
189 target-libsanitizer to bootstrap_target_libs unless
190 --with-build-config=bootstrap-asan or
191 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
192 to bootstrap_target_libs unless --enable-vtable-verify.
193 * configure: Regenerated.
194
195 2014-03-07 Jakub Jelinek <jakub@redhat.com>
196
197 PR bootstrap/58572
198 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
199 -I for libstdc++-v3 includes if $(LEAN).
200 * Makefile.in: Regenerated.
201
202 2014-02-24 Walter Lee <walt@tilera.com>
203
204 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
205 (tilegx-*-*): Change to tilegx*-*-*.
206 * configure: Regenerate.
207
208 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
209
210 * config.sub, config.guess: Import from upstream.
211
212 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
213
214 PR bootstrap/60620
215 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
216 * Makefile.in: Regenerate.
217
218 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
219
220 * Makefile.def (dependencies): Make all-ld depend on all-binutils
221 for WINDRES_FOR_TARGET in default-manifest.o rule.
222 * Makefile.in: Regenerate.
223
224 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
225
226 PR target/59788
227 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
228 *solaris2*.
229
230 2013-12-19 Keven Boell <keven.boell@intel.com>
231
232 * cp-namespace.c (cp_lookup_nested_symbol): Enable
233 nested lookups for fortran modules.
234 * dwarf2read.c (read_module): Add fortran module to
235 the symbol table.
236 (add_partial_symbol, add_partial_module): Add fortran
237 module to the partial symbol table.
238 (new_symbol_full): Create full symbol for fortran module.
239 * f-exp.y (yylex): Add new module domain to be parsed.
240 * symtab.h: New domain for fortran modules.
241
242 2013-12-19 Keven Boell <keven.boell@intel.com>
243
244 * f-exp.y (yylex): Add domain array to enable lookup
245 in multiple domains. Loop over lookup domains and try
246 to find requested symbol. Add STRUCT_DOMAIN to lookup
247 domains to be able to query for user defined types.
248
249 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
250
251 * configure.ac: Add user-friendly check for native x86_64-linux
252 multilibs.
253 * configure: Regenerate.
254
255 2013-11-23 Alan Modra <amodra@gmail.com>
256
257 * config.sub, config.guess: Import from upstream.
258
259 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
260
261 * Makefile.in: Regenerate.
262
263 * Makefile.tpl: Fix typo.
264 * Makefile.in: Regenerate partially.
265
266 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
267
268 * configure.ac: Added libcilkrts to noconfig list when C++ is not
269 supported.
270 * configure: Regenerated.
271
272 2013-10-30 Jason Merrill <jason@redhat.com>
273
274 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
275 --disable-build-format-warnings.
276
277 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
278
279 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
280 depend on libstdc++ and libgcc.
281 * configure: Regenerate.
282 * configure.ac: Added libcilkrts to target binaries. Also, restrict
283 libcilkrts for POSIX and i*86, and x86_64 architectures.
284 * Makefile.in: Added libcilkrts related fields to support building it.
285
286 2013-10-26 Jeff Law <law@redhat.com>
287
288 * Makefile.def (target_modules): Remove libmudflap
289 (languages): Remove check-target-libmudflap).
290 * Makefile.in: Rebuilt.
291 * Makefile.tpl (check-target-libmudflap-c++): Remove.
292 * configure.ac (target_libraries): Remove target-libmudflap.
293 Remove checks which disabled libmudflap on some systems.
294 * configure: Rebuilt.
295 * libmudflap: Directory removed.
296
297 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
298
299 * configure.ac: Update from GCC.
300 * configure: Regenerate.
301
302 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
303
304 * src-release (do-proto-toplevel): Support subdir-path-prefixed
305 files in SUPPORT_FILES.
306 (SIM_SUPPORT_DIRS): New variable.
307 (sim.tar.bz2): New rule.
308
309 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
310
311 * configure.ac: Update from GCC.
312 * configure: Regenerate.
313
314 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
315
316 * COPYING.NEWLIB: Update with new copyright.
317
318 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
319
320 * configure.ac: Update from GCC.
321 * configure: Regenerate.
322
323 2013-09-20 Alan Modra <amodra@gmail.com>
324
325 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
326 ppc host match. Support little-endian powerpc linux hosts.
327
328 2013-08-16 Joel Brobecker <brobecker@adacore.com>
329
330 * src-release (VER): When using $(TOOL)/common/create-version.sh,
331 strip the "-cvs" suffix from the version number if present.
332
333 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
334
335 * configure.ac: Sync with GCC repo.
336 * Makefile.def: Ditto.
337 * configure: Regenerate.
338 * Makefile.in: Ditto.
339
340 2013-07-22 Joel Brobecker <brobecker@adacore.com>
341
342 * src-release (VER): Use $(TOOL)/common/create-version.sh
343 if it exists.
344
345 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
346
347 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
348 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
349 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
350 * configure: Regenerate.
351
352 2013-06-01 George Thomas <george.thomas@atmel.com>
353
354 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
355 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
356
357 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
358
359 * COPYING.NEWLIB: Add Altera Corporation copyright.
360
361 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
362
363 * config.guess: Update from config repo.
364 * config.sub: Ditto.
365
366 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
367
368 * Makefile.def: Sync with GCC.
369 * Makefile.in: Regenerate.
370
371 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
372
373 * configure.ac: Sync with GCC.
374 * configure: Regenerate.
375
376 2013-03-22 Mike Frysinger <vapier@gentoo.org>
377
378 * src-release (VER): Change bfd/configure.in sed to use the new
379 `bfd/configure --version` output.
380
381 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
382
383 * configure.ac: Sync with GCC repo.
384 * configure: Ditto.
385
386 2013-02-05 Ian Lance Taylor <iant@google.com>
387
388 PR go/55969
389 * configure.ac: Disable libgo on some systems where it does not
390 work.
391 * configure: Rebuild.
392
393 2013-02-05 Alan Modra <amodra@gmail.com>
394
395 * configure: Regenerate after syncing config/.
396
397 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
398
399 * configure.ac: Sync with GCC repo.
400 * configure: Ditto.
401 * Makefile.def: Ditto.
402 * Makefile.in: Ditto.
403
404 2013-01-11 Joel Brobecker <brobecker@adacore.com>
405
406 Sync with GCC, merge:
407
408 2013-01-09 Jason Merrill <jason@redhat.com>
409
410 * .gitignore: Import from gdb repository.
411
412 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
413
414 * config.sub: Update from config repo.
415
416 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
417
418 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
419 * Makefile.in: Regenerate.
420
421 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
422
423 * Makefile.def (configure-gcc): Depend on all-gmp.
424 (all-gcc): Remove dependency on all-gmp.
425 * Makefile.in: Regenerated.
426
427 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
428
429 * config.guess: Update from config repo.
430 * config.sub: Ditto.
431
432 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
433
434 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
435 exists and replace the new bfin license in its location.
436
437 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
438
439 PR gas/14899
440 * Makefile.def (dependencies): Make all-binutils, all-gprof,
441 all-ld and all-gold depend on all-gas.
442 * Makefile.in: Regenerated.
443
444 2012-12-29 Ben Elliston <bje@gnu.org>
445
446 * config.guess: Update to 2012-12-29 version.
447 * config.sub: Likewise.
448
449 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
450
451 * Makefile.def (install-target-libgo): Depend on
452 install-target-libatomic. Merged from GCC repo.
453 * Makefile.in: Regenerate.
454
455 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
456
457 * COPYING.LIBGLOSS: Add license for bfin libgloss.
458
459 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
460
461 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
462 * configure: Regenerate.
463
464 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
465
466 * Makefile.def (target_modules): Add bootstrap=true and
467 raw_cxx=true to libsanitizer.
468 * configure.ac (bootstrap_target_libs): Add libsanitizer.
469 * Makefile.in: Regenerated.
470 * configure: Likewise.
471
472 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
473
474 * config.sub: Merge from config repo.
475
476 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
477
478 * configure.ac: Merge from GCC.
479 * Makefile.tpl: Ditto.
480 * Makefile.in: Ditto.
481 * configure: Ditto.
482
483 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
484
485 * configure.ac (noconfigdirs): Merge from GCC.
486 * configure: Regenerate.
487
488 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
489
490 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
491
492 2012-11-14 Roland McGrath <mcgrathr@google.com>
493
494 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
495 * configure: Regenerate.
496
497 2012-11-13 Richard Henderson <rth@redhat.com>
498
499 * configure.ac: Move libsanitizer logic to subdirectory.
500 * configure: Regenerate.
501
502 2012-11-13 Dodji Seketeli <dodji@redhat.com>
503
504 * configure.ac: Enable libsanitizer just on x86 linux for now.
505 * configure: Re-generate.
506
507 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
508
509 * configure.ac: Merge libquadmath sections.
510 * configure: Regenerate.
511
512 2012-11-12 Wei Mi <wmi@google.com>
513
514 * configure.ac: Add libsanitizer to target_libraries.
515 * Makefile.def: Ditto.
516 * configure: Regenerate.
517 * Makefile.in: Regenerate.
518
519 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
520
521 * configure: Regenerated.
522
523 2012-11-03 Robert Mason <rbmj@verizon.net>
524
525 * configure.ac: add --disable-libstdcxx configure option
526 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
527
528 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
529
530 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
531 against Mingw64 w32api.
532 * configure: Regenerate.
533
534 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
535
536 PR bootstrap/54820
537 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
538 * configure: Regenerate.
539
540 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
541
542 PR bootstrap/54820
543 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
544 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
545 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
546 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
547 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
548 * Makefile.in: Regenerate.
549 * configure.ac (have_static_libs): New variable and associated check.
550 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
551 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
552 * configure: Regenerate.
553
554 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
555
556 * config.guess, config.sub: Include updated version from
557 config-patches. Adds microblaze little endian support.
558
559 2012-09-28 Ian Lance Taylor <iant@google.com>
560
561 * Makefile.def: Make all-target-libgo depend on
562 all-target-libbacktrace.
563 * Makefile.in: Rebuild.
564
565 2012-09-26 Ian Lance Taylor <iant@google.com>
566
567 * Makefile.def: Make all-gcc depend on all-libbacktrace.
568 * Makefile.in: Rebuild.
569
570 2012-09-06 Diego Novillo <dnovillo@google.com>
571
572 * configure.ac: Bump minimum GMP version to 4.2.3.
573 * configure: Re-generate.
574
575 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
576
577 PR target/54461
578 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
579 target-libgloss if not configured --with-avrlibc=no.
580 * configure: Regenerate.
581
582 2012-09-04 Jason Merrill <jason@redhat.com>
583
584 * configure.ac: Fix --enable-languages=all.
585
586 2012-09-03 Richard Guenther <rguenther@suse.de>
587
588 PR bootstrap/54138
589 * configure.ac: Re-organize ISL / CLOOG checks to allow
590 disabling with either --without-isl or --without-cloog.
591 * configure: Regenerated.
592
593 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
594
595 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
596 * configure: Regenerate.
597
598 2012-09-21 Steve Ellcey <sellcey@mips.com>
599
600 * configure.ac: Add mips*-mti-elf* target.
601 * configure: Regenerate.
602
603 2012-09-19 Ian Lance Taylor <iant@google.com>
604
605 * configure.ac (host_libs): Add libbacktrace.
606 (target_libraries): Add libbacktrace.
607 * Makefile.def (host_modules): Add libbacktrace.
608 (target_modules): Likewise.
609 * configure, Makefile.in: Rebuild.
610
611 2012-09-15 Jiong Wang <jiwang@tilera.com>
612
613 * configure.ac (ENABLE_GOLD): support tilegx*
614 * configure: rebuild
615
616 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
617
618 PR target/38607
619 Merge upstream change.
620 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
621
622 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
623 Add libgomp*.o to compare_exclusions for AIX.
624 * configure: Regenerate.
625
626 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
627
628 PR binutils/4970
629 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
630 and opcodes.
631 * Makefile.in: Regenerated.
632
633 2012-08-14 Diego Novillo <dnovillo@google.com>
634
635 Merge from cxx-conversion branch.
636
637 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
638 POSTSTAGE1_CONFIGURE_FLAGS.
639 * Makefile.in: Regenerate.
640 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
641 Force C++ when bootstrapping.
642 * configure: Regenerate.
643
644 2012-07-06 Richard Guenther <rguenther@suse.de>
645
646 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
647 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
648 --with-gmp=system.
649 * Makefile.in: Regenerated.
650 * configure: Likewise.
651
652 2012-07-06 Richard Guenther <rguenther@suse.de>
653
654 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
655 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
656 supply V=1 as extra_make_flags.
657 * configure: Regenerated.
658 * Makefile.in: Likewise.
659
660 2012-07-03 Richard Guenther <rguenther@suse.de>
661
662 * Makfile.def (isl): Remove not necessary extra_exports and
663 extra_make_flags.
664 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
665 * Makefile.in: Regenerated.
666
667 2012-07-03 Richard Guenther <rguenther@suse.de>
668
669 * Makefile.def (cloog): Add V=1 to extra_make_flags.
670 * configure.ac: If either the ISL or the CLooG check failed
671 do not try to build in-tree versions.
672 * Makefile.in: Regenerated.
673 * configure: Regenerated.
674
675 2012-07-02 Richard Guenther <rguenther@suse.de>
676 Michael Matz <matz@suse.de>
677 Tobias Grosser <tobias@grosser.es>
678 Sebastian Pop <sebpop@gmail.com>
679
680 * Makefile.def: Add ISL host module, remove PPL host module.
681 Adjust ClooG host module to use the proper ISL.
682 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
683 * configure.ac: Include config/isl.m4. Add ISL host library,
684 remove PPL. Remove PPL configury, add ISL configury, adjust
685 ClooG configury.
686 * Makefile.in: Regenerated.
687 * configure: Likewise.
688
689 2012-07-02 Richard Guenther <rguenther@suse.de>
690
691 Merge from graphite branch
692 2011-07-21 Tobias Grosser <tobias@grosser.es>
693
694 * configure: Regenerated.
695 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
696 both cloog.org and legacy versions. The only supported version will
697 be CLooG with the isl backend.
698
699 2011-07-21 Tobias Grosser <tobias@grosser.es>
700
701 * configure: Regenerated.
702 * configure.ac: Require cloog isl 0.17.0
703
704 2011-07-21 Tobias Grosser <tobias@grosser.es>
705
706 * configure: Regenerated.
707 * config/cloog.m4: Do not define CLOOG_ORG
708
709 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
710
711 * configure.ac: Skip C if explicitly selected.
712 * configure: Regenerate.
713
714 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
715
716 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
717 they contain -O2.
718 * configure: Regenerate.
719
720 2012-06-20 Jason Merrill <jason@redhat.com>
721
722 * Makefile.tpl (check-target-libgomp-c++): New.
723 (check-target-libitm-c++): New.
724 * Makefile.def (c++): Add them.
725 * Makefile.in: Regenerate.
726
727 2012-05-16 Olivier Hainque <hainque@adacore.com>
728
729 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
730 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
731 (install-no-fixedincludes): Adjust accordingly.
732 * Makefile.in: Regenerate.
733
734 2012-05-09 Nick Clifton <nickc@redhat.com>
735 Paul Smith <psmith@gnu.org>
736
737 PR bootstrap/50461
738 * configure.ac (mpfr-dir): When using in-tree MPFR sources
739 allow for the fact that from release v3.1.0 of MPFR the source
740 files were moved into a src sub-directory.
741 * configure: Regenerate.
742
743 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
744
745 * configure.ac: Bump minimum MPFR version to 2.4.0.
746 * configure: Regenerated.
747
748 2012-05-01 Richard Henderson <rth@redhat.com>
749
750 * Makefile.def (libatomic): New target_module.
751 * configure.ac (target_libraries): Add libatomic.
752 (noconfigdirs): Check if libatomic is supported.
753 * Makefile.in, configure: Rebuild.
754
755 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
756
757 Merge upstream change
758 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
759
760 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
761
762 * libtool.m4: Additional FreeBSD 10 fixes.
763
764 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
765
766 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
767 they contain -O2.
768 * configure: Regenerate.
769
770 2012-05-14 Catherine Moore <clm@codesourcery.com>
771
772 * NEWS: Mention PowerPC VLE port.
773
774 2012-05-11 Mike Frysinger <vapier@gentoo.org>
775
776 * MAINTAINERS (config/): Move to intl/ section.
777 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
778
779 2012-05-09 Nick Clifton <nickc@redhat.com>
780 Paul Smith <psmith@gnu.org>
781
782 PR bootstrap/50461
783 * configure.ac (mpfr-dir): When using in-tree MPFR sources
784 allow for the fact that from release v3.1.0 of MPFR the source
785 files were moved into a src sub-directory.
786 * configure: Regenerate.
787
788 2012-05-02 Roland McGrath <mcgrathr@google.com>
789
790 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
791 * configure: Regenerate.
792
793 2012-04-25 Joel Brobecker <brobecker@adacore.com>
794
795 * config.sub: Update to 2012-04-18 version from official repo.
796
797 2012-03-19 Tristan Gingold <gingold@adacore.com>
798
799 * configure.ac (ia64*-*-*vms*): Add support for ld.
800 * configure: Regenerate.
801
802 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
803
804 * configure.ac (enable_libgomp): Remove *-*-irix6*.
805 (unsupported_languages): Remove mips-sgi-irix6.*.
806 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
807 (with_stabs): Remove.
808 * configure: Regenerate.
809
810 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
811
812 * configure.ac (enable_libgomp): Remove *-*-osf*.
813 (with_stabs): Remove alpha*-*-osf*.
814 * configure: Regenerate.
815
816 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
817
818 * COPYING.NEWLIB: Modify DJ Delorie license to include
819 modification rights in clause as permitted by DJ Delorie.
820 * COPYING.LIBGLOSS: Ditto.
821
822 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
823
824 * COPYING.NEWLIB: Remove two unused licenses.
825
826 2012-03-05 Tristan Gingold <gingold@adacore.com>
827
828 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
829 * configure: Regenerate.
830
831 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
832
833 * COPYING.NEWLIB: Add Adapteva notice.
834 * COPYING.LIBGLOSS: Add Adapteva notice.
835
836 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
837
838 * configure: Regenerate.
839
840 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
841
842 * COPYING.LIBGLOSS: Add GPL with exception license.
843
844 2011-11-09 Roland McGrath <mcgrathr@google.com>
845
846 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
847 * configure: Rebuild.
848 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
849 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
850 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
851 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
852 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
853 Add READELF.
854 * Makefile.in: Rebuild.
855
856 2011-11-08 Richard Henderson <rth@redhat.com>
857
858 * configure.ac: Test for libitm directory present first.
859
860 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
861
862 * configure.ac: Test libitm/configure.tgt to disable libitm.
863 * configure: Rebuild.
864
865 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
866
867 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
868 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
869 * Makefile.in: Regenerate.
870
871 2011-11-01 DJ Delorie <dj@redhat.com>
872
873 * configure.ac (rl78-*-*) New case.
874 * configure: Regenerate.
875
876 2011-11-01 DJ Delorie <dj@redhat.com>
877
878 * config.sub: Update to version 2011-10-29 (added rl78)
879
880 2011-10-27 Nick Clifton <nickc@redhat.com>
881
882 * config.sub: Import these changes from the config project:
883
884 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
885 Ben Elliston <bje@gnu.org>
886
887 * config.sub (epiphany): New.
888
889 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
890 Ben Elliston <bje@gnu.org>
891
892 * config.sub (hexagon, hexagon-*): New.
893
894 2011-08-23 Roland McGrath <mcgrathr@google.com>
895
896 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
897 64eb to be64.
898
899 2011-08-16 Roland McGrath <mcgrathr@google.com>
900
901 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
902 (nacl): Grok as alias for 32el-unknown-nacl.
903
904 2011-08-19 Joel Brobecker <brobecker@adacore.com>
905
906 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
907
908 2011-08-14 Yao Qi <yao@codesourcery.com>
909
910 Merge from gcc:
911
912 2011-08-14 Yao Qi <yao@codesourcery.com>
913 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
914 * configure: Regenerate.
915
916 2011-07-26 Ian Lance Taylor <iant@google.com>
917
918 Merge from gcc:
919
920 2011-07-26 Ian Lance Taylor <iant@google.com>
921 * configure.ac: Set have_compiler based on whether gcc directory
922 exists, rather than on whether gcc is in configdirs.
923 * configure: Rebuild.
924
925 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
926 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
927 link directories.
928 * Makefile.in: Rebuild.
929
930 2011-07-20 Ian Lance Taylor <iant@google.com>
931 PR bootstrap/49787
932 * configure.ac: Move --enable-bootstrap handling earlier in file.
933 If --enable-bootstrap and either --enable-build-with-cxx or
934 --enable-build-poststage1-with-cxx, enable C++ automatically.
935 * configure: Rebuild.
936
937 2011-07-19 Ian Lance Taylor <iant@google.com>
938 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
939 make C++ a boot_language. Set and substitute
940 POSTSTAGE1_CONFIGURE_FLAGS.
941 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
942 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
943 * configure, Makefile.in: Rebuild.
944
945 2011-07-16 Jason Merrill <jason@redhat.com>
946 * Makefile.def (language=c++): Add check-c++0x and
947 check-target-libmudflap-c++.
948 * Makefile.tpl (check-target-libmudflap-c++): New.
949 * Makefile.in: Regenerate.
950
951 2011-07-16 Matthias Klose <doko@ubuntu.com>
952 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
953 * Makefile.def (target_modules/libjava): Pass
954 $(EXTRA_CONFIGARGS_LIBJAVA).
955 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
956 if not configured with --enable-static-libjava.
957 * Makefile.in: Regenerate.
958 * configure: Likewise.
959
960 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
961 PR regression/47836
962 PR bootstrap/23656
963 PR other/47733
964 PR bootstrap/49247
965 PR c/48825
966 * configure.ac (target_libraries): Remove target-libiberty.
967 Remove case-statement setting skipdirs=target-libiberty for
968 multiple targets. Remove checking target_configdirs and
969 removing target-libiberty but keeping target-libgcc if
970 otherwise empty.
971 * Makefile.def (target_modules): Don't add libiberty.
972 (dependencies): Remove all traces of target-libiberty.
973 * configure, Makefile.in: Regenerate.
974
975 2011-07-22 Jason Merrill <jason@redhat.com>
976
977 * Makefile.def (language=c++): Add check-c++0x and
978 check-target-libmudflap-c++.
979 * Makefile.tpl (check-target-libmudflap-c++): New.
980 * Makefile.in: Regenerate.
981
982 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
983
984 * configure: Regenerate.
985
986 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
987
988 PR target/39150
989 * configure.ac (i[3456789]86-*-solaris2*): Also accept
990 x86_64-*-solaris2.1[0-9]*.
991 * configure: Regenerate.
992
993 2011-06-13 Walter Lee <walt@tilera.com>
994
995 * configure.ac (tilepro-*-*) New case.
996 (tilegx-*-*): Likewise.
997 * configure: Regenerate.
998
999 2011-06-06 Nick Clifton <nickc@redhat.com>
1000
1001 * config.sub: Sync from upstream.
1002
1003 2011-05-08 Doug Kwan <dougkwan@google.com>
1004
1005 Merge from gcc:
1006
1007 2011-05-08 Doug Kwan <dougkwan@google.com>
1008
1009 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1010 * configure: Regenerated.
1011 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1012 value from configure.
1013 * Makefile.in: Regenerated.
1014
1015 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1016
1017 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1018 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1019 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1020 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1021 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1022 *-*-vxworks*): Disable newlib and libgloss in separate case
1023 statement.
1024 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1025 to separate case statement.
1026 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1027 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1028 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1029 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1030 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1031 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1032 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1033 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1034 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1035 i[[3456789]]86-*-rdos*, m32r-*-*,
1036 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1037 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1038 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1039 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1040 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1041 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1042 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1043 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1044 and libgloss in main case over targets. Remove most empty cases
1045 in main case over targets.
1046 * configure: Regenerate.
1047
1048 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1049
1050 * configure.ac: Remove code setting special library locations for
1051 hppa*64*-*-hpux11*. Remove code setting compiler for
1052 sparc-sun-solaris2*.
1053 * configure: Regenerate.
1054
1055 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1056
1057 * configure.ac: Separate libgloss_dir settings from general case
1058 over targets.
1059 * configure: Regenerate.
1060
1061 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1062
1063 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1064 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1065 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1066 cases in libgcj-disabling case statement.
1067 (hppa*64*-*-linux*): Set unsupported_languages instead of
1068 disabling target-zlib.
1069 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1070 to hppa*64*-*-hpux*.
1071 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1072 hppa*-*-hpux*.
1073 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1074 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1075 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1076 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1077 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1078 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1079 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1080 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1081 libgcj-disabling case statement.
1082 * configure: Regenerate.
1083
1084 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1085
1086 * configure.ac: Disable Java for targets not supporting libffi.
1087 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1088 Remove cases in Java-disabling statement.
1089 (*arm-wince-pe): Change to arm-wince-pe.
1090 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1091 cases in Java-disabling statement.
1092 (bfin-*-*): Don't disable Java again.
1093 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1094 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1095 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1096 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1097 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1098 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1099 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1100 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1101 Java-disabling statement.
1102 (mmix-*-*): Don't disable Java again.
1103 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1104 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1105 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1106 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1107 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1108 statement.
1109 * configure: Regenerate.
1110
1111 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1112
1113 Merge from GCC:
1114
1115 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1116
1117 PR lto/48086
1118 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1119 * configure: Regenerate.
1120
1121 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1122
1123 * configure.ac: Separate cases disabling Java and Java libraries
1124 from general case over targets.
1125 * configure: Regenerate.
1126
1127 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1128
1129 * configure.ac (build_tools): Remove build-byacc.
1130 (host_libs): Remove mmalloc.
1131 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1132 autoconf automake libtool diff rcs fileutils shellutils time
1133 textutils wdiff find uudecode hello tar gzip indent recode release
1134 sed perl gawk findutils gettext zip.
1135 (libgcj): Remove target-qthreads.
1136 (target_tools): Remove target-examples target-gperf.
1137 (YACC): Don't handle building byacc.
1138 * configure: Regenerate.
1139 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1140 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1141 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1142 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1143 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1144 handle building components.
1145 * Makefile.in: Regenerate.
1146
1147 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1148
1149 * config.sub: Sync from upstream.
1150
1151 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1152
1153 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1154 (microblaze*): Don't disable libssp.
1155 * configure: Regenerate.
1156
1157 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1158
1159 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1160 moveifchange.
1161 * configure: Regenerate.
1162 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1163 * Makefile.in: Regenerate.
1164
1165 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1166
1167 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1168 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1169 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1170 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1171 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1172 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1173 md_exec_prefix cases.
1174 * configure: Regenerate.
1175
1176 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1177
1178 * configure.ac: Separate cases disabling target-libssp,
1179 target-libiberty, target-libstdc++-v3 and Fortran from general
1180 case over targets.
1181 * configure: Regenerate.
1182
1183 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1184
1185 * configure.ac (*-*-chorusos): Don't disable libgcj.
1186 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1187 Remove case.
1188 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1189 (arm-*-coff): Don't disable libgcj.
1190 (arm*-*-linux-gnueabi): Remove useless assignment.
1191 (arm-*-riscix*): Don't disable libgcj.
1192 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1193 configuration.
1194 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1195 (c54x*-*-*): Remove case.
1196 (tic54x-*-*): Don't disable GCC or GCC libraries.
1197 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1198 to *.
1199 (d10v-*-*): Don't disable GCC libraries.
1200 (d30v-*-*): Don't disable libgcj.
1201 (h8500-*-*): Don't disable GCC libraries.
1202 (i960-*-*): Don't disable libgcj.
1203 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1204 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1205 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1206 libgcj.
1207 (m68k-*-coff*): Remove case.
1208 (mmix-*-*): Don't disable libgloss on host.
1209 (mn10200-*-*, mn10300-*-*): Remove cases.
1210 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1211 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1212 Don't disable libgcj.
1213 (romp-*-*): Remove case.
1214 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1215 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1216 case.
1217 (v810-*-*): Don't disable GCC libraries.
1218 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1219 (ip2k-*-*): Don't disable GCC libraries.
1220 * configure: Regenerate.
1221
1222 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1223
1224 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1225 libffi on host.
1226 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1227 on host.
1228 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1229 * configure: Regenerate.
1230
1231 2011-03-26 John Marino <binutils@marino.st>
1232
1233 * configure.ac: Add support for *-*-dragonfly*
1234 * configure: Regenerate.
1235
1236 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1237
1238 * configure.ac (native_only): Remove.
1239 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1240 send-pr uudecode guile gnuserv on host.
1241 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1242 send-pr rcs guile perl texinfo libtool on host.
1243 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1244 automake send-pr rcs guile perl texinfo libtool on host.
1245 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1246 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1247 (alpha*-dec-osf*): Don't disable fileutils on target.
1248 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1249 texinfo send-pr expect dejagnu on target.
1250 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1251 target-qthreads on target.
1252 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1253 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1254 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1255 x86_64-*-mingw*): Don't disable expect on target.
1256 (*-*-cygwin*): Don't disable target-gperf on target.
1257 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1258 gnuserv on target.
1259 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1260 target.
1261 * configure: Regenerate.
1262
1263 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1264
1265 * configure.ac (target_tools): Remove target-groff.
1266 (native_only): Remove target-groff.
1267 (hppa*64*-*-*): Don't disable byacc.
1268 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1269 setting.
1270 (*-*-kaos*): Don't skip target-librx and target-groff.
1271 (*-*-netware*): Don't skip target-libmudflap.
1272 (*-*-tpf*): Don't skip target-libmudflap.
1273 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1274 directories on the host.
1275 (ia64*-*-*vms*): Don't skip tix.
1276 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1277 host.
1278 * configure: Regenerate.
1279
1280 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1281
1282 * configure.ac: Remove references to mt-mep, mt-netware,
1283 mt-wince.
1284 * Makefile.def: Add all-utils soft dependencies.
1285 * Makefile.tpl: Remove GDB_NLM_DEPS.
1286 * configure: Regenerate.
1287 * Makefile.in: Regenerate.
1288
1289 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1290
1291 Sync from GCC:
1292
1293 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1294
1295 * configure.ac: Do not include mh-x86omitfp.
1296 * configure: Regenerate.
1297
1298 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1299
1300 * configure.ac: Remove empty cases.
1301 * configure: Regenerate.
1302
1303 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1304
1305 * Makefile.def: Add dependency from termcap to gdb.
1306 * Makefile.in: Regenerate.
1307
1308 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1309
1310 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1311 * configure: Regenerate.
1312 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1313 * Makefile.tpl: Likewise.
1314 * Makefile.in: Regenerate.
1315
1316 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1317
1318 * configure.ac: Remove all mentions of tentative_cc.
1319 * configure: Regenerate.
1320
1321 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1322
1323 PR lto/48086
1324 * configure.ac: Re-enable LTO on *-apple-darwin9.
1325 * configure: Regenerate.
1326
1327 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1328
1329 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1330 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1331 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1332 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1333 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1334 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1335 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1336 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1337 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1338 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1339 *-*-rhapsody*): Remove host cases.
1340 * configure: Regenerate.
1341
1342 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1343
1344 * configure.ac (ppc*-*-pe): Remove host case.
1345 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1346 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1347 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1348 cases.
1349 * configure: Regenerate.
1350
1351 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1352
1353 * config.sub: Update to version 2011-03-23.
1354
1355 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1356
1357 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1358 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1359 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1360 * configure: Regenerate.
1361
1362 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1363
1364 * config-ml.in: Don't handle arc-*-elf*.
1365 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1366 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1367 handle GCC libraries.
1368 * configure: Regenerate.
1369
1370 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1371
1372 PR bootstrap/48120:
1373 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1374 Add -lstdc++ -lm to LIBS.
1375 * configure: Regenerate.
1376
1377 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1378
1379 * config.guess: Update to version 2011-02-02
1380 * config.sub: Update to version 2011-02-24
1381
1382 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1383
1384 * configure.ac: Adjust test of with_ppl.
1385 * configure: Regenerated.
1386
1387 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1388
1389 * configure.ac: Add -lpwl to ppllibs.
1390 * config/cloog.m4: Add -lisl to clooglibs.
1391 * configure: Regenerated.
1392
1393 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1394
1395 Import from Libtool and gnulib:
1396
1397 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1398
1399 Prepare for supporting FreeBSD 10.
1400 * config.rpath: Remove handling of freebsd1* which soon would
1401 match FreeBSD 10.0.
1402
1403 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1404
1405 Remove support for FreeBSD 1.x.
1406 * libtool.m4 (_LT_LINKER_SHLIBS)
1407 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1408 soon would incorrectly match FreeBSD 10.0.
1409
1410 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1411
1412 PR binutils/12283
1413 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1414 (move-if-change): Comes from gnulib.
1415 * move-if-change: Import version from gnulib.
1416
1417 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1418
1419 Sync from GCC:
1420
1421 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1422
1423 PR lto/47225
1424 * Makefile.def (lto-plugin): Double dash for enable-shared.
1425 (configure-gcc): Depend on all-lto-plugin.
1426 * Makefile.in: Rebuilt.
1427
1428 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1429
1430 * configure.ac: Remove extra bracket.
1431 * configure: Regenerate.
1432
1433 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1434
1435 PR lto/47225
1436 * Makefile.def: Add dependency for install-gcc
1437 on install-lto-plugin.
1438 * Makfile.in: Regenerated
1439
1440 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1441
1442 * configure.ac: If with_ppl is no, move setting with_cloog=no
1443 after CLOOG_REQUESTED check.
1444 * configure: Regenerated.
1445
1446 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1447
1448 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1449 CLooG has been requested.
1450 * configure: Regenerated.
1451
1452 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1453
1454 * configure: Regenerated.
1455 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1456
1457 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1458
1459 * configure: Regenerated.
1460 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1461
1462 2011-01-07 Jan Hubicka <jh@suse.cz>
1463
1464 PR lto/47225
1465 * Makefile.in: Regenerate.
1466 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1467 configure.
1468
1469 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1470
1471 PR libgcj/44341
1472 * configure.ac: Discard --with-* flags for host when configuring
1473 target libraries for cross build.
1474 * configure: Rebuilt.
1475
1476 2011-01-21 Andreas Schwab <schwab@redhat.com>
1477
1478 Sync from GCC:
1479
1480 2011-01-21 Andreas Schwab <schwab@redhat.com>
1481
1482 * configure.ac: Use AS_HELP_STRING throughout.
1483 * configure: Regenerate.
1484
1485 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1486
1487 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1488 * configure: Regenerate.
1489
1490 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1491
1492 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1493
1494 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1495
1496 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1497 for ia64-hpux.
1498 * configure: Regenerate.
1499
1500 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1501
1502 Sync from GCC:
1503 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1504
1505 * configure.ac: (picochip): Disable libiberty.
1506 * configure: Regenerate.
1507
1508 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1509
1510 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1511
1512 2010-12-10 Ian Lance Taylor <iant@google.com>
1513
1514 PR bootstrap/46819
1515 * configure.ac: For --disable-libgcj clear libgcj_saved.
1516 * configure: Rebuild.
1517
1518 2010-12-10 Tobias Burnus <burnus@net-b.de>
1519
1520 PR fortran/46540
1521 * configure.ac: Add --disable-libquadmath and
1522 --disable-libquadmath-support.
1523 * configure: Regenerate.
1524
1525 2010-12-10 Tristan Gingold <gingold@adacore.com>
1526
1527 * src-release (ETC_SUPPORT): add gnu-oids.texi
1528
1529 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1530
1531 PR libffi/46792
1532 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1533 * configure: Regenerate.
1534
1535 2010-12-02 Ian Lance Taylor <iant@google.com>
1536
1537 * configure.ac: Always set default for poststage1_ldflags to
1538 -static-libstdc++ -static-libgcc.
1539
1540 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1541
1542 * COPYING.NEWLIB: Add National Semiconductor notice.
1543
1544 2010-11-29 Andreas Schwab <schwab@redhat.com>
1545
1546 * configure.ac: Move comment to remove extra space in last argument
1547 of GCC_TARGET_TOOL.
1548
1549 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1550
1551 PR other/46026
1552 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1553 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1554 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1555 (BASE_FLAGS_TO_PASS): Use it.
1556 * configure: Rebuilt.
1557 * Makefile.in: Rebuilt.
1558
1559 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 PR binutils/12258
1562 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1563 Properly check default linker.
1564 * configure: Regnerated.
1565
1566 2010-11-23 Matthias Klose <doko@ubuntu.com>
1567
1568 * configure.ac: For --enable-gold, handle value `default' instead of
1569 `both*'. New configure option --{en,dis}able-ld.
1570 * configure: Regenerate.
1571
1572 2010-11-20 Ian Lance Taylor <iant@google.com>
1573
1574 * configure.ac: Only disable a language library if no language needs
1575 it. Don't let --disable-libgcj uncondtionally disable libffi.
1576 * configure: Rebuild.
1577
1578 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1579
1580 * configure: Regenerate.
1581
1582 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1583
1584 PR other/46202
1585 * configure.ac: Fix just-built in-tree STRIP name to be
1586 binutils/strip-new.
1587 * configure: Regenerate.
1588 * Makefile.def (install-strip-gcc, install-strip-binutils)
1589 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1590 (install-strip-sid): Mirror dependencies on non-strip variants
1591 of these targets on the respective -strip prerequisites.
1592 * Makefile.tpl (install-strip, install-strip-host)
1593 (install-strip-target): New targets.
1594 (install-strip-[+module+], install-strip-target-[+module+]):
1595 New targets.
1596 * Makefile.in: Regenerate.
1597
1598 2010-11-19 Ian Lance Taylor <iant@google.com>
1599 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1600
1601 * configure.ac: Add target-libgo to target_libraries. Set
1602 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1603 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1604 (HOST_EXPORTS): Add GOC.
1605 (BASE_TARGET_EXPORTS): Add GOC.
1606 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1607 (GOCFLAGS_FOR_TARGET): New variable.
1608 (EXTRA_HOST_FLAGS): Add GOC.
1609 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1610 * Makefile.def (target_modules): Add libgo.
1611 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1612 (dependencies): Add dependency from configure-target-libgo to
1613 configure-target-libffi and all-target-libstdc++-v3. Add
1614 dependencies from all-target-libgo to all-target-libffi.
1615 (languages): Add go.
1616 * configure: Rebuild.
1617 * Makefile.in: Rebuild.
1618
1619 2010-11-19 Ian Lance Taylor <iant@google.com>
1620
1621 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1622 compiler/flag environment variables.
1623
1624 2010-11-18 Ian Lance Taylor <iant@google.com>
1625
1626 * configure.ac: Check for lang_requires_boot_languages in
1627 config-lang.in files.
1628 * configure: Rebuild.
1629
1630 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1631
1632 * .gitignore: New file.
1633
1634 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1635 Tobias Burnus <burnus@net-b.de>
1636
1637 PR fortran/32049
1638 * Makefile.def: Add libquadmath; build it with language=fortran.
1639 * configure.ac: Add libquadmath.
1640 * Makefile.tpl: Handle multiple libs in check-[+language+].
1641 * Makefile.in: Regenerate.
1642 * configure: Regenerate.
1643
1644 2010-11-15 Andreas Schwab <schwab@redhat.com>
1645
1646 * configure.ac: Fix spelling in option names.
1647 * configure: Regenerated.
1648
1649 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1650
1651 PR bootstrap/39622
1652 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1653 * configure: Regenerated.
1654
1655 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1656
1657 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1658 define the cloog backend to use. Furthermore, only pass the ppllibs to
1659 the configure checks, if necessary.
1660 * configure: Regenerate.
1661
1662 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1663
1664 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1665 * configure: regenerate
1666
1667 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1668
1669 * config/cloog.m4: Fix typo. verison -> version.
1670 * configure: Regenerate.
1671
1672 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1673
1674 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1675 * configure: Regenerate.
1676
1677 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1678
1679 * configure.ac: Support official CLooG.org versions.
1680 * configure: Regenerate.
1681 * config/cloog.m4: New.
1682
1683 2010-11-05 Michael Eager <eager@eagercon.com>
1684
1685 * COPYING.LIBGLOSS: Correct typo in microblaze.
1686 * COPYING.NEWLIB: Same.
1687
1688 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1689
1690 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1691 * configure: Regenerate.
1692
1693 2010-11-03 Ian Lance Taylor <iant@google.com>
1694 Dave Korn <dave.korn.cygwin@gmail.com>
1695
1696 PR lto/46273
1697 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1698 and on other supported platforms whenever LTO is enabled.
1699 * configure: Rebuild.
1700
1701 2010-11-02 Alan Modra <amodra@gmail.com>
1702
1703 PR binutils/12110
1704 * configure.ac: Error when source path contains spaces.
1705 * configure: Regenerate.
1706
1707 2010-10-20 Ian Lance Taylor <iant@google.com>
1708
1709 * Makefile.def (target_modules): Set lib_path to src/.libs for
1710 libstdc++-v3 module.
1711 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1712 * Makefile.in: Rebuild.
1713
1714 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1715 Joseph Myers <joseph@codesourcery.com>
1716
1717 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1718 notices.
1719 * COPYING.NEWLIB: Add Texas Instruments notice.
1720
1721 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1722
1723 * configure.ac (build_lto_plugin): New shell variable.
1724 (--enable-lto): Turn on by default for all non-ELF platforms that
1725 have had LTO support added so far. Set build_lto_plugin appropriately
1726 for both ELF and non-ELF.
1727 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1728 * configure: Regenerate.
1729
1730 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1731
1732 PR bootstrap/45326
1733 PR bootstrap/45174
1734 * configure.ac: Honor initial values of $build_configargs,
1735 $host_configargs, $target_configargs. Mark the precious, so
1736 environment settings get recorded.
1737 * configure: Regenerate.
1738
1739 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1740
1741 Sync from GCC:
1742
1743 2010-09-30 Michael Eager <eager@eagercon.com>
1744
1745 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1746 * configure: Regenerate.
1747
1748 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1749
1750 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1751 targets and amend comment.
1752 * configure: Regenerate.
1753
1754 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1755
1756 * configure.ac: Enable LTO by default on Darwin.
1757 * configure: Regenerate.
1758
1759 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1760
1761 PR bootstrap/44455
1762 * configure.ac (extra_mpfr_configure_flags): Copy from
1763 extra_mpc_gmp_configure_flags.
1764 * configure: Re-generated.
1765
1766 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1767
1768 Sync from GCC:
1769
1770 PR bootstrap/45796
1771 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1772 Depend on all-build-libiberty.
1773 * Makefile.in: Regenerate.
1774
1775 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1776
1777 Sync from GCC:
1778
1779 PR bootstrap/44621
1780 * configure.ac: Fix unportable shell quoting.
1781 * configure: Regenerate.
1782
1783 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1784
1785 * configure.ac: Support all v850 targets.
1786 * configure: Regenerate.
1787
1788 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1789
1790 PR target/44862
1791 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1792 Provide -B option to allow for link spec %s substitutions for
1793 libstdc++.a on darwin.
1794 * Makefile.in: Regenerate.
1795
1796 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1797
1798 * Makefile.def (configure-gcc): Depend on all-libelf.
1799 * Makefile.in: Rebuild.
1800
1801 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1802
1803 * config.sub, config.guess: Update from upstream sources.
1804
1805 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1806
1807 Sync from GCC:
1808
1809 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1810 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1811 * configure: Regenerated.
1812
1813 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1814 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1815 * configure: Regenerate.
1816
1817 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1818 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1819 * configure: Regenerate.
1820
1821 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1822 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1823 separately.
1824 * configure: Regenerate.
1825
1826 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1827 * configure: Regenerate after change to elf.m4.
1828
1829 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1830 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1831 * configure: Regenerated.
1832
1833 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1834 * configure.ac: Print "buggy but acceptable" when CLooG
1835 revision is less than 9.
1836 * configure: Regenerated.
1837
1838 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1839
1840 Merge from gcc:
1841
1842 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1843 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1844 * configure: Regenerate.
1845
1846 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1847 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1848 a platform that supports LTO.
1849 * configure: Regenerate.
1850
1851 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1852 PR lto/42776
1853 * configure.ac (--enable-lto): Refactor handling so libelf tests
1854 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1855 and allow LTO to be explicitly enabled on non-ELF platforms that
1856 are known to support it inside else-clause.
1857 * configure: Regenerate.
1858
1859 2010-04-27 Roland McGrath <roland@redhat.com>
1860 H.J. Lu <hongjiu.lu@intel.com>
1861
1862 * configure.ac (--enable-gold): Support both, both/gold and
1863 both/bfd to add gold to configdirs without removing ld.
1864 * configure: Regenerated.
1865
1866 * Makefile.def: Add install-gold dependency to install-ld.
1867 * Makefile.in: Regenerated.
1868
1869 2010-04-14 Tristan Gingold <gingold@adacore.com>
1870
1871 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1872 * configure: Regenerate.
1873
1874 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1875
1876 Merge from gcc:
1877 PR bootstrap/43615
1878 PR bootstrap/43328
1879 Revert:
1880 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1881 * configure.ac: Do not pass --enable-multilib nor
1882 --disable-multilib in baseargs. Accept explicitly passed
1883 --enable_multilib.
1884 * configure: Regenerate.
1885
1886 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1887
1888 PR bootstrap/43328
1889 * configure.ac: Do not pass --enable-multilib nor
1890 --disable-multilib in baseargs. Accept explicitly passed
1891 --enable_multilib.
1892 * configure: Regenerate.
1893
1894 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1895
1896 * configure.ac (tic6x-*-*): New case.
1897 * configure: Regenerate.
1898
1899 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1900
1901 Merge from gcc:
1902 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1903 PR ada/42554
1904 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1905 * configure: Regenerate.
1906
1907 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1908
1909 * config.sub: Update to version 2010-03-22.
1910 * config.guess: Update to version 2009-12-30.
1911
1912 2010-03-14 Joseph Myers <joseph@codesourcery.com>
1913
1914 Merge from gcc:
1915 2010-01-11 Richard Guenther <rguenther@suse.de>
1916 PR lto/41569
1917 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1918 * Makefile.in: Regenerated.
1919
1920 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1921
1922 PR libstdc++/32499
1923 * configure.ac (RANLIB): Default to true.
1924 (STRIP): Likewise.
1925 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1926 * configure: Regenerate.
1927
1928 2010-02-17 Nick Clifton <nickc@redhat.com>
1929
1930 PR 11238
1931 * Makefile.tpl (local-distclean): Also remove config.cache files in
1932 sub-directories as there may not be Makefiles present in the
1933 sub-directories.
1934 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1935 the config.cache files found by the find command.
1936
1937 * Makefile.in: Regenerate.
1938 * configure.ac: Revert previous delta.
1939 * configure: Regenerate.
1940
1941 2010-02-15 Nick Clifton <nickc@redhat.com>
1942
1943 PR 11238
1944 * configure.ac: Delete config.cache files in sub-directories when
1945 deleting Makefiles.
1946 * configure: Regenerate.
1947
1948 2010-02-15 Nick Clifton <nickc@redhat.com>
1949
1950 * configure.ac: Sync from gcc.
1951 * configure: Regenerate.
1952
1953 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1954
1955 Sync from gcc:
1956 * configure.ac: Add "recommended" version checks for GMP/MPC.
1957 Update recommended GMP/MPFR/MPC versions.
1958 * configure: Regenerate.
1959
1960 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1961
1962 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1963 * configure.ac (bootstrap_target_libs): Make inclusion of
1964 target-libgomp conditional on libgomb being in target_configdirs.
1965 * configure: Regenerate.
1966
1967 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1968
1969 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1970 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1971 * configure: Regenerate.
1972
1973 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1974
1975 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1976 * configure.ac (target_configdirs): Substitute.
1977 * Makefile.def: Bootstrap target module libgomp.
1978 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1979 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1980 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1981 * configure, Makefile.in: Regenerate.
1982
1983 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1984
1985 * libtool.m4: Sync from git Libtool.
1986 * ltmain.sh: Likewise.
1987 * ltoptions.m4: Likewise.
1988 * ltversion.m4: Likewise.
1989 * lt~obsolete.m4: Likewise.
1990
1991 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1992 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1993
1994 PR bootstrap/42424
1995 * configure.ac: Include libtool m4 files.
1996 (_LT_CHECK_OBJDIR): Call it.
1997 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1998 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1999
2000 * configure: Regenerate.
2001
2002 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2003
2004 PR bootstrap/41818
2005 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2006 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2007 * Makefile.in: Regenerate.
2008
2009 2009-12-18 Ben Elliston <bje@au.ibm.com>
2010
2011 * config.sub, config.guess: Update from upstream sources.
2012
2013 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2014
2015 * COPYING.NEWLIB: Update copyright date.
2016 * COPYING.LIBGLOSS: Ditto.
2017
2018 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2019
2020 PR middle-end/30447
2021 PR middle-end/30789
2022 PR other/40302
2023
2024 * configure.ac: Require MPC.
2025 * configure: Regenerate.
2026
2027 * configure.ac: Update minimum MPC version to 0.8.
2028 * configure: Regenerate.
2029
2030 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
2031
2032 * config.guess: Sync with upstream and gcc.
2033 * config.sub: Sync with upstream and gcc.
2034
2035 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2036
2037 * Makefile.def: Restore host and target settings for gmp.
2038 * Makefile.in: Rebuild.
2039
2040 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
2041
2042 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2043 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2044 Fix portability of test of C++ as bootstrap language. Add
2045 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2046 * configure: Rebuild.
2047 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2048 and cloog. Fix in-tree ppl configuration. Introduce libelf
2049 in-tree building.
2050 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2051 (POSTSTAGE1_HOST_EXPORTS): Use it.
2052 (STAGE[+id+]_CXXFLAGS): New.
2053 (BASE_FLAGS_TO_PASS): Pass it down.
2054 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2055 extra_exports.
2056 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2057 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2058 extra_exports.
2059 * Makefile.in: Rebuild.
2060
2061 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2062
2063 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2064 paths for *-w64-mingw* and x86_64-*mingw*.
2065 * configure: Regenerated.
2066
2067 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
2068
2069 * configure.ac: Disable target-winsup & co for
2070 x86_64-*-mingw* and *-w64-mingw* targets.
2071 * configure: Regenerated.
2072
2073 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2074
2075 * configure.ac (CLooG test): Use = with test.
2076 * configure: Regenerate.
2077
2078 2009-10-22 Richard Guenther <rguenther@suse.de>
2079
2080 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2081 cloog if the ppl version check failed. Move flags saving
2082 before setting in libelf check.
2083 * configure: Regenerate.
2084
2085 2009-10-21 Richard Guenther <rguenther@suse.de>
2086
2087 * configure.ac: Adjust the ppl and cloog configure to work as
2088 documented. Disable cloog if ppl was disabled. Omit the version
2089 checks if they were disabled.
2090 * configure: Re-generate.
2091
2092 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2093
2094 * configure.ac: Add 'lto' to enable_languages, not
2095 new_enable_languages, and only if not already present.
2096 * configure: Regenerate.
2097
2098 2009-10-06 Ian Lance Taylor <iant@google.com>
2099
2100 * Makefile.def: check-gold depends upon all-gas.
2101 * Makefile.in: Rebuild.
2102
2103 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2104
2105 * Makefile.def: all-lto-plugin depends on all-libiberty.
2106 set bootstrap=true for lto-plugin.
2107 Add lto-plugin.
2108 * Makefile.in: Regenerate.
2109 * configure.ac (host_libs): Add lto-plugin.
2110 * configure: Regenerate.
2111
2112 2009-10-03 Diego Novillo <dnovillo@google.com>
2113
2114 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2115 (HOST_LIBELFLIBS): Define.
2116 (HOST_LIBELFINC): Define.
2117 * Makefile.in: Regenerate.
2118 * configure.ac: Add --enable-lto.
2119 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2120 If --enable-lto is used, add 'lto' to new_enable_languages.
2121 If --enable-lto is used and gold is enabled, add
2122 lto-plugin to configdirs.
2123 * configure: Regenerate.
2124
2125 2009-10-03 Simon Baldwin <simonb@google.com>
2126
2127 * configure.ac: If --with-system-zlib, suppress local zlib and
2128 pass --with-system-zlib to subdir configure scripts.
2129 * configure: Regenerate.
2130
2131 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2132 Paolo Bonzini <bonzini@gnu.org>
2133
2134 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2135 $(srcdir).
2136 * Makefile.in: Rebuilt.
2137
2138 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2139
2140 Sync from gcc:
2141 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2142
2143 * configure.ac: Update minimum MPC version to 0.7.
2144 * configure: Regenerate.
2145
2146 2009-09-25 Nick Clifton <nickc@redhat.com>
2147
2148 * configure.ac: Pass any --cache-file=/dev/null option on to
2149 subconfigures.
2150 * configure: Regenerate.
2151
2152 2009-09-23 Nick Clifton <nickc@redhat.com>
2153
2154 * config.sub, config.guess: Update from upstream sources.
2155
2156 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2157
2158 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2159 * Makefile.in: Rebuilt.
2160
2161 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2162
2163 PR bootstrap/32272
2164 * configure.ac: Error out if $srcdir isn't '.' but contains
2165 host-${host_noncanonical}.
2166 * configure: Regenerate.
2167
2168 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2169
2170 * configure.ac: If bootstrapping a combined tree with
2171 --enable-gold, require c++ in stage1_languages.
2172 * configure: Regenerate.
2173
2174 * configure.ac: Also add target_libs of stage1_languages to
2175 bootstrap_target_libs.
2176 * configure: Regenerate.
2177
2178 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2179 with --enable-languages not containing c++.
2180 * configure: Regenerate.
2181
2182 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2183
2184 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2185 * configure: Regenerate.
2186
2187 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2188
2189 * configure.ac: Do not use $extrasub for replacing @if/@endif
2190 parts in Makefile; instead, use additional arguments to
2191 AC_CONFIG_COMMANDS to do the replacement manually, with several
2192 sed invocations, to avoid HP-UX sed command limits.
2193 * configure: Regenerate.
2194
2195 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2196
2197 * configure.ac (with-build-config): Document. Handle without.
2198 Handle missing argument.
2199 * configure: Rebuilt.
2200
2201 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2202
2203 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2204 Default to bootstrap-debug only if compare-debug works.
2205 * configure: Rebuilt.
2206 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2207 * Makefile.in: Rebuilt.
2208
2209 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2210
2211 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2212 * Makefile.in: Rebuilt.
2213
2214 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2215
2216 * Makefile.tpl (AWK): Fix typo.
2217 * Makefile.in: Regenerate.
2218
2219 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2220
2221 * configure.ac: Detect awk and sed.
2222 * Makefile.def (flags_to_pass): Add AWK and SED.
2223 * Makefile.tpl (AWK, SED): New.
2224 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2225 * configure: Regenerate.
2226 * Makefile.in: Regenerate.
2227
2228 2009-09-01 Tristan Gingold <gingold@adacore.com>
2229
2230 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2231 Remove logical names.
2232
2233 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2234
2235 * ltmain.sh (func_normal_abspath): New function.
2236 (func_relative_path): Likewise.
2237 (func_mode_help): Document new -bindir option for link mode.
2238 (func_mode_link): Add new -bindir option, and use it to place
2239 output DLL if specified.
2240
2241 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2242
2243 * configure.ac (AC_PREREQ): Bump to 2.64.
2244
2245 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2246
2247 * README-maintainer-mode: Point directly to upstream locations
2248 for autoconf, automake, libtool, gettext, instead of copies on
2249 sources.redhat.com. Document required versions.
2250 * configure.ac: Do not substitute datarootdir, htmldir,
2251 pdfdir, docdir. Do not process --with-datarootdir,
2252 --with-htmldir, --with-pdfdir, --with-docdir.
2253 * configure: Regenerate.
2254
2255 * configure: Regenerate.
2256
2257 * compile: Sync from Automake 1.11.
2258 * depcomp: Likewise.
2259 * install-sh: Likewise.
2260 * missing: Likewise.
2261 * mkinstalldirs: Likewise.
2262 * ylwrap: Likewise.
2263
2264 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2265
2266 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2267 (baseargs): Add --disable-option-checking.
2268 * configure: Regenerate.
2269
2270 * Makefile.def (configure-target-libiberty): Depend on
2271 all-binutils and all-ld.
2272 (configure-target-newlib): Likewise.
2273 * Makefile.in: Regenerate.
2274
2275 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2276
2277 Sync with GCC, merge:
2278
2279 2009-07-31 Christian Bruel <christian.bruel@st.com>
2280
2281 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2282 * configure: Regenerate.
2283
2284 2009-07-06 Ian Lance Taylor <iant@google.com>
2285
2286 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2287 * configure: Rebuild.
2288
2289 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2290
2291 PR bootstrap/40338
2292 * configure.ac (comparestring): Create new variable.
2293 * Makefile.tpl (comparestring): Use to skip some comparisions.
2294 * configure: Regenerate.
2295 * Makefile.in: Regenerate.
2296
2297 2009-06-23 Ian Lance Taylor <iant@google.com>
2298
2299 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2300 boot_languages. Only bootstrap target libraries listed in
2301 target_libs for some boot language. Add --with-stage1-ldflags,
2302 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2303 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2304 if not building with C++.
2305 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2306 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2307 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2308 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2309 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2310 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2311 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2312 * configure, Makefile.in: Rebuild.
2313
2314 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2315
2316 * configure.ac: Detect MPC in default directory.
2317 * configure: Regenerate.
2318
2319 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2320
2321 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2322 to noconfdirs.
2323 * configure: Regenerate.
2324
2325 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2326
2327 * Makefile.def: Add MPC support and dependencies.
2328 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2329
2330 * Makefile.in, configure: Regenerate.
2331
2332 2009-05-24 Nicolas Roche <roche@adacore.com>
2333
2334 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2335 * Makefile.in: Regenerate.
2336
2337 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2338
2339 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2340 * configure: Regenerate.
2341
2342 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2343
2344 * configure.ac ($with_ppl): Default to no if not supplied.
2345 ($with_cloog): Likewise.
2346 configure: Regenerate.
2347
2348 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2349
2350 PR bootstrap/39739
2351 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2352 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2353
2354 * configure, Makefile.in: Regenerate.
2355
2356 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2357
2358 * configure.ac: Change copyright header to refer to version
2359 3 of the GNU General Public License and to point readers at the
2360 COPYING3 file and the FSF's license web page.
2361 * Makefile.def: Likewise.
2362 * Makefile.tpl: Likewise.
2363 * Makefile.in: Regenerate.
2364
2365 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2366
2367 * configure.ac: Restore match for darwin9 or later. Use double
2368 brackets since regeneration eats one pair.
2369 * configure: Regenerate.
2370
2371 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2372
2373 * MAINTAINERS: Perform some obvious fixups.
2374
2375 2009-08-17 Ben Elliston <bje@au.ibm.com>
2376
2377 * config.sub, config.guess: Update from upstream sources.
2378
2379 2009-08-06 Michael Eager <eager@eagercon.com>
2380
2381 * configure.ac: Add Microblaze target.
2382 * configure: Regenerate.
2383
2384 2009-07-02 Tristan Gingold <gingold@adacore.com>
2385
2386 * configure.ac: Do not exclude gas for i386-*-darwin.
2387 Add a case for x86_64-*-darwin.
2388 * configure: Regenerate.
2389
2390 2009-06-26 Doug Evans <dje@sebabeach.org>
2391
2392 * Makefile.def (host_modules): Add cgen.
2393 * Makefile.in: Regenerate.
2394 * configure.ac (host_tools): Add cgen.
2395 * configure: Regenerate.
2396
2397 2009-06-17 Michael Eager <eager@eagercon.com>
2398
2399 * COPYING.LIBGLOSS: Add Xilinx license.
2400
2401 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2402
2403 * configure.ac: Define is_elf for QNX Neutrino targets.
2404 * configure: Regenerate.
2405
2406 2009-06-03 Jerome Guitton <guitton@adacore.com>
2407 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2408
2409 * Makefile.tpl (all): Avoid a trailing backslash.
2410 * Makefile.in: Regenerate.
2411
2412 2009-06-03 Ben Elliston <bje@au.ibm.com>
2413
2414 * config.sub, config.guess: Update from upstream sources.
2415
2416 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2417
2418 * Makefile.tpl ([+compare-target+]): Compare all stage
2419 directories, rather than just gcc.
2420 * Makefile.in: Rebuilt.
2421
2422 2009-05-28 Doug Kwan <dougkwan@google.com>
2423
2424 * configure.ac: Support gold for target arm*-*-*.
2425 * configure: Regenerate.
2426
2427 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2428
2429 * Makefile.tpl (all): Avoid harmless warning in make all when
2430 gcc-bootstrap is enabled but stage_last does not exist.
2431 * Makefile.in: Rebuilt.
2432
2433 2009-05-25 Tristan Gingold <gingold@adacore.com>
2434
2435 * setup.com: Complete the file with configuration and build.
2436
2437 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2438
2439 PR other/40159
2440 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2441 gcc-no-bootstrap are mutually exclusive.
2442 * Makefile.in: Rebuilt.
2443
2444 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2445
2446 PR other/40159
2447 * Makefile.tpl (all): Don't end with unconditional success.
2448 * Makefile.in: Rebuilt.
2449
2450 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2451
2452 PR target/37137
2453 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2454 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2455 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2456 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2457 stage_configureflags, stage_cflags and stage_libcflags into
2458 explicit Makefile macros.
2459 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2460 GFORTRAN.
2461 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2462 CC. Set CC_FOR_BUILD from CC.
2463 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2464 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2465 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2466 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2467 and GFORTRAN.
2468 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2469 (_LIBCFLAGS): Renamed to _TFLAGS.
2470 (do-compare-debug, do-compare3-debug): Drop.
2471 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2472 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2473 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2474 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2475 (XGCC_FLAGS_FOR_TARGET): New.
2476 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2477 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2478 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2479 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2480 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2481 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2482 TFLAGS.
2483 (BUILD_CONFIG): Include if requested.
2484 (all): Set TFLAGS on bootstrap.
2485 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2486 (all-stageid-prefixmodule): Likewise.
2487 (do-clean, distclean-stageid): Set TFLAGS.
2488 (restrap): Fix whitespace.
2489 * Makefile.in: Rebuilt.
2490
2491 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2492
2493 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2494 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2495 * Makefile.in: Regenerate.
2496
2497 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2498
2499 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2500 consistency with config.sub. (Update from upstream sources.)
2501
2502 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2503
2504 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2505
2506 2009-04-17 Ben Elliston <bje@au.ibm.com>
2507
2508 * config.sub, config.guess: Update from upstream sources.
2509
2510 2009-04-15 Anthony Green <green@moxielogic.com>
2511
2512 * configure.ac: Add moxie support.
2513 * configure: Rebuilt.
2514
2515 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2516
2517 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2518 * configure: Regenerate.
2519
2520 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2521
2522 PR gas/10039
2523 * configure.ac: Require texinfo 4.7.
2524 * configure: Regenerated.
2525
2526 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2527
2528 * Makefil.def (languages): New entries.
2529 * Makefile.tpl (check-gcc-*): New generic target.
2530 * Makefile.in: Regenerate.
2531
2532 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2533
2534 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2535 Windows builds of Sed.
2536
2537 2009-03-18 Tom Tromey <tromey@redhat.com>
2538
2539 * configure: Rebuild.
2540 * configure.ac (host_libs): Add libiconv.
2541 * Makefile.in: Rebuild.
2542 * Makefile.def (host_modules): Add libiconv.
2543 (configure-gdb, all-gdb): Depend on libiconv.
2544
2545 2009-03-16 Tristan Gingold <gingold@adacore.com>
2546
2547 * configure.ac: Treat gdb as supported on x86_64-darwin.
2548 * configure: Regenerate.
2549
2550 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2551
2552 Merge from GCC:
2553
2554 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2555
2556 * configure.ac (--with-host-libstdcxx): New option.
2557 * configure: Regenerate.
2558
2559 2009-01-29 Robert Millan <rmh@aybabtu.com>
2560
2561 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2562 * configure: Regenerate.
2563
2564 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2565
2566 PR tree-optimization/38515
2567 * configure.ac (cloog-polylib): Removed.
2568 (with_ppl, with_cloog): Test for "no".
2569 * configure: Regenerated.
2570
2571 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2572
2573 Backport from git Libtool:
2574
2575 2009-01-19 Robert Millan <rmh@aybabtu.com>
2576 Support GNU/kOpenSolaris.
2577 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2578 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2579 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2580 GNU/kOpenSolaris.
2581
2582 2009-02-05 Andreas Schwab <schwab@suse.de>
2583
2584 * Makefile.tpl (stage_last): Define $r and $s before using
2585 $(RECURSE_FLAGS_TO_PASS).
2586 * Makefile.in: Regenerate
2587
2588 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2589
2590 * COPYING.NEWLIB: Add ARM license.
2591
2592 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2593
2594 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2595 (all-opcodes): Depend on all-libiberty.
2596 * Makefile.in: Regenerate.
2597
2598 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2599
2600 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2601 * configure: Regenerate.
2602
2603 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2604
2605 Backport link test fix from upstream Libtool:
2606
2607 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2608 Add cache variables to tests that require the linker to work.
2609 For shlibpath_overrides_runpath, this also changes the semantics
2610 to let the result from the C compiler take precedence.
2611 compiler take precedence.
2612
2613 2008-12-02 Ben Elliston <bje@au.ibm.com>
2614
2615 * config.sub, config.guess: Update from upstream sources.
2616
2617 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2618
2619 * COPYING.NEWLIB: Updated.
2620 * COPYING.LIBGLOSS: Ditto.
2621
2622 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2623
2624 Sync with GCC:
2625
2626 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2627
2628 * configure.ac (ppllibs): Add by default the lib flags.
2629 * configure: Regenerate.
2630
2631 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2632
2633 * configure.ac: Add double brackets on darwin[912].
2634 * configure: Regenerate.
2635
2636 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2637
2638 * configure.ac: Expand to darwin10 and later.
2639 * configure: Regenerate.
2640
2641 2008-12-02 Andreas Schwab <schwab@suse.de>
2642
2643 * Makefile.def: configure-target-boehm-gc depends on
2644 all-target-libstdc++-v3.
2645 * Makefile.in: Regenerate.
2646
2647 2008-12-02 Ben Elliston <bje@au.ibm.com>
2648
2649 * config.sub, config.guess: Update from upstream sources.
2650
2651 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2652
2653 Merge from GCC:
2654
2655 2007-12-02 Matthias Klose <doko@ubuntu.com>
2656
2657 * config-ml.in: Remove 64bit configure tests.
2658
2659 2008-05-14 Rafael Espindola <espindola@google.com>
2660
2661 * config-ml.in: don't handle --enable-shared and --enable-static.
2662
2663 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2664 Tobias Grosser <grosser@fim.uni-passau.de>
2665 Jan Sjodin <jan.sjodin@amd.com>
2666 Harsha Jagasia <harsha.jagasia@amd.com>
2667 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2668 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2669 Adrien Eliche <aeliche@isty.uvsq.fr>
2670
2671 Merge from graphite branch.
2672 * configure: Regenerate.
2673 * Makefile.in: Regenerate.
2674 * configure.ac (host_libs): Add ppl and cloog.
2675 Add checks for PPL and CLooG.
2676 * Makefile.def (ppl, cloog): Added modules and dependences.
2677 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2678 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2679
2680 2008-09-03 Richard Guenther <rguenther@suse.de>
2681
2682 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2683 cloog test.
2684 * configure: Re-generate.
2685
2686 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2687
2688 * configure.ac (--with-cloog-polylib): New.
2689 (--disable-cloog-version-check): New.
2690 (--disable-ppl-version-check): New.
2691 * configure: Re-generate.
2692
2693 2008-09-05 Richard Guenther <rguenther@suse.de>
2694
2695 * configure.ac: Initialize clooglibs to -lcloog.
2696 * configure: Re-generate.
2697
2698 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2699
2700 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2701 recommended version to 2.3.2.
2702
2703 * configure: Regenerate.
2704
2705 2008-10-31 Ben Elliston <bje@au.ibm.com>
2706
2707 * configure.ac (spu-*-*): Remove special case.
2708 * configure: Regenerate.
2709
2710 Complete comment text from GCC version of:
2711
2712 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2713
2714 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2715 (GCC_SHLIB_SUBDIR): New.
2716 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2717 * configure: Regenerate.
2718 * Makefile.in: Regenerate.
2719
2720 2008-11-27 Tristan Gingold <gingold@adacore.com>
2721
2722 * configure.ac: Build gdb for i?86-*-darwin*
2723 * configure: Regenerated.
2724
2725 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2726
2727 PR bootstrap/38014
2728 PR bootstrap/37923
2729
2730 Revert:
2731
2732 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2733
2734 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2735 * Makefile.in: Regenerated.
2736
2737 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2738
2739 PR gdb/921
2740 PR gdb/1646
2741 PR gdb/2175
2742 PR gdb/2176
2743
2744 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2745 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2746 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2747 (HOST_EXPORTS): Pass CPPFLAGS.
2748 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2749 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2750 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2751 * Makefile.in, configure: Regenerated.
2752 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2753 and CPPFLAGS_FOR_BUILD.
2754
2755 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2756
2757 * configure.ac [spu-*-*]: Do not set skipdirs.
2758 * configure: Re-generate.
2759
2760 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2761
2762 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2763 * Makefile.in: Regenerated.
2764
2765 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2766
2767 PR gdb/921
2768 PR gdb/1646
2769 PR gdb/2175
2770 PR gdb/2176
2771
2772 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2773 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2774 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2775 (HOST_EXPORTS): Pass CPPFLAGS.
2776 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2777 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2778 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2779 * Makefile.in, configure: Regenerated.
2780 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2781 and CPPFLAGS_FOR_BUILD.
2782
2783 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2784
2785 * libtool.m4: Update to libtool 2.2.6.
2786 * lt~obsolete.m4: Update to libtool 2.2.6.
2787 * ltmain.sh: Update to libtool 2.2.6.
2788 * ltsugar.m4: Update to libtool 2.2.6.
2789 * ltversion.m4: Update to libtool 2.2.6.
2790 * ltoptions.m4: Update to libtool 2.2.6.
2791 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2792
2793 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2794
2795 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2796 (GCC_SHLIB_SUBDIR): New.
2797 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2798 * configure: Regenerate.
2799 * Makefile.in: Regenerate.
2800
2801 2008-08-28 Tristan Gingold <gingold@adacore.com>
2802
2803 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2804 Enable bfd, binutils and opcodes.
2805 * configure: Regenerate.
2806
2807 2008-08-16 Nicolas Roche <roche@adacore.com>
2808
2809 * Makefile.tpl: Add BOOT_ADAFLAGS.
2810 * Makefile.in: Regenerate.
2811
2812 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2813
2814 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2815 * configure: Regenerate.
2816
2817 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2818
2819 Sync with gcc:
2820 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2821
2822 * configure.ac: Add makefile fragments for hpux.
2823 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2824 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2825 * configure: Regenerate.
2826 * Makefile.in: Regenerate.
2827
2828 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2831 * Makefile.in: Regenerate.
2832 * configure: Regenerate.
2833
2834 2008-06-18 Ian Lance Taylor <iant@google.com>
2835
2836 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2837
2838 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2839
2840 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2841
2842 * configure: Regenerate.
2843
2844 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2845
2846 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2847 "$@" is still intact with both Autoconf 2.59 and 2.62.
2848 * configure: Regenerate.
2849
2850 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2851
2852 * Makefile.tpl: Fix comment errors.
2853 * Makefile.in: Regenerate.
2854
2855 2008-06-13 Julian Brown <julian@codesourcery.com>
2856
2857 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2858 of libobjc for ARM EABI Linux.
2859 * configure: Regenerate.
2860
2861 2008-06-12 David S. Miller <davem@davemloft.net>
2862 David Edelsohn <edelsohn@gnu.org>
2863
2864 * configure.ac: Add powerpc*-*-* to gold supported targets.
2865 * configure: Regenerate.
2866
2867 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2868
2869 PR tree-optimization/36218
2870 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2871 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2872 (all prefix="build-"): Pass them to build-system sub-makes.
2873 * Makefile.in: Regenerate.
2874
2875 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2876
2877 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2878 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2879 mkdep, and compile. Update comments.
2880 (ETC_SUPPORT): Add ChangeLog and update comments.
2881
2882 2008-05-11 Ian Lance Taylor <iant@google.com>
2883
2884 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2885
2886 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2887
2888 Sync with gcc:
2889 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2890
2891 PR bootstrap/35457
2892 * configure.ac: Include override.m4.
2893 * configure: Regenerate.
2894
2895 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2896
2897 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2898 * Makefile.in: Regenerate.
2899
2900 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2901
2902 * configure.ac: Do not build libssp for the AVR.
2903 * configure: Regenerate.
2904
2905 2008-04-18 Nick Clifton <nickc@redhat.com>
2906
2907 * MAINTAINERS: Replace reference to configure.in with reference to
2908 configure.ac.
2909
2910 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2911
2912 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2913 as nonconfigurable directories list.
2914 * configure: Regenerate.
2915
2916 2008-04-14 David S. Miller <davem@davemloft.net>
2917
2918 * configure.ac: Add sparc*-*-* to gold supported targets.
2919 * configure: Regenerate.
2920
2921 2008-04-14 Ben Elliston <bje@au.ibm.com>
2922
2923 * config.sub, config.guess: Update from upstream sources.
2924
2925 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2926
2927 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2928 * Makefile.in: Regenerate.
2929
2930 2008-04-07 Ian Lance Taylor <iant@google.com>
2931
2932 * Makefile.def: check-gold depends upon all-binutils.
2933 * Makefile.in: Regenerate.
2934
2935 2008-04-04 Nick Clifton <nickc@redhat.com>
2936
2937 PR binutils/4334
2938 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2939 builds.
2940 * configure: Regenerate.
2941
2942 2008-04-04 NightStrike <NightStrike@gmail.com>
2943
2944 PR other/35151
2945 * configure.ac: Combine rules for mingw32 and mingw64.
2946 * configure: Regenerate.
2947
2948 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2949
2950 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2951 * Makefile.in: Regenerate.
2952
2953 2008-03-20 Ian Lance Taylor <iant@google.com>
2954
2955 * configure.ac: Add support for --enable-gold.
2956 * Makefile.def: Add gold as a directory like ld.
2957 * configure, Makefile.in: Regenerate.
2958
2959 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2960
2961 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2962 (s390_cond_extensions): Reduced extensions to the compare related.
2963 (main): z10 cpu type option added.
2964 (expandConditionalJump): Renamed to ...
2965 (insertExpandedMnemonic): ... this.
2966
2967 * opcodes/s390-opc.c: Re-group the operand format makros.
2968 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2969 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2970 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2971 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2972 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2973 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2974 INSTR_SIL_RDU): New instruction formats added.
2975 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2976 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2977 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2978 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2979 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2980 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2981 masks added.
2982 (s390_opformats): New formats added "ris", "rrs", "sil".
2983 * opcodes/s390-opc.txt: Add the conditional jumps with the
2984 extensions removed from automatic expansion in s390-mkopc.c manually.
2985 (asi - trtre): Add new System z10 EC instructions.
2986 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2987
2988 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2989
2990 * configure.ac: m4_include config/proginstall.m4.
2991 * configure: Regenerate.
2992
2993 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2994
2995 Backport from upstream Libtool:
2996
2997 2007-10-12 Eric Blake <ebb9@byu.net>
2998
2999 Deal with Autoconf 2.62's semantic change in m4_append.
3000 * ltsugar.m4 (lt_append): Replace broken versions of
3001 m4_append.
3002 (lt_if_append_uniq): Don't require separator to be overquoted,
3003 and avoid broken m4_append.
3004 (lt_dict_add): Fix typo.
3005 * libtool.m4 (_LT_DECL): Don't overquote separator.
3006
3007 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3008
3009 * config.rpath: Add AIX 6 support.
3010
3011 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3012
3013 * Makefile.def (stageprofile). Remove -fprofile-generate
3014 from stage_libcflags.
3015 * Makefile.in: Regenerate.
3016
3017 2008-03-13 Ben Elliston <bje@au.ibm.com>
3018
3019 * config.sub, config.guess: Update from upstream sources.
3020
3021 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3022
3023 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3024 * s390-opc.txt (cmpsc): Duplicate entry removed.
3025 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3026 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3027 fier, cu42, cu41): Fix operand format.
3028
3029 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3030
3031 PR bootstrap/32009
3032 PR bootstrap/32161
3033
3034 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3035 * configure: Regenerate.
3036
3037 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3038 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3039 STAGE4_LIBCFLAGS): New.
3040 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3041 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3042 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3043 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3044 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3045 for target modules. Don't export LIBCFLAGS.
3046 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3047 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3048 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3049 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3050 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3051 * Makefile.in: Regenerate.
3052
3053 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3054
3055 PR libgcj/33085
3056 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3057 Do not use -DDLL_EXPORT. Backport from upstream.
3058
3059 2008-02-14 Nick Clifton <nickc@redhat.com>
3060
3061 Import this patch from gcc:
3062 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3063
3064 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3065
3066 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3067
3068 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3069 * configure: Regenerate.
3070
3071 2008-01-31 Marc Gauthier <marc@tensilica.com>
3072
3073 * configure.ac (xtensa*-*-*): Recognize processor variants.
3074 * configure: Regenerate.
3075
3076 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3077
3078 PR bootstrap/34922
3079 * configure.ac (PARSE_ARGS): Push suitable setting of
3080 ac_subdirs_all, for `./configure --help=recursive'.
3081 Handle `+' in generic toplevel directory disabling.
3082 * configure: Regenerate.
3083
3084 2008-01-23 Ben Elliston <bje@au.ibm.com>
3085
3086 * config.sub, config.guess: Update from upstream sources.
3087
3088 2008-01-08 Ben Elliston <bje@au.ibm.com>
3089
3090 * config.sub, config.guess: Update from upstream sources.
3091
3092 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3093
3094 * COPYING.LIBGLOSS: Update default copyright.
3095
3096 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3097
3098 * COPYING.NEWLIB: Update default copyright.
3099
3100 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3101
3102 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3103 Change recommended MPFR from 2.2.1 > 2.3.0.
3104 * configure: Regenerate.
3105
3106 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3107
3108 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3109 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3110 * Makefile.in: Regenerate.
3111
3112 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3113
3114 * configure.ac: Enable libjava for x86_64-*-darwin9.
3115 * configure: Regenerate.
3116
3117 2007-12-05 Ben Elliston <bje@au.ibm.com>
3118
3119 * config.sub, config.guess: Update from upstream sources.
3120
3121 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3122
3123 * config-ml.in: Robustify against white space in absolute file
3124 names.
3125
3126 * config-ml.in (multi-clean): Substitute ${Makefile}.
3127 Remove superfluous ${Makefile} in list.
3128
3129 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3130
3131 * Makefile.def (dependencies): Make configure-gdb depend on
3132 all-intl.
3133 * Makefile.in: Regenerated.
3134
3135 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3136
3137 * Makefile.def: To avoid problems running with parallel makes,
3138 build newlib before libgloss so that target specific header
3139 files are availble.
3140 * Makefile.in: Regenerate.
3141
3142 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3143
3144 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3145 * Makefile.in: Regenerate.
3146
3147 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3148
3149 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3150 * libdecnumber: New directory, imported from GCC.
3151
3152 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3153
3154 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3155 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3156 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3157 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3158 * configure: Regenerate.
3159
3160 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3161
3162 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3163 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3164 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3165 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3166 * configure.ac: Default them to host tools for $host = $build.
3167 Subst them.
3168
3169 * configure: Regenerate.
3170 * Makefile.in: Regenerate.
3171
3172 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3173
3174 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3175 * configure: Regenerate.
3176
3177 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3178
3179 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3180 libstdc++.
3181 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3182 * configure: Regenerate.
3183 * Makefile.in: Regenerate.
3184
3185 2007-09-17 Andreas Schwab <schwab@suse.de>
3186
3187 * configure.ac: Raise minimum makeinfo version to 4.6.
3188 * configure: Regenerate.
3189
3190 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3191
3192 * configure.ac: Correct makeinfo version check.
3193 * configure: Regenerate.
3194
3195 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3196
3197 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3198 to $skipdirs and only disable gprof for newlib. Use the normal
3199 mips*-elf* handling in other respects.
3200 * configure: Regnerate.
3201
3202 2007-09-12 David Daney <ddaney@avtrex.com>
3203
3204 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3205 enabling libgcj.
3206 * configure: Regenerate.
3207
3208 2007-09-12 Richard Guenther <rguenther@suse.de>
3209
3210 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3211 nor --disable-checking is provided also turn on yes and types
3212 checking for stage1.
3213 * configure: Re-generate.
3214
3215 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3216
3217 PR target/33281
3218 * configure.ac: Use config/mh-mingw on mingw.
3219 * configure: Regenerate.
3220
3221 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3222
3223 PR other/32154
3224 * configure.ac: For libgloss targets, point the linker to the linker
3225 script, startup code and simulator library.
3226 * configure: Regenerate.
3227
3228 2007-09-09 Andrew Haley <aph@redhat.com>
3229
3230 * configure.ac (noconfigdirs): Remove target-libffi and
3231 target-libjava.
3232
3233 2007-08-29 Nick Clifton <nickc@redhat.com>
3234
3235 * config.sub, config.guess: Update from upstream sources.
3236
3237 2007-08-21 Richard Guenther <rguenther@suse.de>
3238
3239 * configure.ac: Add types checking to stage1 checking flags.
3240 * configure: Regenerate.
3241
3242 2007-08-18 Paul Brook <paul@codesourcery.com>
3243 Joseph Myers <joseph@codesourcery.com>
3244
3245 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3246 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3247 * Makefile.in: Regenerate.
3248 * configure.ac (--with-debug-prefix-map): New.
3249 * configure: Regenerate.
3250
3251 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3252 Nigel Stephens <nigel@mips.com>
3253
3254 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3255 as target_makefile_frag.
3256 * configure: Regenerate.
3257
3258 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3259
3260 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3261 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3262 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3263 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3264 (do-compare, do-compare3, do-compare-debug): New.
3265 ([+compare-target+]): Use them.
3266
3267 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3268
3269 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3270 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3271 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3272 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3273 (do-compare, do-compare3, do-compare-debug): New.
3274 ([+compare-target+]): Use them.
3275
3276 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3277 Ben Elliston <bje@au.ibm.com>
3278
3279 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3280 --silent if $silent.
3281 * configure: Regenerate.
3282
3283 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3284
3285 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3286
3287 2007-07-17 Nick Clifton <nickc@redhat.com>
3288
3289 * COPYING3: New file. Contains version 3 of the GNU General
3290 Public License.
3291 * COPYING3.LIB: New file. Contains version 3 of the GNU
3292 Lesser General Public License.
3293
3294 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3295
3296 * configure.ac: Fix my previous change to really match GCC.
3297 * configure: Regenerate.
3298
3299 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3300
3301 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3302 * configure: Regenerate.
3303
3304 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3305
3306 * configure.ac: Add some missing m4 quotation.
3307 * configure: Regenerate.
3308
3309 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3310
3311 * Makefile.def: Add windmc tool to build.
3312 * Makefile.tpl: Likewise.
3313 * configure.ac: Likewise.
3314 * Makefile.in: Regenerate.
3315 * configure: Regenerate.
3316
3317 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3318
3319 * lt~obsolete.m4: New. Import from 20070318 libtool.
3320
3321 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3322
3323 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3324 uclinux and linux-uclibc targets.
3325 * configure: Regenerate.
3326
3327 2007-06-28 DJ Delorie <dj@redhat.com>
3328
3329 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3330 not building newlib.
3331 * configure: Regenerated.
3332
3333 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3334
3335 * src-release (DEVO_SUPPORT): Correct typos.
3336
3337 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3338
3339 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3340 * Makefile.in: Regenerated.
3341
3342 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3343
3344 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3345 (distclean-stage[+id+]): Possibly delete stage_last.
3346 * Makefile.in: Regenerate.
3347
3348 2007-06-07 Ben Elliston <bje@au.ibm.com>
3349
3350 * config.sub, config.guess: Update from upstream sources.
3351
3352 2007-06-07 Ben Elliston <bje@au.ibm.com>
3353
3354 * Makefile.tpl: Fix spelling error.
3355 * Makefile.in: Regenerate.
3356
3357 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3358
3359 Sync with gcc:
3360 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3361
3362 PR bootstrap/29382
3363 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3364 * configure: Rebuilt.
3365
3366 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3367
3368 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3369 lt_cv_sys_max_cmd_len.
3370
3371 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3372
3373 * ltgcc.m4: Update from GCC.
3374
3375 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3376
3377 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3378
3379 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3380
3381 * ltmain.sh: Update from GCC.
3382 * libtool.m4: Update from GCC.
3383 * ltsugar.m4: New. Update from GCC.
3384 * ltversion.m4: New. Update from GCC.
3385 * ltoptions.m4: New. Update from GCC.
3386 * ltconfig: Remove.
3387 * ltcf-c.sh: Remove.
3388 * ltcf-cxx.sh: Remove.
3389 * ltcf-gcj.sh: Remove.
3390 * src-release: Update with new libtool file list.
3391
3392 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3393
3394 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3395 stage_cflags.
3396 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3397 Remove CFLAGS/LIBCFLAGS.
3398 (configure-stage[+id+]-[+prefix+][+module+],
3399 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3400 * Makefile.in: Regenerate.
3401
3402 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3403
3404 * config-ml.in: Update from GCC.
3405
3406 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3407
3408 * src-release (do-proto-toplev): Process the support directories before
3409 the tool directory.
3410
3411 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3412
3413 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3414 of glob. Quote arguments with single quotes too.
3415 * configure: Regenerate.
3416
3417 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3418
3419 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3420 * Makefile.in: Regenerate
3421
3422 2007-03-07 Andreas Schwab <schwab@suse.de>
3423
3424 * configure: Regenerate.
3425
3426 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3427
3428 * configure.ac: Add "--with-pdfdir" configure option,
3429 which defines pdfdir variable.
3430 * Makefile.def (target=fixincludes): Add install-pdf to
3431 missing targets.
3432 (recursive_targets): Add install-pdf target.
3433 (flags_to_pass): Add pdfdir.
3434 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3435 target.
3436 * configure: Regenerate
3437 * Makefile.in: Regenerate
3438
3439 2007-02-28 Eric Christopher <echristo@apple.com>
3440
3441 Revert:
3442 2006-12-07 Mike Stump <mrs@apple.com>
3443
3444 * Makefile.def (dependencies): Add dependency for
3445 install-target-libssp and install-target-libgomp on
3446 install-gcc.
3447 * Makefile.in: Regenerate.
3448
3449 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3450
3451 * configure: Regenerate.
3452 * configure.ac: Move statements after variable declarations.
3453
3454 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3455
3456 * configure.ac: Adjust for loop syntax.
3457 * configure: Regenerate.
3458
3459 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3460
3461 * configure: Rebuilt.
3462
3463 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3464
3465 * configure.ac: Drop multiple occurrences of --enable-languages,
3466 and fix its quoting.
3467 * configure: Rebuilt.
3468
3469 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3470 Nathan Sidwell <nathan@codesourcery.com>
3471 Vladimir Prus <vladimir@codesourcery.com
3472 Joseph Myers <joseph@codesourcery.com>
3473
3474 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3475 * configure: Regenerate.
3476
3477 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3478
3479 * configure.ac (target_libraries): Move libgcc before libiberty.
3480 * configure: Regenerated.
3481
3482 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3483
3484 * configure: Regenerate again?
3485
3486 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3487
3488 * configure: Reapply PR30748 fix which was lost in the previous commit.
3489
3490 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3491 Paolo Bonzini <bonzini@gnu.org>
3492
3493 PR bootstrap/30753
3494 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3495 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3496 * configure: Regenerated.
3497
3498 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3499
3500 * configure: Regenerate.
3501
3502 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 PR bootstrap/30748
3505 * configure.ac: Correct syntax for Solaris ksh.
3506 * configure: Regenerated.
3507
3508 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3509
3510 * Makefile.def: Sync with GCC.
3511 * Makefile.tpl: Sync with GCC.
3512 * Makefile.in: Regenerate.
3513 * configure: Regenerate.
3514
3515 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3516
3517 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3518 noncanonical equivalents.
3519 * configure.in: Rename to...
3520 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3521 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3522 target_noncanonical. Use them. Rewrite removal of configure
3523 arguments for autoconf 2.59. Discard variable settings. Force
3524 program_transform_name for native tools.
3525
3526 * Makefile.in: Regenerated.
3527 * configure: Regenerated with autoconf 2.59.
3528
3529 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3530
3531 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3532
3533 * COPYING.LIBGLOSS: Reformat default Red Hat
3534 license to fit within 80 columns.
3535 * COPYING.NEWLIB: Ditto.
3536
3537 2007-02-05 Dave Brolley <brolley@redhat.com>
3538
3539 * Contribute the following changes:
3540 2006-11-28 DJ Delorie <dj@redhat.com>
3541
3542 * configure.in: Fix typo for mep's target_makefile_frag.
3543 * configure: Regenerated.
3544
3545 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3546
3547 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3548 * configure: Regenerate.
3549
3550 2001-09-19 DJ Delorie <dj@redhat.com>
3551
3552 * configure.in (target_makefile_frag): use mt-mep
3553
3554 2001-06-12 Don Howard <dhoward@redhat.com>
3555
3556 * configure.in: Remove gdb from MeP skip list.
3557
3558 2001-04-05 DJ Delorie <dj@redhat.com>
3559
3560 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3561
3562 2001-03-20 Ben Elliston <bje@redhat.com>
3563
3564 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3565
3566 2001-03-19 Ben Elliston <bje@redhat.com>
3567
3568 * config.sub (mep, mep-*): Add.
3569
3570 2007-01-31 Andreas Schwab <schwab@suse.de>
3571
3572 * Makefile.tpl (LDFLAGS): Substitute it.
3573 * Makefile.in: Regenerate.
3574
3575 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3576
3577 * configure.in: Change == to = in test command.
3578 * configure: Regenerate.
3579
3580 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3581 Nick Clifton <nickc@redhat.com>
3582 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3583
3584 * configure.in (build_configargs, host_configargs, target_configargs):
3585 Remove build/host/target parameters.
3586 (host_libs): Add gmp and mpfr.
3587 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3588 * Makefile.def (gmp, mpfr): New.
3589 (gcc): Remove target.
3590 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3591 target_os, target_vendor): New.
3592 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3593 * configure: Regenerate.
3594 * Makefile.in: Regenerate.
3595
3596 2007-01-11 Matt Fago <fago@earthlink.net>
3597
3598 * configure.in: Try to link to functions only in mpfr 2.2.x
3599 to improve robustness of configure tests.
3600 * configure: Regenerate.
3601
3602 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3603
3604 * configure.in: Add support for an x86_64-mingw* target.
3605 * configure: Regenerate.
3606
3607 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3608
3609 * Makefile.tpl (all-target): Correct @if conditional for target
3610 modules.
3611 * configure.in: Omit libiberty if building only target libgcc.
3612 * configure, Makefile.in: Regenerated.
3613
3614 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3615
3616 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3617 * configure: Regenerate.
3618
3619 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3620
3621 * Makefile.def (target_modules): Add libgcc.
3622 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3623 * Makefile.tpl (clean-target-libgcc): Delete.
3624 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3625 on gcc even for bootstrapped modules. Rewrite handling of
3626 lang_env_dependencies to loop over target_modules.
3627 * configure.in (target_libraries): Add target-libgcc.
3628 * Makefile.in, configure: Regenerated.
3629
3630 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3631
3632 Sync with gcc:
3633 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3634
3635 * configure.in: Reorganize recognition of languages. Add
3636 --enable-stage1-languages. Show supported languages for the chosen
3637 target rather than all recognized languages.
3638 * configure: Regenerate.
3639
3640 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3641
3642 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3643 * Makefile.in: Regenerate.
3644
3645 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3646
3647 * configure.in: Warn that MPFR 2.2.0 is buggy.
3648 * configure: Regenerate.
3649
3650 2006-12-27 Ian Lance Taylor <iant@google.com>
3651
3652 * configure.in: When removing Makefiles to force a reconfigure, also
3653 remove prev-DIR*/Makefile.
3654 * configure: Regenerate.
3655
3656 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3657
3658 * config.bfd: Recognize fido.
3659
3660 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3661
3662 Sync with gcc:
3663
3664 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3665
3666 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3667 it only affects bootstrap and could be tested on "$host" as well.
3668 * configure: Regenerate.
3669 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3670
3671 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3672
3673 PR bootstrap/29544
3674 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3675 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3676 move here comment from Makefile.tpl.
3677 * Makefile.tpl: Move some definitions higher in the file.
3678 (STAGE1_CHECKING): New.
3679 * configure.in: Add --enable-stage1-checking.
3680 * configure: Regenerate.
3681 * Makefile.in: Regenerate.
3682
3683 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3684
3685 * configure.in: Update error message for missing GMP/MPFR.
3686
3687 * configure: Regenerate.
3688
3689 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3690
3691 * configure.in: Update MPFR version in error message.
3692
3693 * configure: Regenerate.
3694
3695 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3696
3697 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3698 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3699 --with-gmp-lib): New flags.
3700
3701 * configure: Regenerate.
3702
3703 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3704
3705 PR bootstrap/30134
3706 * configure.in: Correct x86 darwin support for libjava to powerpc
3707 and i?86 only.
3708 * configure: Regenerate.
3709
3710 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3711
3712 * configure.in: Handle spu makefile frag.
3713 * Makefile.tpl (MAINT): Define
3714 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3715 * configure: Regenerate.
3716 * Makefile.in: Regenerate.
3717
3718 2006-12-11 Ben Elliston <bje@au.ibm.com>
3719
3720 * config.sub, config.guess: Update from upstream sources.
3721
3722 2006-12-11 Ben Elliston <bje@au.ibm.com>
3723
3724 * configure.in: Sync with GCC (spu-*-*).
3725 * configure: Sync with GCC.
3726
3727 2006-12-07 Mike Stump <mrs@apple.com>
3728
3729 * Makefile.def (dependencies): Add dependency for
3730 install-target-libssp and install-target-libgomp on
3731 install-gcc.
3732 * Makefile.in: Regenerate.
3733
3734 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3735
3736 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3737 (unstage): Test for stage_last presence.
3738
3739 PR bootstrap/29802
3740 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3741 * Makefile.in: Regenerate.
3742
3743 2006-11-14 DJ Delorie <dj@redhat.com>
3744
3745 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3746 * Makefile.in: Sync with GCC.
3747 * configure.in: Sync with GCC (mpfr, gmp).
3748 * configure: Sync with GCC.
3749
3750 2006-11-08 Jie Zhang <jie.zhang@analog.com>
3751
3752 * configure.in: Remove target-libgloss from noconfigdirs for
3753 bfin-*-*.
3754 * configure: Regenerated.
3755
3756 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3757
3758 * COPYING.NEWLIB: Add spu license.
3759 * COPYING.LIBGLOSS: Ditto.
3760
3761 2006-10-17 Brooks Moses <bmoses@stanford.edu>
3762
3763 * Makefile.def: Added pdf target handling.
3764 * Makefile.tpl: Added pdf target handling.
3765 * Makefile.in: Regenerated.
3766
3767 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3768
3769 * COPYING.NEWLIB: Updated.
3770 * COPYING.LIBGLOSS: Ditto.
3771
3772 2006-09-27 Dave Brolley <brolley@redhat.com>
3773
3774 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3775 $s instead of $r.
3776 * configure: Regenerated.
3777
3778 2006-09-26 Ben Elliston <bje@au.ibm.com>
3779
3780 * config.sub, config.guess: Update from upstream sources.
3781
3782 2006-09-20 Thiemo Seufer <ths@mips.com>
3783
3784 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3785 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3786 * configure: Regenerate.
3787
3788 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3789
3790 * configure.in: Never build newlib for a Mingw host.
3791 Never build newlib as Mingw target library.
3792 Test the existence of winsup/cygwin for building a Cygwin newlib,
3793 rather than just winsup.
3794 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3795 building a Mingw target.
3796 * configure: Regenerate.
3797
3798 2006-08-15 Thiemo Seufer <ths@mips.com>
3799 Nigel Stephens <nigel@mips.com>
3800 David Ung <davidu@mips.com>
3801
3802 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3803
3804 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3805
3806 Sync from GCC:
3807 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3808
3809 PR bootstrap/18058
3810 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3811 if the bootstrap compiler is a GCC version that supports it.
3812 * configure: Regenerate.
3813
3814 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3817 * configure: Regenerated.
3818
3819 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3820
3821 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3822 for stages after the first.
3823
3824 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3825
3826 * Makefile.def: Add dependencies for configure-opcodes
3827 on configure-intl and all-opcodes on all-intl.
3828 * Makefile.in: Regenerated.
3829
3830 2006-07-04 Peter O'Gorman <peter@pogma.com>
3831
3832 * ltconfig: chmod 644 before ranlib during install.
3833
3834 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3835
3836 * configure.in: Fix thinkos in previous check-in.
3837 * configure: Regenerate.
3838
3839 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3840
3841 Sync from gcc:
3842
3843 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3844
3845 PR other/27063
3846 * configure.in: Test subdir_requires and give an appropriate
3847 error message.
3848 * configure: Regenerate.
3849
3850 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3851
3852 PR target/27540
3853 * configure.in: Only enable libgomp on IRIX 6.
3854 * configure: Regenerate.
3855
3856 2006-06-20 David Ayers <d.ayers@inode.at>
3857
3858 PR bootstrap/28072
3859 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3860 whether target-libjava is being configured instead of whether the
3861 java front end is enabled.
3862 * configure: Regenerate.
3863
3864 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3865
3866 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3867 to R_ARM_LDC_SB_G{0,1,2} respectively.
3868
3869 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3870
3871 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3872 too.
3873 * Makefile.in: Regenerate.
3874
3875 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3876
3877 Sync from gcc:
3878
3879 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3880 * configure.in: Don't enable libgomp on hpux10.
3881 * configure: Rebuilt.
3882
3883 2006-06-13 David Ayers <d.ayers@inode.at>
3884
3885 Sync from gcc:
3886
3887 2006-06-12 David Ayers <d.ayers@inode.at>
3888
3889 PR bootstrap/27963
3890 PR target/19970
3891 * configure.in: Remove target-boehm-gc from noconfigdirs where
3892 ${libgcj} is specified.
3893 * configure: Regenerate.
3894
3895 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3896
3897 Sync from gcc:
3898
3899 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3900 Andreas Schwab <schwab@suse.de>
3901
3902 PR bootstrap/18033
3903 * config-ml.in: Eval option if surrounded by single quotes.
3904
3905 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3906
3907 Sync from gcc:
3908
3909 2006-06-06 David Ayers <d.ayers@inode.at>
3910
3911 PR libobjc/13946
3912 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3913 * Makefile.in: Regenerate.
3914 * configure.in: Add --enable-objc-gc at toplevel and have it
3915 enable boehm-gc for Objective-C.
3916 Remove target-boehm-gc from libgcj.
3917 Add target-boehm-gc to target_libraries.
3918 Add target-boehm-gc to noconfigdirs where ${libgcj}
3919 is specified.
3920 Assert that boehm-gc is supported when requested for Objective-C.
3921 Only build boehm-gc if needed either for Java or Objective-C.
3922 * configure: Regenerate.
3923
3924 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3925
3926 PR 27674
3927 * Makefile.tpl (configure-[+prefix+][+module+],
3928 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3929 Remove rule to unstage bootstrapped modules.
3930 (stage_current): New.
3931 * Makefile.in: Regenerate.
3932
3933 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3934 Andreas Tobler <a.tobler@schweiz.ch>
3935
3936 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3937 * configure: Rebuilt.
3938
3939 Revert
3940 2006-01-31 Richard Guenther <rguenther@suse.de>
3941 Paolo Bonzini <bonzini@gnu.org>
3942
3943 * Makefile.def (target_modules): Add libgcc-math target module.
3944 * configure.in (target_libraries): Add libgcc-math target library.
3945 (--enable-libgcc-math): New configure switch.
3946 * Makefile.in: Re-generate.
3947 * configure: Re-generate.
3948
3949 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3950
3951 * config-ml.in: Alter CCASFLAGS to include special
3952 multilib options the same as is done for CFLAGS.
3953
3954 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * Makefile.def: Added dependencies from sim and gdb on intl, and
3957 added configure dependencies to everything with an all dependency
3958 on intl.
3959 * gettext.m4: Removed.
3960 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3961 (GDB_SUPPORT_DIRS): Add intl.
3962 * Makefile.in: Regenerated.
3963
3964 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3965
3966 * src-release (DEVO_SUPPORT): Add config.rpath.
3967
3968 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3969
3970 * Makefile.def (bfd, opcodes): Fix lib_path.
3971 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3972 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3973 * Makefile.in: Regenerate.
3974
3975 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3976
3977 * configure.in: Enable gprof for cross builds.
3978 * configure: Regenerate.
3979
3980 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3981
3982 * src-release (MAKEINFOFLAGS): Define.
3983 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3984
3985 2006-05-14 Ben Elliston <bje@au.ibm.com>
3986
3987 * config.sub, config.guess: Update from upstream sources.
3988
3989 2006-05-12 Ben Elliston <bje@au.ibm.com>
3990
3991 * config.sub, config.guess: Update from upstream sources.
3992
3993 2006-05-04 Steve Ellcey <sje@cup.hp.com>
3994
3995 * blt, iwidgets, mmalloc: Remove directories.
3996
3997 2006-05-01 DJ Delorie <dj@redhat.com>
3998
3999 * configure.in: Restore CFLAGS if GMP isn't present.
4000 * configure: Regenerate.
4001
4002 2006-04-18 DJ Delorie <dj@redhat.com>
4003
4004 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4005 reference libgloss so that libssp can be built in a combined
4006 tree.
4007 * configure: Regenerate.
4008
4009 2006-04-10 Ben Elliston <bje@au.ibm.com>
4010
4011 * contrib: Remove directory.
4012
4013 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4014
4015 * Makefile.tpl: Add install-html target.
4016 * Makefile.def: Add install-html target.
4017 * Makefile.in: Regenerate.
4018 * configure.in: Add --with-datarootdir, --with-docdir,
4019 and --with-htmldir options.
4020 * configure: Regenerate.
4021
4022 2006-03-31 Ben Elliston <bje@au.ibm.com>
4023
4024 PR binutils/1860
4025 * configure.in: Require makeinfo 4.4 or higher.
4026 * configure: Regenerate.
4027
4028 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4029
4030 * Makefile.in: Regenerate.
4031
4032 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
4033
4034 Sync with gcc:
4035 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4036
4037 * configure.in: Handle --disable-<component> generically.
4038 * configure: Regenerate.
4039
4040 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
4041
4042 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4043 (TARGET_CONFIGDIRS): Remove.
4044 * configure.in: Remove AC_SUBST(target_configdirs).
4045 * Makefile.in, configure: Regenerated.
4046
4047
4048 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4049
4050 PR libgcj/17311
4051 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4052
4053 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4054
4055 PR bootstrap/25670
4056
4057 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4058
4059 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4060 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4061 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4062 BUILD_PREFIX, BUILD_PREFIX_1.
4063 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4064
4065 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4066 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4067
4068 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4069 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4070 of `cat stage_current`. Always provide the `r' and `s' variables.
4071 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4072 a single shell execution.
4073 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4074 bootstrapped modules, make the stage1 module if the build was not
4075 started yet, else build the current stage.
4076 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4077 (all-build, all-host, all-target, [+make_target+]-host,
4078 [+make_target+]-target): Do not use \-continued lines.
4079 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4080 (current_stage, restrap, stage_last): New.
4081
4082 * Makefile.in: Regenerate.
4083 * configure: Regenerate.
4084
4085 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4086
4087 Sync from gcc:
4088
4089 2006-01-31 Richard Guenther <rguenther@suse.de>
4090 Paolo Bonzini <bonzini@gnu.org>
4091
4092 * Makefile.def (target_modules): Add libgcc-math target module.
4093 * configure.in (target_libraries): Add libgcc-math target library.
4094 (--enable-libgcc-math): New configure switch.
4095 * Makefile.in: Re-generate.
4096 * configure: Re-generate.
4097 * libgcc-math: New toplevel directory.
4098
4099 2006-01-18 Richard Henderson <rth@redhat.com>
4100 Jakub Jelinek <jakub@redhat.com>
4101 Diego Novillo <dnovillo@redhat.com>
4102
4103 * libgomp: New directory.
4104 * Makefile.def: Add target_module libgomp.
4105 * Makefile.in: Regenerate.
4106 * configure.in (target_libraries): Add target-libgomp.
4107 * configure: Regenerate.
4108
4109 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4110 Andreas Schwab <schwab@suse.de>
4111
4112 * configure: Regenerate.
4113
4114 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4115
4116 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4117 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4118 the assembler, linker and binutils.
4119 * configure: Regenerate.
4120
4121 2006-01-16 Nick Clifton <nickc@redhat.com>
4122
4123 * config.sub, config.guess: Sync from config repository.
4124
4125 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4126
4127 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4128 @ from continuation.
4129 * Makefile.in: Rebuilt.
4130
4131 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4132
4133 Sync from gcc:
4134
4135 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4136
4137 PR bootstrap/24252
4138
4139 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4140 * Makefile.tpl (OBJDUMP): New.
4141 (EXTRA_HOST_FLAGS): Add it.
4142 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4143
4144 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4145 to use symbolic links between directories. Avoid race conditions
4146 or make them harmless.
4147 * configure.in: Do not try to use symbolic links between directories.
4148
4149 * Makefile.def (LEAN): Pass.
4150 * Makefile.tpl (LEAN): Define.
4151 (stage[+id+]-start): Accept that the previous directory does not
4152 exist, if the bootstrap is lean.
4153 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4154 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4155 configure substitution.
4156 ([+compare-target+]): Likewise.
4157 ([+bootstrap-target+]-lean): New.
4158 * configure.in: Remove lean bootstrap support from here.
4159
4160 * Makefile.in: Regenerate.
4161 * configure: Regenerate.
4162
4163 2006-01-02 Andreas Schwab <schwab@suse.de>
4164
4165 * configure.in: When reconfiguring remove Makefile in
4166 all stage directories.
4167 * configure: Regenerate.
4168
4169 2005-12-27 Leif Ekblad <leif@rdos.net>
4170
4171 * configure.in: Add support for RDOS target.
4172 * configure: Regenerate.
4173
4174 2005-12-27 Nick Clifton <nickc@redhat.com>
4175
4176 PR binutils/1990
4177 * libtool.m4: Synchronize with version in GCC sources.
4178
4179 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4180
4181 Revert Ada-related part of the previous change.
4182
4183 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4184 Do not pass.
4185 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4186 * Makefile.in: Regenerate.
4187 * configure.in: Do not include mt-ppc-aix target fragment.
4188 * configure: Regenerate.
4189
4190 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4191
4192 * configure.in: Select appropriate fragments for PowerPC/AIX.
4193 * configure: Regenerate.
4194
4195 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4196 BOOT_CFLAGS, BOOT_LDFLAGS.
4197 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4198 BOOT_CFLAGS, BOOT_LDFLAGS.
4199 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4200 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4201 (stage): Fail if we cannot complete the work.
4202 * Makefile.in: Regenerate.
4203
4204 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4205
4206 * COPYING.NEWLIB: Update copyright year for default
4207 copyright.
4208
4209 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4210
4211 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4212 install-host-nogcc): Don't invoke $(stage) at the end.
4213 * Makefile.in: Regenerate.
4214
4215 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4216
4217 * configure.in: Flip the top-level bootstrap switch.
4218 * configure: Regenerate.
4219
4220 Merge from gcc:
4221
4222 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4223
4224 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4225 $(stage) and $(unstage).
4226 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4227 (all): Remove stray semicolon.
4228 (local-distclean): Don't handle multilib.tmp and multilib.out.
4229 (install.all): Set $s for consistency.
4230 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4231 check_multilibs setting. Always make the install directory.
4232 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4233 Correct @if/@endif.
4234 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4235 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4236 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4237 (multilib.out): Remove.
4238 * Makefile.in: Regenerated.
4239
4240 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4241
4242 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4243 * configure.in: Replace ms1 arch with mt.
4244 * configure: Rebuilt.
4245
4246 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4247
4248 Sync with gcc:
4249
4250 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4251
4252 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4253 * configure.in: Replace ms1 arch with mt.
4254 * configure: Rebuilt.
4255
4256 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4257
4258 Sync with gcc:
4259
4260 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4261
4262 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4263 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4264 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4265 Find in-tree tools if available.
4266 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4267 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4268 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4269 (COMPILER_*_FOR_TARGET): New.
4270 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4271 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4272 (CONFIGURED_*, USUAL_*): Remove.
4273 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4274 STRIP): Use autoconf substitutions.
4275 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4276 COMPILER_NM_FOR_TARGET): New.
4277 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4278
4279 (all): Make all-host and all-target in parallel.
4280 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4281 that $$r and $$s are set before invoking a recursive make.
4282 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4283 ([+bootstrap-target+]): Inline most of the `all' target.
4284
4285 2005-11-29 Ben Elliston <bje@au.ibm.com>
4286
4287 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4288 from the gcc build directory.
4289 * Makefile.in: Regenerate.
4290
4291 2005-11-29 Ben Elliston <bje@au.ibm.com>
4292
4293 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4294 depend on all-libdecnumber.
4295 * configure.in (host_libs): Include libdecnumber.
4296 * Makefile.in: Regenerate.
4297 * configure: Likewise.
4298
4299 2005-11-21 Kean Johnston <jkj@sco.com>
4300
4301 * config.sub, config.guess: Sync from upstream sources.
4302
4303 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4304
4305 * Makefile.def: Remove gdb dependencies for gdbtk.
4306 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4307 (configure-gdb, install-gdb): New rules.
4308 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4309 * Makefile.in, configure: Regenerated.
4310
4311 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4312
4313 PR bootstrap/24297
4314 * Makefile.tpl (do-[+make-target+], do-check, install,
4315 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4316 are set before recursing.
4317 * Makefile.in: Regenerate.
4318
4319 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4320
4321 PR bootstrap/18939
4322 * Makefile.def (gcc) <target>: Fix thinko.
4323 * Makefile.in: Regenerate.
4324
4325 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4326
4327 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4328 * configure: Regenerate.
4329
4330 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4331
4332 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4333 target-libffi, target-qthreads, target-libjava, and
4334 targetlibobjc.
4335 * configure: Regenerate.
4336
4337 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4338
4339 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4340 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4341 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4342 (USUAL_OBJDUMP_FOR_TARGET): New.
4343 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4344 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4345 * configure, Makefile.in: Regenerated.
4346
4347 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4348
4349 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4350 before other host packages.
4351
4352 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4353
4354 PR bootstrap/22340
4355
4356 * configure.in (default_target): Remove.
4357 * Makefile.tpl (all): Do not use prerequisites as subroutines
4358 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4359 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4360 use prerequisites as subroutines.
4361 (check-host, check-target): New.
4362 (bootstrap configure & all targets): Do not use stage*-start
4363 if the directory layout is already ok.
4364 (non-bootstrap configure & all targets): Prepend a $(unstage).
4365 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4366 (NOTPARALLEL): Remove.
4367 (unstage, stage variables): New variables.
4368 (unstage, stage targets): Simply expand to those variables.
4369
4370 * configure: Regenerate.
4371 * Makefile.in: Regenerate.
4372
4373 2005-10-04 James E Wilson <wilson@specifix.com>
4374
4375 * Makefile.def (lang_env_dependencies): Add libmudflap.
4376 * Makefile.in: Regenerate.
4377
4378 2005-10-03 Catherine Moore <clm@cm00re.com>
4379
4380 * configure.in (bfin-*-*): Support bfin.
4381 * configure: Regenerated.
4382
4383 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4384
4385 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4386 * configure: Regenerated.
4387
4388 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4389
4390 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4391 (LIPO_FOR_TARGET): New.
4392 (CONFIGURED_LIPO_FOR_TARGET): New.
4393 (USUAL_LIPO_FOR_TARGET): New.
4394 (STRIP_FOR_TARGET): New.
4395 (CONFIGURED_STRIP_FOR_TARGET): New.
4396 (USUAL_STRIP_FOR_TARGET): New.
4397 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4398 STRIP_FOR_TARGET.
4399 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4400 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4401 * Makefile.in: Regenerate.
4402 * configure: Regenerate.
4403
4404 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4405
4406 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4407 (rs6000-*-aix*): Same.
4408 * configure: Regenerate.
4409
4410 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4411
4412 * configure.in: Recognize f95 in the --enable-languages option,
4413 and substitute it for fortran, issuing a warning.
4414 * configure: Regenerate.
4415
4416 2005-09-07 Ben Elliston <bje@au.ibm.com>
4417
4418 Import from Autoconf sources:
4419
4420 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4421 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4422 Elliston. Handle weird characters correctly.
4423
4424 2005-08-30 Phil Edwards <phil@codesourcery.com>
4425
4426 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4427 * configure: Regenerated.
4428
4429 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4430
4431 * Makefile.def (libssp): Add to lang_env_dependencies.
4432 * Makefile.in: Regenerate.
4433
4434 2005-08-17 Christian Groessler <chris@groessler.org>
4435
4436 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4437 * Makefile.in: Regenerate.
4438
4439 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4440
4441 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4442 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4443 Look for alternate names of the target cc and c++
4444 * configure: Regenerate.
4445
4446 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4447
4448 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4449 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4450 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4451 tools; remove code to manually set them.
4452 (Target tools): Look in the environment for them.
4453 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4454 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4455 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4456 build directory.
4457 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4458 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4459 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4460 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4461 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4462 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4463 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4464 * configure: Regenerate.
4465 * Makefile.in: Regenerate.
4466
4467 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4468
4469 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4470 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4471 * Makefile.in: Regenerated.
4472
4473 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4474
4475 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4476 (CFLAGS_FOR_TARGET): Use it.
4477 (CXXFLAGS_FOR_TARGET): Likewise.
4478 * Makefile.in: Regenerated.
4479 * configure.in (--with-build-sysroot): New option.
4480 * configure: Regenerated.
4481
4482 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4483
4484 * Makefile.tpl: Wrap install between unstage and stage
4485 * Makefile.in: Regenerate.
4486
4487 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4488
4489 * all files: Update FSF address.
4490
4491 2005-07-14 Jim Blandy <jimb@redhat.com>
4492
4493 * configure.in: Add cases for Renesas m32c.
4494 * configure: Regenerated.
4495
4496 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4497
4498 * COPYING, compile, config-ml.in, config.guess,
4499 config.sub, install-sh, missing, mkinstalldirs,
4500 symlink-tree, ylwrap: Sync from upstream sources.
4501
4502 2005-07-13 Eric Christopher <echristo@redhat.com>
4503
4504 * configure.in: Add toplevel noconfigdir support for tpf.
4505 * configure: Regenerate.
4506
4507 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4508
4509 * Makefile.def (target_modules): Add libssp.
4510 * configure.in (target_libraries): Add target-libssp.
4511 * configure: Rebuilt.
4512 * Makefile.in: Rebuilt.
4513
4514 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4515
4516 PR ada/22340
4517
4518 * Makefile.def: Sync with gcc.
4519 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4520 * Makefile.in: Regenerate.
4521
4522 2005-07-07 Andreas Schwab <schwab@suse.de>
4523
4524 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4525 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4526 * Makefile.in: Regenerated.
4527
4528 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4529
4530 * configure.in: Add --enable-libssp and --disable-libssp.
4531 * configure: Regenerate with autoconf-2.13.
4532
4533 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4534
4535 * configure.in: Don't build sim or rda when targetting darwin.
4536 * configure: Regenerate.
4537
4538 2005-07-04 Ben Elliston <bje@gnu.org>
4539
4540 * src-release (do-proto-toplev): Remove dejagnu bits.
4541 (DEJAGNU_SUPPORT_DIRS): Remove.
4542 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4543 (GDBD_SUPPORT_DIRS): Likewise.
4544 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4545 (INSIGHTD_SUPPORT_DIRS): Likewise.
4546 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4547
4548 2005-06-30 Ben Elliston <bje@gnu.org>
4549
4550 * setup.com (mpw): Remove unused directive.
4551
4552 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4553
4554 * Makefile.def (stagefeedback): Come after profile.
4555 Define profiledbootstrap target.
4556 * Makefile.tpl (profiledbootstrap): Remove.
4557 (stageprofile-end): Zap stagefeedback.
4558 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4559 * Makefile.in: Regenerate.
4560
4561 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4562
4563 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4564 In 'cpp' stanza, support '#line' as well as '# '.
4565
4566 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4567
4568 * configure.in (unsupported_languages): New macro.
4569 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4570 non-ported target libraries in noconfigdirs.
4571 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4572 non-linux-gnu. Remove libgcj_ex_libffi.
4573 <lang_frag loop>: Set add_this_lang=no if the language is in
4574 unsupported_languages.
4575 * configure: Regenerate.
4576
4577 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4578
4579 * configure.in: Fix typo in handling of --with-mpfr-dir.
4580 * configure: Regenerate.
4581
4582 2005-06-02 Jim Blandy <jimb@redhat.com>
4583
4584 * config.sub: Add cases for the Renesas m32c. (This patch has been
4585 accepted into the master sources.)
4586
4587 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4588 Michael Snyder <msnyder@redhat.com>
4589 Stan Cox <scox@redhat.com>
4590
4591 * configure.in: Set noconfigdirs for ms1.
4592
4593 * configure: Regenerate.
4594
4595 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4596
4597 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4598 (Dependencies): Consider target modules for bootstrap dependencies.
4599 Make target bootstrap modules depend on each stage's gcc.
4600 * Makefile.in: Regenerate.
4601
4602 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4603
4604 * Makefile.def (configure-gcc): Depend on binutils having been built.
4605 (all-gcc): No need to do it here.
4606 * Makefile.in: Regenerate.
4607
4608 2005-05-19 Paul Brook <paul@codesourcery.com>
4609
4610 * configure.in: Rewrite misleading error message when requested
4611 language cannot be built.
4612 * configure: Regenerate.
4613
4614 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4615
4616 * ylwrap: Import from Automake 1.9.5.
4617
4618 2005-05-04 Mike Stump <mrs@apple.com>
4619
4620 * configure.in: Always pass --target to target configures as
4621 otherwise rebuilds that do --recheck will fail.
4622 * configure: Rebuilt.
4623
4624 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4625
4626 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4627 STAGE_HOST_EXPORTS.
4628 (configure, all): Add bootstrap support.
4629 (Host modules, target modules): Pass post-stage1 flags and exports.
4630 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4631 * Makefile.in: Regenerate.
4632
4633 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4634
4635 Sync from gcc:
4636
4637 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4638
4639 * config.sub: Update from master copy.
4640
4641 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4642
4643 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4644 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4645 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4646 "*-*-elf" and "*-*-linux*".
4647 * configure: Regenerate.
4648
4649 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4650
4651 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4652 (TARGET_CONFIGARGS): Include --with-target-subdir.
4653 (configure, all): New macros. Use them throughout.
4654
4655 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4656
4657 * Makefile.tpl: Sync with gcc.
4658 * Makefile.in: Regenerate.
4659
4660 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4661
4662 * config/mh-mingw32: Delete.
4663 * configure.in: Don't use it.
4664 * configure: Regenerate.
4665
4666 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4667
4668 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4669 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4670 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4671 (HOST_LIB_PATH): Generate from Makefile.def.
4672 (TARGET_LIB_PATH): Likewise.
4673 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4674 * Makefile.in: Regenerate.
4675 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4676 (RPATH_ENVVAR): Include Darwin case.
4677 * configure: Regenerate.
4678
4679 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4680
4681 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4682 * configure: Regenerate.
4683
4684 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4685
4686 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4687 gcc_version, and gcc_version_trigger from set of flags to pass.
4688 * Makefile.tpl: Remove definitions of above variables.
4689 (config.status): Remove dependency on $(gcc_version_trigger).
4690 * Makefile.in: Regenerate.
4691 * configure.in: Do not reference config/gcc-version.m4 nor
4692 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4693 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4694 * configure: Regenerate.
4695
4696 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4697 Andrew Pinski <pinskia@physics.uc.edu>
4698
4699 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4700 * Makefile.in: Regenerate.
4701
4702 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4703
4704 PR libgcj/20160
4705 * ltmain.sh: Avoid creating archives with components that have
4706 duplicate basenames.
4707
4708 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4709
4710 PR bootstrap/20250
4711 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4712 instead of check.
4713 * Makefile.in: Regenerate.
4714
4715 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4716
4717 Sync from gcc.
4718
4719 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4720
4721 PR bootstrap/17383
4722 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4723 * Makefile.tpl (HOST_SUBDIR): New substitution.
4724 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4725 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4726 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4727 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4728 (Host modules, Bootstrapped modules): Use it.
4729 (Build modules, Target modules): Do not create symlink trees,
4730 always configure out-of-srcdir.
4731 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4732 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4733 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4734 $(HOST_SUBDIR). Create a symlink for host_subdir.
4735
4736 * Makefile.in: Regenerate.
4737 * configure: Regenerate.
4738
4739 Merged from libada-gnattools-branch:
4740 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4741
4742 * Makefile.def: Add gnattools as a module, depending on target-libada.
4743 * Makefile.in: Regenerate.
4744 * configure.in: Include gnattools in host_tools; disable it if ada
4745 is disabled.
4746 * configure: Regenerate.
4747
4748 2005-02-23 Nick Clifton <nickc@redhat.com>
4749
4750 * configure: Regenerate.
4751
4752 2005-02-22 Paul Schlie <schlie@comcast.net>
4753
4754 * configure.in: Allow darwin targeted ports to build tk, itcl and
4755 libgui.
4756
4757 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4758
4759 PR libgcj/10353
4760 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4761 * configure: Regenerate.
4762
4763 2005-02-08 Andrew Cagney <cagney@gnu.org>
4764
4765 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4766 gdb/ section. Update GDB's URL.
4767
4768 2005-01-31 Andrew Cagney <cagney@gnu.org>
4769
4770 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4771
4772 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4773
4774 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4775 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4776 target-libgloss when not *-*-elf and *-*-aout.
4777 * configure: Regenerate.
4778
4779 2005-01-27 Andrew Cagney <cagney@gnu.org>
4780
4781 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4782
4783 2005-01-24 Andrew Cagney <cagney@gnu.org>
4784
4785 * gettext.m4: Only fall back to ../intl/ when it's present.
4786
4787 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4788
4789 * install-sh, config.sub: Import from upstream.
4790
4791 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4792
4793 PR bootstrap/18222
4794 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4795 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4796 * Makefile.in: Regenerate.
4797
4798 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
4799
4800 Revert 2004-12-28 Makefile changes, a better fix will be
4801 applied to mainline and src after GCC 4.0 branches.
4802
4803 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4804
4805 PR bootstrap/17383
4806
4807 * Makefile.def (target_modules): Remove stage parameter,
4808 it is always true now.
4809 * Makefile.tpl (configure-build-[+module+],
4810 configure-target-[+module+]): Always build symlink tree
4811 for the directory and for include. BUILD_SUBDIR and
4812 TARGET_SUBDIR cannot be . anymore.
4813 * Makefile.in: Regenerate.
4814
4815 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4816
4817 Revert 2004-12-08 Makefile changes.
4818
4819 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4820
4821 * configure.in (sh64-*-*): Reenable gprof.
4822 * configure: Regenerate.
4823
4824 2004-12-09 Jim Blandy <jimb@redhat.com>
4825
4826 * MAINTAINERS: List 'depcomp' as part of automake.
4827
4828 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4829
4830 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4831 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4832 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4833 * Makefile.in: Regenerate.
4834
4835 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4836
4837 * Makefile.tpl: Generate normal dependencies if the LHS module is
4838 not bootstrapped.
4839 * Makefile.in: Regenerate.
4840
4841 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4842
4843 * configure.in: Include config/gxx-include-dir.m4. Use
4844 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4845 * configure: Regenerate.
4846
4847 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4848
4849 * config.if: Delete.
4850 * configure.in: Set libstdcxx_incdir directly.
4851 * configure: Regenerate.
4852 * MAINTAINERS: Remove mention of config.if.
4853 * src-release (DEVO_SUPPORT): Remove config.if.
4854
4855 2004-12-02 Eric Christopher <echristo@redhat.com>
4856
4857 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4858 of things to remove.
4859 * Makefile.in: Regenerate.
4860
4861 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4862
4863 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4864 * configure: Regenerate.
4865
4866 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4867
4868 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4869 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4870 * configure: Regenerate.
4871
4872 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4873
4874 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4875 (hppa*64*-*-*): Delete incorrect comment.
4876 * configure: Rebuilt.
4877
4878 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4879
4880 * install-sh, compile: Import from automake.
4881
4882 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4883
4884 * config.guess, config.sub: Import from savannnah.
4885
4886 2004-11-12 Mike Stump <mrs@apple.com>
4887
4888 * Makefile.def: Add html support.
4889 * Makefile.tpl: Likewise.
4890 * Makefile.in: Regenerate.
4891
4892 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4893
4894 PR 18423
4895 * configure.in: Remove all instances of build-fixincludes from
4896 noconfigdirs.
4897 (build_configargs): Supply --target to subdirectories.
4898 * configure: Regenerate.
4899
4900 * Makefile.def: Make gcc install depend on fixincludes install.
4901 * Makefile.in: Regenerate.
4902
4903 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4904
4905 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4906 target-libgfortran.
4907 * configure: Regenerate.
4908
4909 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4910
4911 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4912 like CC.
4913
4914 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4915
4916 * Makefile.def (host fixincludes): Specify missing targets.
4917 * Makefile.in: Regenerate.
4918
4919 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4920
4921 PR other/17783
4922 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4923 * configure: Regenerated.
4924
4925 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4926
4927 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4928 * configure: Regenerated.
4929
4930 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4931
4932 PR target/18151
4933 * configure.in (case ${target}): Do not build fixincludes for avr.
4934 * configure: Regenerated.
4935
4936 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4937
4938 * configure.in (case ${target}): Do not build fixincludes
4939 on platforms where it is not used.
4940 * configure: Regenerated.
4941
4942 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4943
4944 * configure.in: Use an absolute path to install-sh.
4945 * configure: Regenerated.
4946
4947 2004-10-19 Andrew Cagney <cagney@gnu.org>
4948
4949 * src-release (do-djunpack, do-md5sum): Install the generated file
4950 directly into the proto-toplev/ directory.
4951
4952 2004-10-19 Andrew Cagney <cagney@gnu.org>
4953
4954 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4955
4956 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4957
4958 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4959 * configure: Regenerate.
4960
4961 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4962
4963 Fix wrong conflict resolution in:
4964
4965 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4966
4967 * Makefile.in: Regenerate.
4968 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4969 in the recursive `make', instead of hardwiring `all'.
4970 (Autogenerated TARGET-* variables): New.
4971
4972 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4973
4974 Merged from GCC / libtool upstream:
4975 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4976 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4977 * ltcf-cxx.sh (tpf*): Likewise.
4978 * ltconfig (tpf*): Add TPF OS configuration support.
4979
4980 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4981
4982 * configure.in: Enable target-libgloss for crx-*-*.
4983 * configure: Regenerate.
4984
4985 2004-09-24 Michael Roth <mroth@nessie.de>
4986
4987 * configure.in (--without-headers): Add missing double quotes.
4988 * configure: Regenerate.
4989
4990 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4991
4992 * ylwrap: Revert to previous version.
4993
4994 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4995
4996 PR bootstrap/17369
4997 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4998 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4999 SET_GCC_LIB_PATH_CMD.
5000 (BASE_TARGET_EXPORTS): Likewise.
5001 * Makefile.in: Regenerated.
5002
5003 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5004 * configure: Regenerated.
5005
5006 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5007
5008 * config.guess: New upstream version
5009 * compile, depcomp, install-sh, ylwrap: Likewise.
5010
5011 2004-09-19 Roger Sayle <roger@eyesopen.com>
5012
5013 * config/mh-x86omitfp: New host makefile fragment. Add
5014 -fomit-frame-pointer to the default BOOT_CFLAGS.
5015 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5016 * configure: Regenerate.
5017
5018 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5019
5020 PR target/11572
5021 * configure.in (*-*-darwin*): Renable libobjc.
5022 * configure: Regenerate.
5023
5024 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5025
5026 * Makefile.def: Remove libbanshee.
5027 * Makefile.tpl: Ditto.
5028 * configure.in: Ditto.
5029 * Makefile.in: Regen.
5030 * configure: Ditto.
5031
5032 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5033
5034 * missing: Import latest version from master repository.
5035
5036 2004-09-04 Nick Clifton <nickc@redhat.com>
5037
5038 * config.sub: Import latest version from master repository.
5039 * config.guess: Likewise.
5040 This includes these changes:
5041
5042 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5043
5044 * config.sub: Handle crisv32, alias etraxfs.
5045 * config.guess (crisv32:Linux:*:*): Handle.
5046
5047 2004-08-13 Brad Smith <brad@comstyle.com>
5048
5049 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5050 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5051
5052 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5053
5054 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5055 assume the processor is a powerpc. This is because coreutils
5056 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5057 in this case, due to a MacOS X bug that causes
5058 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5059 to return a negative number.
5060 Problem reported by Petter Reinholdtsen in:
5061 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5062
5063 2004-07-19 Ben Elliston <bje@gnu.org>
5064
5065 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5066
5067 2004-06-24 Ben Elliston <bje@gnu.org>
5068
5069 * config.guess: Update copyright years.
5070 * config.sub: Likewise.
5071
5072 2004-06-22 Robert Millan <robertmh@gnu.org>
5073
5074 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5075 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5076
5077 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5078
5079 * config.guess (*:*VMS:*:*): New entry. Replaces
5080 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5081 manufacturer.
5082
5083 2004-06-22 Ben Elliston <bje@gnu.org>
5084
5085 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5086 * config.sub: Likewise.
5087
5088 2004-06-22 Ben Elliston <bje@gnu.org>
5089
5090 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5091 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5092
5093 2004-06-11 Ben Elliston <bje@gnu.org>
5094
5095 * config.guess (pegasos:OpenBSD:*:*): Remove.
5096
5097 2004-06-11 Ben Elliston <bje@gnu.org>
5098
5099 From Wouter Verhelst <wouter@grep.be>:
5100 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5101
5102 2004-06-11 Ben Elliston <bje@gnu.org>
5103
5104 * config.guess (luna88k:OpenBSD:*:*): New.
5105
5106 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5107
5108 * config.guess (m32r*:Linux:*:*): New case.
5109 * config.sub: Handle m32rle.
5110
5111 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5112
5113 From Jens Petersen <petersen@redhat.com>:
5114 * config.sub: Handle sparcv8.
5115
5116 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5117
5118 From Tom Smith <smith@cag.lkg.hp.com>:
5119 * config.guess: Version suffixes are equally significant on Tru64
5120 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5121 prefix of "P" (patched kernel).
5122
5123 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5124
5125 * config.sub: Add support for National Semiconductor CRX target.
5126
5127 2004-09-03 Jan Beulich <jbeulich@novell.com>
5128
5129 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5130 *-*-netware, but add target-libmudflap.
5131 Consolidate *-*-netware targets (of which really only i?86 exists)
5132 into a single entry.
5133 * configure: Likewise.
5134
5135 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5136
5137 * Makefile.tpl (sorry): Remove.
5138 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5139 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5140 (do-clean): Clean per-stage directories too.
5141 (do-distclean): Run distclean-stage1 too.
5142 (.NOTPARALLEL): Enable during toplevel bootstrap.
5143 (stage[+id+]-bubble): Enable parallel execution during
5144 the recursive invocation.
5145 * Makefile.in: Regenerate.
5146
5147 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5148
5149 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5150
5151 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5152 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5153 * configure: regenerate
5154 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5155 -mdynamic-no-pic
5156
5157 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5158
5159 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5160 include.
5161 * configure.in: Fix indentation.
5162 * configure: Regenerate.
5163
5164 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5165
5166 * Makefile.def (build_modules): Add fixincludes.
5167 (dependencies): Make gcc depend on fixincludes.
5168 * configure.in (build_tools): Add fixincludes.
5169 (build_configdirs): Always include build_libs.
5170 * Makefile.in: Regenerate.
5171 * configure: Regenerate.
5172
5173 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5174
5175 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5176 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5177 phony targets; do not generate timestamp files.
5178 (distclean-stageN): Remove references to their timestamp files.
5179 (restageN, touch-stageN): Remove.
5180 (stageN-bubble): Rewritten.
5181 (compare): Support lean bootstraps.
5182 * Makefile.in: Regenerate.
5183
5184 * configure.in: Only warn when bootstrapping but
5185 build != host or build != target. Support lean bootstraps.
5186 * configure: Regenerate.
5187
5188 Sync from gcc:
5189 2004-08-26 Phil Edwards <phil@codesourcery.com>
5190
5191 * configure.in: Give a better error message if GMP/MPFR are missing
5192 and a language needing them has been requested.
5193 * configure: Regenerated.
5194
5195 2004-08-25 Phil Edwards <phil@codesourcery.com>
5196
5197 * configure.in: Print a list of available language front-ends if
5198 a requested one is missing. Tidy stray tab characters.
5199 * configure: Regenerated.
5200
5201 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5202
5203 * Makefile.in: Regenerate.
5204 * configure: Regenerate.
5205
5206 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5207 stage_*_flags.
5208 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5209 for bootstrapped modules if toplevel bootstrap is going.
5210 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5211 modules. Adjust for changes in Makefile.def. Enable several
5212 rules even in non-bootstrap mode, just to avoid peppering the
5213 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5214 (stage-[+prev+]-bubble): Remove.
5215
5216 * Makefile.def (Dependencies): Depend on all-build-bison,
5217 all-build-flex, all-build-byacc, all-build-texinfo, rather
5218 than the host variations.
5219 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5220 with BUILD_SUBDIR.
5221 (BISON): Update for recent Bisons.
5222 (YACC): Fix typo.
5223 (cross): Depend on all-build.
5224 (all): Do not depend on all-build.
5225 (prebootstrap): Remove.
5226 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5227 (Prebootstrap dependencies): Add them to the per-stage targets
5228 and to all-prebootstrap.
5229 * configure.in (build_configdirs): Always enable build_tools.
5230 (BUILD_DIR_PREFIX): Remove.
5231
5232 * Makefile.def (gcc): Add target variable.
5233 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5234 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5235 in the recursive `make', instead of hardwiring `all'.
5236 (Autogenerated TARGET-* variables): New.
5237
5238 2004-08-17 Robert Millan <robertmh@gnu.org>
5239
5240 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5241 (instead of FreeBSD).
5242 * configure: Regenerate.
5243
5244 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5245
5246 * Makefile.def, configure.in, src-release: Remove useless, bogus
5247 references to tix.
5248 * Makefile.in, configure: Regenerate.
5249
5250 * src-release: Stop distributing mmalloc with gdb (which doesn't
5251 use it).
5252 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5253 * Makefile.in: Regenerate.
5254
5255 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5256
5257 * configure.in (arm*-*-eabi*): New target.
5258 * configure: Regenerate.
5259
5260 2004-08-01 Robert Millan <robertmh@gnu.org>
5261
5262 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5263 libmudflap for all GNU-based systems (with Glibc).
5264 * configure: Regenerate.
5265
5266 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5267
5268 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5269 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5270 (Dependencies): New section.
5271 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5272 (configure-target-[+module+]): Depend on maybe-all-gcc
5273 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5274 (toplevel profiledbootstrap): Fix dependencies.
5275 * Makefile.in: Regenerate.
5276
5277 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5278
5279 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5280 target-libiberty to noconfigdirs.
5281
5282 2004-08-03 Paul Brook <paul@codesourcery.com>
5283
5284 * configure.in: Check for MPFR as well as GMP.
5285 * configure: Regenerate.
5286
5287 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5288
5289 * Makefile.def (host-modules): Add gcc.
5290 * Makefile.in: Regenerate.
5291 * Makefile.tpl (sorry): New rule.
5292 (configure-host, all-host, [+make_target+]-host, do-check,
5293 install-host): Do not add gcc as a special case.
5294 (host modules): Add a small special-casing for gcc. Export
5295 extra_make_flags through the environment.
5296 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5297 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5298 other recursive targets for gcc): Remove.
5299
5300 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5301 (stage, unstage): New rules.
5302 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5303 distclean-stage[+id+]): Use stage_current.
5304 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5305 the stage*-start rules.
5306
5307 2004-07-19 Robert Millan <robertmh@gnu.org>
5308
5309 Synced from gcc:
5310
5311 2004-04-26 Robert Millan <robertmh@gnu.org>
5312
5313 Add patches from libtool CVS.
5314 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5315 * ltconfig: Likewise.
5316 * ltcf-c.sh: Likewise.
5317 * ltcf-cxx.sh: Likewise.
5318 * ltcf-gcj.sh: Likewise.
5319
5320 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5321
5322 * configure.in: Add noconfigdirs for crx-*-*.
5323 * configure: Regenerate.
5324
5325 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5326
5327 Synced from gcc:
5328
5329 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5330
5331 * configure.in: Build libmudflap by default on FreeBSD.
5332 * configure: Regenerated.
5333
5334 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5335
5336 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5337 systems.
5338 * configure: Regenerated.
5339
5340 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5341
5342 PR target/16344
5343 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5344 feedback based compiler.
5345 * Makefile.in: Rebuilt.
5346
5347 2004-07-05 Phil Edwards <phil@codesourcery.com>
5348
5349 * configure.in: Do not prepend $srcdir to /dev/null in
5350 makefile fragments.
5351 * configure: Regenerate.
5352
5353 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5354
5355 * Makefile.def (host_modules): Set bootstrap=true for flex.
5356 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5357 * Makefile.in: Rebuilt.
5358
5359 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5360
5361 * Makefile.def (build_modules): Add bison, byacc, flex,
5362 m4, texinfo.
5363 (flags_to_pass): Add FLEX.
5364 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5365 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5366 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5367 DEFAULT_MAKEINFO): Remove.
5368 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5369 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5370 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5371 objdir or else use configured tool.
5372 (all-build): New.
5373 (all): Depend on it.
5374 (Build module dependencies): Add.
5375 * Makefile.in: Regenerate.
5376 * configure.in: Better support for multiple build modules,
5377 matching what is done for host/target modules. Do not look
5378 for "plausible" locations of build tools if Canadian cross.
5379 Use autoconf's AC_PROG_CC to find a C compiler. Define
5380 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5381 * configure: Regenerate.
5382
5383 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5384
5385 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5386 * Makefile.in: Regenerate.
5387
5388 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5389
5390 * Makefile.tpl (configure-build-[+module+],
5391 configure-[+module+], configure-target-[+module+]): Pass
5392 [+extra_configure_args+].
5393 (all-build-[+module+], all-[+module+], check-[+module+],
5394 install-[+module+], [+make_target+]-[+module+],
5395 all-target-[+module+], check-target-[+module+],
5396 install-target-[+module+], [+make_target+]-target-[+module+]):
5397 Pass [+extra_make_args+].
5398 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5399 (GCC_HOST_EXPORTS): Remove.
5400 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5401 cross, check-gcc, check-gcc-c++, install-gcc,
5402 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5403 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5404 * Makefile.in: Regenerate.
5405
5406 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5407
5408 * configure.in: Check for srcdir/winsup rather than build directory
5409 winsup.
5410 * configure: Regenerate.
5411
5412 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5413
5414 * configure.in: Don't build Cygwin native newlib if winsup
5415 directory is missing. Emit warning instead.
5416 * configure: Regenerate.
5417
5418 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5419
5420 * Makefile.tpl (touch-stage[+id+]): New.
5421 (restage[+prev+]): Depend on touch-stage[+id+].
5422
5423 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5424 Use it throughout.
5425
5426 * Makefile.def: Add profile and feedback bootstrap stages.
5427 Remove next field from bootstrap stages.
5428 * Makefile.tpl (LN, LN_S): Substitute.
5429 (stageN-start, stageN-end): Use double-colon rules, to
5430 provide a hook for additional setup commands.
5431 (distclean-stageN-gcc, restageN): Create dependencies from
5432 [+prev+], not from [+next+].
5433 (stageN-bubble): Add commands for successive stages from
5434 [+prev+], using double-colon rules.
5435 (all-stageN-gcc): Fix typo.
5436 (stagefeedback-start, profiledbootstrap): New.
5437 * Makefile.in: Regenerate.
5438 * configure.in: Call ACX_PROG_LN.
5439 * configure: Regenerate.
5440
5441 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5442
5443 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5444 without gcc.
5445 * configure: Regenerate.
5446
5447 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5448
5449 * Makefile.tpl: Fix typo.
5450 * Makefile.in: Regenerate.
5451
5452 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5453
5454 * configure.in: Remove new- prefix from toplevel
5455 bootstrap targets.
5456 * configure: Regenerate.
5457
5458 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5459
5460 Merge this patch from the gcc tree:
5461
5462 2004-05-30 Andreas Jaeger <aj@suse.de>
5463 Jim Wilson <wilson@specifixinc.com>
5464
5465 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5466 like CC.
5467
5468 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5469
5470 * Makefile.tpl (all.normal): Rename to all.
5471 (all): Replace with a rule to pick the default
5472 target from configure.
5473 (all-gcc, configure-gcc): Use conditionals to
5474 do nothing when toplevel bootstrap is going on.
5475 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5476 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5477 * configure.in: Support --enable-bootstrap.
5478
5479 * Makefile.def: Remove new- prefix from toplevel
5480 bootstrap targets.
5481 * Makefile.tpl: Likewise.
5482
5483 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5484 target.
5485
5486 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5487 $(RECURSE_FLAGS) to recursive invocation of make.
5488
5489 * Makefile.in: Regenerate.
5490 * configure: Regenerate.
5491
5492 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5493
5494 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5495 * configure: Regenerate.
5496
5497 2004-05-25 Daniel Jacobowitz <drow@false.org>
5498
5499 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5500 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5501 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5502 targets.
5503 * Makefile.in: Regenerate.
5504
5505 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5506
5507 * configure.in: Test the ability to symlink directories.
5508 * configure: Regenerate.
5509
5510 * Makefile.def (bootstrap-stage): New definitions.
5511 * Makefile.tpl (configure-stage1-gcc,
5512 configure-stage2-gcc, configure-stage3-gcc,
5513 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5514 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5515 new-restage3, compare): Autogenerate, see Makefile.in
5516 entry for behavioral changes.
5517 (distclean-stage1, new-stage1-start, new-stage1-end,
5518 new-stage1-bubble, distclean-stage2, new-stage2-start,
5519 new-stage2-end, new-stage2-bubble, distclean-stage3,
5520 new-stage3-start, new-stage3-end): New autogenerated targets.
5521 (objext, prebootstrap, BOOT_CFLAGS,
5522 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5523 targets.
5524
5525 * Makefile.in: Regenerate.
5526 (distclean-stage1, new-stage1-start, new-stage1-end,
5527 new-stage1-bubble, distclean-stage2, new-stage2-start,
5528 new-stage2-end, new-stage2-bubble, distclean-stage3,
5529 new-stage3-start, new-stage3-end): New targets.
5530 (all-stage1-gcc): Move prebootstrap dependency from here...
5531 (configure-stage1-gcc): ...to here.
5532 (new-bootstrap): Use bubble targets.
5533 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5534 Use per-stage distclean targets.
5535 (configure-stage1-gcc, configure-stage2-gcc,
5536 configure-stage3-gcc, all-stage1-gcc,
5537 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5538 Use new-stageN-start to prepare the tree.
5539
5540 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5541
5542 * Makefile.def (host_modules): add libcpp.
5543 * Makefile.tpl: Add dependencies on and for libcpp.
5544 * Makefile.in: Regenerate.
5545 * configure.in: Add libcpp host module.
5546 * configure: Regenerate.
5547
5548 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5549
5550 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5551 of libf2c.
5552 * configure, Makefile.in: Regenerate.
5553
5554 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5555
5556 Merge from tree-ssa-20020619-branch.
5557
5558 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5559 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5560 (HOST_GMPLIBS): Define.
5561 (HOST_GMPINC): Define.
5562 (TARGET_LIB_PATH): Add libmudflap.
5563 (GFORTRAN_FOR_TARGET): Define.
5564 (configure-build*): Export GFORTRAN.
5565 (configure-gcc): Export GMPLIBS and GMPINC.
5566 (all-gcc): Add maybe-all-libbanshee.
5567 (configure-target-libgfortran): Define.
5568 * Makefile.in: Regenerate.
5569 * configure.in (host_libs): Add libbanshee.
5570 (target_libraries): Add target-libmudflap and target-libgfortran.
5571 Add --with-libbanshee.
5572 Handle --disable-libmudflap.
5573 (*-*-freebsd*): Use with_gmp.
5574 Add $(libgcj) to noconfigdirs.
5575 * configure: Regenerate.
5576 * depcomp: New file.
5577 * MAINTAINERS: Add tree-ssa maintainers.
5578
5579 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5580
5581 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5582 * configure: Regenerate.
5583
5584 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5585
5586 Revert:
5587 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5588
5589 * Makefile.def (flags_to_pass): Remove *dir variables that
5590 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5591 as well as prefix and exec_prefix.
5592 * Makefile.in: Regenerate.
5593
5594 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5595
5596 * Makefile.def (host_modules): Mark with the bootstrap
5597 flag packages on which gcc depends.
5598 * Makefile.tpl (all-bootstrap): Use it.
5599 * Makefile.in: Regenerate.
5600
5601 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5602
5603 * Makefile.def (flags_to_pass): Remove *dir variables that
5604 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5605 as well as prefix and exec_prefix.
5606 * Makefile.in: Regenerate.
5607
5608 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5609
5610 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5611 * configure: Regenerate.
5612 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5613 * gcc/Makefile.tpl (compare): Use the result of the test.
5614 * gcc/Makefile.in: Regenerate.
5615
5616 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5617
5618 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5619 Always relocate gcc and prev-gcc to the original names, even
5620 if the build fails.
5621 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5622 New targets.
5623
5624 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5625
5626 * configure.in (mips*-*-irix5*): Enable ld.
5627 * configure: Regenerate.
5628
5629 2004-04-15 James E Wilson <wilson@specifixinc.com>
5630
5631 * Makefile.tpl (configure-[+module+], configure-gcc,
5632 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5633 Set and export LDFLAGS.
5634 * Makefile.in: Regenerate.
5635
5636 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5637
5638 PR bootstrap/14871
5639 * Makefile.tpl: If we don't have built-in-tree target tools,
5640 use the ones found by configure rather than hacking around with
5641 program_transform_name.
5642 * configure.in: Give Makefile.tpl the information necessary
5643 to do that.
5644 * Makefile.in: Regenerate.
5645 * configure: Regenerate.
5646
5647 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5648
5649 PR bootstrap/14760
5650 * configure.in: When computing baseargs, strip *all* copies of
5651 offending options. Also, don't match/substitute the trailing space,
5652 so that this actually works when two similar options are separated by
5653 only one space.
5654 * configure: Regenerate.
5655
5656 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5657
5658 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5659 (rs6000-*-aix*): Same.
5660 * configure: Regenerate.
5661
5662 2004-03-25 Stan Shebs <shebs@apple.com>
5663
5664 Remove MPW support, no longer used.
5665 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5666 mpw-install: Remove files.
5667 * src-release (DEVO_SUPPORT): Remove names of removed files.
5668 * MAINTAINERS: Likewise.
5669
5670 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5671
5672 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5673 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5674 * Makefile.in: Regenerate.
5675
5676 * configure.in (top level bootstrap support): Rework --enable-werror
5677 to set @stage2_werror_flag@.
5678 * configure: Regenerate.
5679 * Makefile.tpl (top level bootstrap support): Pass
5680 @stage2_werror_flag@ down to configure in stages 2 and 3.
5681 * Makefile.in: Regenerate.
5682
5683 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5684
5685 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5686 for stages 2 and 3 as well as in make. As a consequence, remove
5687 OUTPUT_OPTION (now detected by configure) from the flags passed down
5688 to make.
5689 * Makefile.in: Regenerate.
5690
5691 * Makefile.tpl (new-bootstrap): Fix typo.
5692 * Makefile.in: Regenerate.
5693
5694 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5695
5696 * Makefile.tpl: Rearrange by moving recursive_targets rules
5697 into their proper sections.
5698 * Makefile.tpl (top level bootstrap support): Move disabling
5699 of coverage flags from 'make' to 'configure'; improve comments.
5700 * Makefile.in: Regenerate.
5701
5702 * Makefile.tpl (experimental top level bootstrap) Move stage1
5703 language setting from all- target to configure- target; disable
5704 intermodule optimization in stage 1; prevent gratuitous rebuilds
5705 of stage 1.
5706 * Makefile.in: Regenerate.
5707 * configure.in: Comma-separate stage 1 language list for top
5708 level bootstrap.
5709 * configure: Regenerate.
5710
5711 * Makefile.tpl: Clean up experimental top level bootstrap support:
5712 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5713 prev-gcc in configure- targets as well as all- targets.
5714 * Makefile.in: Regenerate.
5715
5716 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5717
5718 * configure.in: Remove symbolic link section.
5719 * configure: Regenerate.
5720 * Makefile.tpl (links): Remove.
5721 * Makefile.in: Regenerate.
5722
5723 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5724 Nathanael Nerode <neroden@gcc.gnu.org>
5725
5726 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5727 Set with AC_CHECK_PROGS.
5728 * configure.in: Fix comment typo from last patch.
5729 * configure: Regenerate.
5730
5731 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5732
5733 * Makefile.tpl: Introduce experimental top level bootstrap support.
5734 * Makefile.in: Regenerate.
5735 * configure.in: Introduce support for top level bootstrap.
5736 * configure: Regenerate.
5737
5738 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5739 Paolo Bonzini <bonzini@gnu.org>
5740
5741 PR bootstrap/14522
5742 * configure.in: Cope with shells that do not support unquoted ^
5743 * configure: Regenerate.
5744
5745 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5746 Paolo Bonzini <bonzini@gnu.org>
5747
5748 PR bootstrap/14522
5749 * configure.in: Cope with shell that do not support nesting
5750 quotes inside quoted backquote substitutions.
5751 * configure: Regenerate.
5752
5753 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5754
5755 PR bootstrap/14522
5756 * configure.in: Fix escaping of $.
5757 * configure: Regenerate.
5758
5759 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5760
5761 * configure: Regenerate.
5762
5763 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
5764
5765 PR ada/14131
5766 Move language detection to the top level.
5767 * configure.in: Find default values for the tools as
5768 soon as possible. Disable ada if GNAT is not found.
5769 Emit error message about missing languages. Expand
5770 --enable-languages=all for the gcc subdirectory.
5771
5772 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
5773
5774 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5775 and disable libgcj.
5776 * configure: Regenerated.
5777
5778 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5779
5780 PR bootstrap/7087
5781 * Makefile.tpl: Guard XFOO sed statements better.
5782 * Makefile.tpl: Add dependency for configure-target-libada.
5783 * Makefile.in: Regenerate (incidentally fixes broken
5784 commit when libada-branch was merged).
5785
5786 2004-02-28 Andrew Cagney <cagney@redhat.com>
5787
5788 * src-release (CVS_NAMES): Define.
5789 (do-tar, do-tar): Prune $(CVS_NAMES).
5790
5791 2004-02-23 Andrew Cagney <cagney@redhat.com>
5792
5793 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5794 2004-02-19.09.
5795
5796 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5797
5798 PR bootstrap/11932
5799 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5800
5801 2004-02-19 Andrew Cagney <cagney@redhat.com>
5802
5803 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5804 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5805
5806 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5807
5808 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5809 (rs6000-*-aix*): Same.
5810 * configure: Regenerate.
5811
5812 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5813
5814 * configure.in (host): Add in missing $noconfigdirs to defines.
5815 * configure: Regenerate.
5816
5817 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5818 Nathanael Nerode <neroden@gcc.gnu.org>
5819
5820 PR ada/6637, PR ada/5911
5821 Merge with libada-branch:
5822 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5823 with appropriate dependencies. Add --enable-libada configure switch.
5824 * configure, Makefile.in: Regenerate.
5825
5826 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5827
5828 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5829 * configure: Regenerate.
5830
5831 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5832
5833 * COPYING.NEWLIB: Update Red Hat license to 2004.
5834
5835 2004-01-23 DJ Delorie <dj@redhat.com>
5836
5837 * Makefile.def (target_modules) [libiberty]: Don't stage.
5838 * Makefile.in: Rebuilt.
5839
5840 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5841
5842 * COPYING.NEWLIB: Update to include copyrights for new
5843 iconv code.
5844
5845 2004-01-15 Andrew Cagney <cagney@redhat.com>
5846
5847 * src-release: Update copyright year.
5848 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5849 (NEWLIB_SUPPORT_DIRS): Delete macro.
5850 (newlib.tar.bz2): Delete rule.
5851
5852 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5853
5854 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5855 * Makefile.tpl (configure-target-[+module+]): Support stage.
5856 * Makefile.in: Rebuilt.
5857
5858 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5859
5860 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5861 throughout.
5862
5863 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5864
5865 * configure.in: Use ./config.cache, not config.cache.
5866 * configure: Regenerate.
5867 * Makefile.tpl: Special-casing not needed for GCC any more.
5868 * Makefile.in: Regenerate.
5869
5870 * configure.in: Don't share a cache file for host dirs.
5871 * configure: Regenerate.
5872
5873 * config-ml.in: Don't mess with the cache file.
5874
5875 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5876
5877 * Makefile.tpl: Make GCC use a separate config.cache.
5878 * Makefile.in: Regenerate.
5879
5880 PR bootstrap/11932, PR bootstrap/11933
5881 (I don't know if it will fix either of them, but it relates
5882 to them.)
5883 * configure.in: Don't use shared config.cache for target
5884 directories.
5885 * configure: Regenerate.
5886
5887 2003-12-31 Roger Sayle <roger@eyesopen.com>
5888
5889 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5890 * configure: Regenerated.
5891
5892 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5893
5894 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5895 * configure: Regenerated.
5896
5897 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5898
5899 Port change over from GCC:
5900 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5901 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5902 (configure-build-[+module+], configure-[+module+]): Likewise.
5903 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5904 * Makefile.in: Regenerate.
5905
5906 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5907
5908 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5909 * configure: Regenerate.
5910
5911 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5912
5913 * COPYING.NEWLIB: Add license info for long long routines added to
5914 stdlib.
5915
5916 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5917
5918 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5919 * Makefile.in: Regenerate.
5920
5921 2003-10-20 Phil Edwards <phil@codesourcery.com>
5922
5923 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5924 * configure: Regenerate.
5925
5926 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5927
5928 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5929 HOST_FLAGS_TO_PASS.
5930 * Makefile.in: Regenerate.
5931
5932 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5933
5934 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5935 * configure: Rebuilt
5936 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5937 * Makefile.in: Rebuilt
5938
5939 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5940
5941 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5942
5943 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
5944
5945 * config-ml.in: Use ac_configure_args directly instead of
5946 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5947 actually seen.
5948
5949 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5950
5951 * config-ml.in: Propagate INSTALL variables.
5952
5953 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
5954
5955 * configure.in: Pass a computed --program-transform-name
5956 to subconfigures.
5957 * configure: Regenerated.
5958
5959 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5960
5961 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5962 * Makefile.in: Regenerate.
5963
5964 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5965 * Makefile.in: Regenerate.
5966
5967 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
5968
5969 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5970 quoting.
5971 * configure: Regenerated.
5972
5973 2003-09-12 Michael Chastain <mec@shout.net>
5974
5975 Fix PR gdb/857.
5976 * src-release (do-proto-topleve): Remove junk files
5977 intl/config.cache, intl/config.status,
5978 intl/config.h, intl/stamp-h.
5979
5980 2003-09-14 Andrew Cagney <cagney@redhat.com>
5981
5982 * src-release (dejagnu.tar): New target.
5983 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5984 (do-djunpack): Use $(PACKAGE) for the package name.
5985
5986 2003-09-04 DJ Delorie <dj@redhat.com>
5987
5988 * configure: Regenerate.
5989
5990 2003-09-04 Robert Millan <robertmh@gnu.org>
5991
5992 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5993
5994 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5995
5996 * configure.in: Ensure arguments to sed are properly spaced.
5997 * configure: Regenerate.
5998
5999 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
6000
6001 Merge from gcc:
6002 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6003 * install-sh: Update to newer upstream versions (associated with
6004 aclocal 1.7).
6005 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6006
6007 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6008
6009 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6010 * configure: Regenerated.
6011
6012 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6013
6014 * configure.in: Use newline instead of semicolon when assuming
6015 shell arguments in a for loop.
6016 * configure: Regenerated.
6017
6018 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6019
6020 PR 8180
6021 * configure.in: When testing with_libs and with_headers, treat
6022 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6023 * configure: Regenerate.
6024
6025 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6026 make, shell, etc.
6027 (baseargs): Likewise.
6028 * configure: Regenerate.
6029
6030 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6031
6032 * configure.in: Disable libgcj for darwin not on powerpc.
6033 * configure: Rebuild.
6034
6035 2003-08-15 Michael Chastain <mec@shout.net>
6036
6037 * src-release (do-proto-toplev): Remove junk files
6038 dejagnu/example/calc/config.status,
6039 dejagnu/example/calc/config.log.
6040
6041 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6042
6043 * config-ml.in, symlink-tree: Add license.
6044
6045 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6046
6047 Merge from gcc:
6048
6049 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6050 * Makefile.tpl (check, check-c++): Express dependencies using
6051 dependencies rather than commands.
6052 * Makefile.in: Regenerate.
6053
6054 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6055 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6056 * Makefile.in: Update.
6057
6058 2003-08-01 Andrew Cagney <cagney@redhat.com>
6059
6060 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6061 * configure: Ditto.
6062
6063 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6064
6065 * configure.in: Enable libgcj for darwin.
6066 * configure: Rebuild.
6067
6068 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6069
6070 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6071
6072 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6073
6074 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6075 creating target and build subdirs to build all parent dirs as needed.
6076 * Makefile.in: Rebuild.
6077 * configure.in: Don't build dirs explicitly here.
6078 * configure: Rebuild.
6079
6080 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6081
6082 * Makefile.tpl (all-make): Depend on intl.
6083 * Makefile.in: Rebuilt.
6084
6085 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6086
6087 * config.if: Remove unused libc_interface determination.
6088
6089 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6090
6091 * Makefile.in: Regenerate, correctly this time.
6092
6093 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6094
6095 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6096 unused INSTALL_PROGRAM_ARGS.
6097 * configure.in: Use AC_PROG_INSTALL.
6098 * Makefile.in: Regenerate.
6099 * configure: Regenerate.
6100
6101 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6102
6103 * configure: Rebuilt.
6104 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6105 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6106 newlib nor libgloss.
6107 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6108 * configure.in (am33_2.0-*-linux*): Added.
6109
6110 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6111
6112 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6113 * configure: Regenerate.
6114
6115 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6116
6117 * config-ml.in: Replace PWD with PWD_COMMAND.
6118 * Makefile.tpl: Likewise.
6119 * Makefile.in: Regenerated.
6120
6121 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6122
6123 * configure.in: Clean up config-lang.in handling. Delete
6124 useless assignment to "subdirs".
6125 * configure: Regenerate.
6126
6127 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6128
6129 * configure.in: Rename 'target_libs' to 'target_libraries'.
6130 Remove useless reference to 'target_libs'.
6131 * configure: Regenerate.
6132
6133 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6134
6135 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6136 * Makefile.in: Regenerate.
6137
6138 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6139
6140 * Makefile.def: Introduce flags_to_pass.
6141 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6142 * Makefile.in: Regenerate.
6143
6144 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6145
6146 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6147 and target-libgloss.
6148 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6149 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6150 * configure: Regenerate.
6151
6152 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6153
6154 * configure.in: Update testsuite_flags to new location.
6155 * configure. Regenerate.
6156
6157 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6158
6159 * Makefile.tpl: Remove BUILD_CC stuff.
6160 * Makefile.in: Regenerate.
6161
6162 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6163
6164 * config.guess: Update to 2003-06-12 version.
6165 * config.sub: Update to 2003-06-13 version.
6166
6167 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6168
6169 * MAINTAINERS: Add myself as MIPS co-maintainer.
6170
6171 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6172
6173 * config.guess: Update to 2003-06-06 version.
6174 * config.sub: Update to 2003-06-06 version.
6175
6176 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6177
6178 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6179 * configure. Regenerate.
6180
6181 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6182
6183 * configure.in: Disable serial configure by default.
6184 * configure: Regenerate.
6185 * Makefile.tpl: Abolish .NOTPARALLEL.
6186 * Makefile.in: Regenerate.
6187
6188 * Makefile.tpl: Replace {build,host,target}_canonical by
6189 {build,host,target}.
6190 * Makefile.in: Regenerate.
6191
6192 * Makefile.tpl: Fix stupid pasto.
6193 * Makefile.in: Regenerate.
6194
6195 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6196
6197 * Makefile.tpl: Remove bogus conditional.
6198 * Makefile.in: Regenerate.
6199
6200 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6201
6202 * Makefile.tpl: Make 'recursive targets' using autogen rather
6203 than shell loop. Remove duplicate 'clean' targets and false
6204 comments.
6205 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6206 Add systematic method of specifying missing targets in subdirs.
6207 Add copyright boilerplate.
6208 * Makefile.in: Regenerate.
6209 * configure.in: Add 'recursive targets' to maybe list.
6210 * configure: Regenerate.
6211
6212 * Makefile.tpl: Rename [+target+] to [+make_target+].
6213 * Makefile.def: Rename 'target' to 'make_target'.
6214
6215 2003-05-30 Nick Clifton <nickc@redhat.com>
6216
6217 * README-maintainer-mode: Update URL for locating blessed config
6218 tools.
6219
6220 2003-05-29 Robert Millan <rmh@debian.org>
6221
6222 * ltconfig: Import this patch and modify for use with current
6223 version of ltconfig:
6224
6225 2003-05-21 Bruno Haible <bruno@clisp.org>
6226
6227 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6228 GNU/FreeBSD.
6229
6230 2003-05-28 DJ Delorie <dj@redhat.com>
6231
6232 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6233 * Makefile.in: Regenerate.
6234
6235 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6236
6237 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6238
6239 2003-05-21 DJ Delorie <dj@redhat.com>
6240
6241 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6242 newlib or libgloss.
6243 * Makefile.in: Regenerate.
6244
6245 2003-05-21 DJ Delorie <dj@redhat.com>
6246
6247 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6248 * Makefile.in: Regenerate.
6249
6250 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6251
6252 * configure.in: Use curly braces in the definition of tooldir.
6253 * configure: Regenerate.
6254
6255 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6256
6257 * configure.in: Switch more things to use maybe dependencies.
6258 * Makefile.tpl: Switch more things to use maybe dependencies.
6259 Factor out common code from autogen IF statements.
6260 * configure: Regenerate.
6261 * Makefile.in: Regenerate.
6262
6263 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6264
6265 * configure.in: Accept i[3456789]86 for machine type.
6266 * configure: Regenerate.
6267
6268 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6269
6270 * configure.in: Switch more things to use maybe dependencies.
6271 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6272 * configure: Regenerate.
6273 * Makefile.tpl: Switch more things to use maybe dependencies.
6274 * Makefile.in: Regenerate.
6275
6276 2003-05-16 Andreas Schwab <schwab@suse.de>
6277
6278 * Makefile.tpl (install-opcodes): Define.
6279 * Makefile.in: Rebuild.
6280
6281 2003-05-13 Andreas Jaeger <aj@suse.de>
6282
6283 * config.guess: Update to 2003-05-09 version.
6284 * config.sub: Update to 2003-05-09 version.
6285
6286 2003-05-13 Michael Eager <eager@mvista.com>
6287
6288 * configure.in: Correct sed script so that options in quotes are not
6289 deleted.
6290 * configure: Rebuild.
6291
6292 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6293
6294 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6295 and $$s/newlib/libc/sys/cygwin32 include paths.
6296 * configure: Ditto.
6297
6298 2003-05-05 H.J. Lu <hjl@gnu.org>
6299
6300 * config-ml.in: Restored from gcc repository.
6301
6302 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6303
6304 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6305 * Makefile.in: Regenerate.
6306
6307 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6308
6309 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6310 and Makefile.def.
6311
6312 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6313
6314 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6315 * Makefile.in: Regenerated.
6316
6317 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6318
6319 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6320 * Makefile.in: Regenerate.
6321
6322 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6323
6324 * configure.in (powerpc64*-*-linux*): Remove.
6325 * configure: Rebuilt.
6326
6327 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6328
6329 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6330 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6331 and restrap.
6332 * Makefile.in: Regenerate.
6333
6334 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6335
6336 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6337 * configure: Regenerated.
6338
6339 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6340
6341 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6342 * */configure: Rebuilt.
6343
6344 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6345
6346 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6347 * Makefile.in: Regenerate.
6348
6349 2003-03-14 Michael Chastain <mec@shout.net>
6350
6351 * Makefile.in: Regenerate with correct Makefile.def.
6352
6353 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6354
6355 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6356 Make macro.
6357 * Makefile.in: Regenerate.
6358 * configure.in: Clean up gxx_include_dir logic.
6359 * configure: Regenerate.
6360
6361 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6362
6363 * configure.in (gxx_include_dir): Fix typo.
6364 * configure: Regenerated.
6365
6366 2003-03-06 Andrew Cagney <cagney@redhat.com>
6367
6368 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6369
6370 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6371
6372 * configure.in: Include $(build_tooldir)/sys-include in
6373 FLAGS_FOR_TARGET.
6374 * configure: Regenerated.
6375
6376 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6377
6378 * Makefile.tpl: Reindent.
6379 * Makefile.in: Regenerate.
6380 * configure.in: Reindent. Don't set unused variables.
6381 * configure: Regenerate.
6382
6383 * Makefile.tpl: Always pass down RANLIB.
6384 * Makefile.in: Regenerate.
6385
6386 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6387 * Makefile.in: Regenerate.
6388 * configure.in: Remove unused logic relating to --enable-shared
6389 and --enable-threads. Remove bogus comments. Remove redundant
6390 noconfigdirs.
6391 * configure: Regenerate.
6392
6393 * configure.in: Replace ${libstdcxx_version} by its value.
6394 Remove reference to mh-dgux.
6395 * configure: Regenerate.
6396
6397 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6398
6399 * Makefile.tpl: Rearrange.
6400 * Makefile.in: Regenerate.
6401
6402 2003-02-25 Nick Clifton <nickc@redhat.com>
6403
6404 * configure: Remove site-file supprot - it is obsolete.
6405
6406 2003-02-24 Uwe Stieber <uwe@wwws.de>
6407
6408 * configure.in: Add support for kaOS as cross build target system.
6409 * configure: Regenerated.
6410
6411 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6412
6413 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6414 configure-target-* as some target builds may require additional
6415 flags for preprocessor tests.
6416 * Makefile.in: Regenerated.
6417
6418 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6419
6420 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6421 * ltconfig: Handle it.
6422 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6423 auto-detecting it.
6424
6425 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6426
6427 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6428 it is used as argument to $CC.
6429 * ltcf-gcj.sh: Likewise.
6430
6431 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6432
6433 * configure.in: Introduce --enable-maintainer-mode.
6434 * configure: Rebuilt.
6435 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6436 for maintainer mode.
6437 * Makefile.in: Rebuilt.
6438
6439 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6440
6441 * configure: Regenerate using autoconf 2.13.
6442
6443 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6444
6445 * config.guess: Import latest version.
6446 * config.sub: Import latest version.
6447
6448 2003-02-18 Jason Merrill <jason@redhat.com>
6449
6450 * Makefile.tpl (check-c++): Allow parallelism.
6451
6452 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6453
6454 * configure: Regenerate using autoconf 000227.
6455
6456 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6457
6458 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6459 don't configure target-libobjc.
6460 * configure: Regenerate.
6461
6462 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6463
6464 * Makefile.tpl (RANLIB): Define.
6465 * Makefile.in: Regenerate.
6466
6467 2003-02-06 Keith R Seitz <keiths@redhat.com>
6468
6469 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6470 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6471 * Makefile.in: Regenerated.
6472 * configure.in: Remove all traces of snavigator, db, and grep.
6473 * configure: Regenerated.
6474
6475 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6476
6477 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6478 * Makefile.in: Regenerated.
6479
6480 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6481
6482 * config.if: Copy from GCC.
6483
6484 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6485
6486 * configure.in: Revert 24Jan change.
6487 * configure: Regenerate.
6488
6489 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6490
6491 * configure.in: Revert previous change.
6492 * configure: Regenerate.
6493
6494 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6495
6496 * configure.in: Make rda native-only.
6497 * configure: Regenerate.
6498
6499 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6500
6501 * configure.in: Add missing \.
6502 * configure: Rebuilt.
6503
6504 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6505
6506 * configure.in (baseargs): Avoid using \| in sed regular
6507 expressions.
6508 * configure: Rebuilt.
6509
6510 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6511
6512 * configure.in (baseargs): Remove all supported forms of
6513 --cache-file, --srcdir, --host, --build and --target options
6514 from argument lists.
6515 * configure: Rebuilt.
6516
6517 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6518
6519 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6520 * configure: Rebuilt.
6521
6522 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6523
6524 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6525 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6526 * Makefile.in: Regenerate.
6527 * configure: Regenerate.
6528
6529 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6530
6531 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6532 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6533 * Makefile.in: Regenerate.
6534
6535 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6536
6537 * configure.in: Remove Makefile in build, host and target modules
6538 unless configure was run with --no-recursion.
6539 * configure: Rebuilt.
6540
6541 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6542
6543 * config.guess: Update to 2003-01-03 version.
6544 * config.sub: Update to 2003-01-03 version.
6545
6546 2003-01-07 Christopher Faylor <cgf@redhat.com>
6547
6548 * configure: Regenerate with proper autoconf 2.13.
6549
6550 2003-01-07 Christopher Faylor <cgf@redhat.com>
6551
6552 * configure.in: Add AC_PREREQ for consistency.
6553 * configure: Regenerate.
6554
6555 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6556
6557 * configure.in (GDB_TK): Add tcl directories conditional on
6558 gdb/gdbtk directory being present.
6559 * configure: Regenerate.
6560
6561 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6562
6563 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6564 by gcc if LD is not defined and we are not doing a Canadian Cross.
6565 * configure: Rebuilt.
6566
6567 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6568
6569 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6570
6571 2002-12-31 Tom Tromey <tromey@redhat.com>
6572
6573 * Makefile.in: Rebuilt.
6574 * Makefile.def (target_modules) [libffi]: Allow installation.
6575
6576 2002-12-31 Andreas Schwab <schwab@suse.de>
6577
6578 * configure.in: Fix use of $program_transform_name.
6579 * configure: Regenerated.
6580
6581 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6582
6583 * configure.in (baseargs): Don't remove first configure argument.
6584 * configure: Regenerated.
6585
6586 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6587
6588 * Makefile.tpl (local-distclean): Don't remove...
6589 (multilib.ts): ... this. Moved into...
6590 (multilib.out): ... this. Don't use sub-make.
6591 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6592 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6593 (configure-build-[+module+], configure-[+module+],
6594 configure-target-[+module+], configure-gcc): ... these. Test
6595 for Makefile existence. Drop config.status from dependencies.
6596 * Makefile.in: Rebuilt.
6597 * configure.in: Move gcc-version-trigger to the end of
6598 ac_configure_args. Add comments to maybedep.tmp and
6599 serdep.tmp. Introduce --disable-serial-configure. Remove
6600 nonopt from baseargs, matching and removing corresponding
6601 whitespace while at it.
6602 * configure: Rebuilt.
6603
6604 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6605
6606 * configure.in (host_configargs): Replace reference to
6607 no-longer-defined buildopts with --build=${build_alias}.
6608 * configure: Rebuilt.
6609
6610 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6611
6612 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6613 program_transform_name to standard idiom.
6614 (AUTOGEN, AUTOCONF): Define.
6615 (Makefile.in): Use $(AUTOGEN).
6616 (Makefile): Depend on config.status, and use autoconf-style rule to
6617 build it. Move original commands to...
6618 (config.status): ... this new target.
6619 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6620 $(AUTOCONF).
6621 * Makefile.in: Rebuilt.
6622
6623 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6624
6625 * Makefile.tpl: Fix dramatic bustage due to change in
6626 program_transform_name.
6627 * Makefile.in: Regenerate.
6628
6629 * configure.in: Remove unnecessary PATH setting.
6630 * configure: Regnerate.
6631
6632 * configure.in: Don't default to unprefixed tools unless
6633 the native tools will work.
6634 * configure: Regenerate.
6635
6636 * configure.in: Convert to autoconf script. Blow away lots
6637 of now-redundant Makefile fragments.
6638 * configure: Generate using Autoconf.
6639 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6640 * Makefile.in: Regenerate.
6641
6642 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6643
6644 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6645 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6646
6647 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6648 where they belong.
6649
6650 2002-12-24 Andreas Schwab <schwab@suse.de>
6651
6652 * Makefile.tpl (multilib.out): Fix missing space.
6653 * Makefile.in: Regenerate.
6654
6655 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6656
6657 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6658 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6659 * Makefile.in: Regenerate.
6660 * configure.in: Remove unnecessary leftovers.
6661
6662 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6663
6664 * configure.in (extra_ranlibflags_for_target): New variable.
6665 (*-*-darwin): Add -c to ranlib commands.
6666 * configure (tooldir): Handle extra_ranlibflags_for_target.
6667
6668 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6669
6670 * COPYING.NEWLIB: Updated.
6671 * COPYING.LIBGLOSS: Ditto.
6672
6673 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6674
6675 * Makefile.tpl: Revert HJL's change.
6676 * Makefile.in: Regenerated.
6677 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6678 always.
6679
6680 2002-12-19 Andreas Schwab <schwab@suse.de>
6681
6682 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6683 * Makefile.in: Regenerate.
6684
6685 2002-12-18 H.J. Lu <hjl@gnu.org>
6686
6687 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6688 * Makefile.in: Regenerated.
6689
6690 * configure.in (build_prefix): New. Substitute.
6691
6692 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6693
6694 * Makefile.tpl: Don't let real targets depend on phony targets.
6695 * Makefile.in: Regenerate.
6696
6697 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6698 * Makefile.in: Regenerate.
6699
6700 2002-12-16 Jason Merrill <jason@redhat.com>
6701
6702 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6703 previous 'make bootstrap'.
6704 * Makefile.in: Regenerate.
6705
6706 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6707
6708 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6709
6710 2002-12-13 Jason Merrill <jason@redhat.com>
6711
6712 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6713 library tests.
6714 (check-c++): Just depend on it and check-target-libstdc++-v3.
6715 * Makefile.in: Regenerate.
6716
6717 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6718
6719 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6720 * Makefile.in: Regenerate.
6721
6722 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6723
6724 * COPYING.NEWLIB: Update list of alternate Regent of California
6725 licenses and discuss official revoking of advertising clause.
6726 * COPYING.LIBGLOSS: Ditto.
6727
6728 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6729
6730 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6731 * Makefile.in: Rebuilt.
6732
6733 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6734
6735 * configure: Fix bug put in by gremlins.
6736
6737 * Makefile.tpl: Substitute more autoconfily.
6738 * configure: Substitute more autoconfily.
6739 * Makefile.in: Regenerate.
6740
6741 2002-12-08 Andrew Cagney <ac131313@redhat.com>
6742
6743 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6744 * Makefile.in (all-sim): Ditto.
6745
6746 2002-12-06 DJ Delorie <dj@redhat.com>
6747
6748 * Makefile.tpl: Change configure dependencies to not have real
6749 targets depend on phony targets.
6750
6751 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6752
6753 * configure.in: Revert unintentional change.
6754
6755 * src-release: Configure host subdirs.
6756
6757 * Makefile.tpl: Change dependency for */multilib.out so that
6758 it works when gcc isn't in the tree.
6759
6760 * configure.in: Substitute more.
6761 * configure: Run subconfigures from the Makefile.
6762 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6763 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6764
6765 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6766
6767 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6768 and corresponding dependencies.
6769 * Makefile.in: Regenerate.
6770
6771 * configure.in (host_tools): Order binutils, gas and ld for
6772 convenience in running the testsuites.
6773
6774 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6775 * Makefile.in: Regenerate.
6776 * configure.in: Introduce rules to serialize subconfigure runs.
6777
6778 * configure.in: Introduce BASE_CC_FOR_TARGET.
6779 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6780 Realize configure-build-* targets. Realize configure-target-* targets.
6781 * Makefile.in: Regenerate.
6782
6783 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6784
6785 * configure: Move gcc_version_trigger stuff from here...
6786 * configure.in: ...to here.
6787
6788 * configure.in: Separate subconfigure options added by this file from
6789 options given by the user. Add machinery to put args for host
6790 subconfigures into the Makefile.
6791
6792 * Makefile.tpl: Remove 'vault' targets.
6793 * Makefile.tpl: Reorder and comment dependencies.
6794 * Makefile.in: Regenerate.
6795
6796 2002-11-28 Geoffrey Keating <geoffk@apple.com>
6797
6798 * configure.in: Move host-specific darwin noconfigdirs into
6799 the host-specific section.
6800
6801 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6802
6803 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6804 during replay.
6805 * Makefile.in: Regenerate.
6806
6807 (finishing slow-motion replay)
6808 * configure: Remove skip-this-dir support.
6809 * Makefile.tpl: Remove skip-this-dir support.
6810
6811 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6812 subdirectories.
6813 * Makefile.in: Regenerate.
6814
6815 * Makefile.tpl: Strip out useless setting of 'dir'.
6816 * Makefile.in: Regenerate.
6817
6818 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6819
6820 (finishing slow-motion replay)
6821 * configure.in: Fix deeply stupid bug.
6822
6823 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6824 shell code in CXX_FOR_TARGET
6825 * Makefile.def: Introduce raw_cxx.
6826 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6827 RAW_CXX_FOR_TARGET.
6828 * Makefile.in: Regenerate.
6829
6830 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6831
6832 (finishing slow-motion replay)
6833 * Makefile.tpl: Remove unnecessary ifs.
6834 * Makefile.in: Regenerate.
6835
6836 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6837 dependencies. Maybe-ize build-libiberty. Create dummy install
6838 targets for 'no_install' modules.
6839 * configure: Move GDB_TK substitution to configure.in. Move
6840 build_modules stuff to configure.in.
6841 * configure.in: Implement soft dependency machinery. Maybe-ize
6842 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6843 * Makefile.in: Regenerate.
6844
6845 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6846
6847 (continuing slow-motion replay)
6848 * Makefile.tpl: Make all-target, install-target behave similarly
6849 to all, install (only hitting configured targets). Eliminate
6850 unused macro defintions.
6851
6852 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6853 build != host.
6854
6855 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6856
6857 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6858
6859 * configure.in: Produce lists of subdir targets we're actually
6860 configuring. Remove references to "dosrel".
6861 * Makefile.tpl: Let configure set which subdir targets are hit.
6862 Remove install-cross; clean up install; remove ALL. Remove
6863 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6864 Autogenerate host module targets. Remove empty dependency lines
6865 and redundant dependency; rearrange slightly.
6866 * Makefile.def: Add host-side libtermcap, utils.
6867
6868 * Makefile.in: Regenerate.
6869
6870 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6871
6872 (Continuing slow-motion replay)
6873 * Makefile.def: Add list of recursive targets to autogenerate.
6874 Add build_modules.
6875 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6876 targets. Autogenerate *-build-* targets.
6877 * Makefile.in: Regenerate.
6878
6879 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6880
6881 (Continuing slow-motion replay)
6882 * configure: More autoconf-style substitutions.
6883 * Makefile.tpl: More autoconf-style substitutions.
6884 * Makefile.in: Regenerate.
6885
6886 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6887
6888 (Continuing slow-motion replay)
6889 * configure: Substitute more variables in a more autoconf-friendly
6890 way. Simplify slightly.
6891 * Makefile.tpl: Make more variables substitutable in an
6892 autoconf-friendly way.
6893 * Makefile.in: Regenerate.
6894
6895 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6896
6897 (Continuing slow-motion replay)
6898 * configure.in (v810*): Remove special setting of tools.
6899
6900 * configure: Add support for extra required flags for ar or nm.
6901 * configure.in (aix4.3+): Use above support for target-specific
6902 issues, rather than using config/mt-aix43.
6903
6904 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6905
6906 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6907 * configure: Remove 'removing', which doesn't work. Replace $subdir
6908 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6909 with $srcdir. Reformat indentation. Substitute some variables
6910 formerly hard-coded in the Makefile for build=host.
6911 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6912 * Makefile.def: Autogenerate more.
6913 * Makefile.in: Regenerate.
6914
6915 2002-11-13 Bruce Korb <bkorb@gnu.org>
6916
6917 * Makefile.tpl: syntactic cleanup
6918
6919 2002-11-04 Kevin Buettner <kevinb@redhat.com>
6920
6921 * Makefile.def (host_modules): Add rda.
6922 * Makefile.in: Regenerate.
6923 * configure.in (target_tool): Add target-rda to list.
6924
6925 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
6926
6927 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6928 and restrap targets to this rule.
6929 * Makefile.in: Regenerate.
6930
6931 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6932
6933 * configure.in (i[3456]86-*-linux*): Add check to disable
6934 ${libgcj} for glibc1.
6935
6936 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6937
6938 * configure.in: Add tic4x target.
6939
6940 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6941
6942 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6943 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6944 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6945 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6946 * Makefile.in: Regenerate.
6947
6948 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6949
6950 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6951 * Makefile.in: Regenerate.
6952
6953 * Makefile.def: Remove order dependency comments.
6954 * Makefile.tpl: Add explicit install-install dependencies.
6955 * Makefile.in: Regenerate.
6956
6957 * Makefile.tpl: Remove material now in src-release. (Finally!)
6958 * Makefile.in: Regenerate.
6959
6960 * configure: Restore my original patch by syncing with gcc version.
6961
6962 * Bring following over from gcc:
6963
6964 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6965
6966 * configure.in (s390*-*-linux*): Enable libgcj.
6967
6968 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6969
6970 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6971
6972 2002-10-02 Alan Modra <amodra@bigpond.net.au>
6973
6974 * configure: Move stray lines back to where they belong.
6975
6976 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6977
6978 * Makefile.tpl: Insert configure-target target, for src-release.
6979
6980 * configure: Finish reverting change which Andrew Cagney started
6981 reverting. Should fix bustage.
6982
6983 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6984 * src-release: New file. Contains material for making net
6985 releases for gdb, binutils, et al., formerly in Makefile.in.
6986
6987 2002-09-30 Nick Clifton <nickc@redhat.com>
6988
6989 * cpu: New top level directory. Intended to hold input files for
6990 CGEN which have FSF copyright assignment.
6991 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6992
6993 2002-09-29 Andrew Cagney <ac131313@redhat.com>
6994
6995 Revert below (note that src does not contain Makefile.tpl):
6996 * Makefile.tpl: Make subsituted variables more autoconfy.
6997 * Makefile.in: Regenerate.
6998
6999 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7000
7001 * configure: Revert accidentally applied changes.
7002
7003 * Makefile.tpl: Make more autoconf-friendly.
7004 * Makefile.in: Regenerate.
7005 * configure: Make substitution more autoconf-like.
7006
7007 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7008
7009 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7010 single entry to handle all these.
7011 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7012 libjava on arm-*-elf.
7013
7014 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7015
7016 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7017 things that depend on them.
7018
7019 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7020
7021 * Makefile.tpl: Make subsituted variables more autoconfy.
7022 * Makefile.in: Regenerate.
7023 * configure: Make seds more autoconfy.
7024
7025 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7026
7027 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7028 * Makefile.in: Regenerate.
7029 * configure.in: Rewrite sed statements to look autoconfy.
7030
7031 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7032 all-target-foo on configure-target-foo.
7033 * Makefile.def: Ditto.
7034 * Makefile.in: Rebuild.
7035
7036 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7037
7038 * Makefile.def: New file.
7039 * Makefile.tpl: New file.
7040 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7041
7042 * configure.in: Minor rearrangement. Simplify tests.
7043
7044 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7045
7046 * configure.in (with_headers): Skip copy if value is "yes".
7047 (with_libs): Likewise.
7048
7049 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7050
7051 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7052 * configure.in (sh*-*-pe*): Ditto.
7053 * configure.in (mips*-*-pe*): Ditto.
7054 * configure.in (*arm-wince-pe): Ditto.
7055
7056 * configure.in: Rearrange.
7057
7058 2002-09-12 Nick Clifton <nickc@redhat.com>
7059
7060 * Import these changes from the config master repository:
7061
7062 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7063
7064 * config.sub: Add tic4x target.
7065
7066 2002-09-03 Ben Elliston <bje@redhat.com>
7067
7068 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7069 Reported by <Duncan_Stodart@insession.com>.
7070
7071 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7072
7073 * COPYING.NEWLIB: More updates.
7074
7075 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7076
7077 * COPYING.NEWLIB: Update.
7078
7079 2002-08-23 Andrew Cagney <ac131313@redhat.com>
7080
7081 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7082
7083 * config.guess: Import version 2002-08-23.
7084 * config.sub: Import version 2002-08-22.
7085
7086 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
7087
7088 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7089 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7090 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7091
7092 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7093
7094 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7095
7096 2002-08-04 H.J. Lu (hjl@gnu.org)
7097
7098 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7099
7100 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7101
7102 * configure.in: Move generic linux case to end. Copy generic
7103 linux noconfigdirs to mips*-*-linux* entry and new
7104 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7105
7106 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7107
7108 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7109 one instance of them which was missed to the list to update.
7110
7111 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7112
7113 * config.guess: Update to 2002-07-09 version.
7114 * config.sub: Update to 2002-07-03 version.
7115
7116 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 * configure.in: Remove two redundant tests.
7119
7120 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7121
7122 * configure.in (mips*-*-irix6*o32): Enable stabs.
7123
7124 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7125
7126 * configure.in: Don't build grez.
7127 * Makefile.in: Ditto.
7128
7129 * Makefile.in: Remove references to bsp, cygmon, libstub.
7130 * configure.in: Ditto.
7131
7132 * configure.in: Remove leftover reference to gdbtest.
7133
7134 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7135
7136 * configure.in (gxx_include_dir): Change to match versioned
7137 C++ headers if --enable-version-specific-runtime-libs is used.
7138
7139 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7140
7141 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7142
7143 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7144
7145 * configure.in: Make --without-x work.
7146
7147 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7148
7149 * contrib: New directory. Created to contain a copy of the
7150 texi2pod.pl script so that it is in the same place as the version in
7151 the FSF GCC sources.
7152
7153 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7154
7155 * configure.in: Rearrange target Makefile fragment collection.
7156
7157 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7158 cvs[src].
7159 * configure.in: Ditto.
7160
7161 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7162
7163 * Makefile.in: Eliminate 'apache' targets.
7164 * configure.in: Eliminate 'apache' targets.
7165
7166 * configure.in: Eliminate redundant tests. Reorganize.
7167
7168 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7169
7170 * config-ml.in: Eliminate references to Cygnus configure.
7171
7172 * Makefile.in: Eliminate references to building emacs.
7173
7174 2002-07-01 Denis Chertykov <denisc@overta.ru>
7175
7176 * configure.in: Add support for ip2k.
7177
7178 2002-06-24 Ben Elliston <bje@redhat.com>
7179
7180 * configure.in (host_tools): Remove cgen.
7181
7182 * Makefile.in (all-cgen): Remove; runs from its source directory.
7183 (check-cgen, install-cgen, clean-cgen): Likewise.
7184 (all-opcodes): No not depend on all-cgen.
7185 (all-sim): Likewise.
7186
7187 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7188
7189 * configure.in: Fix AIX configury bug.
7190
7191 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7192
7193 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7194
7195 * configure.in: Move definition of libstdcxx_flags right above
7196 usage, rather than way earlier.
7197
7198 * configure.in: Pull definition of is_cross_compiler earlier.
7199
7200 * configure.in: Rearrange a little.
7201
7202 * configure.in: Remove references to librx.
7203 * Makefile.in: Remove references to librx.
7204
7205 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7206
7207 * configure.in: Eliminate ${gasdir} variable.
7208
7209 2002-06-18 Dave Brolley <brolley@redhat.com>
7210
7211 * configure.in: Add support for frv.
7212 * config.sub: Add support for frv.
7213
7214 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7215
7216 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7217
7218 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7219
7220 * configure.in (vax-*-netbsd*): Re-enable gas.
7221
7222 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7223
7224 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7225 BUILD_PREFIX_1, to correct nomenclature.
7226 * configure: Likewise.
7227
7228 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7229 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7230
7231 2002-05-31 Olaf Hering <olh@suse.de>
7232
7233 * config-ml.in: Propogate DESTDIR also.
7234
7235 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7236
7237 * configure.in (vax-*-netbsd*): Don't build gas for this
7238 platform.
7239
7240 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7241
7242 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7243 and libgcj for AVR.
7244
7245 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7246
7247 * config.sub: Add DLX target.
7248
7249 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7250
7251 * config.guess: Update to 2002-05-22 version.
7252 * config.sub: Likewise.
7253
7254 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7255
7256 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7257 * config-ml.in: Likewise.
7258 * configure: Likewise.
7259 * configure.in: Likewise.
7260
7261 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7262
7263 * configure.in: Simplify makefile fragment collection.
7264
7265 * configure.in: Remove code to build emacs.
7266
7267 * configure.in : Remove --srcdir argument from targargs and buildargs
7268 (it's always overridden in the Makefile anyway). Rearrange a bit.
7269
7270 * configure: Move some logic to configure.in.
7271 * configure.in: Move some logic from configure.
7272
7273 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7274
7275 * COPYING.LIBGLOSS: New file.
7276
7277 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7278
7279 * Makefile.in: Honour DESTDIR.
7280
7281 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7282
7283 * configure.in (noconfigdirs): Don't disable libgcj on
7284 sparc64-*-solaris* and sparcv9-*-solaris*.
7285
7286 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7287
7288 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7289
7290 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7291
7292 * configure.in (FLAGS_FOR_TARGET): Do not add
7293 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7294 on i[3456]86-*-linux*.
7295
7296 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7297
7298 * configure.in (noconfigdirs): Replace [ ] with test.
7299
7300 * configure.in (noconfigdirs): Do not add target-newlib if
7301 target == i[3456]86-*-linux*, and host == target.
7302
7303 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7304
7305 * config.guess: Updated to 2002-04-26's version.
7306 * config.sub: Updated to 2002-04-26's version.
7307
7308 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7309
7310 * configure.in: delete reference to absent file
7311
7312 * configure.in: replace '[' with 'test'
7313
7314 * configure.in: Eliminate references to gash.
7315 * Makefile.in: Eliminate references to gash.
7316
7317 * configure.in: remove useless references to 'pic' makefile fragments.
7318
7319 * configure.in: (*-*-windows*) Finish removing.
7320
7321 * configure.in: Eliminate redundant test for libgui.
7322
7323 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7324
7325 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7326 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7327
7328 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7329
7330 * configure.in: remove references to dead files
7331
7332 2002-04-18 Tom Tromey <tromey@redhat.com>
7333
7334 * configure.in: Disallow configuring libgcj when it is already
7335 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7336 Solaris 2.8 by default. For PR libgcj/6158.
7337
7338 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7339
7340 * configure.in: Move default CC setting out of config/mh-* fragments
7341 directly into here.
7342
7343 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7344
7345 * configure.in: don't even try to configure or make a subdirectory
7346 if there's no configure script for it.
7347
7348 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7349
7350 * MAINTAINERS: Remove chill maintainers.
7351 * Makefile.in (CHILLFLAGS): Remove.
7352 (CHILL_LIB): Remove.
7353 (TARGET_CONFIGDIRS): Remove libchill.
7354 (CHILL_FOR_TARGET): Remove.
7355 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7356 CHILL_LIB.
7357 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7358 (CHECK_TARGET_MODULES): Likewise.
7359 (INSTALL_TARGET_MODULES): Likewise.
7360 (CLEAN_TARGET_MODULES): Likewise.
7361 (configure-target-libchill): Remove.
7362 (all-target-libchill): Remove.
7363 * configure.in (target_libs): Remove target-libchill.
7364 Do not compute CHILL_FOR_TARGET.
7365 * libchill: Remove directory.
7366
7367 2002-04-15 DJ Delorie <dj@redhat.com>
7368
7369 * Makefile.in, configure.in, configure: Sync with gcc, entries
7370 follow...
7371
7372 2002-04-08 Tom Tromey <tromey@redhat.com>
7373
7374 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7375 Fixes PR libgcj/6068.
7376
7377 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7378
7379 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7380
7381 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7382
7383 * configure.in (alpha*-dec-osf*): Enable libgcj.
7384
7385 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7386
7387 Fix for: PR bootstrap/3591, target/5676
7388 * configure.in (mcore-pe): Disable the configuration of
7389 libstdc++-v3 since exceptions are not supported.
7390
7391 2002-03-20 Anthony Green <green@redhat.com>
7392
7393 * configure.in: Enable libgcj for xscale-elf target.
7394
7395 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7396
7397 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7398 libjava.
7399 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7400
7401 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7402
7403 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7404 libstdc++-v3 and libjava.
7405
7406 2002-02-11 Adam Megacz <adam@xwt.org>
7407
7408 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7409 boehm-gc
7410
7411 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7412
7413 * config.guess: Updated to 2002-01-30's version.
7414 * config.sub: Updated to 2002-02-01's version.
7415 Contribute sh64-elf.
7416 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7417 * configure.in: Added sh64-*-*.
7418
7419 2002-01-17 H.J. Lu <hjl@gnu.org>
7420
7421 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7422 (all-target-fastjar): Also depend on all-target-libiberty.
7423
7424 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7425
7426 * configure, configure.in: Use temp file for long sed commands.
7427
7428 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7429
7430 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7431 libf2c.
7432
7433 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7434
7435 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7436
7437 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7438
7439 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7440
7441 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7442
7443 * configure: Handle temporary files securely using mkdir.
7444
7445 2001-09-26 Will Cohen <wcohen@redhat.com>
7446
7447 * configure.in (*-*-linux*): Disable configuration of target-newlib
7448 and target-libgloss.
7449
7450 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7451
7452 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7453 RANLIB.
7454
7455 2001-08-11 Graham Stott <grahams@redhat.com>
7456
7457 * Makefile.in (check-c++): Add missing semicolon.
7458
7459 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7460
7461 * configure.in (sh-*-linux*): New.
7462
7463 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7464
7465 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7466 and libgcj on m68hc11/m68hc12.
7467
7468 2001-06-27 H.J. Lu (hjl@gnu.org)
7469
7470 * Makefile (CFLAGS_FOR_BUILD): New.
7471 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7472
7473 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7474
7475 * configure.in (libstdcxx_flags): Do not try to execute
7476 libstdc++-v3/testsuite_flags until it exists.
7477
7478 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7479
7480 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7481
7482 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7483
7484 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7485
7486 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7487
7488 * configure.in: Move *-chorusos target case to the proper switch.
7489 Disable libgcj.
7490
7491 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7492
7493 * Makefile.in (STAGE1_CFLAGS): Pass down.
7494
7495 2001-04-13 Alan Modra <amodra@one.net.au>
7496
7497 * config.guess: Add hppa64-linux support. Note for next import that
7498 this is already in the master file.
7499 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7500
7501 2001-03-22 Colin Howell <chowell@redhat.com>
7502
7503 * Makefile.in (DO_X): Do not backslash single-quotes in
7504 backquotes (two places).
7505
7506 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7507
7508 * Makefile.in (DO_X): Quote nested quotes.
7509
7510 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7511
7512 * Makefile.in (DO_X): Use double quotes for quoting
7513 "RANLIB=$${RANLIB}".
7514
7515 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7516
7517 * configure.in: Only use `lang_requires' for languages athat are
7518 actually enabled.
7519
7520 2001-03-07 Tom Tromey <tromey@redhat.com>
7521
7522 * configure.in: Allow config-lang.in to set `lang_requires' to list
7523 of other required languages.
7524
7525 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7526
7527 * Makefile.in: Remove RANLIB definition. Use RANLIB
7528 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7529 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7530
7531 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7532 Alexandre Oliva <aoliva@redhat.com>
7533
7534 * Makefile.in (check-c++): Use tabs, not spaces.
7535
7536 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7537
7538 * Makefile.in (check-c++): New rule.
7539
7540 * configure.in (target_libs): Remove libg++.
7541 (noconfigdirs): Remove libg++.
7542 (noconfigdirs): Same.
7543 (noconfigdirs): Same.
7544 (noconfigdirs): Same.
7545
7546 * config-ml.in: Remove libg++ references.
7547
7548 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7549 (ALL_TARGET_MODULES): Same.
7550 (configure-target-libg++): Remove.
7551 (all-target-libg++): Remove.
7552 (configure-target-libio): Remove.
7553 (all-target-libio): Remove.
7554 (check-target-libio): Remove.
7555 (.PHONY): Remove.
7556 (libg++.tar.bz2): Remove.
7557 (all-target-cygmon): Remove libio.
7558 (all-target-libstdc++): Remove.
7559 (configure-target-libstdc++): Remove.
7560 (TARGET_LIB_PATH): Remove libstdc++.
7561 (ALL_GCC_CXX): Remove libstdc++.
7562 (all-target-gperf): Correct.
7563
7564 2001-02-15 Anthony Green <green@redhat.com>
7565
7566 * configure: Introduce GCJ_FOR_TARGET.
7567 * configure.in: Ditto.
7568 * Makefile.in: Ditto.
7569
7570 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7571
7572 * configure.in: for *-chorusos, don't config target-newlib and
7573 target-libgloss.
7574
7575 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7576
7577 Remove V2 C++ library.
7578 * configure.in: Remove --enable-libstdcxx_v3 support.
7579
7580 2001-01-27 Richard Henderson <rth@redhat.com>
7581
7582 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7583
7584 2001-01-26 Tom Tromey <tromey@redhat.com>
7585
7586 * configure.in: Allow libgcj to be built on Sparc Solaris.
7587
7588 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7589
7590 * configure.in: Enable libgcj on several additional platforms.
7591
7592 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7593
7594 * configure.in: Enable libgcj for linux targets.
7595
7596 2001-01-09 Mike Stump <mrs@wrs.com>
7597
7598 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7599 failures of subdirectories.
7600
7601 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7602
7603 * configure: handle DOS-style absolute paths.
7604
7605 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7606
7607 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7608
7609 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7610
7611 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7612 (libstdcxx_incdir): Pass down.
7613 * config.if: Remove expired bits for cxx_interface, add stub.
7614 (libstdcxx_incdir): Add variable for g++ include directory.
7615 * configure.in (gxx_include_dir): Use it.
7616
7617 2000-12-15 Andreas Jaeger <aj@suse.de>
7618
7619 * configure.in: Handle lang_dirs.
7620
7621 2000-12-13 Anthony Green <green@redhat.com>
7622
7623 * configure.in: Disable libgcj for any target not specifically
7624 listed. Disable libgcj for x86 and Alpha Linux until compatible
7625 with g++ abi.
7626
7627 2000-12-13 Mike Stump <mrs@wrs.com>
7628
7629 * Makefile.in (local-distclean): Also remove fastjar.
7630
7631 2000-12-10 Anthony Green <green@redhat.com>
7632
7633 * configure.in: Define libgcj. Disable libgcj target libraries for
7634 most targets.
7635
7636 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7637
7638 * configure.in (target_libs): Revert 2000-12-08 patch.
7639 (noconfigdirs): Added target-libjava.
7640
7641 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7642
7643 * Makefile.in: handle DOS-style absolute paths.
7644
7645 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7646
7647 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7648 libjava.
7649 * configure.in (target_libs): Removed `target-libjava'.
7650
7651 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7652
7653 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7654 (ALL_MODULES): Added fastjar.
7655 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7656 (all-target-libjava): all-fastjar replaces all-zip.
7657 (all-fastjar): Added.
7658 (configure-target-fastjar, all-target-fastjar): Likewise.
7659 * configure.in (host_tools): Added fastjar.
7660
7661 2000-12-07 Mike Stump <mrs@wrs.com>
7662
7663 * Makefile.in (local-distclean): Remove leftover built files.
7664
7665 2000-11-16 Fred Fish <fnf@be.com>
7666
7667 * configure.in (enable_libstdcxx_v3): Fix typo,
7668 libstd++ -> libstdc++.
7669
7670 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7671
7672 * configure: Provide the original toplevel configure arguments
7673 (including $0) to subprocesses in the environment rather than
7674 through gcc/configargs.h.
7675
7676 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7677
7678 * configure: Turn on libstdc++ V3 by default.
7679
7680 2000-10-16 Michael Meissner <meissner@redhat.com>
7681
7682 * configure (gcc/configargs.h): Only create if there is a build GCC
7683 directory created.
7684
7685 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7686
7687 * configure: Save configure arguments to gcc/configargs.h.
7688
7689 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7690
7691 * Makefile.in (bootstrap): avoid recursion if subdir missing
7692 (cross): ditto
7693 (do-proto-toplev): ditto
7694
7695 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7696
7697 * configure.in: Do not build byacc for hppa64. Provide paths to the
7698 X11 libraries for hppa64.
7699
7700 2000-09-02 Anthony Green <green@cygnus.com>
7701
7702 * Makefile.in (all-gcc): Depend on all-zlib.
7703 (CLEAN_MODULES): Add clean-zlib.
7704 (ALL_MODULES): Add all-zlib.
7705 * configure.in (host_libs): Add zlib.
7706
7707 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7708
7709 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7710 $targargs to tell whether newlib is going to be built.
7711
7712 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7713 $$r/TARGET_SUBDIR/libio for _G_config.h.
7714
7715 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7716
7717 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7718
7719 * configure: Make enable_threads and enable_shared defaults
7720 explicit. Substitute enable_threads into generated Makefiles.
7721 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7722 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7723
7724 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
7725
7726 * configure.in: Re-enable all references to libg++ and librx.
7727
7728 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
7729
7730 * configure.in: Add *-*-freebsd* configurations.
7731
7732 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7733
7734 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7735 (do-tar, do-bz2): New rules.
7736 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7737 (gdb-tar): New rule.
7738 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7739 (insight_dejagnu.tar): New rule.
7740 (insight.tar): New rule.
7741 (gdb+dejagnu.tar): New rule.
7742 (gdb.tar): New rule.
7743
7744 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7745
7746 * MAINTAINERS: Update dejagnu/
7747
7748 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
7749
7750 * ltmain.sh (relink_command): Fix typo in previous change.
7751
7752 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
7753
7754 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7755 (relink_command): Added --tag flags.
7756 (mode=install): If relinking fails; error out.
7757
7758 2002-03-12 Richard Henderson <rth@redhat.com>
7759
7760 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7761 .NOTPARALLEL tag.
7762 (do-check): Rename from check.
7763 (check): Allow parallel check.
7764
7765 2002-03-11 Richard Henderson <rth@redhat.com>
7766
7767 * Makefile.in (.NOTPARALLEL): Add fake tag.
7768
7769 2002-03-07 H.J. Lu (hjl@gnu.org)
7770
7771 * configure.in: Enable gprof for mips*-*-linux*.
7772
7773 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7774
7775 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7776 libjava.
7777 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7778
7779 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7780
7781 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7782
7783 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
7784
7785 * config.guess: Import from master sources, rev 1.232.
7786 * config.sub: Import from master sources, rev 1.246.
7787
7788 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
7789
7790 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7791 because its Makefile is there; test for the executable instead.
7792
7793 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7794
7795 Contribute sh64-elf.
7796 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7797 * configure.in: Added sh64-*-*.
7798
7799 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7800
7801 * COPYING.NEWLIB: Remove advertising clause from
7802 Berkeley and Red Hat licenses.
7803
7804 2002-02-01 Mo DeJong <supermo@bayarea.net>
7805
7806 * Makefile.in: Add all-tix to deps for all-snavigator
7807 so that tix is built when building snavigator.
7808
7809 2002-02-01 Ben Elliston <bje@redhat.com>
7810
7811 * config.guess: Import from master sources, rev 1.229.
7812 * config.sub: Import from master sources, rev 1.240.
7813
7814 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7815
7816 From Steve Ellcey <sje@cup.hp.com>:
7817 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7818 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7819 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7820 IA64.
7821 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7822 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7823 soname_spec, sys_lib_search_path_spec): Ditto.
7824
7825 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7826
7827 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7828 target-libiberty, and target-libgloss. Skip Java-related
7829 libraries if not supported for NetBSD on target CPU.
7830
7831 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7832
7833 * configure.in: Import StrongARM and XScale target_configdirs from
7834 FSF GCC version.
7835
7836 2002-01-16 H.J. Lu (hjl@gnu.org)
7837
7838 * config.guess: Import from master sources, rev 1.225.
7839 * config.sub: Import from master sources, rev 1.238.
7840
7841 * MAINTAINERS: Updated notes on config.guess and config.sub.
7842
7843 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7844
7845 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7846 ld and gdb are not supported.
7847
7848 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7849
7850 * Change reference to Cygnus Solutions to be Red Hat.
7851
7852 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7853
7854 * COPYING.NEWLIB: Update generic copyright date.
7855
7856 2002-01-07 Mark Salter <msalter@redhat.com>
7857
7858 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7859 Allow target-libgloss to be built for arm, strongarm, and xscale.
7860
7861 2002-01-03 Ben Elliston <bje@redhat.com>
7862
7863 * MAINTAINERS: Update URL for config.* scripts.
7864
7865 2001-12-18 Alan Modra <amodra@bigpond.net.au>
7866
7867 * config.sub: Import latest version.
7868 * config.guess: Likewise.
7869
7870 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7871
7872 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7873 options for i[3456]86-pc-linux* native builds.
7874
7875 2001-12-05 Laurent Guerby <guerby@acm.org>
7876
7877 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7878 libiberty.
7879
7880 Import this patch from gcc:
7881
7882 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7883
7884 * symlink-tree: handle DOS-style absolute paths.
7885
7886 2001-11-28 DJ Delorie <dj@redhat.com>
7887 Zack Weinberg <zack@codesourcery.com>
7888
7889 When build != host, create libiberty for the build machine.
7890
7891 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7892 CONFIG_ARGUMENTS.
7893 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7894 New variables.
7895 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7896 and rules.
7897 (all.normal): Depend on ALL_BUILD_MODULES.
7898 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7899 (all-build-libiberty): Depend on configure-build-libiberty.
7900
7901 * configure: Calculate and substitute proper value for
7902 ALL_BUILD_MODULES.
7903 * configure.in: Create the build subdirectory.
7904 Calculate and substitute TARGET_CONFIGARGS (formerly
7905 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7906
7907 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
7908
7909 * config.sub: Update to version 1.232 on subversion.
7910
7911 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7912
7913 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7914 files from .po files for a distribution.
7915
7916 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7917
7918 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7919
7920 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7921
7922 Merged from net gcc:
7923 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7924 * ltcf-c.sh: Use $objext, not $ac_objext.
7925 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7926 * ltcf-cxx.sh: Add support for GNU.
7927 2001-07-22 Timothy Wall <twall@redhat.com>
7928 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7929 default settings if using GNU tools with that configuration.
7930 * ltcf-cxx.sh: Ditto.
7931 * ltcf-gcj.sh: Ditto.
7932 2001-07-21 Michael Chastain <chastain@redhat.com>
7933 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7934 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7935 * ltmain.sh: Mark as gcc-local.
7936
7937 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7938
7939 * Makefile.in (all-bison): Revert 2001-10-24.
7940 Don't depend on texinfo.
7941
7942 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7943
7944 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7945
7946 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7947
7948 * configure.in (--enable-languages): Be more permissive about
7949 syntax. Check for empty lists better. Warn about $LANGUAGES.
7950
7951 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7952
7953 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7954
7955 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
7956
7957 Makefile.in (all-bison): Don't depend on texinfo.
7958
7959 2001-10-03 Alan Modra <amodra@bigpond.net.au>
7960
7961 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7962
7963 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
7964
7965 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7966
7967 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
7968
7969 * config.sub, config.guess: Import latest from subversions.
7970
7971 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
7972
7973 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7974 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7975 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7976 avoid quotes nesting problems.
7977 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7978 (DO_X): Export only variables that are set.
7979
7980 2001-09-19 Ben Elliston <bje@redhat.com>
7981
7982 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7983 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7984 semantics. Use the shell built-in "type" command instead.
7985
7986 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7987
7988 * config.sub: Reverted the earlier change, this version is not the
7989 master file.
7990
7991 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7992
7993 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7994 Add support for mips64.
7995
7996 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7997
7998 * configure.in: Enable libstdc++-v3 for h8300 targets.
7999
8000 2001-08-30 Eric Christopher <echristo@redhat.com>
8001 Jason Eckhardt <jle@redhat.com>
8002
8003 * config.sub: Add support for mipsisa32.
8004
8005 2001-08-30 Eric Christopher <echristo@redhat.com>
8006
8007 * config.sub, config.guess: Import latest from subversions.
8008
8009 2001-08-20 Alan Modra <amodra@bigpond.net.au>
8010
8011 * config.sub, config.guess: Import latest from subversions.
8012
8013 2001-07-26 DJ Delorie <dj@redhat.com>
8014
8015 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8016
8017 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8018
8019 * Makefile.in: Revert 2001-06-17.
8020 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8021
8022 2001-06-17 H.J. Lu <hjl@gnu.org>
8023
8024 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8025 (gas+binutils.tar.bz2): Likewise.
8026 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8027
8028 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8029
8030 * Makefile.in (VER): When present, extract the version number from
8031 the file version.in.
8032
8033 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8034
8035 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8036 gcc/xgcc is built, use -print-prog-name to find out the program
8037 name to use.
8038
8039 2001-06-04 Mark Mitchell <mark@codesourcery.com>
8040
8041 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8042 with_gcc]: Use `gcc -shared' to build a shared library.
8043
8044 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8045
8046 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8047 archives.
8048
8049 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8050
8051 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8052 libraries when using g++ with native linker.
8053
8054 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8055
8056 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8057
8058 2001-05-24 Tom Rix <trix@redhat.com>
8059
8060 * configure.in : enable ld for aix
8061
8062 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8063
8064 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8065 [aix4*|aix5*]: Prepend blank.
8066
8067 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8068
8069 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8070 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8071 of subdir/configure scripts to use the new libtool.m4.
8072
8073 2001-05-14 H.J. Lu <hjl@gnu.org>
8074
8075 * config.if (libc_interface): Set to -libc6.2- for cross
8076 compiling to Linux/glibc 2.2.
8077
8078 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8079
8080 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8081 libgcj.
8082
8083 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8084
8085 * configure.in (noconfigdirs): Don't reset it from scratch in the
8086 target case; only append to it.
8087
8088 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8089
8090 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8091 sparc-*-solaris2.8]: Disable ${libgcj}.
8092
8093 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8094
8095 * configure.in (libgcj_saved): Copy from $libgcj.
8096 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8097 --disable-libgcj.
8098
8099 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8100
8101 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8102 1.641.2.228.
8103
8104 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8105
8106 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8107 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8108
8109 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8110
8111 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8112 New macros.
8113 (bootstrap, cross): Use RECURSE_FLAGS.
8114 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8115
8116 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8117
8118 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8119
8120 2001-03-23 Nick Clifton <nickc@redhat.com>
8121
8122 * README-maintainer-mode: Add note about inability to use "make
8123 distclean" in maintainer mode.
8124
8125 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8126
8127 Re-installed:
8128 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8129 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8130 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8131 * ltcf-cxx.sh: Likewise.
8132 * ltcf-gcj.sh: Likewise.
8133
8134 2001-03-22 Philip Blundell <philb@gnu.org>
8135
8136 * config.sub, config.guess: Import latest from subversions.
8137
8138 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8139
8140 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8141 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8142
8143 2001-03-20 Michael Chastain <chastain@redhat.com>
8144
8145 * Makefile.in: all-m4 depends on all-texinfo.
8146
8147 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8148
8149 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8150
8151 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8152
8153 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8154 longer valid.
8155
8156 2001-02-16 Nick Clifton <nickc@redhat.com>
8157
8158 * configure.in (noconfigdirs): Allow configuration of texinfo
8159 for Cygwin hosts.
8160
8161 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8162
8163 * config.guess: Add linux target for S/390.
8164 * config.sub: Likewise.
8165 * configure.in: Likewise.
8166
8167 2001-02-06 Ben Elliston <bje@redhat.com>
8168
8169 * configure: Output host type to stdout, not stderr.
8170
8171 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8172
8173 * config.guess: Import from subversions.gnu.org (revision 1.181).
8174 * config.sub: Import from subversions.gnu.org (revision 1.199).
8175
8176 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8177
8178 * config.guess: Handle hppa64-linux systems.
8179
8180 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8181
8182 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8183 Don't unset, it's non-portable and no longer necessary, set to empty
8184 instead.
8185
8186 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8187
8188 * ltconfig: Shell portability fix for the tagname validity check.
8189
8190 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8191
8192 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8193
8194 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8195
8196 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8197 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8198
8199 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8200
8201 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8202 keep at least one of build_libtool_libs or build_old_libs set to
8203 yes.
8204
8205 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8206
8207 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8208 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8209
8210 2000-11-07 Philip Blundell <pb@futuretv.com>
8211
8212 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8213
8214 2000-11-03 Philip Blundell <pb@futuretv.com>
8215
8216 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8217 files.
8218
8219 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8220
8221 * COPYING.NEWLIB: Put into source repository.
8222
8223 2001-01-15 Ben Elliston <bje@redhat.com>
8224
8225 * configure.in (host_tools): Add sid.
8226 Always configure cgen.
8227 * Makefile.in (all-sid): New target.
8228 (check-sid, clean-sid, install-sid): Likewise.
8229
8230 2001-01-07 Andreas Jaeger <aj@suse.de>
8231
8232 * config.sub, config.guess: Update from subversions.
8233
8234 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8235
8236 * configure.in: Disable language-specific target libraries for
8237 languages that aren't enabled.
8238
8239 2000-11-24 Nick Clifton <nickc@redhat.com>
8240
8241 * configure.in (xscale-elf): Add target.
8242 (xscale-coff): Add target.
8243 (c4x, c5x, tic54x): Move after ARM targets.
8244
8245 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8246
8247 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8248
8249 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8250
8251 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8252
8253 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8254
8255 * Makefile.in: Merge with GCC and libgcj.
8256 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8257 configure-target-<library> when their configure scripts need the C
8258 or C++ library to have already been built to work properly.
8259 (do_proto_toplev): Set them to an empty string.
8260
8261 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8262
8263 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8264 (REALLY_SET_LIB_PATH): Use them.
8265
8266 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8267
8268 * config.sub: Add support for Sun Chorus
8269
8270 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8271
8272 * config.sub: Add support for the *-storm-chaos OS.
8273
8274 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8275
8276 * configure.in (noconfigdirs): Don't compile some
8277 of the libraries for 68HC11 & 68hc12 targets.
8278
8279 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8280
8281 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8282 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8283 all affected `configure' scripts.
8284
8285 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8286
8287 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8288 ltcf-c.sh.
8289
8290 2000-09-12 Philip Blundell <philb@gnu.org>
8291
8292 * config.sub, config.guess: Update from subversions.
8293
8294 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8295
8296 * Makefile.in (all-zlib): Added dummy target.
8297
8298 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8299 multi-language branch.
8300
8301 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8302
8303 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8304 (bootstrap*): Depend on all-bootstrap.
8305
8306 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8307
8308 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8309 crosses, but add gcc/include to the header search path for them.
8310
8311 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8312
8313 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8314 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8315 * gettext.m4: New file, extracted from aclocal.m4.
8316
8317 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8318
8319 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8320 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8321 sub-configures.
8322
8323 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8324
8325 * Makefile.in (ALL_MODULES): Add all-cgen.
8326 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8327 (all-cgen): New target.
8328 (all-opcodes,all-sim): Depend on all-cgen.
8329 * configure.in (host_tools): Add cgen.
8330 Only configure cgen if --enable-cgen-maint.
8331
8332 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8333
8334 * config-ml.in (CC, CXX): Don't introduce a leading space.
8335
8336 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8337
8338 * configure.in (libstdcxx_flags): Use
8339 libstdc++-v3/src/libstdc++.INC.
8340
8341 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8342
8343 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8344
8345 2000-08-11 Jason Merrill <jason@redhat.com>
8346
8347 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8348 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8349 (FLAGS_FOR_TARGET): Not here.
8350 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8351
8352 2000-08-07 DJ Delorie <dj@redhat.com>
8353
8354 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8355 "if we're also building gcc, and it's a gcc that will run on the
8356 build machine, we want to use its includes instead of the system's
8357 default includes".
8358
8359 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8360
8361 * configure.in (libstdcxx_flags): Don't use `"'.
8362
8363 * config-ml.in: Adjust multilib search paths to the
8364 appropriate multilib tree.
8365
8366 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8367
8368 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8369 commas in $LANGUAGES.
8370
8371 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8372
8373 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8374
8375 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8376
8377 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8378 CXX_FOR_TARGET for sed.
8379
8380 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8381
8382 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8383 Do not override if already set in the environment or in configure.
8384 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8385 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8386
8387 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8388
8389 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8390 (GCC_FOR_TARGET): Use it.
8391 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8392 * configure.in: ... here.
8393 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8394 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8395
8396 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8397
8398 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8399 (configure-target-libchill, configure-target-libobjc): Likewise.
8400
8401 * configure.in: Use the same cache file for all target libs.
8402 * config-ml.in: But different cache files per multilib variant.
8403
8404 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8405
8406 * configure (topsrcdir): Don't use dirname.
8407
8408 2000-07-20 Jason Merrill <jason@redhat.com>
8409
8410 * configure.in: Remove all references to libg++ and librx.
8411
8412 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8413
8414 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8415
8416 * config.sub: Update to subversions version 2000-07-06.
8417
8418 2000-07-12 Andrew Haley <aph@cygnus.com>
8419
8420 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8421 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8422
8423 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8424
8425 * symlink-tree: Check number of arguments.
8426
8427 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8428
8429 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8430
8431 2000-07-05 Jim Wilson <wilson@cygnus.com>
8432
8433 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8434 search path for a g++ extracted from the build tree. This
8435 will allow link tests run by configure scripts in
8436 subdirectories to succeed.
8437
8438 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8439
8440 * ltconfig: Add support for mips-dde-sysv4.2MP
8441
8442 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8443
8444 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8445 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8446
8447 2000-06-19 Timothy Wall <twall@cygnus.com>
8448
8449 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8450 * config.sub: Add tic54x target.
8451
8452 2000-06-07 Phillip Thomas <pthomas@suse.de>
8453
8454 * README-maintainer-mode: New file: Contains notes on using
8455 --enable-maintainer-mode with binutils.
8456
8457 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8458
8459 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8460
8461 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8462
8463 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8464 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8465
8466 20000-05-21 H.J. Lu (hjl@gnu.org)
8467
8468 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8469 directory are used if they exist. Make sure
8470 $(build_tooldir)/include is searched for header files,
8471 $(build_tooldir)/lib/ for library files.
8472 (GCC_FOR_TARGET): Likewise.
8473 (CXX_FOR_TARGET): Likewise.
8474
8475 2000-05-18 Jeffrey A Law (law@cygnus.com)
8476
8477 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8478
8479 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8480
8481 * Makefile.in (configure-target-libiberty): Depend on
8482 configure-target-newlib.
8483
8484 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8485
8486 * configure.in, Makefile.in: Merge all libffi-related
8487 configury stuff from the libgcj tree.
8488
8489 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8490
8491 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8492 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8493
8494 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8495
8496 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8497 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8498 current version information. Add to proto-toplev directory.
8499 (gdb-taz): Build do-djunpack.
8500
8501 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8502
8503 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8504
8505 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8506
8507 * ltmain.sh: Preserve in relink_command any environment
8508 variables that may affect the linker behavior.
8509
8510 2000-05-12 Jeffrey A Law (law@cygnus.com)
8511
8512 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8513
8514 2000-05-10 Jim Wilson <wilson@cygnus.com>
8515
8516 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8517
8518 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8519
8520 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8521 with the version name.
8522
8523 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8524
8525 * config.if: Tweak.
8526
8527 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8528
8529 * djunpack.bat: New file.
8530
8531 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8532
8533 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8534 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8535 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8536 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8537
8538 2000-04-16 Dave Pitts <dpitts@cozx.com>
8539
8540 * config.sub (case $basic_machine): Change default for "ibm-*"
8541 to "openedition".
8542
8543 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8544
8545 * Makefile.in (gdb-taz): New target. GDB specific archive.
8546 (do-md5sum): New target.
8547 (MD5PROG): Define.
8548 (PACKAGE): Default to TOOL.
8549 (VER): Default to a shell script.
8550 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8551 md5 checksum generation.
8552 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8553 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8554 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8555 insight.tar.bz2): Use gdb-taz to create archive.
8556
8557 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8558
8559 * configure (warn_cflags): Delete.
8560
8561 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8562 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8563
8564 * configure.in (enable_libstdcxx_v3): Add.
8565 (target_libs): Add bits here to switch between libstdc++-v2 and
8566 libstdc++-v3.
8567 * config.if: And this file too.
8568 * Makefile.in: Add libstdc++-v3 targets.
8569
8570 2000-04-05 Michael Meissner <meissner@redhat.com>
8571
8572 * config.sub (d30v): Add d30v as a basic machine type.
8573
8574 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8575
8576 * configure.in: -linux-gnu*, not -linux-gnu.
8577
8578 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8579
8580 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8581 (do-tar-bz2): Replace TOOL with PACKAGE.
8582 (gdb.tar.bz2): Remove GDBTK from GDB package.
8583 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8584 dejagnu.tar.bz2): New packages.
8585
8586 2000-02-27 Andreas Jaeger <aj@suse.de>
8587
8588 * configure.in: Add entry for mips*-*-linux*, move catch all
8589 *-*-*linux* entry below this one.
8590
8591 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8592
8593 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8594
8595 2000-02-24 Nick Clifton <nickc@cygnus.com>
8596
8597 * config.sub: Support an OS of "wince".
8598
8599 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8600
8601 * config.guess, config.sub: Updated to match config's 2000-02-15
8602 version.
8603
8604 2000-02-23 Linas Vepstas <linas@linas.org>
8605
8606 * config.sub: Add support for Linux/IBM 370.
8607 * configure.in: Likewise.
8608
8609 2000-02-22 Nick Clifton <nickc@cygnus.com>
8610
8611 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8612
8613 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8614
8615 * config.guess: Guess "cygwin" rather than "cygwin32".
8616
8617 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8618
8619 * configure (gcc_version): When setting, narrow search to
8620 lines containing `version_string'.
8621
8622 2000-02-15 Denis Chertykov <denisc@overta.ru>
8623
8624 * config.sub: Add support for avr target.
8625
8626 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8627
8628 * config.sub: Add mmix-knuth-mmixware.
8629
8630 2000-01-27 Christopher Faylor <cgf@redhat.com>
8631
8632 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8633 structure stuff to -L library search.
8634 (CXX_FOR_TARGET): Ditto.
8635 (CROSS_CHECK_MODULES): Fix spelling mistake.
8636
8637 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8638
8639 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8640 the C++ compiler.
8641
8642 2000-01-12 Richard Henderson <rth@cygnus.com>
8643
8644 * configure.in: Don't build some bits for beos.
8645
8646 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8647
8648 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8649 as include files.
8650
8651 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8652
8653 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8654 not mh-aix43.
8655
8656 1999-12-14 Richard Henderson <rth@cygnus.com>
8657
8658 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8659 * config.sub: Accept alphaev[78], alphaev8.
8660
8661 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8662
8663 * config.guess, config.sub: Update from autoconf.
8664
8665 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8666
8667 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8668 necessary libraries are missing.
8669
8670 1999-10-25 Andreas Schwab <schwab@suse.de>
8671
8672 * configure: Fix quoting inside arguments of eval.
8673
8674 1999-10-21 Nick Clifton <nickc@cygnus.com>
8675
8676 * config-ml.in: Allow suppression of some ARM multilibs.
8677
8678 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8679
8680 * config.guess: Add OS/390 match pattern.
8681 * config.sub: Add mvs, openedition targets.
8682 * configure.in (i370-ibm-opened*): New.
8683
8684 1999-09-04 Steve Chamberlain <sac@pobox.com>
8685
8686 * config.sub: Add support for configuring for pj.
8687
8688 1999-08-31 Nick Clifton <nickc@cygnus.com>
8689
8690 * config.sub (maybe_os): Add support for configuring for fr30.
8691
8692 1999-08-25 Nick Clifton <nickc@cygnus.com>
8693
8694 * configure.in: Do not configure or build ld for AIX
8695 platforms. ld is known to be broken on these platforms.
8696
8697 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8698
8699 * config-ml.in: Pass compiler flag corresponding to multidirs to
8700 subdir configures.
8701
8702 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8703
8704 * Makefile.in (LDFLAGS): Define.
8705
8706 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8707
8708 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8709 noconfigdirs.
8710 (*-*-cygwin*): Likewise.
8711
8712 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8713
8714 * mkdep: New file.
8715 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8716 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8717
8718 From Eli Zaretskii <eliz@is.elta.co.il>:
8719 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8720 long file name when using DJGPP on MS-DOS.
8721
8722 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8723
8724 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8725
8726 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8727
8728 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8729 dependency as this causes "make check" to globally "make all"
8730
8731 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8732
8733 * configure.in (target_libs): Added target-zlib.
8734 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8735 (CONFIGURE_TARGET_MODULES): Likewise.
8736 (CHECK_TARGET_MODULES): Likewise.
8737 (INSTALL_TARGET_MODULES): Likewise.
8738 (CLEAN_TARGET_MODULES): Likewise.
8739 (configure-target-zlib): New target.
8740 (all-target-zlib): Likewise.
8741 (all-target-libjava): Depend on all-target-zlib.
8742 (configure-target-libjava): Depend on configure-target-zlib.
8743
8744 * Makefile.in (configure-target-libjava): Depend on
8745 configure-target-newlib.
8746 (configure-target-boehm-gc): New target.
8747 (configure-target-qthreads): New target.
8748
8749 * configure.in (target_libs): Added target-qthreads.
8750 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8751 (CONFIGURE_TARGET_MODULES): Likewise.
8752 (CHECK_TARGET_MODULES): Likewise.
8753 (INSTALL_TARGET_MODULES): Likewise.
8754 (CLEAN_TARGET_MODULES): Likewise.
8755 (all-target-qthreads): New target.
8756 (configure-target-libjava): Depend on configure-target-qthreads.
8757 (all-target-libjava): Depend on all-target-qthreads.
8758
8759 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8760 (CONFIGURE_TARGET_MODULES): Likewise.
8761 (CHECK_TARGET_MODULES): Likewise.
8762 (INSTALL_TARGET_MODULES): Likewise.
8763 (CLEAN_TARGET_MODULES): Likewise.
8764 (all-target-libjava): New target.
8765 (all-target-boehm-gc): Likewise.
8766 * configure.in (target_libs): Added libjava, boehm-gc.
8767
8768 1999-07-22 Ian Lance Taylor <ian@zembu.com>
8769
8770 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8771 configure.bat in SUPPORT_FILES.
8772 (gas+binutils.tar.bz2): Likewise.
8773
8774 * makeall.bat: Remove; obsolete.
8775
8776 1999-07-21 Ian Lance Taylor <ian@zembu.com>
8777
8778 From Mark Elbrecht:
8779 * configure.bat: Remove; obsolete.
8780
8781 1999-07-11 Ian Lance Taylor <ian@zembu.com>
8782
8783 * configure: Add -W -Wall to the default CFLAGS when compiling with
8784 gcc.
8785
8786 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8787
8788 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8789
8790 1999-06-30 Mark Mitchell <mark@codesourcery.com>
8791
8792 * configure.in: Build ld on IRIX6.
8793
8794 1999-06-12 Ian Lance Taylor <ian@zembu.com>
8795
8796 * Makefile.in: Change distribution targets to use bzip2 instead of
8797 gzip.
8798 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8799 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8800
8801 1999-06-04 Nick Clifton <nickc@cygnus.com>
8802
8803 * config.sub: Add mcore target.
8804
8805 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
8806
8807 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8808
8809 1999-05-25 H.J. Lu (hjl@gnu.org)
8810
8811 * config.guess (dummy): Changed to $dummy.
8812
8813 1999-05-24 Nick Clifton <nickc@cygnus.com>
8814
8815 * config.sub: Tidied up case statements.
8816
8817 1999-05-22 Ben Elliston <bje@cygnus.com>
8818
8819 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8820 <jiro@din.or.jp>.
8821
8822 * config.guess: Merge with FSF version. Future changes will be
8823 more accurately recorded in this ChangeLog.
8824 * config.sub: Likewise.
8825
8826 1999-05-20 Stephen L Moshier <moshier@world.std.com>
8827
8828 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8829
8830 1999-04-30 Tom Tromey <tromey@cygnus.com>
8831
8832 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8833
8834 1999-04-23 Tom Tromey <tromey@cygnus.com>
8835
8836 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8837
8838 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
8839
8840 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8841 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8842 Bad merge removed these two changes.
8843
8844 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8845 Martin Heller (Ing.-Buero_Heller@t-online.de)
8846
8847 * config.guess (interix Alpha): Add.
8848
8849 1999-04-11 Richard Henderson <rth@cygnus.com>
8850
8851 * configure.in (i?86-*-beos*): Do config gperf; don't config
8852 gdb, newlib, or libgloss.
8853
8854 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8855
8856 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8857 link a trivial program with -mabi=64. If it fails, remove mabi=64
8858 from multidirs.
8859
8860 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
8861
8862 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8863
8864 1999-04-08 Nick Clifton <nickc@cygnus.com>
8865
8866 * config.sub: Add support for mcore targets.
8867
8868 1999-04-07 Michael Meissner <meissner@cygnus.com>
8869
8870 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8871 not mt-ospace, in order to shut up assembler warning about using
8872 symbols that are named the same as registers.
8873
8874 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
8875
8876 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8877 dependency list for all-target-cygmon.
8878
8879 1999-04-05 Doug Evans <devans@casey.cygnus.com>
8880
8881 * config-ml.in: Check $host, not $target, for selective multilibs.
8882 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8883 thumb interworking, and underscore prefix multilibs.
8884
8885 1999-04-04 Ian Lance Taylor <ian@zembu.com>
8886
8887 * missing: Update to version from current automake.
8888
8889 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8890
8891 * configure (gxx_include_dir): Removed.
8892
8893 * configure.in (gxx_include_dir): Handle it.
8894 * Makefile.in: Likewise.
8895
8896 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8897
8898 * config.sub (mips64vr4111,mips64vr4111el) Add.
8899
8900 1999-03-21 Ben Elliston <bje@cygnus.com>
8901
8902 * config.guess: Correct typo for detecting ELF on FreeBSD.
8903
8904 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8905
8906 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8907 config/mh-djgpp.
8908
8909 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8910
8911 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8912 all-target-newlib to dependency list for all-target-bsp.
8913
8914 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8915
8916 * config.sub: Add i386-uwin support.
8917 * config.guess: Likewise.
8918
8919 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8920
8921 * configure.in: cleanup, add mh-*pic handling for arm, special
8922 case powerpc*-*-aix*
8923
8924 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8925
8926 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8927 can be built.
8928
8929 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8930
8931 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8932 targets.
8933
8934 1999-03-02 Nick Clifton <nickc@cygnus.com>
8935
8936 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8937
8938 1999-02-28 Geoffrey Noer <noer@cygnus.com>
8939
8940 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8941
8942 1999-02-24 Nick Clifton <nickc@cygnus.com>
8943
8944 * config.sub: Fix typo in arm recognition.
8945
8946 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
8947
8948 * configure.in (noconfigdirs): Changed target_configdirs to
8949 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8950 rather than m68k-*-* since it is not known to work on
8951 m68k-aout. Ditto for arm-*-*oabi.
8952
8953 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8954
8955 * configure.in (*-*-windows*): Remove, no longer used.
8956
8957 1999-02-19 Ben Elliston <bje@cygnus.com>
8958
8959 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8960 Smart and improved by Andrew Cagney.
8961
8962 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
8963
8964 * config.guess: Recognize openbsd-*-hppa.
8965
8966 1999-02-17 H.J. Lu (hjl@gnu.org)
8967
8968 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8969 only if it is not empty.
8970
8971 1999-02-17 Nick Clifton <nickc@cygnus.com>
8972
8973 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8974
8975 * config.guess: Modified to recognize uname's armv* syntax.
8976
8977 * config.sub: Modified to recognize uname's armv* syntax.
8978
8979 1999-02-17 Mark Salter <msalter@cygnus.com>
8980
8981 * configure.in: Added target-bsp for sparclite.
8982
8983 1999-02-08 Richard Henderson <rth@cygnus.com>
8984
8985 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8986
8987 1999-02-08 Nick Clifton <nickc@cygnus.com>
8988
8989 * configure.in: Add support for strongarm port.
8990 * config.sub: Add support for strongarm target.
8991
8992 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8993
8994 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8995 the old name config/mh-cygwin32.
8996 Enable texinfo.
8997
8998 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
8999
9000 * configure.in: Do build ld for ix86 Solaris.
9001
9002 1999-02-02 Jim Wilson <wilson@cygnus.com>
9003
9004 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9005 $AR_FOR_TARGET. Likewise for RANLIB.
9006
9007 1999-02-02 Catherine Moore <clm@cygnus.com>
9008
9009 * config.sub (oabi): Recognize.
9010 * configure.in (arm-*-oabi): Handle.
9011
9012 1999-01-30 Robert Lipe (robertlipe@usa.net)
9013
9014 * config.guess: Improve detection of i686 on UnixWare 7.
9015
9016 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
9017
9018 * config.guess: Add support for i386-pc-interix.
9019 * config.sub: Likewise.
9020 * configure.in: Likewise.
9021
9022 1999-01-18 Christopher Faylor <cgf@cygnus.com>
9023
9024 * Makefile.in: Remove unneeded all-target-libio from
9025 from all-target-winsup target since it is now unneeded.
9026 Add all-target-libtermcap in its place since it is now
9027 needed.
9028
9029 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9030
9031 * configure.in: makefile stub for cygwin target is probably
9032 unnecessary. Remove it for now.
9033
9034 1998-12-30 Christopher Faylor <cgf@cygnus.com>
9035
9036 * configure.in: libtermcap.a should be built when cygwin is the
9037 target as well as the host.
9038 * config.guess: Allow mixed case in cygwin uname output.
9039 * Makefile.in: Add libtermcap target.
9040
9041 1998-12-23 Jeffrey A Law (law@cygnus.com)
9042
9043 * config.sub: Clean up handling of hppa2.0.
9044
9045 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
9046
9047 * config.guess: Use C code to identify more HP machines.
9048
9049 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9050
9051 * config.sub: Handle hppa2.0.
9052
9053 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9054
9055 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9056 cygmon for all sparclite targets, regardless of object format.
9057
9058 1998-12-15 Mark Salter <msalter@cygnus.com>
9059
9060 * configure.in: Added target-bsp for several target architectures.
9061
9062 * Makefile.in: Added rules for bsp.
9063
9064 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9065
9066 * config.guess: Improve detection of hppa2.0 processors.
9067
9068 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9069
9070 * config.guess: Recognize FreeBSD using ELF automatically.
9071
9072 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9073
9074 * configure (skip-this-dir): Add handling for new shell script, which
9075 might be created by a sub-directory's configure to indicate, this particular
9076 directory is "unwanted".
9077 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9078
9079 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9080
9081 * ltconfig: import from libtool, after changing libtool to
9082 account for the cygwin name change.
9083
9084 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9085
9086 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9087 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9088
9089 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9090
9091 * configure.in: Add libtermcap to list of cygwin dependencies.
9092
9093 1998-11-17 Geoffrey Noer <noer@cygnus.com>
9094
9095 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9096 they include winsup/include when it's a cygwin target.
9097
9098 1998-11-12 Tom Tromey <tromey@cygnus.com>
9099
9100 * configure.in (host_tools): Added zip.
9101 * Makefile.in (all-target-libjava): Depend on all-zip.
9102 (all-zip): New target.
9103 (ALL_MODULES): Added all-zip.
9104 (NATIVE_CHECK_MODULES): Added check-zip.
9105 (INSTALL_MODULES): Added install-zip.
9106 (CLEAN_MODULES): Added clean-zip.
9107
9108 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9109
9110 * Makefile.in: lose "32" from comment about cygwin.
9111
9112 1998-11-05 Nick Clifton <nickc@cygnus.com>
9113
9114 * configure.in: Use -Os to build target libraries for the fr30.
9115
9116 1998-11-04 Dave Brolley <brolley@cygnus.com>
9117
9118 * config.sub: Add fr30.
9119
9120 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9121
9122 * configure.in: drop "32" from config/mh-cygwin32. Check
9123 cygwin* instead of cygwin32*.
9124 * config.sub: Check cygwin* instead of cygwin32*.
9125
9126 1998-10-22 Robert Lipe <robertl@dgii.com>
9127
9128 * config.guess: Match any version of Unixware7.
9129
9130 1998-10-20 Syd Polk <spolk@cygnus.com>
9131
9132 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9133 if desired.
9134
9135 1998-10-18 Jeffrey A Law (law@cygnus.com)
9136
9137 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9138 these if the appropriate directories and files to not exist.
9139
9140 1998-10-14 Jeffrey A Law (law@cygnus.com)
9141
9142 * Makefile.in (DEVO_SUPPORT): Add config.if.
9143
9144 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9145
9146 * configure: Add pattern to replace "build_tooldir"'s
9147 definition in the generated Makefile with "tooldir"'s
9148 actual value.
9149
9150 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9151
9152 * config.sub: Bring back lost sparcv9.
9153
9154 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9155
9156 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9157
9158 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9159 CC_FOR_TARGET and friends.
9160
9161 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9162
9163 * Makefile.in (build_tooldir): New variable, same as tooldir.
9164 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9165 -B$(build_tooldir)/bin/.
9166 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9167
9168 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9169
9170 * config.sub: Add support for i[34567]86-pc-udk.
9171 * configure.in: Likewise.
9172
9173 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9174
9175 * Makefile.in: add bzip2 package building bits for user
9176 tools module
9177 * configure.in: ditto
9178
9179 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9180
9181 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9182 (ALL_TARGET_MODULES): Add all-target-libobjc.
9183 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9184 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9185 (all-target-libchill): Add dependencies.
9186 * configure.in (target_libs): Add libchill.
9187
9188 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9189
9190 * configure.in (target_subdir): Remove duplicate line.
9191
9192 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9193
9194 * Makefile.in (all-automake): fix dependencies.
9195
9196 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9197
9198 * configure.in: Minor cleanups for building in the $(target_alias)
9199 subdir.
9200
9201 1998-09-22 Jim Wilson <wilson@cygnus.com>
9202
9203 * Makefile.in (bootstrap): Set r and s before make all. Use
9204 BASE_FLAGS_TO_PASS in make all.
9205 (cross): Likewise.
9206
9207 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9208
9209 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9210
9211 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9212
9213 * config.sub: Fix typo in last change.
9214
9215 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9216
9217 * config.sub: Add support for C4x target.
9218 * configure.in: Likewise.
9219
9220 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9221
9222 * config.sub: Recognize sparcv9 just like sparc64.
9223
9224 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9225
9226 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9227
9228 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9229
9230 * config.guess: Correctly identify Pentium II sco boxes.
9231
9232 * config.guess: Fix "tr" code. From Weiwen Liu.
9233
9234 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9235
9236 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9237 stabs.
9238
9239 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9240
9241 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9242 (ALL_TARGET_MODULES): Add all-target-libchill.
9243 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9244 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9245 (all-target-libchill): Add dependencies.
9246 * configure.in (target_libs): Add libchill.
9247
9248 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9249
9250 * config.guess: Avoid assumptions about "tr" behaves when
9251 LANG is set to something other than English.
9252
9253 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9254
9255 * configure (gxx_include_dir): Changed to
9256 '${prefix}/include/g++'-${libstdcxx_interface}.
9257
9258 * config.if: New to determine the interfaces.
9259
9260 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9261
9262 * config.guess: Detect and handle MPE/IX.
9263 * config.sub: Deal with MPE/IX.
9264
9265 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9266
9267 * configure.in: Use mh-aix43.
9268
9269 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9270
9271 * configure: Fix --without/--disable cases for gxx-include-dir.
9272
9273 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9274
9275 * mdata-sh: Imported. Needed for automake support.
9276
9277 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9278
9279 * Makefile.in (taz): Try "chmod -R og=u ." before
9280 "chmod og=u `find . -print`".
9281
9282 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9283
9284 * configure.in: Add arm-elf and thumb-elf support.
9285
9286 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9287
9288 * Makefile.in: Undo previous patch.
9289
9290 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9291
9292 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9293 to here ...
9294 (install-no-fixedincludes): and here
9295 (INSTALL_MODULES): ... from here.
9296
9297 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9298
9299 * config.sub: Merge with FSF.
9300
9301 * config.guess: Merge with FSF.
9302
9303 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9304
9305 * configure (extraconfigdirs): New variable.
9306 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9307 * Makefile.in (all): Move higher in file.
9308 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9309 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9310 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9311 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9312 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9313
9314 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9315
9316 * Makefile.in (all-target-libjava): Depend on all-gcc and
9317 all-target-newlib.
9318 (configure-target-libjava): Depend on $(ALL_GCC).
9319
9320 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9321
9322 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9323 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9324
9325 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9326
9327 * ylwrap: Change absolute path checks to check for DOS style path
9328 names.
9329
9330 * ylwrap: Don't use a full path name if the source file is in the
9331 same directory. From hjl@lucon.org (H.J. Lu).
9332
9333 * config-ml.in: Default to being verbose, to match Feb 18 change to
9334 configure.
9335
9336 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9337
9338 Brought over from egcs:
9339
9340 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9341
9342 * configure.in (target_subdir): Set to ${target_alias} instead
9343 of "libraries".
9344
9345 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9346
9347 * configure.in (target_subdir): Set to libraries if enable_multilib.
9348
9349 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9350
9351 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9352 multilibs, force reconfiguration the first time we create
9353 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9354
9355 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9356
9357 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9358 avoid confusion with --no-recursion.
9359
9360 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9361
9362 * configure.in: Win32 hosts shouldn't use install -x
9363 * install-sh: remove -x option, and special .exe-handling
9364 hack.
9365
9366 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9367
9368 * config.guess: Recognize i586-pc-beos.
9369 * configure.in: Don't build some bits for beos.
9370
9371 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9372
9373 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9374 CFLAGS default to -O2.
9375
9376 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9377 when using GNU ld.
9378
9379 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9380
9381 * ltmain.sh: Correct install when using a different shell.
9382
9383 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9384
9385 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9386
9387 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9388
9389 * makefile.vms: Update to build binutils/makefile.vms. Add install
9390 target.
9391
9392 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9393
9394 * ltconfig: Update to correct AIX handling.
9395
9396 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9397
9398 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9399
9400 * configure.in (target_subdir): Set to ${target_alias} instead
9401 of "libraries".
9402
9403 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9404
9405 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9406 (Makefile): Depend on $(gcc_version_trigger).
9407
9408 * configure (gcc_version): Change default initializer to empty
9409 string.
9410 (gcc_version_trigger): New variable; pass this variable down
9411 to subdir configures to enable them checking gcc's version
9412 themselves. Emit make macros for both gcc_version vars.
9413 (topsrcdir): Initialize reliably.
9414 (recursion line): Remove --with-gcc-version=${gcc_version}.
9415
9416 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9417
9418 * configure (enable_version_specific_runtime_libs): Implement new flag
9419 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9420 in $(libsubdir); emit definition in each generated Makefile.
9421 (gxx_include_dir): Initialize depending on
9422 $enable_version_specific_runtime_libs.
9423
9424 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9425
9426 * configure (gcc_version): Initialize properly depending on
9427 how and where configure is started.
9428 (recursion line): Pass a --with-gcc-version=${gcc_version}
9429 to configures in subdirs.
9430
9431 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9432
9433 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9434 cygmon
9435
9436 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9437
9438 * configure.in: Add cygmon and libstub support for mn10200.
9439
9440 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9441
9442 * configure (gcc_version): Add new variable describing the
9443 particular gcc version we're building.
9444 * Makefile.in (libsubdir): Add new macro for the directory
9445 in which the compiler finds executables, libraries, etc.
9446 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9447 and libsubdir.
9448
9449 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9450
9451 * Makefile.in (local-clean): Remove *.log.
9452 (warning.log): Built with warn_summary from build.log.
9453 (mail-report.log): Run test_summary.
9454 (mail-report-with-warnings.log): Run test_summary including
9455 warning.log in the report.
9456
9457 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9458
9459 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9460
9461 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9462
9463 * Makefile.in (grep): Grep no longer depends on libiberty.
9464
9465 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9466
9467 * Makefile.in: all-snavigator needs all-libgui.
9468
9469 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9470
9471 * configure.in: Add cygmon and libstub support for mn10300.
9472
9473 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9474
9475 * missing: Update to version from automake 1.3.
9476
9477 * ltmain.sh: On installation, don't get confused if the same name
9478 appears more than once in the list of library names.
9479
9480 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9481
9482 * config.sub: Accept m68060 and m5200 as CPU names.
9483
9484 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9485
9486 * configure: Use && rather than using -a in test, because odd
9487 strings can confuse test.
9488 * configure.in: Likewise.
9489
9490 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9491
9492 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9493
9494 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9495
9496 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9497 bootstrap4-lean): New targets.
9498
9499 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9500
9501 * mpw-* Delete. Not used.
9502
9503 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9504
9505 * COPYING.LIB: Update FSF address.
9506
9507 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9508
9509 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9510
9511 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9512 GAS_SUPPORT_DIRS.
9513
9514 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9515
9516 * ltconfig, ltmain.sh: Avoid producing a version number if
9517 -version-info was not used.
9518
9519 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9520
9521 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9522 building with newlib.
9523
9524 1998-04-30 Paul Eggert <eggert@twinsun.com>
9525
9526 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9527 Solaris `make' causes it to continue to next definition.
9528
9529 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9530
9531 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9532 the right GUI libraries and files are installed along with GDB.
9533
9534 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9535
9536 * configure.in: Change alpha to alpha* in several places.
9537
9538 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9539
9540 * config.sub: Recognize sparc86x.
9541
9542 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9543
9544 * configure.in (--enable-target-optspace): Remove debug echo.
9545
9546 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9547
9548 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9549
9550 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9551
9552 * ltconfig: Update cygwin32 support.
9553
9554 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9555 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9556 (GDB_SUPPORT_DIRS): Likewise.
9557
9558 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9559
9560 * configure.in (target_makefile_frag): If --enable-target-optspace,
9561 use -Os to compile target libraries rather than -O2. Default to
9562 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9563 not used.
9564 * configure.in (target_cflags): Ditto for d30v.
9565
9566 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9567
9568 * Makefile.in (all-bfd): Depend on all-intl.
9569 (all-binutils): Likewise.
9570 (all-gas): Likewise.
9571 (all-gprof): Likewise.
9572 (all-ld): Likewise.
9573
9574 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9575
9576 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9577
9578 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9579
9580 * Makefile.in (all-bfd): Depend upon all-libiberty.
9581
9582 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9583
9584 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9585
9586 * Makefile.in: Add libstub.
9587
9588 * configure.in: Ditto. Build libstub for targets that have cygmon
9589 support.
9590
9591 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9592
9593 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9594
9595 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9596
9597 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9598 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9599
9600 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9601
9602 * configure: Define DEFAULT_M4 by searching PATH.
9603 * Makfile.in: Use DEFAULT_M4.
9604
9605 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9606
9607 * ltconfig: Add cygwin32 support.
9608
9609 * Makefile.in, configure.in: Add libtool as a native only directory
9610 to configure and build.
9611
9612 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9613
9614 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9615
9616 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9617
9618 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9619
9620 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9621
9622 * Makefile.in: add ash make rules
9623 * configure.in: add ash to native_only and host_tools lists
9624
9625 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9626
9627 * Makefile.in (all-gettext, all-intl): New targets.
9628 (ALL_MODULES): Added all-gettext, all-intl.
9629 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9630 (INSTALL_MODULES): Added install-gettext, install-intl.
9631 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9632
9633 * configure.in (host_tools): Added gettext.
9634 (native_only): Likewise.
9635 (noconfigdirs) [various cases]: Likewise.
9636 (host_libs): Added intl.
9637
9638 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9639
9640 * configure: Do not disable building gdbtk for cygwin32 hosts.
9641
9642 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9643
9644 * configure.in: Add thumb-coff target.
9645 * config.sub: Add thumb-coff target.
9646
9647 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9648
9649 * Makefile.in: Revert yesterday's change.
9650 (all-target-winsup): all-target-librx stays out of here.
9651
9652 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9653
9654 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9655 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9656 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9657 Remove references to librx and libg++.
9658
9659 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9660
9661 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9662 recursive makes
9663
9664 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9665
9666 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9667 for newlib directory.
9668 (CXX_FOR_TARGET): Likewise.
9669
9670 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9671
9672 * ltconfig: Update after libtool/ltconfig.in change for
9673 hpux11.
9674
9675 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9676
9677 * ltconfig, ltmain.sh: Update to libtool 1.2.
9678
9679 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9680
9681 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9682 (install-gcc-cross): Instead, override LANGUAGES here.
9683
9684 1998-03-18 Dave Love <d.love@dl.ac.uk>
9685
9686 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9687 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9688
9689 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9690
9691 * configure.in: Add Thumb-pe target.
9692
9693 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9694
9695 * Makefile.in - changed sn targets to snavigator
9696 * configure.in - changed sn targets to snavigator
9697
9698 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9699
9700 * config-ml.in: After building symlink tree call make distclean
9701 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9702 to be the case for libiberty.
9703
9704 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9705
9706 * configure: When making link, also check the current
9707 directory. The configure scripts may create one.
9708
9709 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9710
9711 * config.sub: Accept alphapca56 and alphaev6 properly.
9712
9713 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9714
9715 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9716
9717 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9718
9719 * config.sub (sco5): Fix typo.
9720
9721 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9722
9723 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9724 install-itcl.
9725 (install-itcl): Remove dependency on install-tcl.
9726
9727 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9728
9729 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9730
9731 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9732
9733 * configure.in: Don't build libgui for a cygwin32 target when not on
9734 a cygwin32 host.
9735
9736 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9737
9738 * configure (redirect): Set to null, so default behavior of
9739 configure is now --verbose.
9740
9741 1998-02-16 Dave Love <d.love@dl.ac.uk>
9742
9743 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9744 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9745
9746 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9747
9748 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9749 this change to sync Makefile.in with its ChangeLog entries.
9750
9751 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9752
9753 * ltmain.sh (mkdir): Check that the directory doesn't exist
9754 before we exit with error, so that we don't get races during
9755 parallel builds.
9756
9757 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9758
9759 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9760
9761 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9762
9763 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9764 PICFLAG_FOR_TARGET.
9765 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9766
9767 * configure: Emit a definition for the new macro enable_shared
9768 into each Makefile.
9769
9770 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9771
9772 * configure.in (host_tools, native_only): Add libtool.
9773
9774 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9775
9776 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9777 Fix typo in ming config comment.
9778
9779 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9780
9781 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9782
9783 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9784
9785 * config.sub: Add tic30 cases, and map c30 to tic30.
9786
9787 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9788
9789 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9790 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9791 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9792 (CLEAN_TARGET_MODULES): Similarly
9793 (all-target-libf2c): Add dependences.
9794 * configure.in (target_libs): Add libf2c.
9795
9796 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9797
9798 * configure.in: Remove expect from noconfigdirs when target
9799 is cygwin32. OK to build expect and dejagnu with Canadian
9800 Cross.
9801
9802 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9803
9804 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9805 host.
9806
9807 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9808 and mingw32.
9809
9810 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9811
9812 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9813 here as it is not defined in the toplevel Makefile.
9814
9815 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9816
9817 * configure (package_makefile_rules_frag): New variable, which names
9818 a file with generic rules, ...
9819 Change comment to mention we now have FIVE parts.
9820 * configure: Undo last change.
9821
9822 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9823
9824 * config.guess: More accurate determination of HP processor types.
9825 * config.sub: More accurate determination of HP processor types.
9826
9827 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9828
9829 * configure (package_makefile_frag): Move inserting the
9830 ${package_makefile_frag} to where it should be according
9831 to the comment.
9832
9833 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9834
9835 * config.guess: Add support for Linux/ARM.
9836
9837 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9838
9839 * .cvsignore: Remove *-info and *-install since they match
9840 release-info and mpw-install, which we don't want to just ignore.
9841
9842 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9843
9844 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9845
9846 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9847
9848 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9849 local_prefix to sub-make invocations.
9850
9851 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9852
9853 * configure.in: Check makefile fragments in the source
9854 directory.
9855
9856 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9857
9858 * configure.in: Check whether host and target makefile
9859 fragments exist before adding them to *_makefile_frag.
9860
9861 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9862
9863 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9864
9865 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9866
9867 * configure.in: Make sure we only replace RPATH_ENVVAR on
9868 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9869 regexp to sed.
9870
9871 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9872 to sub-makes.
9873
9874 1998-01-13 Lee Iverson (leei@ai.sri.com)
9875
9876 * config-ml.in (multi-do): LDFLAGS must include multilib
9877 designator.
9878
9879 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9880
9881 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9882
9883 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9884
9885 * config.sub: Add mingw32 support.
9886 * configure.in: Likewise.
9887
9888 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9889
9890 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9891
9892 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9893
9894 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9895 * configure (gxx_include_dir): Provide a definition for subdirs
9896 which do not use autoconf.
9897
9898 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9899
9900 * config.guess: Sync with egcs. Picks up new alpha support,
9901 BeOS & some additional linux support.
9902
9903 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9904
9905 * config.guess: HP 9000/803 is a PA1.1 machine.
9906
9907 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9908
9909 * configure.in: It's alpha*-...
9910
9911 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9912
9913 * configure.in (host_makefile_frag, target_makefile_frag):
9914 Handle multiple config files.
9915 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9916 alpha-*-*.
9917
9918 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9919
9920 * mkdep: New file.
9921
9922 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9923
9924 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9925
9926 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9927
9928 * Makefile.in: Add libgui directory.
9929 (GDB_TK): Add all-libgui.
9930 * configure.in: Add libgui directory.
9931 * configure: Add all-libgui to GDB_TK.
9932
9933 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9934
9935 * config-ml.in (multidirs): Add m32r to multilib list.
9936
9937 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9938
9939 * Makefile.in (all-target-gperf): Change dependency to
9940 all-target-libstdc++.
9941
9942 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9943
9944 * config.guess: Add BeOS support.
9945
9946 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9947
9948 Source directory cvs renamed to cvssrc:
9949 * configure.in (host_tools): Change cvs to cvssrc.
9950 (native_only): Likewise.
9951 (noconfigdirs) [various cases]: Likewise.
9952 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9953 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9954 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9955 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9956 (all-cvssrc): Rename target from all-cvs.
9957
9958 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9959
9960 * configure (gxx_include_dir): Fix thinko.
9961
9962 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9963
9964 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9965 (install-cross, install-gcc-cross): New targets.
9966
9967 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9968
9969 * configure.in (noconfigdirs): Add support for Thumb target.
9970
9971 * config.sub (maybe_os): Add support for Thumb target.
9972
9973 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9974
9975 * Makefile.in: Add rules for cygmon.
9976
9977 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9978
9979 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9980
9981 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9982 * configure (gxx_include_dir): Provide a definition for subdirs
9983 which do not use autoconf.
9984
9985 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9986
9987 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9988 11/18/97 build
9989
9990 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9991
9992 * From Franz Sirl.
9993 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9994 found on RedHat Linux systems.
9995
9996 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9997
9998 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9999 guesses.
10000
10001 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10002
10003 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10004
10005 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10006
10007 * ltmain.sh: If mkdir fails, check whether the directory was created
10008 anyhow by some other process.
10009
10010 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10011
10012 * configure.in (d30v-*-*): Configure all directories.
10013
10014 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10015
10016 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10017 for the D30V.
10018
10019 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10020
10021 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10022
10023 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10024
10025 * include/libiberty.h: Add extern "C" { so it can be used with C++
10026 progrms.
10027 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10028 programs.
10029
10030 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10031
10032 * configure.in (d30v-*-*): Configure GCC now.
10033
10034 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10035
10036 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10037 is no longer needed.
10038
10039 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10040
10041 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10042
10043 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10044
10045 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10046 targets using "$@" to provide support for similar but not identical
10047 targets without having to duplicate code.
10048
10049 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10050
10051 * makefile.vms: Fix to work with DEC C.
10052
10053 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10054
10055 * config.sub: Add mips-tx39-elf to marketing names.
10056
10057 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10058
10059 * ltmain.sh: Handle symlinks in generated script.
10060
10061 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10062
10063 * configure: Handle autoconf style directory options: --bindir,
10064 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10065 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10066 --sysconfdir.
10067 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10068 (sharedstatedir, localstatedir, oldincludedir): New variables.
10069 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10070 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10071 sbindir, sharedstatedir, and sysconfdir.
10072
10073 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10074
10075 * Makefile.in (bootstrap-lean): New target.
10076
10077 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10078
10079 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10080 sn, and gnuserv from noconfigdirs.
10081
10082 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10083
10084 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10085
10086 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10087
10088 * Makefile.in (cross): New target.
10089
10090 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10091 Jeff Law <law@cygnus.com>
10092
10093 * Makefile.in (bootstrap2, bootstrap3): New targets.
10094 (all-bootstrap): Remove outdated and confusing target.
10095 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10096
10097 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10098
10099 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10100 windows. Consistent with gdb/configure.
10101
10102 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10103
10104 * configure.in: Name Linux target fragment.
10105
10106 * configure: Rewrite so that project Makefile fragment is inserted
10107 first and appears last in the resulting Makefile.
10108
10109 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10110
10111 * Makefile.in (install-itcl): Install tcl first.
10112
10113 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10114
10115 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10116
10117 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10118
10119 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10120
10121 * configure.in (skipdirs): Add target-librx for Linux.
10122 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10123
10124 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10125
10126 * Makefile.in (bootstrap): New target.
10127
10128 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10129
10130 * config.sub: Accept 'amigados' for backward compatability.
10131
10132 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10133
10134 * config.guess: Merge with FSF.
10135
10136 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10137
10138 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10139
10140 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10141
10142 * config.sub: Add "marketing-names" patch.
10143
10144 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10145
10146 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10147
10148 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10149
10150 * config.sub: Handle v850-elf.
10151
10152 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10153
10154 * .cvsignore (*-install): Remove.
10155
10156 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10157
10158 * ltconfig: Set CONFIG_SHELL in libtool.
10159 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10160
10161 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10162
10163 * configure.in (target_subdir): Set to libraries if enable_multilib.
10164
10165 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10166
10167 * config.guess: Update from gcc directory.
10168
10169 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10170
10171 * Makefile.in (all-sim): Depends on all-readline.
10172
10173 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10174
10175 * Makefile.in (BISON, YACC): Use $$s.
10176 (all-bison): Depend on all-texinfo.
10177
10178 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10179
10180 * Makefile.in (BISON): Add -L flag.
10181 (YACC): Likewise.
10182
10183 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10184
10185 * configure.in (noconfigdirs): Add support for v850e target.
10186
10187 * config.sub (maybe_os): Add support for v850e target.
10188
10189 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10190
10191 * configure.in (noconfigdirs): Add support for v850ea target.
10192
10193 * config.sub (maybe_os): Add support for v850ea target.
10194
10195 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10196
10197 * config.sub: Add mipstx39. Delete r3900.
10198
10199 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10200
10201 * Makefile.in (all-autoconf): Depends on all-texinfo.
10202
10203 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10204
10205 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10206 eabi targets.
10207
10208 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10209
10210 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10211
10212 * configure: When handling a Canadian Cross, handle YACC as well as
10213 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10214 * Makefile.in (all-bison): Depend upon all-texinfo.
10215
10216 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10217
10218 * Makefile.in (BISON): bison, not byacc or bison -y.
10219 (YACC): bison -y or byacc or yacc.
10220 (various): Add *-bison as appropriate.
10221 (taz): No need to mess with BISON anymore.
10222
10223 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10224
10225 * configure: If OSTYPE matches *win32*, try to find a good value for
10226 CONFIG_SHELL.
10227
10228 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10229
10230 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10231 configure.in if it is present.
10232
10233 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10234
10235 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10236
10237 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10238
10239 * config.sub: Recognize `arc' cpu.
10240 * configure.in: Likewise.
10241 * config-ml.in: Likewise.
10242
10243 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10244
10245 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10246
10247 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10248
10249 * configure: Changed sed delimiter from ':' to '|' when
10250 attempting to substitute ${config_shell} for SHELL. On
10251 NT ${config_shell} may contain a ':' in it.
10252
10253 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10254
10255 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10256
10257 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10258
10259 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10260
10261 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10262
10263 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10264
10265 * ylwrap: If the program is a relative path, force it to be
10266 absolute.
10267
10268 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10269
10270 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10271
10272 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10273
10274 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10275 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10276 for libraries.
10277
10278 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10279
10280 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10281 separated by spaces.
10282
10283 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10284
10285 * ylwrap: New file.
10286 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10287
10288 * ltmain.sh: Handle /bin/sh at start of install program.
10289
10290 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10291
10292 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10293 * missing: New file, from automake 1.2.
10294
10295 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10296
10297 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10298 check-tk to CHECK_X11_MODULES.
10299
10300 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10301
10302 * config.sub: Merge with FSF.
10303
10304 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10305
10306 * config.guess: Merge with FSF.
10307
10308 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10309
10310 * configure: Treat msdosdjgpp like go32.
10311 * configure.in: Likewise. Don't remove gprof for go32.
10312
10313 * configure: Change Makefile.tem2 to Makefile.tm2.
10314
10315 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10316
10317 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10318
10319 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10320
10321 * install-sh (chmodcmd): Set to null if the DST directory already
10322 exists. Same as Nov 11th change.
10323
10324 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10325
10326 * configure (GDB_TK): Needs itcl and tix.
10327
10328 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10329
10330 * config.guess: Update from FSF.
10331
10332 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10333
10334 * Makefile.in (GDB_TK): Depend on itcl and tix.
10335
10336 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10337
10338 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10339 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10340 (INSTALL_SCRIPT): New variable.
10341 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10342 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10343 to -x.
10344 * install-sh: Add support for -x option.
10345
10346 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10347
10348 * configure.in, Makefile.in: Treat tix like itcl.
10349
10350 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10351
10352 * Makefile.in (WINDRES): New variable.
10353 (WINDRES_FOR_TARGET): New variable.
10354 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10355 (EXTRA_HOST_FLAGS): Add WINDRES.
10356 (EXTRA_TARGET_FLAGS): Add WINDRES.
10357 (EXTRA_GCC_FLAGS): Add WINDRES.
10358 ($(DO_X)): Pass down WINDRES.
10359 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10360 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10361 DLLTOOL_FOR_TARGET.
10362
10363 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10364
10365 * configure.in: configure sim before gdb for win32-x-ppc
10366
10367 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10368
10369 Move gperf into the toplevel, from libg++.
10370 * configure.in (target_tools): Add target-gperf.
10371 (native_only): Add target-gperf.
10372 * Makefile.in (all-target-gperf): New target, depend on
10373 all-target-libg++.
10374 (configure-target-gperf): Empty rule.
10375 (ALL_TARGET_MODULES): Add all-target-gperf.
10376 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10377 (CHECK_TARGET_MODULES): Add check-target-gperf.
10378 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10379 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10380
10381 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10382
10383 * config.sub (mn10200): Recognize new basic machine.
10384
10385 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10386
10387 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10388 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10389
10390 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10391
10392 * configure.in: If we're building mips-sgi-irix6* native, turn on
10393 ENABLE_MULTILIB and set TARGET_SUBDIR.
10394
10395 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10396
10397 * Makefile.in (all-sn): Depend on all-grep.
10398
10399 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10402
10403 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10404 Makefile. From Jeff Makey <jeff@cts.com>.
10405 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10406
10407 * Makefile.in (DISTBISONFILES): Remove.
10408 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10409 $(DEFAULT_YACC).
10410
10411 * configure.in: Build itl, db, sn, etc., when building for native
10412 cygwin32.
10413
10414 * Makefile.in (LD): New variable.
10415 (EXTRA_HOST_FLAGS): Pass down LD.
10416 ($(DO_X)): Likewise.
10417
10418 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10419
10420 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10421
10422 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10423
10424 * configure.in (targargs): Strip out any supplied --build argument
10425 before adding our own. Always add --build.
10426
10427 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10428
10429 * configure.in (targargs): Pass --build if we're doing
10430 a cross-compile.
10431
10432 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10433
10434 * configure: Use '|' instead of ":" as the separator in
10435 sed. Otherwise sed chokes on NT path names with drive
10436 designators. Also look for "?:*" as the leading characters in an
10437 absolute pathname.
10438
10439 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10440
10441 * config.sub: Support for r3900.
10442
10443 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10444
10445 * configure.in: Use install-sh, not install.sh.
10446
10447 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10448
10449 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10450 apply it twice.
10451
10452 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10453
10454 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10455 install-binutils.
10456
10457 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10458
10459 * Makefile.in: Add automake targets.
10460 * configure.in (host_tools): Add automake.
10461
10462 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10463
10464 * configure: Default CXX to c++, not gcc.
10465 * Makefile.in (CXX): Set to c++, not gcc.
10466 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10467
10468 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10469
10470 * install-sh: try appending a .exe if source file doesn't
10471 exist
10472
10473 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10474
10475 * configure.in: Turn on multilib by default.
10476 (cross_only): Remove target-libiberty.
10477
10478 * Makefile.in (all-gcc): Don't depend on libiberty.
10479
10480 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10481
10482 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10483
10484 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10485
10486 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10487 (DISTBISONFILES): Add ld/Makefile.in
10488
10489 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10490
10491 * configure.in: if target is cygwin32 but host isn't cygwin32,
10492 don't configure gdb tcl tk expect, not just gdb.
10493
10494 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10495
10496 * configure.in: Added gnuserv everywhere sn appears.
10497
10498 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10499 (CROSS_CHECK_MODULES): Added check-gnuserv.
10500 (INSTALL_MODULES): Added install-gnuserv.
10501 (CLEAN_MODULES): Added clean-gnuserv.
10502 (all-gnuserv): New target.
10503
10504 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10505
10506 * config.guess: Fixes for MIPS OpenBSD systems.
10507
10508 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10509
10510 * Makefile.in (INSTALL_XFORM): Remove.
10511 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10512
10513 * mkinstalldirs: New file, copied from automake.
10514 * Makefile.in (installdirs): Rename from install-dirs. Use
10515 mkinstalldirs. Change all users.
10516 (DEVO_SUPPORT): Add mkinstalldirs.
10517
10518 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10519
10520 * install-sh: Rename from install.sh.
10521 * Makefile.in (INSTALL): Change install.sh to install-sh.
10522 (DEVO_SUPPORT): Likewise.
10523
10524 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10525 Graichen <graichen@rzpd.de>.
10526
10527 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10528
10529 * config.guess: Recognize OpenBSD systems correctly.
10530
10531 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10532
10533 * README, Makefile.in (ETC_SUPPORT): Remove references to
10534 cfg-paper*, configure.{texi,man,info*}._
10535
10536 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10537
10538 * Makefile.in (all.normal): Ensure that gcc is built after all
10539 the x11 - ie gdb - targets.
10540
10541 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10542
10543 * makefile.vms: Don't run conf-a-gas.
10544
10545 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10546
10547 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10548
10549 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10550
10551 * configure.in: Remove noconfigdirs case since gdb also
10552 configures and builds for tic80-coff.
10553
10554 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10555
10556 * configure: Set cache_file to config.cache.
10557 * Makefile.in (local-distclean): Remove config.cache.
10558
10559 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10560
10561 * COPYING: Update FSF address.
10562
10563 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10564
10565 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10566 noconfigdirs.
10567
10568 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10569
10570 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10571 MAKEDIRS, is empty.
10572
10573 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10574
10575 * config.sub: Tweak mn10300 entry.
10576
10577 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10578
10579 * configure.in (host_tools): Put sim before gdb, so gdb's
10580 configure.tgt can determine if the simulator was configured.
10581
10582 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10583
10584 * config.sub: Move BeOS $os case to be with other Cygnus
10585 local cases.
10586
10587 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10588
10589 * config.sub: Remove misplaced comment that broke Linux.
10590
10591 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10592
10593 * config.sub: Add BeOS support.
10594
10595 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10596
10597 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10598
10599 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10600
10601 * configure.in (noconfigdirs): Remove tcl and tk from
10602 noconfigdirs for cygwin32 builds.
10603
10604 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10605
10606 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10607
10608 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10609
10610 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10611 make-all.com, use makefile.vms instead.
10612
10613 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10614
10615 * config.sub: Accept -lnews*.
10616
10617 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10618
10619 * configure.in (noconfigdirs): Disable target-newlib,
10620 target-examples and target-libiberty for d30v.
10621
10622 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10623
10624 * configure.in (noconfigdirs): Enable ld for d30v.
10625
10626 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10627
10628 * configure.in (tic80-*-*): Build compiler.
10629
10630 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10631
10632 * configure.in (d30v-*): Remove sim directory from list of
10633 unsupported d30v directories
10634
10635 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10636
10637 * config.sub, configure.in: Add d30v target cpu.
10638
10639 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10640
10641 * makefile.vms: New file.
10642 * make-all.com: Remove.
10643
10644 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10645
10646 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10647
10648 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10649
10650 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10651
10652 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10653
10654 * Makefile.in (ALL_MODULES): Added all-db.
10655 (CROSS_CHECK_MODULES): Addec check-db.
10656 (INSTALL_MODULES): Added install-db.
10657 (CLEAN_MODULES): Added clean-db.
10658
10659 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10660
10661 * config.guess: Merge with latest FSF sources.
10662
10663 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10664
10665 * Makefile.in (ALL_MODULES): Added all-itcl.
10666 (CROSS_CHECK_MODULES): Added check-itcl.
10667 (INSTALL_MODULES): Added install-itcl.
10668 (CLEAN_MODULES): Added clean-itcl.
10669
10670 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10671
10672 * configure.in: build gdb for mn10200
10673
10674 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10675
10676 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10677
10678 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10679
10680 * configure.in (tic80-*-*): Turn off most targets right now.
10681
10682 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10683
10684 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10685 rather than the makeinfo program.
10686 (do-info): Depend upon all-texinfo.
10687
10688 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10689
10690 * configure.in: Remove uses of config/mh-linux.
10691
10692 * config.sub, config.guess: Merge with latest FSF sources.
10693
10694 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10695
10696 * config.sub (case $basic_machine): Add tic80 entries.
10697
10698 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10699
10700 * config.sub, config.guess: Merge with latest FSF sources.
10701
10702 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10703
10704 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10705 * mpw-config.in: Test for NewFolderRecursive.
10706 * mpw-install: Use symbolic name for startup filename.
10707 * mpw-README: Add various additional details.
10708
10709 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10710
10711 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10712
10713 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10714
10715 * configure.in: Do build gcc and the target libraries for
10716 the mn10200.
10717
10718 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10719
10720 * configure.in: don't avoid building gdb for mn10300 any more
10721 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10722 instead of single-quoting it.
10723
10724 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10725
10726 * configure.in: Don't use --with-stabs on IRIX 6.
10727
10728 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10729
10730 * configure.in (m32r): Build gdb, libg++ now.
10731
10732 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10733
10734 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10735 directories from noconfigdirs.
10736
10737 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10738
10739 * config.sub (basic_machine): added mips16 configuration
10740
10741 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10742
10743 * config.sub: Handle d10v-unknown.
10744
10745 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10746
10747 * config.sub: Handle v850-unknown.
10748
10749 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10750
10751 * Makefile.in: add findutils
10752 * configure.in: add findutils to list of host_tools
10753
10754 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10755
10756 * config.sub: Handle mn10200 and mn10300.
10757
10758 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10759
10760 * configure.in (d10v-*): Do not build librx.
10761
10762 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10763
10764 * configure.in (mn10300): Build everything except gdb & libgloss.
10765
10766 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10767
10768 * config.guess: Patch for Dansk Data Elektronik servers,
10769 from Niels Skou Olsen <nso@dde.dk>.
10770
10771 For ncr, use /bin/uname rather than uname, since GNU uname does not
10772 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10773
10774 Patch for MIPS R4000 running System V,
10775 from Eric S. Raymond <esr@snark.thyrsus.com>.
10776
10777 Fix thinko for nextstep.
10778
10779 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10780
10781 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10782 * config.guess: Guess mips-dec-mach_bsd4.3.
10783
10784 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10785 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10786 release numbers.
10787 * config.guess (mips-mips-riscos*): Emit just enough of the
10788 release number.
10789
10790 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10791 * config.guess (sparc-auspex-sunos*): Added.
10792 (f300-fujitsu-*): Added.
10793
10794 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10795 * config.guess: Recognize a Tadpole as a sparc.
10796
10797 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10798
10799 * config.guess: Don't assume that NextStep version is either 2 or
10800 3. NextStep 4 (aka OpenStep 4) has come out now.
10801
10802 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10803
10804 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10805 From Rik Faith <faith@cs.unc.edu>.
10806
10807 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10808
10809 * config.sub: Contributions from bug-gnu-utils to:
10810 Support plain "hppa" (no version given) architecture, reported by
10811 OpenStep.
10812 OpenBSD like NetBSD.
10813 LynxOs is not a hardware supplier.
10814
10815 * config.guess: Contributions from bug-gnu-utils to add support for:
10816 OpenBSD like NetBSD.
10817 Stratus systems.
10818 More Pyramid systems.
10819 i[n>4]86 Intel chips.
10820 M680[n>4]0 Motorola chips.
10821 Use unknown instead of lynx for hardware manufacturer.
10822
10823 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10824
10825 * install.sh (chmodcmd): Set to null if the DST directory already
10826 exists.
10827
10828 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10829
10830 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10831 not use mt-ppc target Makefile fragment any more.
10832
10833 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10834
10835 * configure.in (*-*-windows): Exclude everything but those dirs
10836 needed to build windows.
10837
10838 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10839
10840 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10841
10842 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10843
10844 * configure.in: Exclude mmalloc from i386-windows.
10845
10846 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10847
10848 * Undo my previous change.
10849
10850 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10851
10852 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10853 unconditionally.
10854 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10855
10856 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10857
10858 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10859 host to add it's own flags.
10860
10861 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10862
10863 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10864
10865 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10866
10867 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10868 (CXX_FOR_TARGET): Likewise.
10869 (GCC_FOR_TARGET): Define.
10870 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10871 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10872 CC_FOR_TARGET was specified on the command line.
10873 (MAKEOVERRIDES): Don't define.
10874
10875 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10876
10877 * configure.in (m32r): Fix spelling of libg++ libs.
10878
10879 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10880
10881 * config.sub (-apple*): Remove, now redundant.
10882
10883 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10884
10885 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10886
10887 * configure: Rework yesterday's sed script patch.
10888
10889 * config.sub: Merge with FSF.
10890
10891 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10892
10893 * config.guess: Merge from FSF.
10894
10895 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10896 * config.guess: Use pc instead of unknown, for pc clone systems.
10897 Change linux to linux-gnu.
10898
10899 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10900 * config.guess: Avoid non-portable tr syntax.
10901
10902 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10903
10904 * test-build.mk (HOLES): Add "xargs" for gdb.
10905
10906 * configure: Avoid hpux10.20 sed bug.
10907
10908 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10909
10910 * configure.in: Add support for windows host
10911 (that is a build done under the Microsoft build environment).
10912
10913 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10914
10915 * Makefile.in: Replace all uses of srcroot with s, to shrink
10916 command line lengths.
10917
10918 Patches from Geoffrey Noer <noer@cygnus.com>:
10919 * configure.in: If configuring for newlib, pass --with-newlib to
10920 subdirectories.
10921 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10922 -Bnewlib/ and -Lwinsup to gcc.
10923 (CXX_FOR_TARGET): Likewise.
10924
10925 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10926
10927 * Makefile.in (ETC_SUPPORT): Add configure.
10928
10929 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10930
10931 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10932 host configuration file.
10933
10934 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10935
10936 * configure.in: Break mn10x00 support into separate
10937 mn10200 and mn10300 configurations.
10938 * config.sub: Likewise.
10939
10940 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10941
10942 * configure.in: Add lots of stuff to noconfigdirs for
10943 the mn10x00 targets.
10944
10945 * config.sub, configure.in: Add mn10x00 support.
10946
10947 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10948
10949 * make-all.com: Call conf-a-gas, not config-a-gas.
10950
10951 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10952
10953 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10954 targets.
10955
10956 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10957
10958 * mpw-README: Add much more detail for native PowerMac.
10959 * mpw-install: New file.
10960 * mpw-configure: Add --norecursion and --help options.
10961 * mpw-config.in: Translate readme and install files when
10962 copying to objdir.
10963 * mpw-build.in: Don't always depend on byacc and flex.
10964 (install-only-top): New action.
10965
10966 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10967
10968 * configure.in: You can now configure GDB for the v850.
10969
10970 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10971
10972 * configure.in (noconfigdirs): Don't configure any C++ dirs
10973 if targeting D10V.
10974
10975 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10976
10977 * config.sub: Recognize mips64vr5000.
10978
10979 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10980
10981 * configure.in: Use a single line for host_tools and native_only.
10982
10983 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10984
10985 * config.sub, configure.in: Add entries for m32r.
10986
10987 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10988
10989 * Makefile.in (inet-install): Don't run install-gzip.
10990
10991 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10992
10993 * configure.in: Don't config lots of things for *-*-windows*.
10994
10995 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10996
10997 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10998 (host_libs, host_tools): Copy from configure.in.
10999 * mpw-configure: Don't complain about directories not found.
11000
11001 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11002
11003 * configure.in (i[345]86): Recognize i686 for pentium pro.
11004 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11005 file.
11006
11007 * config.guess (i[345]86): Ditto.
11008
11009 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11010
11011 * configure.in (noconfigdirs): Removed gdb for D10V.
11012
11013 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11014
11015 * configure.in: Remove ld, target-libio, target-libg++, and
11016 target-libstdc++ from noconfigdirs.
11017
11018 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11019
11020 * configure: Fix three locations where shell scripts were
11021 being run directly rather than with config_shell.
11022
11023 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11024
11025 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11026 * config.sub (basic_machine): Recognize v850.
11027
11028 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11029
11030 * mpw-configure: Handle multiple enable/disable options and
11031 pass them down recursively, handle -c and -s flags appropriately
11032 depending on choice of compiler, add escape mechanism for
11033 quoted arguments to gC.
11034
11035 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11036
11037 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11038 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11039 so that -mrelocatable-lib and -mno-eabi are used.
11040
11041 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11042 not support --print-multi-lib, don't abort.
11043
11044 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11045
11046 * make-all.com: Run config-a-gas.
11047 * setup.com: Don't copy subdirectory files around.
11048
11049 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11050
11051 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11052 target, it now compiles correctly.
11053
11054 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11055
11056 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11057
11058 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11059
11060 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11061
11062 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11063
11064 * configure.in (native_only): Add prms.
11065
11066 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11067
11068 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11069 (BINUTILS_SUPPORT_DIRS): Likewise.
11070
11071 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11072
11073 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11074 d10v support is added.
11075
11076 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11077
11078 * configure.in (d10v-*-*): New target.
11079
11080 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11081
11082 * config.guess (HP 9000/811): Recognize this as a PA1.1
11083 machine.
11084
11085 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11086
11087 * Makefile.in (do-tar-gz): New target, split out from tail end of
11088 taz target. Run each command separately, don't use pipes.
11089 (taz): Use it.
11090
11091 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11092
11093 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11094 * mpw-build.in: No builds should depend on building byacc or flex,
11095 they are assumed to be installed already.
11096
11097 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11098
11099 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11100 variable that CC_FOR_TARGET needs.
11101
11102 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11103
11104 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11105 options have changed since the last time the subdirectory was
11106 configured, and if it has, reconfigure.
11107 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11108 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11109
11110 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11111
11112 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11113 CLEAN_MODULES): Add bash.
11114 (all-bash): New target.
11115
11116 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11117
11118 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11119
11120 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11121
11122 * config.sub (basic_machine): Recognize d10v as a valid processor.
11123
11124 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 * mpw-configure: Add support for --bindir.
11127 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11128
11129 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11130
11131 * configure.in: add bash, time, gawk to list of hosttools and things
11132 to only build for native toolchains
11133
11134 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11135
11136 * Makefile.in (docdir): Remove.
11137
11138 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11139
11140 * Makefile.in (datadir): Set to $(prefix)/share.
11141
11142 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11143
11144 * configure.in: build diff and patch for cygwin32-hosted
11145 toolchains.
11146
11147 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11148
11149 * config.sub: Accept -rtems*.
11150
11151 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11152
11153 * configure.in: enable dosrel for cygwin32-hosted builds,
11154 remove diff from the list of things not buildable
11155 via Canadian Cross
11156
11157 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11158
11159 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11160 don't get ". ".
11161
11162 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11163
11164 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11165
11166 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11167
11168 * Makefile.in (taz): Handle case where tex3patch didn't even get
11169 checked out. Also, if it was found, put the symlink in a new util
11170 subdirectory.
11171
11172 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11173
11174 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11175
11176 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11177
11178 * config.sub: Recognize -openvms.
11179 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11180 * make-all.com, setup.com: New files.
11181
11182 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11183
11184 * Makefile.in (taz): tex3patch moved to texinfo/util.
11185
11186 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11187
11188 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11189 * configure.in: remove make from disable-if-Can-Cross list
11190 enable gdb if ${host} and ${target} are cygwin32
11191
11192 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11193
11194 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11195 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11196
11197 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11198
11199 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11200 distinguish sysv/svr4/bsd variants.
11201 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11202
11203 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11204
11205 * configure.in: Added copyright notice.
11206 * move-if-change: Added copyright notice.
11207
11208 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11209
11210 * configure.in (powerpcle-*-solaris*): Until we get shared
11211 libraries working, don't build gdb, sim, make, tcl, tk, or
11212 expect.
11213
11214 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11215
11216 * config.guess: Merge with FSF:
11217
11218 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11219 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11220
11221 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11222 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11223
11224 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11225 * config.guess: Combine two OSF1 rules.
11226 Also recognize field test versions. From mjr@zk3.dec.com.
11227 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11228 because GNU uname does not support -p. From pmr@pajato.com.
11229
11230 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11231
11232 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11233
11234 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11235
11236 * mpw-README: Document GCCIncludes.
11237
11238 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11239
11240 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11241
11242 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11243
11244 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11245
11246 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11247
11248 * configure.in (*-*-cygwin32): Configure make.
11249
11250 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11251
11252 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11253
11254 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11255
11256 * Makefile.in (all-inet): Depend on all-perl.
11257
11258 * Makefile.in (inet-install): New target.
11259
11260 * Makefile.in (all-inet): Depend on all-tcl.
11261 (all-inet): Depend on all-send-pr.
11262
11263 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11264
11265 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11266 temporarily.
11267
11268 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11269
11270 * configure.in: Don't configure --with-gnu-ld on AIX.
11271
11272 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11273
11274 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11275
11276 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11277
11278 * Makefile.in (ALL_MODULES): Added all-inet.
11279 (CROSS_CHECK_MODULES): Added check-inet.
11280 (INSTALL_MODULES): Added install-inet.
11281 (CLEAN_MODULES): Added clean-inet.
11282 (all-indent): New target.
11283
11284 * configure.in (host_tools): Added inet.
11285 (native_only): Added inet.
11286 (noconfigdirs): Added inet.
11287
11288 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11289
11290 * configure.in: Don't configure libgloss if we are not configuring
11291 newlib.
11292
11293 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11294
11295 * configure.in: Don't configure libgloss for unsupported
11296 architectures.
11297
11298 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11299
11300 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11301
11302 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11303
11304 * Makefile.in (ALL_MODULES): Include all-apache.
11305 (CROSS_CHECK_MODULES): Include check-apache.
11306 (INSTALL_MODULES): Include install-apache.
11307 (all-apache): New target.
11308
11309 * configure.in: Added apache everywhere perl is seen.
11310
11311 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11312
11313 * Makefile.in: Add support for clean-{module} and
11314 clean-target-{module} rules.
11315
11316 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11317
11318 * configure.in (*-*-ose) do not build libgloss.
11319
11320 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11321
11322 * config.guess (prep*:SunOS:5.*:*): Turn into
11323 powerpele-unknown-solaris2.
11324
11325 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11326
11327 * configure.in: Permit --enable-shared to specify a list of
11328 directories.
11329
11330 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11331
11332 * configure.in (host==solaris): Pass only the first word of $CC
11333 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11334
11335 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11336
11337 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11338
11339 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11340
11341 * Makefile.in (ALL_MODULES): Include all-perl.
11342 (CROSS_CHECK_MODULES): Include check-perl.
11343 (INSTALL_MODULES): Include install-perl.
11344 (ALL_X11_MODULES): Include all-guile.
11345 (CHECK_X11_MODULES): Include check-guile.
11346 (INSTALL_X11_MODULES): Include install-guile.
11347 (all-perl): New target.
11348 (all-guile): New target.
11349
11350 * configure.in (host_tools): Include perl and guile.
11351 (native_only): Include perl and guile.
11352 (noconfigdirs): Don't build guile and perl; no ports have been
11353 done.
11354
11355 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11356
11357 * configure (--enable-*): Handle quoted option lists such as
11358 --enable-sim-cflags='-g0 -O' better.
11359
11360 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11361
11362 * Makefile.in ({,inst}all-target): New rule so we can make and
11363 install all of the target directories easily.
11364
11365 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11366
11367 * configure.in: Add missing global flag in sed substitution when
11368 deleting `target-' from ${configdirs}.
11369
11370 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11371
11372 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11373 option.
11374
11375 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11376 config/mh-necv4.
11377
11378 * install.sh: Correct misspelling of transformbasename.
11379
11380 * config.guess: Recognize mips-*-sysv*.
11381
11382 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11383
11384 * config.sub: Recognize mon960.
11385
11386 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11387
11388 * configure: Restore Canadian Cross handling of BISON and LEX,
11389 removed in Feb 20 change.
11390
11391 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11392
11393 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11394 Mention make install. Remove the old copyright date as well the
11395 clumsy and rather pointless copyright on the README file.
11396
11397 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11398
11399 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11400 Makefile after running symlink-tree, then run `make distclean' to
11401 avoid clobbering any generated files in srcdir.
11402
11403 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11404
11405 * configure.in (m68k-*-netbsd*): Build everything now.
11406
11407 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11408
11409 * Makefile.in (taz): Fix quoting.
11410
11411 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11412
11413 * configure.in (sparclet-*-*): Build everything now.
11414
11415 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11416
11417 * configure.in (m68k-*-linux*): New host.
11418
11419 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11420
11421 * configure: Check for bison before byacc.
11422
11423 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11424
11425 * Makefile.in configure: Change the way LEX and BISON/YACC are
11426 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11427 searching PATH. These are used as fallbacks by Makefile.in if
11428 flex/bison/byacc aren't in objdir.
11429
11430 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11431
11432 * Makefile.in: Make everything which depends upon all-bfd also
11433 depend upon all-opcodes, in case --with-commonbfdlib is used.
11434
11435 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11436
11437 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11438 building NT native compilers on Unix.
11439
11440 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11441
11442 * configure.in: Don't get CC from the host Makefile fragment if we
11443 can find gcc in PATH, or if this is a Canadian Cross. Move the
11444 Solaris test for /usr/ucb/cc to the post target script, just after
11445 the compiler sanity test.
11446
11447 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11448
11449 * config.sub: Merge with FSF.
11450
11451 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11452
11453 * Makefile.in (RPATH_ENVVAR): New variable.
11454 (REALLY_SET_LIB_PATH): Use it.
11455 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11456
11457 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11458
11459 * config.sub, configure.in: Recognize sparclet cpu.
11460
11461 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11462
11463 * config.guess: Support m68k-cbm-sysv4.
11464
11465 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11466
11467 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11468 m68k-unknown-linuxaout from linker help string. Put quotes around
11469 $ld_help_string.
11470
11471 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11472
11473 * config.guess (powerpc-harris-powerunix): Add guess for port
11474 to new target.
11475
11476 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11477
11478 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11479
11480 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11483 $(REALLY_SET_LIB_PATH) in Makefile.
11484 * Makefile.in (SET_LIB_PATH): New variable.
11485 (REALLY_SET_LIB_PATH): New variable.
11486 ($(DO_X)): Use $(SET_LIB_PATH).
11487 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11488 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11489 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11490 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11491 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11492 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11493 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11494 (install-dosrel): Likewise.
11495 (all-opcodes): Depend upon all-libiberty.
11496
11497 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11498
11499 * config.guess (*:CYGWIN*): New
11500
11501 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11502
11503 * Makefile.in (all-target-winsup): All all-target-libiberty.
11504
11505 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11506
11507 * configure.in (noconfigdirs): Add missing # in front of comment.
11508
11509 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11510
11511 * configure.in: add second pass to things added to noconfigdirs
11512 so *-gm-magic can exclude libgloss properly.
11513
11514 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11515
11516 * mpw-configure (extralibs_name, rez_name): Set correctly
11517 for MWC68K compiler.
11518
11519 * mpw-README: Add more info on the necessary build tools.
11520
11521 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11522
11523 * configure.in, config.sub: Recognize cygwin32.
11524
11525 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11526
11527 * config.guess, config.sub: Recognize A/UX.
11528
11529 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11530
11531 * config.sub: Merge with gcc/config.sub.
11532
11533 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11534
11535 * mpw-build.in (do-binutils): Add build of stamps.
11536
11537 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11538
11539 * config.sub: Add recognition for mips64vr4100*-* targets.
11540
11541 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11542
11543 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11544 Add creation of gconfigargs with `--enable-shared' turned on.
11545 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11546 ($(host)-stamp-stage3-configured): Likewise.
11547 (HOLES): Add chatr and ldd.
11548 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11549
11550 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11551
11552 * configure: Pass --nfp to recursive configures.
11553
11554 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11555
11556 * Makefile.in (DLLTOOL): New.
11557 (DLLTOOL_FOR_TARGET): New.
11558 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11559 (EXTRA_TARGET_FLAGS): Ditto.
11560 (EXTRA_GCC_FLAGS): Ditto.
11561 (CONFIGURE_TARGET_MODULES): Ditto.
11562 (DO_X): Ditto.
11563 * configure: Add DLLTOOL.
11564
11565 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11566
11567 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11568 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11569 mh-sco, since old workarounds no longer needed, and don't
11570 build ld, since libraries have weak symbols in COFF.
11571
11572 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11573
11574 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11575
11576 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11577
11578 * configure.in: Make sure that ${CC} can be used to compile an
11579 executable.
11580
11581 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11582
11583 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11584 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11585 nothing depending on whether gdbtk is being built.
11586
11587 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11588
11589 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11590
11591 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11592
11593 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11594 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11595
11596 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11597
11598 * config-ml.in: Add support for
11599 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11600 Simplify setting of multidirs from --disable-foo.
11601
11602 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11603
11604 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11605 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11606 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11607 non-empty, pass them on to the GCC make.
11608 (all-bootstrap): New rule that is like all-gcc, except it executes
11609 the GCC bootstrap rule instead of the GCC all rule.
11610
11611 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11612
11613 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11614
11615 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11616
11617 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11618 DG/UX support.
11619
11620 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11621
11622 * config.sub (i*86*) Change [345] to [3456]
11623
11624 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11625
11626 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11627 --with-gnu-ld=no.
11628
11629 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11630
11631 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11632 AIX multilibs get built.
11633
11634 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11635
11636 * configure.in (i386-win32): Don't build expect if we're not
11637 building the tcl subdir.
11638
11639 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11640
11641 * Makefile.in: (configure-target-examples, all-target-examples):
11642 New targets, configure and build example programs.
11643
11644 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11645
11646 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11647 use it as input to sedit the generated MPW makefile.
11648 * mpw-README: Add a suggestion about Gestalt.h.
11649
11650 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11651
11652 * config.sub: Accept *-*-ieee*.
11653
11654 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11655
11656 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11657 Ronald F. Guilmette <rfg@monkeys.com>.
11658
11659 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11660
11661 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11662 for powerpc-pe native.
11663 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11664 (target==powerpc-pe): duplicate i386-win32 entry.
11665
11666 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11667
11668 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11669 of vxworks, not just vxworks5.1.
11670
11671 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11672
11673 * mpw-configure: Add support for exec-prefix.
11674
11675 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11676
11677 * config.guess: Recognize HP model 816 machines as having
11678 a PA1.1 processor.
11679
11680 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11681
11682 * configure: Ignore new autoconf configure options.
11683
11684 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11685
11686 * config.guess: Recognize Pentium under SCO.
11687 From Robert Lipe <robertl@arnet.com>.
11688
11689 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11690
11691 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11692
11693 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11694
11695 * configure.in: Don't configure gas for alpha-dec-osf*.
11696
11697 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11698
11699 * configure.in: Default to --with-stabs for some targets for which
11700 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11701 i[345]86*-*-unixware*.
11702
11703 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11704
11705 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11706 rather than basing it on the target. Simplify handling of options
11707 controlling which directories to configure. Remove extraneous
11708 slash in multi-clean target.
11709
11710 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11711
11712 * config-ml.in: Prefix more variables with ml_ so they don't collide
11713 with configure's.
11714
11715 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11716
11717 * configure: Don't turn -v into --v.
11718
11719 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11720
11721 * configure.in (targargs): Fix typo.
11722
11723 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11724
11725 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11726
11727 * configure.in: Strip --host and --target options from
11728 CONFIG_ARGUMENTS, and always configure for --host only. Add
11729 --with-cross-host option when building with a cross-compiler.
11730 * configure: Canonicalize the arguments put into config.status by
11731 always using `=' for an option with an argument. Pass a presumed
11732 --host or --target explicitly.
11733
11734 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11735
11736 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11737 into general OS recognition case.
11738
11739 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11740
11741 * configure.in (target_configdirs): add target-winsup only
11742 for win32 target systems.
11743
11744 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11745
11746 * Makefile.in (all-target-libgloss): Depend upon
11747 configure-target-newlib, since when libgloss is built it looks to
11748 see if the newlib directory exists.
11749
11750 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11751
11752 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11753 cfg-ml-*.in.
11754
11755 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11756
11757 * configure: Handle LD and LD_FOR_TARGET when configuring a
11758 Canadian Cross.
11759
11760 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11761
11762 * configure.in (target_libs): add target-winsup.
11763 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11764 (target==ppcle-pe): remove ld from $noconfigdirs.
11765
11766 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11767
11768 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11769 Preserve relative path names in $srcdir. Build symlink tree if
11770 configuring cross target dir and srcdir=. (= no VPATH support).
11771 (configure-target-libg++): Depend on configure-target-librx.
11772 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11773 * config-ml.in: New file.
11774 * symlink-tree: New file.
11775 * configure: Ensure srcdir="." if that's what it is.
11776
11777 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11778
11779 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11780 includes and FLEX_SKELETON setting.
11781 * mpw-configure (--with-gnu-ld): New option, controls whether
11782 to use PPCLink or ld with PowerMac GCC.
11783 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11784 * mpw-config.in: Configure grez if targeting Mac.
11785
11786 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11787 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11788 just macos.
11789 * configure.in: Configure grez resource compiler if targeting Mac.
11790 * Makefile.in (all-grez, install-grez): New targets.
11791
11792 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11793
11794 * configure: CXX defaults to gcc, not g++. If we find
11795 gcc in the path, set CC to gcc -O2.
11796
11797 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11798
11799 * configure: Default ${build} correctly. Avoid picking up extra
11800 spaces when reading CC and CXX from Makefile. When doing a
11801 Canadian Cross, use plausible default values for numerous
11802 variables.
11803 * configure.in: When doing a Canadian Cross, don't try to
11804 configure tools whose configure script can't handle it.
11805
11806 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11807
11808 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11809
11810 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11811
11812 * configure: Remove dubious bug reporting address.
11813
11814 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11815
11816 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11817 configure script, run that instead of this directory's configure.
11818 In either case, print a message that we're configuring the sub-dir.
11819
11820 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11821
11822 * configure.in: Before checking for the existence of various files,
11823 use sed to filter out "target-".
11824
11825 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11826
11827 * Makefile.in (DO_X): Split rule to decrease command line length
11828 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11829 (Philippe De Muyter).
11830
11831 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11832
11833 * Makefile.in (all-patch): depend on all-libiberty.
11834
11835 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11836
11837 * configure.in: If the only directory in target_configdirs which
11838 actually exists is libiberty, then set target_configdirs to empty,
11839 to avoid trying to build a target libiberty in a gas or gdb
11840 distribution.
11841
11842 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11843
11844 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11845 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11846 systems.
11847
11848 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11849
11850 * configure.in (copy_dirs): Use sys-include instead of include
11851 for --with-headers option.
11852
11853 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11854
11855 * Makefile.in, configure.in: Make winsup builds work with
11856 new scheme.
11857
11858 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11859
11860 * configure.in: Build the linker on AIX.
11861
11862 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11863
11864 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11865 where needed.
11866
11867 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11868
11869 * Makefile.in (all-gcc): Fix typo.
11870
11871 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11872
11873 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11874
11875 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11876
11877 * configure.in: Rename libFOO to target-libFOO, and xiberty
11878 to target-xiberty, to provide more flexibility.
11879 (target_subdir): Define. Create if cross.
11880 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11881 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11882 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11883 check-libFOO -> check-target-libFOO, etc.
11884 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11885 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11886 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11887 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11888 allow ALL_GCC="" to only configure.
11889 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11890 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11891 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11892
11893 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11894
11895 * Makefile.in (taz): Build "info" in etc explicitly.
11896
11897 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11898
11899 * configure.in: Make sure that CC is undefined (as opposed to
11900 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11901 problem with autoconf trying to configure on a host without GCC.
11902
11903 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11904
11905 * mpw-configure: Set host alias from choice of host compiler,
11906 only use generic MPW Makefile sed if present, edit a file
11907 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11908 * mpw-README: Add problem notes about CW6 and CW7.
11909
11910 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11911
11912 * Makefile.in (taz): Use ";" instead of ";;".
11913
11914 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11915
11916 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11917 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11918 DISTDOCDIRS.
11919 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11920 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11921
11922 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11923
11924 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11925 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11926 Move bfd to DISTSTUFFDIRS.
11927
11928 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11929
11930 * Makefile.in (X11_LIB): Removed.
11931 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11932
11933 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11934
11935 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11936
11937 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11938 names.
11939
11940 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11941
11942 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11943
11944 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11945
11946 * configure.in (i[345]86-*-win32): Always build newlib.
11947 Don't configure cvs, autoconf or texinfo.
11948 * Makefile.in (LD_FOR_TARGET): New.
11949 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11950 Pass down LD_FOR_TARGET.
11951
11952 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11953
11954 * winsup: New directory.
11955 * Makefile.in: Build winsup.
11956 * configure.in: Winsup is configured when target is win32.
11957 Can only build win32 target GDB when native.
11958
11959 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11960
11961 * config.guess: Recognize HP model 819 machines as having
11962 a PA 1.1 processor.
11963
11964 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11965
11966 * configure: Fix sed loop which substitutes for CC and CXX to
11967 avoid bug found in various sed implementations.
11968
11969 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11970
11971 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11972 simulator. Use standard powerpc-*-eabi*.
11973
11974 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11975
11976 * configure.in: Stop putting gas and binutils in noconfigdirs for
11977 powerpc-*-aix* and rs6000-*-*.
11978
11979 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11980
11981 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11982 -mcall-aixdesc libraries.
11983
11984 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11985
11986 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11987
11988 * config.sub (arm | armel | armeb): Fix shell syntax.
11989
11990 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11991
11992 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11993 -msoft-float and -mcpu=common support.
11994 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11995 libraries.
11996
11997 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11998
11999 * configure.in: Allow configuration and build of emacs19 for the alpha.
12000
12001 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12002
12003 * configure.in (CC): Get ^CC, not just any old CC, from
12004 ${host_makefile_frag}.
12005
12006 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12007
12008 * configure.in (CC): Try to get CC from
12009 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12010
12011 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12012
12013 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12014 only if it exists in $(srcdir).
12015
12016 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12017
12018 * configure: If CC and CXX are not set in the environment, set
12019 them, based on either an existing Makefile or on searching for gcc
12020 in PATH. Substitute for CC and CXX in Makefile.
12021 * configure.in: Remove libm from target_libs. Separate
12022 target_configdirs from configdirs. If CC is not set in
12023 environment, try to get it from a host Makefile fragment. Rewrite
12024 changes of configdirs to use skipdirs instead. A few minor
12025 tweaks. Take directories out of target_configdirs as they are
12026 taken out of configdirs. Remove existing Makefile files from
12027 subdirectories. Substitute for TARGET_CONFIGDIRS and
12028 CONFIG_ARGUMENTS in Makefile.
12029 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12030 by configure.in.
12031 (CONFIG_ARGUMENTS): Likewise.
12032 (CONFIGURE_TARGET_MODULES): New variable.
12033 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12034 ($(CONFIGURE_TARGET_MODULES)): New target.
12035 (configure-libg++, configure-libio): New targets.
12036 (all-libg++): Depend upon configure-libg++.
12037 (all-libio): Depend upon configure-libio.
12038 (configure-libgloss, all-libgloss): New targets.
12039 (configure-libstdc++): New target.
12040 (all-libstdc++): Depend upon configure-libstdc++.
12041 (configure-librx, all-librx): New targets.
12042 (configure-newlib): New target.
12043 (all-newlib): Depend upon configure-newlib
12044 (configure-xiberty): New target.
12045 (all-xiberty): Depend upon configure-xiberty.
12046
12047 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12048
12049 * configure.in (host i[345]86-*-win32): Expand the
12050 noconfigdirs again.
12051
12052 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12053
12054 * mpw-configure: Fix sed command file name.
12055
12056 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12057
12058 * configure.in (host i[345]86-*-win32): Reduce the
12059 noconfigdirs again.
12060
12061 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12062
12063 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12064 or powerpc*-*-pe*, since they are not yet supported.
12065
12066 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12067
12068 Add PowerMac support and many other enhancements.
12069 * mpw-configure: New option --cc to select compiler to use,
12070 paste options set according to --cc into the generated
12071 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12072 if mpw-make.sed is present.
12073 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12074 add forward includes for PowerPC include files.
12075 * mpw-build.in: Build using Makefile.PPC if present.
12076 (do-byacc, etc): Remove separate version resource builds.
12077 (do-gas): Build "stamps" before "all".
12078 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12079 * mpw-README: Update to reflect --cc option, PowerMac support,
12080 and recently-reported compatibility problems.
12081
12082 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12083
12084 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12085 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12086 (--with-multilib-top): Pass to recursive invocations.
12087
12088 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12089
12090 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12091 v810-*-*.
12092
12093 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12094
12095 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12096 gdb, ld and opcodes on v810-*-*.
12097
12098 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12099
12100 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12101 (local-maintainer-clean): New target.
12102 (maintainer-clean): New target.
12103 (realclean): Just depend upon maintainer-clean.
12104
12105 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12106
12107 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12108
12109 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * configure.in: Build ld in mips*-*-bsd* case.
12112
12113 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12114
12115 * config.sub: Accept -lites* OS. From Ian Dall.
12116
12117 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12118
12119 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12120 targets.
12121
12122 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12123
12124 * configure.in: treat i386-win32 canadian cross the same as
12125 i386-go32 canadian cross.
12126
12127 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12128
12129 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12130 running under the simulator to build a reduced set of libraries.
12131 (powerpc-*-eabiaix): Add fine grained multilib support added to
12132 other powerpc targets yesterday.
12133
12134 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12135
12136 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12137 -disable-softfloat, -disable-relocatable, -disable-aix, and
12138 -disable-sysv to control which multilib libraries get built.
12139
12140 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12141
12142 * configure: Add Makefile.tem to list of files to remove in trap
12143 handler.
12144
12145 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12146
12147 * config.guess (*Linux*): Add missing "exit"s.
12148 Also, need specific check for alpha-unknown-linux (uses COFF).
12149
12150 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12151
12152 * config.guess: Merge with FSF:
12153
12154 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12155 * config.guess (AIX4): More robust release numbering discovery.
12156
12157 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12158 * config.guess (i386-sequent-ptx): Properly get version number.
12159
12160 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12161 * config.guess (mips:*:4*:UMIPS): New case.
12162
12163 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12164
12165 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12166 (i386-win32 host): Likewise. Don't build readline.
12167
12168 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12169
12170 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12171 SUPPORT_FILES to submakes.
12172
12173 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12174
12175 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12176 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12177 mpw-configure.
12178
12179 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12180
12181 * configure.in (appdirs): Use =, not ==, in test expression when
12182 trying to build the text to print in the warning message for
12183 Solaris users.
12184
12185 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12186
12187 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12188
12189 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12190
12191 * config.guess: Recognize lynx-2.3.
12192
12193 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12194
12195 * config.sub (z8ksim): Deleted
12196 (z8k-*-coff): New, this is the one true name of the target.
12197
12198 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12199
12200 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12201
12202 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12203
12204 * config.guess (*:Linux:*:*): First try asking the linker what the
12205 default object file format is (elf, aout, or coff). Then if this
12206 fails, try previous methods.
12207
12208 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12209
12210 * configure.in: Don't build newlib for *-*-vxworks5.1.
12211
12212 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12213
12214 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12215 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12216
12217 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12218
12219 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12220
12221 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12222
12223 * cfg-ml-com.in: New file.
12224 * cfg-ml-pos.in: New file.
12225
12226 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12227
12228 * COPYING.NEWLIB: Add HP free copyright to list.
12229
12230 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12231
12232 * config.sub: Recognize -eabi* for the system, not just -eabi.
12233
12234 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12235
12236 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12237 * config.sub, configure.in (win32): New target and host.
12238
12239 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12240
12241 * configure.in: Add i386-pe configuration.
12242
12243 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12244
12245 * mpw-build.in (install): Install GDB after LD.
12246
12247 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12248
12249 * mpw-config.in (elf/mips.h): Always forward-include, needed
12250 for GDB to build.
12251
12252 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12253
12254 * testsuite: New directory for customer acceptance and whole tool
12255 chain tests.
12256
12257 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12258
12259 * configure: If per-host line isn't found, but AC_OUTPUT is found
12260 and a configure script exists, run it instead.
12261
12262 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12263
12264 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12265
12266 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12267
12268 * configure: Set build_{cpu,vendor,os,alias} to host values when
12269 --build isn't specified.
12270
12271 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12272
12273 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12274 (FLAGS_TO_PASS): Pass them.
12275 (EXTRA_TARGET_FLAGS): Ditto.
12276
12277 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12278
12279 * Makefile.in (all-libg++): Depend on all-libstdc++.
12280
12281 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12282
12283 * configure.in (noconfigdirs): Enable all packages for
12284 i386-unknown-netbsd.
12285
12286 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12287
12288 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12289 hosted builds (DOS builds)
12290
12291 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12292
12293 Changes for ARM based on patches from Richard Earnshaw:
12294 * config.sub: Handle armeb and armel.
12295 * configure.in: Omit arm linker only for riscix.
12296
12297 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12298
12299 * config.guess: Update from FSF.
12300
12301 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12302
12303 * config.sub: Recognize powerpcle as the little endian varient of
12304 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12305 powerpcle variant. Convert pentium into i586, not i486. Add p5
12306 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12307 temporarily.
12308
12309 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12310
12311 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12312
12313 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12314
12315 * config.sub: Accept -lites* as a basic system type.
12316
12317 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12318
12319 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12320 installed, and if so return linuxoldld as the system name.
12321
12322 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12323
12324 * config.guess: Add hppa1.1-hp-lites support.
12325
12326 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12327
12328 * configure.in: Don't build newlib for m68k-vxworks5.1.
12329
12330 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12331
12332 * configure.in (mips-sgi-irix6): Use mh-irix5.
12333
12334 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12335
12336 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12337
12338 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12339
12340 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12341 OSF/1. Fix compiler flags.
12342 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12343
12344 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12345
12346 * configure.in: Recognize --with-newlib.
12347 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12348
12349 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12350
12351 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12352 to *_X11_MODULES due to gdbtk needing X include files et al.
12353
12354 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12355
12356 Merge in support for Mac MPW as a host.
12357 (Old change descriptions retained for informational value.)
12358
12359 * mpw-config.in: Add generic include forwards for cpu-specific
12360 include files in aout and elf directories.
12361
12362 * mpw-configure: Added copyright.
12363 * mpw-config.in: Check for presence of required build tools.
12364 (target_libs): Add newlib.
12365 (target_tools): Add examples.
12366 (Read Me): Generate as "Read Me for MPW" instead.
12367 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12368 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12369 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12370
12371 * mpw-configure: Remove subdir-specific makefile hackery,
12372 delete mk.tmp after using it.
12373
12374 * mpw-build.in (all): Display start and end times.
12375
12376 * mpw-configure (host_canonical): Set.
12377 (target_cpu): Always add to makefiles.
12378 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12379 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12380 (mpw-mh-mpw): Look for in srcdir and srcroot.
12381 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12382
12383 * mpw-build.in: (install-only): New target.
12384
12385 * mpw-configure (host_alias, target_alias): Rename from hostalias
12386 and targetalias, add into generated Makefile.
12387 (mk.tmp): If present, add into generated Makefile.
12388 * mpw-build.in (all-gas): Build config.h first before gas proper.
12389
12390 * mpw-configure (config.status): Write only if changed.
12391 * mpw-config.in (readline): Configure it (not built, just used for
12392 definitions).
12393
12394 * mpw-config.in (elf/mips.h): Add a forward include.
12395
12396 * mpw-config.in: Forward-include most .h files in include into
12397 extra-include.
12398 (readline): Don't build.
12399 mpw-build.in (install): Install GDB.
12400
12401 * mpw-configure (prefix, mpw_prefix): Handle it.
12402 * mpw-config.in (mmalloc, readline): Don't configure.
12403 * mpw-build.in (thisscript): Rename to ThisScript.
12404 Use mpw-build instead of BuildProgram everywhere.
12405 (mmalloc, readline): Don't build.
12406 * mpw-README: New file, basic documentation about the MPW port.
12407
12408 * mpw-config.in: Use forward-include to create include files.
12409
12410 * mpw-configure: Add more things to the top of each configured
12411 Makefile, including contents of config/mpw-mh-mpw.
12412 * mpw-config.in (extra-include): Create this directory and fill it
12413 with Posix-like include files when configuring.
12414
12415 * config.sub (apple, mac, mpw): Add various aliases.
12416
12417 * mpw-build.in: New file, top-level build script fragment for MPW.
12418 * mpw-configure: New file, configure script for MPW.
12419 * mpw-config.in: New file, config fragment for MPW.
12420
12421 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12422
12423 * configure.in (host_libs): Remove glob, since it is gone from the
12424 sources.
12425
12426 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12427
12428 * Makefile.in: define empty GDB_NLM_DEPS var.
12429
12430 * configure.in(target_makefile_frag): use config/mt-netware
12431 for netware targets.
12432
12433 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12434
12435 * config.sub: Merge in recent FSF changes. Remove linux special
12436 cases.
12437
12438 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12439
12440 Revert this change:
12441
12442 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12443
12444 * build-all.mk: Use CC=cc -Xs on Solaris.
12445
12446 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12447
12448 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12449 stop using it.
12450 * Makefile.in: Nuke all references to glob subdirectory.
12451
12452 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12453
12454 * configure.in: Fix --enable-shared logic in per-host.
12455
12456 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12457
12458 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12459
12460 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12461
12462 * configure.in (noconfigdirs): Don't build gas on AIX, for
12463 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12464
12465 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12466
12467 * configure: Fix --cache-file to work if the file argument is a
12468 relative path.
12469
12470 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12471
12472 * configure: If the --cache-file is used, pass it down to
12473 configure in subdirectories.
12474
12475 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12476
12477 * config.sub: add vxworks29k configuration.
12478
12479 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12480
12481 * Makefile.in (taz): Do "diststuff" part quietly.
12482
12483 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12484
12485 * config.sub: Mini-merge with gcc/config.sub.
12486
12487 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12488
12489 * config.guess (IRIX): Sed - to _.
12490
12491 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12492
12493 * Makefile.in (source-vault, binary-vault): New targets.
12494
12495 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12496
12497 * config.sub: Recognize -eabi as a basic system type.
12498
12499 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12500
12501 * configure.in (enable_shared stuff): Fix typo.
12502
12503 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12504
12505 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12506
12507 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12508
12509 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12510
12511 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12512
12513 * configure.in (rs6000-*-*): Don't build gas.
12514
12515 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12516
12517 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12518 reduce command line length.
12519 (AS_FOR_TARGET): Check for as.new, not Makefile.
12520 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12521
12522 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12523
12524 * config.guess: Merge from FSF.
12525
12526 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12527
12528 * configure: Don't use $ when handling program_suffix.
12529
12530 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12531
12532 * configure.in: Configure tk for hppa/hpux.
12533
12534 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12535
12536 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12537
12538 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12539
12540 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12541 to LIBCXXFLAGS. Tests are better run without it.
12542
12543 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12544
12545 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12546
12547 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12548
12549 * configure.in (*-*-netware*): Don't configure xiberty.
12550
12551 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12552
12553 * configure.in: Remove tk from native_only list.
12554
12555 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12556
12557 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12558 for special NCD build.
12559
12560 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12561
12562 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12563 makeall.bat, they're only useful for binutils snapshots.
12564 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12565 makeall.bat to specified SUPPORT_FILES.
12566
12567 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12568
12569 * build-all.mk: Add Ericsson targets to sun4 and solaris
12570 hosts. Add BNR's sun4 target to solaris host, so their
12571 build-from-source will be tested in-house first.
12572
12573 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12574
12575 * Makefile.in (LIBCFLAGS): New variable.
12576 (CFLAGS_FOR_TARGET): Ditto.
12577 (LIBCFLAGS_FOR_TARGET): Ditto.
12578 (LIBCXXFLAGS): Ditto.
12579 (CXXFLAGS_FOR_TARGET): Ditto.
12580 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12581 (BASE_FLAGS_TO_PASS): Pass them.
12582 (EXTRA_TARGET_FLAGS): Ditto.
12583
12584 * configure.in: Support --enable-shared.
12585
12586 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12587
12588 * configure.in (target_libs): Include libstdc++ again.
12589 * config.guess: Update from FSF (for FreeBSD).
12590
12591 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12592
12593 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12594 makeall.bat.
12595 (DISTDOCDIRS): Add `etc'.
12596 (ETC_SUPPORT_PFX): New variable.
12597 (taz): Include anything from etc starting with a word in
12598 ETC_SUPPORT_PFX.
12599
12600 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12601
12602 * config.sub: Update for recent FSF changes. Remove obsolete
12603 h8300hds entry. Add -windows* and -osx as basic os. Minor
12604 spacing changes.
12605
12606 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12607
12608 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12609
12610 * config.guess: Merge with FSF.
12611 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12612
12613 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12614
12615 * configure: Since the "trap 0" handler will override the exit
12616 status on many systems, only use it for "exit 1", and make it set
12617 a non-zero exit status; reset it before "exit 0". Also, check
12618 exit status of config.sub, and error out if it failed.
12619
12620 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12621
12622 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12623 and install libgloss.
12624
12625 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12626
12627 * Makefile.in (all-binutils): Depend upon all-byacc.
12628
12629 * configure.in: Don't build emacs on Irix 5.
12630
12631 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12632
12633 * configure.in (*-*-netware*): Add libio.
12634
12635 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12636
12637 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12638 (CHECK_TARGET_MODULES): Ditto.
12639 (INSTALL_TARGET_MODULES): Ditto.
12640 (TARGET_LIBS): Ditto.
12641 (all-libstdc++): Note dependencies.
12642
12643 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12644
12645 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12646
12647 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12648
12649 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12650 -fexternal-templates.
12651
12652 * configure.in (target_libs): Add libstdc++.
12653 (noconfigdirs): Add libstdc++ as appropriate.
12654
12655 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12656
12657 * config.guess: Update from FSF.
12658
12659 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12660
12661 * configure: Use ${config_shell} when running ${configsub}.
12662
12663 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12664
12665 * config.sub: No longer recognize h8300h.
12666
12667 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12668
12669 * config.sub: Remove extraneous differences between config.sub and
12670 gcc/config.sub.
12671
12672 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12673
12674 * Makefile.in (DISTSTUFFDIRS): Add gas.
12675
12676 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12677
12678 * COPYING.NEWLIB: New file.
12679
12680 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12681
12682 * config.guess (HP-UX): Patch from Harlan Stenn
12683 <harlan@landmark.com> to also emit release level.
12684
12685 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12686
12687 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12688
12689 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12690
12691 * config.sub: Merge nextstep cleanup from FSF.
12692
12693 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12694
12695 * configure.in (arm-*-*): Don't configure ld for this target.
12696
12697 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12698
12699 * configure.in (*-*-netware): don't configure libg++, libio,
12700 librx, or newlib.
12701
12702 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12703
12704 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12705 configure ld--it works, but it doesn't support shared libraries.
12706
12707 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12708
12709 * config.guess (*-unknown-freebsd*): Get rid of possible
12710 trailing "(Release)" in version string.
12711 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12712
12713 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12714
12715 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12716 Fix type: *-next-neststep -> *-next-nextstep.
12717
12718 * config.guess: Merge from FSF:
12719
12720 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12721
12722 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12723
12724 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12725
12726 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12727 instead of UNIX_SV for UnixWare 1.0).
12728
12729 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12730
12731 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12732 to make gdb/nlm/* build after the compiler and linker.
12733
12734 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12735
12736 * config.guess (netbsd, freebsd, linux): Accept any machine,
12737 not just i[34]86.
12738 (m68k-atari-sysv4): Relocate to match FSF version.
12739
12740 * config.guess: More merges from the FSF:
12741
12742 Add a space before function call or macro invocation.
12743
12744 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12745
12746 * config.guess: Add trap cmd to remove dummy.c and dummy when
12747 interrupted.
12748
12749 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12750
12751 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12752 (dummy): Redirect stderr from compilation of dummy.c.
12753
12754 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12755
12756 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12757
12758 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12759
12760 * configure: Accept and ignore --cache*, for compatibility with
12761 new autoconf.
12762
12763 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12764
12765 * config.guess: Merge from FSF:
12766
12767 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12768
12769 * config.guess (Pyramid*:OSx*:*:*): New case.
12770 (PATH): Add /.attbin at end for finding uname.
12771 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
12772
12773 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12774
12775 * config.guess (M88*:DolphinOS:*:*): New case.
12776
12777 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12778
12779 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12780 to select whether to use ELF or COFF.
12781
12782 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12783
12784 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12785
12786 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12787
12788 * config.guess: Guess the OS version for HPUX.
12789
12790 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12791
12792 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12793
12794 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12795
12796 * configure.in: Recognize --with-headers, --with-libs, and
12797 --without-newlib.
12798 * Makefile.in (all-xiberty): Depend upon all-ld.
12799
12800 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12801
12802 * configure.in: Change i[34]86 to i[345]86.
12803
12804 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12805
12806 * configure (version): A few more tweaks to help message.
12807
12808 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12809
12810 * Makefile.in: Remove (for now) librx as a host library,
12811 now that we're building it for target.
12812
12813 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12814
12815 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12816 (Karl Berry).
12817
12818 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12819
12820 * configure.in: Also configure librx.
12821
12822 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12823
12824 * Makefile.in: Update various rules to reflect that librx
12825 is now needed for libg++.
12826
12827 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12828
12829 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12830
12831 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12832
12833 * configure.in: Configure the examples directory.
12834
12835 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12836
12837 * configure: Simplify Jun 2 1994 change.
12838
12839 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12840
12841 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12842 /bin/gcc isn't good enough to build gcc.
12843
12844 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12845
12846 * Makefile.in (GDB_SUPPORT_FILES): Remove
12847 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12848 (gdb.tar.gz): Add new rule to use standard distribution building
12849 mechanism.
12850
12851 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12852
12853 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12854 Bill Cox <bill@cygnus.com>.
12855
12856 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12857
12858 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12859
12860 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12861
12862 * configure: Search current dir first in .gdbinit.
12863
12864 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12865
12866 * config.sub: Recognize freebsd (merged from gcc config.sub).
12867
12868 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12869
12870 * config.sub: Refer to NeXT's operating system as nextstep.
12871
12872 * config.sub (case $basic_machine): Re-order the cases, to match
12873 the order in the FSF version (which is mostly alphabethical).
12874 Merge in some additions and changes from the FSF.
12875
12876 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12877
12878 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12879 * config.sub: Recognize cxux7.
12880 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12881
12882 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12883
12884 * config.sub: Fix typo powerpc -> powerpc-*.
12885
12886 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12887
12888 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12889
12890 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12891 parallel with all-emacs and install-emacs). Top-level command
12892 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12893
12894 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12895
12896 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12897 $(relbindir)/make before doing ``make install'', and use
12898 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12899 installing over running make binary.
12900 ($(host)-stamp-stage3-installed): Likewise.
12901
12902 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12903
12904 * config.guess: Recognize Mach.
12905
12906 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12907
12908 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12909 see whether --exec-prefix was used.
12910
12911 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12912
12913 * README: Explicitly mention libg++/README. (Zoo's idea.)
12914
12915 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12916
12917 * Makefile.in: Add all-librx target similar to all-libproc.
12918
12919 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12920
12921 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12922 with post 1.2 uname bogosity.
12923
12924 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12925
12926 * configure: Remove temporary files on receipt of a signal.
12927
12928 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12929
12930 * configure: If there is a package_makefile_frag, remove
12931 ${subdir}/Makefile.tem after copying it in.
12932
12933 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12934
12935 * build_all.mk: support rs6000 lynx identifies itself as
12936 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12937 since /bin/gcc is too feeble to compile a modern gcc.
12938
12939 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12940
12941 * brought devo/test-build.mk update-to-date with progressive/
12942 test-build.mk. Add lynx targets and hppa flag info.
12943
12944 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12945
12946 * configure.in: Use mh-ncrsvr43. Patch from
12947 Tom McConnell <tmcconne@sedona.intel.com>.
12948
12949 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12950
12951 * config.guess (i386-unknown-bsdi): No longer need to
12952 check #if defined(__bsdi__) && defined(__i386__).
12953
12954 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12955
12956 * configure: Set program_transform_nameoption correctly.
12957
12958 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12959
12960 * brought build-all.mk update-to-date with progressive build-all.mk,
12961 added new targets and hppa info.
12962
12963 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12964
12965 * configure: If config.guess result is a prefix of the user
12966 specified target, assume a native build and use the user specified
12967 target as the host alias. Remove SunOS patch suffix removal hack.
12968 * configure.in: Remove SunOS patch suffix removal hack.
12969
12970 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12971 in NATIVE_CHECK_MODULES.
12972
12973 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12974
12975 * Makefile.in: Rename HOST_ONLY to NATIVE.
12976 * configure: Delete SunOs patch suffix from host_canonical
12977 and build_canonical variables that are prepended to Makefiles.
12978 * configure.in: Add comments for easier maintenance.
12979
12980 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12981
12982 * Makefile.in: Add all-libproc target similar to all-gui.
12983
12984 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12985
12986 * Makefile.in (CHECK_MODULES): split into
12987 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12988
12989 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12990
12991 * config.guess (i386-unknown-bsdi): New system to guess.
12992
12993 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12994
12995 * Makefile.in: Add all-gui target (but not yet build by "all").
12996
12997 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12998
12999 * config.sub: Move deletion of patch suffix from here...
13000 * configure.in: To here, at Ian's suggestion. The top-
13001 level scripts might need to know of a patch level.
13002
13003 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13004
13005 * config.sub: Strip off patch suffix so rtl is recognized
13006 as a sunos4.1.3 machine, even though it's been patched.
13007
13008 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13009
13010 * Makefile.in (INSTALL_LAST): Delete.
13011 (INSTALL_DOSREL): New.
13012
13013 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13014
13015 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13016 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13017 whether we pass down --with-gnu-ld anyhow.
13018
13019 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13020
13021 * Makefile.in (INSTALL_LAST): Change operation so it works
13022 on more flavors of make.
13023 * configure.in (go32): Don't build libg++ or libio.
13024
13025 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13026
13027 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13028 they can be overriden by templates.
13029
13030 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13031
13032 * configure.in (target==go32): Don't build gdb.
13033 * dosrel: New directory.
13034
13035 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13036
13037 * configure.in (host==go32): Configure dosrel too.
13038 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13039 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13040 be set by incoming names or templates.
13041 (INSTALL_LAST): New rule.
13042
13043 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13044
13045 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13046
13047 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13048
13049 * configure.in (appdirs): New variable. Currently empty, but will
13050 be used in gas distribution. If nonempty, lists a set of
13051 directories at least one of which must get configured, or top
13052 level configuration is considered to have failed.
13053 (rs6000-*-lynxos*): Use new file name.
13054
13055 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13056
13057 Eliminate XTRAFLAGS.
13058 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13059 newlib include files using -idirafter, and also use -nostdinc.
13060 (CXX_FOR_TARGET): Likewise.
13061 (XTRAFLAGS): Removed.
13062 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13063 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13064 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13065 ($(DO_X)): Don't pass down XTRAFLAGS.
13066
13067 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13068
13069 * configure.in (mips*-dec-bsd*): New target; do build linker.
13070 (mips*-*-bsd*): New target; don't build linker.
13071
13072 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13073
13074 * configure.in: support rs6000-*-lynxos* configuration.
13075 support sunos4 as a cross target.
13076
13077 * config.sub: look for lynx*, not lynx since the OS version may
13078 legitimately be part of the name.
13079
13080 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13081
13082 * configure.in (i[34]86-*-sco*): Move to be with other i386
13083 targets.
13084 (romp-*-*): New target. Skip various binary utilities.
13085 (vax-*-*): New target. Don't build newlib.
13086 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13087
13088 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13089
13090 * configure.in: Only set host_makefile_frag if config
13091 directory exists.
13092
13093 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13094
13095 * install.sh: If $dstdir exists, don't check whether each
13096 component does.
13097
13098 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13099
13100 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13101
13102 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13103
13104 * configure.in (*-*-lynxos*): Don't configure newlib for either
13105 native or cross Lynx.
13106
13107 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13108
13109 * config.sub (sparc64-elf): Fix os.
13110 (z8k): Remove duplicate.
13111
13112 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13113
13114 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13115 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13116
13117 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13118
13119 * configure: Make file links cleanly even if Lynx fails on
13120 an NFS symlink (at least fail cleanly).
13121
13122 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13123
13124 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13125 -XNh2000.
13126
13127 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13128
13129 * configure: Unknown options are fatal again.
13130
13131 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13132
13133 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13134 compatibility.
13135
13136 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13137
13138 * build-all.mk: Add `clean' target.
13139
13140 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13141
13142 * config.guess: Add SINIX support.
13143 * configure.in: Add mips-*-sysv4* support.
13144
13145 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13146
13147 * build-all.mk: Document all useful targets.
13148 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13149 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13150
13151 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13152
13153 * configure: Support --silent, --quiet.
13154
13155 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13156
13157 * configure: Support --disable-FEATURE.
13158
13159 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13160
13161 * config.guess: Recognize NCR running SVR4.3.
13162
13163 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13164
13165 * config.guess: Make BSDI generate i386-unknown-bsd386.
13166 Patch from Paul Eggert <eggert@twinsun.com>.
13167
13168 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13169
13170 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13171
13172 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13173
13174 * configure: Make unrecognized options give nonfatal warnings
13175 instead of fatal errors, and pass them to any subdirectory
13176 configures in case they recognize them.
13177 Make --x equivalent to --with-x.
13178
13179 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13180
13181 * configure: Add --enable-* options. Clean up usage message and
13182 some comments.
13183
13184 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13185
13186 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13187
13188 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13189
13190 * configure.in (hppa*-*-*): Enable binutils.
13191
13192 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13193
13194 * config.sub: Recognize cisco.
13195
13196 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13197
13198 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13199
13200 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13201
13202 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13203 than one configuration name. Add comment.
13204
13205 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13206
13207 * config.guess: about target *-hitachi-hiuxwe2, fixed
13208 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13209 macro is incorrect.]
13210
13211 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13212
13213 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13214 than the "make ls" stuff which used to be here.
13215
13216 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13217
13218 * config.guess: Recognize i[34]86-unknown-freebsd.
13219 From Shawn M Carey <smcarey@rodan.syr.edu>.
13220
13221 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13222
13223 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13224
13225 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13226
13227 * config.guess: Check for ptx.
13228
13229 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13230
13231 * config.sub: Add os9k checking.
13232
13233 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13234
13235 * config.guess: Handle OSF1 running on HPPA processors
13236
13237 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13238
13239 * configure: If subdir configure fails, print out a message with
13240 subdirectory name, in case subdir's configure code didn't identify
13241 itself.
13242
13243 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13244
13245 * configure.in: Remove embedded newlines from configdirs.
13246 Avoid mismatches of substrings. Fix matching strings at end
13247 of configdirs.
13248
13249 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13250
13251 * config.guess: Add Lynx/rs6000 config support.
13252
13253 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13254
13255 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13256
13257 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13258
13259 * configure.in (hppa*-*-osf*): Treat this just like most other
13260 PA configurations (eg no binutils or ld).
13261 (hppa*-*-*elf*): These configurations have binutils and ld.
13262
13263 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13264
13265 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13266
13267 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13268
13269 * configure.in (rs6000-*-*): Build gas.
13270
13271 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13272
13273 * Makefile.in: Avoid bug in losing hpux sed.
13274
13275 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13276
13277 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13278 for GDB and GDB has been fixed to not need it.
13279
13280 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13281
13282 * config.guess: Recognize vax hosts.
13283
13284 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13285
13286 * configure (while loop): Don't use "break 2" inside case
13287 statement -- the case statement isn't an enclosing loop.
13288
13289 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13290
13291 * config.guess: Clean up NeXT support, to allow nextstep
13292 on Intel machines. Make OS be nextstep.
13293
13294 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13295
13296 * config.guess: Add alternate forms for Convex.
13297
13298 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13299
13300 * configure: Completely rewrite option processing. Take
13301 advantage of pattern-matching to avoid invoking test frequently.
13302 Also clean up host and target defaulting logic.
13303
13304 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13305
13306 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13307 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13308 commands (plus user environment) will fit SCO limits.
13309
13310 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13311
13312 * configure.in: Don't issue warnings about directories which are
13313 not being configured if -norecursion is set. Correct test for
13314 --with-gnu-as and --with-gnu-ld to not get confused by substring
13315 matches.
13316
13317 * configure.in: Don't build gas for alpha-dec-osf1*.
13318
13319 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13320
13321 * configure: Back out Per's change of 12/19/1993. It changes the
13322 behavior of configure in unexpected and confusing ways.
13323
13324 Also, use different delim char when calculating
13325 program_transform_name so that the name can contain slashes.
13326
13327 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13328
13329 * configure.in, config.sub: Add support for VSTa micro-kernel.
13330
13331 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13332
13333 * configure.in: Nuke hacks which were used to get a special
13334 version of GAS for HPPA configurations.
13335
13336 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13337
13338 * configure: If only ${target_alias} is given, use that
13339 as the default for ${host_alias}.
13340 * configure: Add missing back-slashes before nested quotes.
13341
13342 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13343
13344 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13345
13346 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13347
13348 * config.guess: Recognize some Tektronix configurations.
13349 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13350
13351 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13352
13353 * config.sub: Match any flavor of SH.
13354
13355 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13356
13357 * configure.in: Don't try to configure newlib for Alpha.
13358
13359 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13360
13361 * configure.in: Don't build ld for Irix 5. Don't build gas,
13362 libg++ or libio for any Alpha target.
13363
13364 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13365
13366 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13367
13368 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13369 default arguments -- so it tried to compress itself.
13370
13371 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13372
13373 * configure.in (notsupp): ensure that a space is always at the end
13374 of the configdirs list, since the grep checks for an explicit space
13375
13376 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13377
13378 * configure.in (target i386-sysv4.2): don't build ld, since static
13379 versions of many libraries are not available.
13380
13381 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13382
13383 * config.guess: Recognize Apollos (using environment variables).
13384 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13385
13386 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13387
13388 * config.guess: Recognize Sony news mips running newsos.
13389
13390 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13391
13392 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13393 "fi ; else" for bash.
13394
13395 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13396
13397 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13398
13399 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13400
13401 * config.sub: accept unixware as an alias for svr4.2.
13402 Fix some inconsistancies with the gcc version.
13403
13404 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13405
13406 * Makefile.in (DISTDOCDIRS): Add gdb.
13407
13408 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13409
13410 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13411
13412 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13413
13414 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13415 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13416 this now.
13417
13418 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13419
13420 * config.sub: Accept hiux* as an OS name.
13421
13422 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13423 etc/make-stds.texi. The underscore came from gcc, and dje now
13424 agrees that RUNTESTFLAGS is the correct name.
13425
13426 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13427
13428 * install.sh: Remove 'set -e'. It makes any conditionals
13429 in the script useless.
13430
13431 * config.guess: Automatically recognize arm-acorn-riscix
13432 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13433
13434 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13435
13436 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13437
13438 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13439
13440 * Makefile.in (DISTDOCDIRS): New variable.
13441 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13442 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13443
13444 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13445
13446 * configure.in (hppa target): check the source directory for the
13447 pagas sub-directory
13448
13449 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13450
13451 * config.sub: Allow -aout* and -elf*.
13452
13453 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13454
13455 * configure.in: Don't build ld on i386-solaris2, same as for
13456 sparc-solaris2.
13457
13458 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13459
13460 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13461
13462 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13463
13464 * configure.in: Configure gdb for alpha.
13465
13466 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13467
13468 * Makefile.in (CXXFLAGS): Add -O.
13469
13470 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13471
13472 * config.guess: added support for DG Aviion
13473
13474 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13475
13476 * configure.in: Produce warning message for subdirectories not
13477 configurable for this host/target combination. Don't try to
13478 configure gdb for vms.
13479
13480 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13481
13482 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13483 appropriate files before making "diststuff".
13484 (DISTBISONFILES): New var: list of files to be edited.
13485 (DISTSTUFFDIRS): Add binutils.
13486
13487 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13488
13489 * config.sub: also handle mipsel and mips64el (for little endian mips)
13490
13491 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13492
13493 * configure.in: Add * to end of all OS names.
13494
13495 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13496
13497 * configure.in: Build newlib for LynxOS native.
13498
13499 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13500
13501 * config.guess: Add support for delta 88k running SVR3.
13502
13503 * configure.in: Add comment about HP compiler vs. emacs.
13504
13505 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13506
13507 * configure.in: don't build ld on solaris2 (not a viable option
13508 due to bugs in getpwnam & getpwuid)
13509
13510 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13511
13512 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13513 config.guess will produce a full version number.
13514
13515 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13516
13517 * configure.in: Build linker and binutils for alpha-dec-osf1.
13518
13519 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13520
13521 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13522 and gdb/testsuite/Makefile.in.
13523
13524 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13525
13526 * configure.in: recognize mips*- instead of mips-
13527
13528 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13529
13530 * config.sub: Accept linux*coff and linux*elf as operating
13531 systems.
13532
13533 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13534
13535 * config.sub: Recognize mips64, and mips3 as an alias for it.
13536
13537 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13538
13539 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13540 gdb knows how to handle OSF/1 shared libraries.
13541
13542 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13543
13544 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13545 * config.guess: Recognize Hitachi's HIUX.
13546 * config.sub: Recognize h3050r* and hppahitachi.
13547 Remove redundant cases for hp9k[23]*.
13548
13549 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13550
13551 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13552 if gas and ld are in the source tree and are in ${configdirs}.
13553 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13554 --with options (but still pass them down on the command line,
13555 if they were explicitly specified).
13556
13557 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13558
13559 * configure: substitute SHELL value in Makefile.in with
13560 ${CONFIG_SHELL}
13561
13562 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13563
13564 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13565 *-*-solaris2* targets.
13566
13567 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13568
13569 * Makefile.in: define M4, and pass it down to sub-makes;
13570 all-autoconf now depends on all-m4
13571
13572 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13573
13574 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13575 presence of {ar,ranlib} instead of a configured directory
13576
13577 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13578
13579 * config.guess: Accept 34?? as well as 33?? for NCR.
13580
13581 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13582
13583 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13584 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13585
13586 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13587
13588 * configure: grab values for $(CC) and $(CXX) from the
13589 environment, so that someone can do "CC=gcc configure; make" and
13590 have it work right (matching the way that autoconf works now)
13591
13592 * configure.in, Makefile.in: add support for gash, the tcl
13593 interface to Galaxy
13594
13595 * config.guess: add NetBSD variants (hp300, x86)
13596
13597 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13598
13599 * install.sh: Support -d option (in the manner of SunOS 4 install,
13600 as it is more deterministic than that of GNU install)
13601 (chmodcmd): Set file to mode 755 by default (should also do default
13602 chgrp and chown, but I don't feel like dealing with that now)
13603
13604 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13605
13606 * config.sub: Remove h8300hhms alias.
13607
13608 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13609
13610 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13611
13612 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13613
13614 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13615 as stmp-fixinc
13616
13617 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13618
13619 * config.sub: recognize m88110-bug-coff.
13620
13621 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13622
13623 * Makefile.in (all-libio): all dependencies on the toolchain used
13624 to build this (gcc, gas, ld, etc)
13625
13626 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13627
13628 * config.guess: Deal with OSF/1 1.3 on alpha.
13629
13630 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13631
13632 * install.sh: add some 'else true' clauses for portability
13633
13634 * configure.in: don't build libio for h8[35]00-*-* targets
13635
13636 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13637
13638 * Makefile.in: Add support for new libio.
13639
13640 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13641
13642 * install.sh: If one command fails, don't try the rest. Don't try
13643 to remove $dsttmp (via trap) unless we have already created it.
13644 If $src doesn't exist, detect it and exit with an error.
13645
13646 * config.guess: Recognize BSD on hp300.
13647
13648 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13649
13650 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13651 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13652
13653 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13654
13655 * Makefile.in (all-send-pr): depends on all-prms
13656
13657 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13658
13659 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13660
13661 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13662
13663 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13664 Added test for mips-mips-riscos5.
13665
13666 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13667
13668 * configure.in: use mh-hp300 for 68k HP hosts
13669
13670 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13671
13672 * configure: add support for CONFIG_SHELL, so that you can use
13673 some alternate shell for evaluating configure scripts
13674
13675 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13676
13677 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13678 in configure script to bug-gdb@prep.ai.mit.edu when building
13679 distribution archive.
13680 * Makefile.in (COMPRESS): Remove def.
13681 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13682 gdb.tar.Z and make-gdb.tar.Z respectively.
13683 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13684 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13685 to convergence with 'taz' target in Makefile.in.
13686
13687 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13688
13689 * install.sh (dsttmp): use trap to ensure that tmp files go
13690 away on error conditions
13691
13692 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13693
13694 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13695
13696 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13697
13698 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13699 its parent is '/' not ''.
13700
13701 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13702
13703 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13704
13705 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13706 that ${newsrcdir}/configure.in does.
13707
13708 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13709
13710 * test-build.mk: support for CONFIG_SHELL
13711
13712 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13713
13714 * config.sub (netware): Add as a basic system type.
13715
13716 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13717
13718 * Makefile.in (Makefile): depend on configure.in. Also drop the
13719 $(srcdir)/ from the dependency on Makefile.in.
13720
13721 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13722
13723 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13724 (h8300hhms is temporary until multi-libraries are implemented).
13725 * configure.in: Handle h8300h too.
13726
13727 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13728
13729 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13730
13731 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13732
13733 * configure: Remove extraneous output when guessing host type.
13734 * config.guess: Remove extraneous output when guessing using C
13735 compiler rather than uname, or when guessing fails.
13736
13737 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13738
13739 * Makefile.in: remove all.cross and install.cross targets
13740
13741 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13742 definitions
13743
13744 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13745
13746 * configure.in (target sh): Build gprof.
13747
13748 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13749
13750 * config.sub: change -solaris to -solaris2
13751
13752 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13753
13754 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13755
13756 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13757
13758 * configure: Correct error message for missing Makefile.in to
13759 print correct directory.
13760
13761 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13762
13763 * install.sh: kludge around 386BSD shell bug
13764
13765 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13766
13767 * config.guess: Recognize NeXT.
13768 * config.guess: Recognize i486-ncr-sysv4.
13769 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13770
13771 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13772
13773 * Makefile.in (MAKEINFOFLAGS): New variable.
13774 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13775 * build-all.mk, test-build.mk: Pass down --no-split as
13776 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13777
13778 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13779
13780 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13781
13782 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13783
13784 * Makefile.in (libg++.tar.z): New rule.
13785 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13786 * Makefile.in (taz): Only do a single chmod.
13787
13788 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13789
13790 * install.sh: don't use dirname anymore (replaced with sed usage)
13791
13792 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13793
13794 * Makefile.in: Change extension for gzip'd files from '.z' to
13795 '.gz' per new FSF standard usage.
13796
13797 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13798
13799 * configure: put quotes around the final value of program_transform_name
13800
13801 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13802
13803 * Makefile.in: new install.sh support; update install-info rules
13804
13805 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13806
13807 * configure.in: Build diff for crosses, but not for go32 host.
13808
13809 * configure.in: Build gprof only for native, and don't build it
13810 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13811
13812 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13813
13814 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13815
13816 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13817
13818 * configure.in (host_tools): Add prms.
13819
13820 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13821
13822 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13823 with $(FLAGS_TO_PASS) on the command line
13824
13825 * config.sub: Recognize lynx and lynxos
13826
13827 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13828
13829 * config.sub: Accept -ecoff*, not just -ecoff.
13830
13831 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13832
13833 * Makefile.in (taz): Use .gz suffix instead of .z.
13834 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13835 names.
13836
13837 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13838
13839 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13840
13841 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13842
13843 * Makefile.in (install-no-fixedincludes): install gcc last, so
13844 that rebuilds that might happen during 'make install' don't get
13845 bogus gcc include files
13846
13847 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13848
13849 Change from Utah for HPPA support:
13850 * config.guess: Recognize hppa1.x-hp-bsd.
13851
13852 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13853
13854 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13855 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13856
13857 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13858
13859 * config.sub: Add support for rom68k and bug boot monitors.
13860
13861 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13862
13863 * Makefile.in: Make all-opcodes depend on all-bfd.
13864
13865 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13866
13867 * config.guess: Added special check for i[34]86-univel-sysv4*.
13868
13869 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13870
13871 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13872 the processor rather than assuming i486.
13873
13874 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13875
13876 * config.guess: Recognize SunOS6 as Solaris3.
13877
13878 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13879
13880 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13881 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13882
13883 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13884
13885 * build-all.mk (all-cross): New target for Canadian Cross.
13886 Added Q2 go32 targets.
13887 * test-build.mk: Configure go32 cross sparclite-aout and
13888 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13889 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13890
13891 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13892
13893 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13894 GO32 hosted toolchains
13895
13896 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13897
13898 * configure: change so "-exec-prefix" gets passed down rather
13899 than "-exec_prefix" so autoconf generated Makefiles get the
13900 exec_prefix set right.
13901
13902 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13903
13904 * config.guess: get the Solaris2 minor version number
13905
13906 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13907
13908 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13909
13910 * config.guess: Recognize some Sequent platforms.
13911
13912 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13913
13914 * Makefile.in: added the vault-install target
13915
13916 * configure.in: actually use the Sun3 makefile fragment that's in
13917 config, also added the release dir to configdirs
13918
13919 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13920
13921 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13922
13923 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13924
13925 * configure.in: remove some program from Alpha targetted toolchains
13926
13927 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13928
13929 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13930 gprof.
13931 (taz): Run "make diststuff" in those directories instead of "make
13932 proto-dir". Look for "VERSION=" only at start of line in subdir
13933 Makefile. Use "gzip -9" for compression.
13934 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13935 (binutils.tar.z): New target.
13936
13937 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13938
13939 * Makefile.in (taz): Include gpl.texinfo.
13940
13941 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13942
13943 * Makefile.in (setup-dirs): Merged into "taz" target.
13944 (taz): Only do `proto-dir' stuff if a directory is actually needed
13945 for this target.
13946
13947 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13948
13949 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13950 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13951 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13952 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13953 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13954
13955 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13956
13957 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13958 config.sub, and move-if-change to gdb testsuite distribution
13959 archive, so the testsuite can be extracted, configured, and
13960 run separately from the gdb distribution. Blow away the Chill
13961 tests that require a Chill compiled executable, since GNU Chill
13962 is not yet publically available.
13963
13964 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13965
13966 * test-build.mk: set environment variables in a single command,
13967 instead of a list of assignments and exports
13968
13969 * config.guess: recognize Alpha/OSF1 systems
13970
13971 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13972
13973 * configure: Change help message to prefer --options rather than
13974 -options.
13975
13976 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13977
13978 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13979 zippy@ecst.csuchico.edu.
13980 * config.guess: Recognize miniframe.
13981
13982 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13983
13984 * Makefile.in: Use srcroot to find runtest rather than rootme.
13985 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13986
13987 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13988
13989 * test-build.mk: Extensive additions to support building on a
13990 machine other than the host.
13991
13992 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13993
13994 * configure (tooldir): Fix for i386-aix again.
13995
13996 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13997
13998 * configure, Makefile.in: Change definition of $(tooldir)
13999 to match the FSF.
14000
14001 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14002
14003 * config.guess: Recognize i[34]86/SVR4.
14004
14005 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14006
14007 * Makefile.in (all-gdb): gdb depends on sim.
14008
14009 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14010
14011 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14012 at the same time we make the prototype gdb directory.
14013 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14014 files at the same time as the gdb base release distribution.
14015
14016 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14017
14018 * Makefile.in (check): Use individual check targets rather than
14019 DO_X rule.
14020 (check-gcc): Added.
14021
14022 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14023
14024 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14025 for System V release 3.2.
14026
14027 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14028
14029 * config.sub: Recognize hppaosf.
14030 * configure.in: Do configure ld/binutils/gas for it.
14031
14032 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14033
14034 * configure (tooldir): Alter syntax used to set this, for systems
14035 where "\$" isn't handled right, like i386-aix.
14036
14037 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14038
14039 * configure: Pass program-transform-name, not
14040 program_transform_name, to recursive configures.
14041
14042 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14043
14044 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14045 of gas+ld+binutils.
14046
14047 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14048
14049 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14050
14051 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14052
14053 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14054
14055 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14056
14057 * Makefile.in (PRMS): Set back to all-prms.
14058
14059 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14060
14061 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14062 targets, rather than for MIPS hosts.
14063
14064 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14065
14066 * configure.in: add comment for --with-x default values
14067
14068 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14069
14070 * Makefile.in: add check-* targets for each of the directories in
14071 the tree. Add a definition of RUNTEST that will use the one we
14072 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14073
14074 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14075
14076 * configure.in: Removed obsolete references to bfd_target and
14077 target_makefile_frag.
14078
14079 * build-all.mk: Set assorted targets for Q2.
14080 * config.sub: Recognize z8k-sim and h8300-hms.
14081 * test-build.mk: Really don't pass host to configure.
14082 (HOLES): Added uname.
14083
14084 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14085
14086 * configure: Handle an empty program-prefix, program-suffix or
14087 program-transform-name correctly.
14088
14089 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14090
14091 * build-all.mk: -G 8 no longer required for MIPS targets.
14092 * test-build.mk: Don't pass host argument to configure; make it
14093 guess.
14094
14095 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14096
14097 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14098 * Makefile.in (COMPRESS): New macro, like GZIP.
14099
14100 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14101
14102 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14103
14104 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14105 with gas currently defaults to -G 0.
14106
14107 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14108
14109 * Makefile.in (all-flex): flex depends on byacc.
14110
14111 * build-all.mk: If host not specified, use config.guess. Pass TAG
14112 to test-build.mk as RELEASE_TAG.
14113 * test-build.mk (configargs): New variable containing arguments to
14114 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14115 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14116
14117 * config.guess: Use /bin/uname when checking -X argument on SCO,
14118 to avoid invoking GNU uname which doesn't understand -X.
14119
14120 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14121
14122 * configure.in: Build gas for mips-*-*.
14123
14124 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14125
14126 * Makefile.in (all.normal): insert missing backslash.
14127
14128 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14129
14130 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14131
14132 * Makefile.in: Complete overhaul to merge many almost identical
14133 targets.
14134
14135 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14136
14137 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14138 (gdb.tar.Z): Adjusted.
14139
14140 * Makefile.in (setup-dirs, taz): New targets; should be general
14141 enough to adapt for gdb sometime. Build only .z file.
14142 (gas.tar.z): New target.
14143
14144 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14145
14146 * build-all.mk: Use CC=cc -Xs on Solaris.
14147
14148 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14149
14150 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14151 for handling BISON for FSF releases.
14152
14153 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14154
14155 * configure: Actually implement the change zoo just documented.
14156
14157 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14158
14159 * configure: when using config.guess, only set target_alias when
14160 it's not already been set (ie, on the command line)
14161
14162 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14163
14164 * Makefile.in: add installcheck target, set PRMS to install-prms
14165
14166 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14167
14168 * configure: add support for package_makefile_fragment, handle the
14169 case where a directory has a configure.in file but no Makefile.in
14170 more gracefully (with an actual understandable error message, even);
14171 add support for --without (and add this to the usage message); also
14172 explicitly add a --host=${host_alias} to the command line when
14173 config.guess is used
14174
14175 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14176
14177 * configure: Must use both --host and --target in recursive calls.
14178
14179 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14180
14181 * Makefile.in: Change deja-gnu to dejagnu.
14182
14183 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14184
14185 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14186
14187 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14188
14189 * configure.in: canonicalize all instances to *-*-solaris2*,
14190 also strip out a number of tools to not build for go32 host
14191
14192 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14193
14194 * config.guess: add GPL.
14195
14196 * Makefile.in, config.guess, config.sub, configure: bump
14197 copyrights to 93.
14198
14199 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14200
14201 * Makefile.in (do-info): Removed obsolete check for existence of
14202 localenv file.
14203
14204 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14205
14206 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14207
14208 * Makefile.in: a couple of 'else true' for decstation,
14209 support for TclX
14210
14211 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14212
14213 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14214
14215 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14216
14217 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14218
14219 * config.guess: Recognize i386-ibm-aix (PS/2).
14220 * configure.in: Use config/mh-aix386 file for it.
14221
14222 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14223
14224 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14225 CC_FOR_TARGET instead.
14226 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14227
14228 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14229
14230 * Makefile.in: Add sim to list of directories sent with gdb
14231
14232 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14233
14234 * configure.in: Put back mips-dec-bsd* case.
14235
14236 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14237
14238 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14239 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14240 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14241
14242 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14243
14244 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14245
14246 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14247 (install-info): install dir.info only if it exists,
14248 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14249
14250 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14251
14252 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14253 gas for mips-dec-bsd.
14254
14255 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14256
14257 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14258 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14259
14260 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14261
14262 * configure.in: Added "dejagnu" to hosttools list.
14263
14264 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14265
14266 * config.sub, configure.in, config.guess: Add support
14267 for Bosx, an AIX variant from Bull.
14268 Patches from F.Pierresteguy@frcl.bull.fr.
14269
14270 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14271
14272 * devo/dejagnu: Initial creation of devo/dejagnu.
14273 Migrated dejagnu testcases and support files for testing software
14274 tools to reside as subdirectories, currently called "testsuite",
14275 within the directory of the software tool. Migrated all programs,
14276 support libraries, etc. beloging to dejagnu proper from
14277 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14278 with no modifications. The changes to these files which will
14279 allow them to configure, build, and execute properly will be made
14280 in a future update.
14281
14282 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14283
14284 * Makefile.in: Change send_pr to send-pr.
14285 * configure.in: Likewise.
14286 * send_pr: Renamed directory to send-pr.
14287
14288 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14289
14290 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14291
14292 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14293
14294 * README: Update for gdb-4.8 release.
14295 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14296 gdb-xxx.tar.z (gzip'd) file also.
14297
14298 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14299
14300 * Makefile.in: make all-diff depend on all-libiberty
14301
14302 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14303
14304 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14305
14306 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14307
14308 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14309
14310 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14311
14312 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14313 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14314 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14315
14316 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14317
14318 * Makefile.in: makeinfo binary is in a new location
14319
14320 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14321
14322 * config.sub: Accept -ecoff as an OS.
14323
14324 * Makefile.in: Various changes to eliminate a level of make
14325 recursion and reduce the required command line length.
14326 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14327 sub-makes.
14328 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14329 variables holding settings for specific sub-makes.
14330 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14331 in terms of BASE_FLAGS_TO_PASS.
14332 (TARGET_LIBS): New variable listing directories which use
14333 TARGET_FLAGS_TO_PASS.
14334 (subdir_do): Eliminated.
14335 (do-*): New set of targets to replace subdir_do.
14336 (various): All targets which used subdir_do now depend on do-*.
14337 (local-clean): Renamed from do_clean.
14338 (local-distclean): New target, dependency of distclean and
14339 realclean.
14340 (install-info): Don't create directories. Depend on dir.info
14341 rather than calling make recursively.
14342 (install-dir.info): Eliminated.
14343 (install-info-dirs): Create all info directories here.
14344 (dir.info): Depend upon do-install-info.
14345
14346 * test-build.mk (HOLES): Added false.
14347
14348 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14349
14350 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14351
14352 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14353
14354 * Makefile.in (info): remove dependency on all-texinfo. The
14355 problem was really in texinfo/C, not at this level.
14356
14357 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14358
14359 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14360
14361 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14362
14363 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14364 GDB releases.
14365
14366 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14367
14368 * configure: Include srcdir in message about target of link not
14369 being found. Don't convert `-' to `_' in `with' options being
14370 passed to subdirs.
14371
14372 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14373
14374 * configure.in: add uudecode to host_tools
14375
14376 * Makefile.in: added {all,install}-uudecode targets, added them to
14377 the appropriate lists
14378
14379 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14380
14381 * Makefile.in (all-gcc): Added dependency on all-gas.
14382
14383 * configure.in (mips-*-*): Build ld and binutils.
14384
14385 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14386
14387 * configure: check return code from mkdir, print error message and
14388 exit on failure.
14389
14390 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14391
14392 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14393
14394 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14395
14396 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14397
14398 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14399
14400 * config.sub (h8500): Recognize this as a cpu type.
14401
14402 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14403
14404 * configure: source directory missing is no longer a warning
14405
14406 * configure.in: recognize irix[34]* instead of irix[34]
14407
14408 * Makefile.in: define and pass down X11_LIB
14409
14410 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14411
14412 * guess-systype: Renamed to ...
14413 * config.guess: ... by popular request.
14414 * configure.in, Makefile.in: Update accordingly.
14415
14416 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14417
14418 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14419 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14420 + Execute ./dummy instead of assuming . is in PATH.
14421
14422 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14423
14424 * guess-systype: New shell script. Attempts to guess the
14425 canonical host name of the executing host.
14426 Only a few hosts are supported so far.
14427 * configure: Call guess-systype if no host is specified.
14428
14429 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14430
14431 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14432 gcc Makefile.
14433
14434
14435 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14436
14437 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14438 (all-gcc, install-gcc, subdir_do): Use it.
14439
14440 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14441
14442 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14443
14444 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14445
14446 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14447 set exclusively by configure, using configure.in .
14448
14449 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14450
14451 * test-build.mk: set $PATH for all builds
14452
14453 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14454
14455 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14456
14457 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14458 the one used in gcc/Makefile.in, so that a null expansion doesn't
14459 override the one needed to build gcc with a native cc.
14460
14461
14462 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14463
14464 * configure: Accept -with arguments.
14465
14466 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14467
14468 * Makefile.in: added h8300sim
14469
14470 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14471
14472 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14473 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14474 (all-cygnus, native, build-cygnus): Make
14475 $(canonhost)-stamp-3stage-done, not $(host)....
14476 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14477 i386-sco3.2v4. Added else true to if command.
14478
14479 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14480
14481 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14482
14483 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14484
14485 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14486
14487 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14488
14489 * configure.in: don't remove binutils from Solaris builds
14490
14491 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14492
14493 * Makefile.in: get rid of earlier definitions for *clean,
14494 also handle the recursive info rule better
14495
14496 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14497
14498 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14499 do more-or-less the right thing.
14500
14501 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14502
14503 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14504 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14505
14506 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14507
14508 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14509 $(host_canonical).
14510
14511 * configure.in: split the configdirs list into 4 categories (native
14512 v. cross, library v. tool) and handle the cross-only and native-
14513 only in more reasonable (and correct!) way.
14514
14515 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14516
14517 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14518 configdirs anymore.
14519
14520 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14521
14522 * Makefile.in: extensive cleanup:: removed all of the explicit
14523 clean-* targets, collapsed many wrappers around subdir_do into
14524 one, added additional targets to satisfy standards.texi, deleted
14525 some old targets, some changes for consistency
14526
14527 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14528
14529 * configure.in: handle some programs as cross-only, and others as
14530 native only
14531
14532 * test-build.mk: handle partial holes in a more generic manner
14533
14534 * Makefile.in: m4 depends on libiberty
14535
14536 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14537
14538 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14539 time, wdiff, and find to configdirs
14540
14541 * Makefile.in: all, clean, and install rules for the new programs
14542 added to configure.in
14543
14544 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14545
14546 * configure.in: use mh-sun for all *-sun-* hosts
14547
14548 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14549
14550 * Makefile.in: define flags for X11 include files and library file
14551 locations, pass them down to the programs that need this info
14552
14553 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14554
14555 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14556
14557 * configure.in: start building libg++ for HP-UX targets
14558
14559 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14560
14561 * README: Update references to files moved into etc/.
14562
14563 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14564
14565 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14566 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14567
14568 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14569
14570 * configure: accept dash as well as underscore in long option
14571 names for FSF compatibility.
14572
14573 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14574
14575 * config.sub: added -sco3.2v4 support from FSF.
14576
14577 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14578
14579 * configure.in: expand the section that adds or removes
14580 directories from the list of programs to build, to handle native
14581 vs. cross in addition to host v. native
14582
14583 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14584
14585 * Makefile.in: Replace C++ in macro names with CXX.
14586 This is less likely to break ...
14587
14588 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14589
14590 * test-build.mk: add -w to GNU_MAKE
14591
14592 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14593
14594 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14595 add 'sparc' to list of recognized cpus. This needed to make
14596 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14597 Delete some redundant ose68 variants. Recognize -wrs as an os,
14598 then changes that into $CPU-wrs-vxworks.
14599
14600 * configure.in: remove most references to gdbtest, regularize
14601 target based program removal
14602
14603 * test-build.mk: import from p3 tree (many fixes and changes)
14604
14605 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14606
14607 * Makefile.in: added rules to handle tcl, tk, and expect
14608
14609 * configure.in: handle those directories if they exist
14610
14611 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14612
14613 * config.sub: removed bogus hppabsd and hppahpux names, since
14614 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14615
14616 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14617
14618 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14619 depends upon all-xiberty
14620
14621 * Makefile.in: changes from p3, including:
14622
14623 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14624
14625 * Makefile.in (XTRAFLAGS): include newlib directories if
14626 newlib/Makefile exists, rather than if host != target.
14627
14628 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14629
14630 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14631 from the same source tree and not building a cross-compiler. This
14632 matters for the libg++ configuration if reconfiguring a tree that
14633 has already been installed.
14634
14635 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14636
14637 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14638 pick up the machine and system specific header files.
14639
14640 * Makefile.in: added AS_FOR_TARGET, passed down in
14641 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14642 the C compiler to use to create programs which are run in the
14643 build environment, set it to default to $(CC), and passed it down
14644 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14645
14646 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14647
14648 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14649 We need them for unusual native builds, like systems without
14650 ranlib.
14651
14652 * configure: also define $(host_canonical) and
14653 $(target_canonical), which are the full, canonical names for the
14654 given host and target
14655
14656 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14657
14658 * Makefile.in: Added separate definitions for C++.
14659
14660 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14661
14662 * configure.in (configdirs): Add deja-gnu.
14663
14664 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14665
14666 * README: Update for configure.texi and gdb-4.7 release.
14667
14668 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14669
14670 * Makefile.in: Move "all" target to top of file.
14671 Previously, first target was ".PHONY" which caused BSD4.4 make
14672 to build .PHONY when make was run without arguments.
14673
14674 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14675
14676 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14677 Library-copylefted code in libiberty.
14678
14679 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14680
14681 * config.sub: Replace m68kmote with plain old m68k.
14682
14683 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14684
14685 * Makefile.in: Remove space from blank line, avoid Make complaints.
14686
14687 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14688
14689 * config.sub: Complain if no argument is given. Added support for
14690 386bsd as OS and target alias.
14691
14692 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14693
14694 * Makefile.in (XTRAFLAGS): include newlib directories if
14695 newlib/Makefile exists, rather than if host != target.
14696
14697 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14698
14699 * config.sub: recognize sparclite-wrs-vxworks.
14700
14701 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14702 p3.) Added clean-xiberty to clean.
14703
14704 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14705
14706 * configure.in: use *-*-* instead of nested cases for host and target
14707
14708 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14709
14710 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14711 from the same source tree and not building a cross-compiler. This
14712 matters for the libg++ configuration if reconfiguring a tree that
14713 has already been installed.
14714
14715 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14716
14717 * config.sub (i486v/i486v4): Merge in from FSF version.
14718
14719 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14720
14721 * configure: only set PWD if it is already set.
14722
14723 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14724
14725 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14726 doesn't have unset and all success paths (and most error paths)
14727 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14728 to just ${PWD} to avoid confusion.)
14729
14730 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14731
14732 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14733 even for a native compilation.
14734
14735 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14736
14737 Changes to make the gdb.tar.Z rule work better.
14738
14739 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14740 (DEVO_SUPPORT): Add configure.texi.
14741 (bfd-ilrt.tar.Z): Remove ancient rule.
14742
14743 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14744
14745 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14746 pick up the machine and system specific header files.
14747
14748 * configure.in, config.sub: added new target m68010-adobe-scout,
14749 with alias of adobe68k. Changed configure.in to check for
14750 -scout before -sco* to avoid a false match.
14751
14752 * Makefile.in: added AS_FOR_TARGET, passed down in
14753 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14754 the C compiler to use to create programs which are run in the
14755 build environment, set it to default to $(CC), and passed it down
14756 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14757
14758 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14759
14760 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14761 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14762 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14763 FOR_TARGET variants, to newlib and libg++.
14764
14765 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14766
14767 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14768 first.
14769
14770 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14771
14772 * config.sub: Accept `elf' as an environment.
14773
14774 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14775
14776 * Makefile.in (all-opcodes): cd into the right directory
14777
14778 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14779
14780 * configure: added -program_transform_name option, used as
14781 argument to sed when installing programs.
14782 configure.texi: added documentation for -program_prefix,
14783 -program_suffix and -program_transform_name.
14784
14785 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14786
14787 * config.sub: Accept i486 where i386 ok.
14788
14789 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14790
14791 * config.sub: accept we32k
14792
14793 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14794
14795 * config.sub, configure.in: accept OSE68000 and OSE68k.
14796
14797 * Makefile.in: don't create all directories for ``make install'';
14798 let the subdirectories create the ones they need.
14799
14800 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14801
14802 * COPYING: new file, GPL v2
14803
14804 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14805
14806 * Makefile.in: use the new gen-info-dir, which needs a template
14807 argument (which also lives in texinfo)
14808
14809 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14810
14811 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14812
14813 * config.sub (ncr3000): Change i386 to i486.
14814
14815 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14816
14817 * Makefile.in: add install-rcs, install-grep to
14818 install-no-fixedincludes, removed install-bison and install-libgcc
14819
14820 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14821
14822 * configure.in: grab the HPUX makefile fragment if on HPUX
14823
14824 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14825
14826 * Makefile.in: eradicate bison spoor (ditto libgcc).
14827 configure.in: recognise m68{k,000}-ericsson-OSE.
14828 es1800 is alias for m68k-ericsson-OSE
14829
14830 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14831
14832 * configure.in: rearrange the parts that remove programs from
14833 configdirs, based now on HOST==TARGET or by canonical triple.
14834
14835 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14836
14837 * test-build.mk: recurse explicitly with -f test-build.mk when
14838 appropriate. predicate stage3 and comparison on the existence
14839 of gcc. That is, if gcc isn't around, we aren't three-staging.
14840 On very clean, also remove ...stamp-co. Build in-place before
14841 doing other builds.
14842
14843 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14844
14845 * Makefile.in, configure.in: add tgas
14846
14847 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14848
14849 * Makefile.in: a number of changes merged in from progressive.
14850
14851 * configure.in: add libm.
14852
14853 * .cvsignore: ignore some stuff that comes from test-build.mk.
14854
14855 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14856
14857 * config.sub: Add es1800 (m68k-ericsson-es1800).
14858
14859 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14860
14861 * configure: Add program_suffix (parallel to program_prefix)
14862 * Makefile.in: adjust directory-creating script for losing decstation
14863
14864 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14865
14866 * configure: Minor $subdir-related fixes.
14867
14868 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14869
14870 * configure: fix various problems with propogating
14871 makefile_target_frag in subdirs.
14872 * configure.in: config libgcc if its there
14873
14874 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14875
14876 * config.sub: HPPA merge.
14877
14878 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14879
14880 * Makefile.in: Replace all-bison with all-byacc in all
14881 dependency lines for other tools (which now use byacc).
14882
14883 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14884
14885 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14886
14887 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14888
14889 * Makefile.in: make gprof rules similar to byacc rules (instead of
14890 vestigal $(unsubdir) that didn't work...)
14891
14892 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14893
14894 * config.sub: Add support for Linux.
14895 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14896 (at least for libg++).
14897
14898 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14899
14900 * configure.texi: fix doc for the -nfp option to configure
14901
14902 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14903
14904 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14905
14906 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14907
14908 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14909 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14910 * configure.in: added solaris* host_makefile_frag hook.
14911
14912 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14913
14914 * config.sub: changed recognition of m68000 so that various
14915 m68k types can be specified via m680[01234]0
14916
14917 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14918
14919 * config.sub (basic_machine): fix sed so that '-foo' isn't
14920 completely substituted out while .+'-foo' loses the '-foo'
14921
14922 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14923
14924 * config.sub ($os): Add -aout.
14925
14926 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14927
14928 * configure: If host_makefile_frag is absolute, don't
14929 prefix ${invsubdir} (relevant to libg++ auto-configure).
14930
14931 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14932
14933 * Makefile.in (tooldir): Define it.
14934 (all-ld): Depend on all-flex.
14935
14936 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14937
14938 * Makefile.in (check): Fix libg++ special case.
14939
14940 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14941
14942 * configure: do not bury `pwd` into config.status, thus do fewer
14943 pwd's.
14944
14945 * configure: print the "Building in" message only when building in
14946 other than "." AND verbose.
14947
14948 * configure: remove -s, rework -v to better accomodate guested
14949 configures.
14950
14951 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14952
14953 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14954
14955 * Makefile.in: macroize flags passed on recursion. remove
14956 fileutils.
14957
14958 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14959
14960 * configure: get makesrcdir right for subdirs deeper than 1.
14961
14962 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14963 install.
14964
14965 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14966
14967 * Makefile.in: don't print subdir_do or recursion lines.
14968
14969 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14970
14971 * standards.texi: added menu item.
14972
14973 * Makefile.in: build and install standards.info.
14974
14975 * standards.texi: new file.
14976
14977 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14978
14979 * configure: test for and move config.status pieces from
14980 ${subdir}/.
14981
14982 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14983
14984 * configure: Test for existance of files before trying to mv
14985 them, to avoid numerous non-existance messages.
14986
14987 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14988
14989 * configure: correct final line of config.status.
14990
14991 * configure: patch from eggert. Avoids a protection problem if
14992 the original Makefile.in is read only.
14993
14994 * configure: use move-if-change from gcc to create config.status.
14995 Some makefiles depend on config.status to tell if a directory
14996 has been reconfigured for a different host. This change
14997 prevents those directories from remaking everything in the case
14998 where the reconfig was only intended to rebuild a Makefile.
14999
15000 * configure: test for config.sub with "config.sub sun4" rather
15001 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15002 host alias from a missing config.sub.
15003
15004 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15005
15006 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15007 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15008
15009 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15010
15011 * configure: mkdir ${subdir} as needed.
15012
15013 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15014
15015 * Makefile.in,configure.in: added autoconf.
15016
15017 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15018
15019 * Makefile.in: no longer pass against on recursion.
15020
15021 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15022 definitions are not inherited.
15023
15024 * configure: correct makesrcdir when subdir is .
15025
15026 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15027
15028 * configure: Add support for 'subdirs' variable, which is
15029 like 'configdirs', except that configure doesn't re-invoke
15030 itself for subdirs, it just creates a Makefile for each subdir.
15031 * configure.texi: Document subdirs.
15032
15033 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15034
15035 * configure.in: added flex to configdirs
15036
15037 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15038
15039 * Makefile.in: remove clean-stamps from clean.
15040
15041 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15042
15043 * configure.in: Add gdbtest to configdirs.
15044
15045 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15046
15047 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15048 to recursive makes.
15049 * configure.in: Recognize new ncr3000 config.
15050
15051 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15052
15053 * Makefile.in, configure.in: removed references to gdbm.
15054
15055 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15056
15057 * config.sub: Don't canonicalize os value
15058 newsos* to bsd (readline needs to check for newsos).
15059 (This fix was earlier made Jan 31, but got re-broken.)
15060
15061 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15062
15063 * configure.in: sco is an os, not a vendor!
15064
15065 * configure: Quote $( better. Keep various shells happy.
15066
15067 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15068
15069 * Makefile.in: eliminate stamp-files.
15070
15071 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15072
15073 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15074 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15075
15076 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15077
15078 * config.sub: fix iris/iris3.
15079
15080 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15081
15082 * configure: re-add -rm.
15083
15084 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15085
15086 * Maskefile.in: add .stmp-rcs to all.
15087
15088 * configure.in: remove gas from rs6000 build, use aix host fragment.
15089
15090 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15091
15092 * configure: pass down site_option during recursion.
15093
15094 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15095
15096 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15097
15098 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15099
15100 * configure: Change exec_prefix so that it really defaults to prefix.
15101
15102 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15103
15104 * Makefile.in, configure.in: Add support for mmalloc library.
15105
15106 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15107
15108 * Makefile.in: add stmp dependencies for a few more things.
15109
15110 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15111
15112 * configure: adjusted error message on objdir/srcdir configure
15113 collision, per john's suggestion.
15114
15115 * Makefile.in: add libiberty stmp to all and all.cross.
15116
15117 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15118
15119 * Makefile.in: remove force dependencies, add grep to all.
15120
15121 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15122
15123 * Makefile.in: drop flex. make stamp files work.
15124
15125 * configure: added test for conflicting configuration in srcdir,
15126 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15127 gets cranky. use relative paths for configure and srcdir
15128 whenever possible. Send some error messages to stderr that were
15129 going to stdout.
15130
15131 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15132
15133 * Makefile.in: Fix libg++ rule to check for gcc directory
15134 before using gcc/gcc. Also pass XTRAFLAGS.
15135
15136 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15137
15138 * Makefile.in: added stmp-files so that directories aren't polled
15139 when they are already built.
15140
15141 * configure.texi: fixed a node pointer problem.
15142
15143 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15144
15145 * config.sub configure.in gdb/configure.in
15146 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15147 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15148 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15149
15150 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15151
15152 * configure: -recurring becomes -silent. corrected help message
15153 for -site= option.
15154
15155 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15156
15157 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15158
15159 * configure: when building Makefile for crosses, replace
15160 tooldir and program_prefix. default srcdir from location of
15161 config.sub. remove "for host in hosts" and "for target in
15162 targets" loops.
15163
15164 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15165
15166 * Makefile.in: Do not pass bindir or mandir to cvs.
15167
15168 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15169
15170 * Makefile.in, configure.in: removed traces of namesubdir,
15171 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15172 copyrights to '92, changed some from Cygnus to FSF.
15173
15174 * configure.texi: remove most references to multiple hosts,
15175 multiple targets, subdirs, etc.
15176
15177 * configure.man: removed rcsid. reference config.sub not
15178 config.subr.
15179
15180 * Makefile.in: mkdir $(infodir) on install-info.
15181
15182 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15183
15184 * configure.texi: Explain better about .gdbinit and about
15185 the environment that configure.in sections run in.
15186
15187 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15188
15189 * configure.in: Ultrix is only a decstation if it's a MIPS.
15190
15191 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15192
15193 * README: DOC.configure => cfg-paper.texi.
15194
15195 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15196
15197 * config.sub (near case $os): Don't convert newsos* to bsd!
15198
15199 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15200
15201 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15202 the number of copies of COPYING that go into the GDB tar file.
15203
15204 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15205
15206 * bfd/configure.in, gdb/config/mh-i386sco,
15207 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15208 Fix SCO configuration stuff.
15209
15210 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15211
15212 * Makefile.in: For libg++, make sure the -I pointing
15213 to the gcc directory goes *after* all the libg++-local -I flags.
15214 Also, move just-gcc dependency from just-libg++ to all-libg++.
15215
15216 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15217
15218 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15219
15220 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15221
15222 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15223
15224 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15225
15226 * config.sub: Add stratus configuration frags. Also
15227 submitted to FSF.
15228
15229 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15230
15231 * Makefile.in (DEV_SUPPORT): add configure.man.
15232
15233 * config.sub(Decode manufacturer-specific): add -none*.
15234
15235 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15236
15237 * Makefile.in: remove form feeds to make Sun's make happy.
15238 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15239
15240 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15241
15242 * Makefile.in (AR_FLAGS): Make quieter.
15243
15244 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15245
15246 * configure.in: Add libg++.
15247 * configure: When verbose, don't output the command line at each
15248 level; it will be unremarkably the same as the previous version,
15249 which will be the same as what the user typed.
15250
15251 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15252
15253 * configure.in, Makefile.in: fix clean-info, add flex. add
15254 fileutils.
15255
15256 * configure: be less sensitive to spaces in Makefile.in. Do not
15257 look for sources in "..". Doing so breaks subdirectories that
15258 might have their own configure. If a subdir has it's own
15259 configure script, use it.
15260
15261 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15262
15263 * cfg-paper.texi: some changes suggested by rms.
15264
15265 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15266
15267 * config.sub: Merge in some small additions from the FSF version,
15268 taken from the gcc distribution, to bring the Cygnus and FSF
15269 versions into closer sync.
15270
15271 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15272
15273 * configure.in: Changed svr4 references to sysv4.
15274
15275 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15276
15277 * configure: added -V for version number option.
15278
15279 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15280
15281 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15282 renamed from DOC.configure to cfg-paper.texi.
15283
15284 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15285
15286 * configure, config.subr, config.sub: config.subr is now
15287 config.sub again.
15288
15289 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15290
15291 * configure.texi: new file, in progress.
15292
15293 * Makefile.in: build info file and install the man page for
15294 configure.
15295
15296 * configure.man: new file, first cut.
15297
15298 * configure: find config.subr again now that configuration "none"
15299 has gone. removed all traces of the -ansi option. removed all
15300 traces of the -languages option.
15301
15302 * config.subr: resync from rms.
15303
15304 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15305
15306 * configure, config.sub, config.subr: merge config.sub into
15307 config.subr, call the result config.subr, remove config.sub, use
15308 config.subr.
15309
15310 * Makefile.in: revised install for dir.info.
15311
15312 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15313
15314 * configure.in: add decstation host makefile frag.
15315
15316 * Makefile.in: BISON now bison -y again. also install-gcc on
15317 install. clean-gdbm on clean. infodir belongs in datadir.
15318 Make directories for info install. Build dir.info here then
15319 install it.
15320
15321 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15322
15323 * Makefile.in: fix for bad directory tests.
15324
15325 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15326
15327 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15328 regexp. -srcdir relative was being handled incorrectly.
15329
15330 * Makefile.in: unwrapped some for loops so that parallel makes
15331 work again and so one can focus one's attention on a particular
15332 package.
15333
15334 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15335
15336 * configure: added PWD as a stand in for `pwd` (for speed). use
15337 elif wherever possible. make -srcdir work without -objdir.
15338 -objdir= commented out.
15339
15340 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15341
15342 * configure: +options become --options. -subdirs commented out.
15343 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15344 Makefile now at top of generated Makefile. Removed cvs log
15345 entries. added -srcdir. create .gdbinit only if there is one
15346 in ${srcdir}.
15347
15348 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15349 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15350 and mandir now keyed off datadir by default.
15351
15352 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15353
15354 * Freshly created ChangeLog.
15355
15356 \f
15357 Local Variables:
15358 mode: change-log
15359 left-margin: 8
15360 fill-column: 76
15361 version-control: never
15362 End:
This page took 0.391236 seconds and 5 git commands to generate.