This is a fix for PR ld/16761 - the linker now has a dependence upon the binutils
[deliverable/binutils-gdb.git] / ChangeLog
1 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2
3 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4 for WINDRES_FOR_TARGET in default-manifest.o rule.
5 * Makefile.in: Regenerate.
6
7 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8
9 PR target/59788
10 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
11 *solaris2*.
12
13 2013-12-19 Keven Boell <keven.boell@intel.com>
14
15 * cp-namespace.c (cp_lookup_nested_symbol): Enable
16 nested lookups for fortran modules.
17 * dwarf2read.c (read_module): Add fortran module to
18 the symbol table.
19 (add_partial_symbol, add_partial_module): Add fortran
20 module to the partial symbol table.
21 (new_symbol_full): Create full symbol for fortran module.
22 * f-exp.y (yylex): Add new module domain to be parsed.
23 * symtab.h: New domain for fortran modules.
24
25 2013-12-19 Keven Boell <keven.boell@intel.com>
26
27 * f-exp.y (yylex): Add domain array to enable lookup
28 in multiple domains. Loop over lookup domains and try
29 to find requested symbol. Add STRUCT_DOMAIN to lookup
30 domains to be able to query for user defined types.
31
32 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
33
34 * configure.ac: Add user-friendly check for native x86_64-linux
35 multilibs.
36 * configure: Regenerate.
37
38 2013-11-23 Alan Modra <amodra@gmail.com>
39
40 * config.sub, config.guess: Import from upstream.
41
42 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
43
44 * Makefile.in: Regenerate.
45
46 * Makefile.tpl: Fix typo.
47 * Makefile.in: Regenerate partially.
48
49 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
50
51 * configure.ac: Added libcilkrts to noconfig list when C++ is not
52 supported.
53 * configure: Regenerated.
54
55 2013-10-30 Jason Merrill <jason@redhat.com>
56
57 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
58 --disable-build-format-warnings.
59
60 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
61
62 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
63 depend on libstdc++ and libgcc.
64 * configure: Regenerate.
65 * configure.ac: Added libcilkrts to target binaries. Also, restrict
66 libcilkrts for POSIX and i*86, and x86_64 architectures.
67 * Makefile.in: Added libcilkrts related fields to support building it.
68
69 2013-10-26 Jeff Law <law@redhat.com>
70
71 * Makefile.def (target_modules): Remove libmudflap
72 (languages): Remove check-target-libmudflap).
73 * Makefile.in: Rebuilt.
74 * Makefile.tpl (check-target-libmudflap-c++): Remove.
75 * configure.ac (target_libraries): Remove target-libmudflap.
76 Remove checks which disabled libmudflap on some systems.
77 * configure: Rebuilt.
78 * libmudflap: Directory removed.
79
80 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
81
82 * configure.ac: Update from GCC.
83 * configure: Regenerate.
84
85 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
86
87 * src-release (do-proto-toplevel): Support subdir-path-prefixed
88 files in SUPPORT_FILES.
89 (SIM_SUPPORT_DIRS): New variable.
90 (sim.tar.bz2): New rule.
91
92 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
93
94 * configure.ac: Update from GCC.
95 * configure: Regenerate.
96
97 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
98
99 * COPYING.NEWLIB: Update with new copyright.
100
101 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
102
103 * configure.ac: Update from GCC.
104 * configure: Regenerate.
105
106 2013-09-20 Alan Modra <amodra@gmail.com>
107
108 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
109 ppc host match. Support little-endian powerpc linux hosts.
110
111 2013-08-16 Joel Brobecker <brobecker@adacore.com>
112
113 * src-release (VER): When using $(TOOL)/common/create-version.sh,
114 strip the "-cvs" suffix from the version number if present.
115
116 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
117
118 * configure.ac: Sync with GCC repo.
119 * Makefile.def: Ditto.
120 * configure: Regenerate.
121 * Makefile.in: Ditto.
122
123 2013-07-22 Joel Brobecker <brobecker@adacore.com>
124
125 * src-release (VER): Use $(TOOL)/common/create-version.sh
126 if it exists.
127
128 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
129
130 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
131 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
132 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
133 * configure: Regenerate.
134
135 2013-06-01 George Thomas <george.thomas@atmel.com>
136
137 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
138 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
139
140 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
141
142 * COPYING.NEWLIB: Add Altera Corporation copyright.
143
144 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
145
146 * config.guess: Update from config repo.
147 * config.sub: Ditto.
148
149 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
150
151 * Makefile.def: Sync with GCC.
152 * Makefile.in: Regenerate.
153
154 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
155
156 * configure.ac: Sync with GCC.
157 * configure: Regenerate.
158
159 2013-03-22 Mike Frysinger <vapier@gentoo.org>
160
161 * src-release (VER): Change bfd/configure.in sed to use the new
162 `bfd/configure --version` output.
163
164 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
165
166 * configure.ac: Sync with GCC repo.
167 * configure: Ditto.
168
169 2013-02-05 Ian Lance Taylor <iant@google.com>
170
171 PR go/55969
172 * configure.ac: Disable libgo on some systems where it does not
173 work.
174 * configure: Rebuild.
175
176 2013-02-05 Alan Modra <amodra@gmail.com>
177
178 * configure: Regenerate after syncing config/.
179
180 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
181
182 * configure.ac: Sync with GCC repo.
183 * configure: Ditto.
184 * Makefile.def: Ditto.
185 * Makefile.in: Ditto.
186
187 2013-01-11 Joel Brobecker <brobecker@adacore.com>
188
189 Sync with GCC, merge:
190
191 2013-01-09 Jason Merrill <jason@redhat.com>
192
193 * .gitignore: Import from gdb repository.
194
195 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
196
197 * config.sub: Update from config repo.
198
199 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
200
201 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
202 * Makefile.in: Regenerate.
203
204 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
205
206 * Makefile.def (configure-gcc): Depend on all-gmp.
207 (all-gcc): Remove dependency on all-gmp.
208 * Makefile.in: Regenerated.
209
210 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
211
212 * config.guess: Update from config repo.
213 * config.sub: Ditto.
214
215 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
216
217 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
218 exists and replace the new bfin license in its location.
219
220 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
221
222 PR gas/14899
223 * Makefile.def (dependencies): Make all-binutils, all-gprof,
224 all-ld and all-gold depend on all-gas.
225 * Makefile.in: Regenerated.
226
227 2012-12-29 Ben Elliston <bje@gnu.org>
228
229 * config.guess: Update to 2012-12-29 version.
230 * config.sub: Likewise.
231
232 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
233
234 * Makefile.def (install-target-libgo): Depend on
235 install-target-libatomic. Merged from GCC repo.
236 * Makefile.in: Regenerate.
237
238 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
239
240 * COPYING.LIBGLOSS: Add license for bfin libgloss.
241
242 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
243
244 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
245 * configure: Regenerate.
246
247 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
248
249 * Makefile.def (target_modules): Add bootstrap=true and
250 raw_cxx=true to libsanitizer.
251 * configure.ac (bootstrap_target_libs): Add libsanitizer.
252 * Makefile.in: Regenerated.
253 * configure: Likewise.
254
255 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
256
257 * config.sub: Merge from config repo.
258
259 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
260
261 * configure.ac: Merge from GCC.
262 * Makefile.tpl: Ditto.
263 * Makefile.in: Ditto.
264 * configure: Ditto.
265
266 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
267
268 * configure.ac (noconfigdirs): Merge from GCC.
269 * configure: Regenerate.
270
271 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
272
273 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
274
275 2012-11-14 Roland McGrath <mcgrathr@google.com>
276
277 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
278 * configure: Regenerate.
279
280 2012-11-13 Richard Henderson <rth@redhat.com>
281
282 * configure.ac: Move libsanitizer logic to subdirectory.
283 * configure: Regenerate.
284
285 2012-11-13 Dodji Seketeli <dodji@redhat.com>
286
287 * configure.ac: Enable libsanitizer just on x86 linux for now.
288 * configure: Re-generate.
289
290 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
291
292 * configure.ac: Merge libquadmath sections.
293 * configure: Regenerate.
294
295 2012-11-12 Wei Mi <wmi@google.com>
296
297 * configure.ac: Add libsanitizer to target_libraries.
298 * Makefile.def: Ditto.
299 * configure: Regenerate.
300 * Makefile.in: Regenerate.
301
302 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
303
304 * configure: Regenerated.
305
306 2012-11-03 Robert Mason <rbmj@verizon.net>
307
308 * configure.ac: add --disable-libstdcxx configure option
309 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
310
311 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
312
313 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
314 against Mingw64 w32api.
315 * configure: Regenerate.
316
317 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
318
319 PR bootstrap/54820
320 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
321 * configure: Regenerate.
322
323 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
324
325 PR bootstrap/54820
326 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
327 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
328 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
329 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
330 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
331 * Makefile.in: Regenerate.
332 * configure.ac (have_static_libs): New variable and associated check.
333 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
334 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
335 * configure: Regenerate.
336
337 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
338
339 * config.guess, config.sub: Include updated version from
340 config-patches. Adds microblaze little endian support.
341
342 2012-09-28 Ian Lance Taylor <iant@google.com>
343
344 * Makefile.def: Make all-target-libgo depend on
345 all-target-libbacktrace.
346 * Makefile.in: Rebuild.
347
348 2012-09-26 Ian Lance Taylor <iant@google.com>
349
350 * Makefile.def: Make all-gcc depend on all-libbacktrace.
351 * Makefile.in: Rebuild.
352
353 2012-09-06 Diego Novillo <dnovillo@google.com>
354
355 * configure.ac: Bump minimum GMP version to 4.2.3.
356 * configure: Re-generate.
357
358 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
359
360 PR target/54461
361 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
362 target-libgloss if not configured --with-avrlibc=no.
363 * configure: Regenerate.
364
365 2012-09-04 Jason Merrill <jason@redhat.com>
366
367 * configure.ac: Fix --enable-languages=all.
368
369 2012-09-03 Richard Guenther <rguenther@suse.de>
370
371 PR bootstrap/54138
372 * configure.ac: Re-organize ISL / CLOOG checks to allow
373 disabling with either --without-isl or --without-cloog.
374 * configure: Regenerated.
375
376 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
377
378 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
379 * configure: Regenerate.
380
381 2012-09-21 Steve Ellcey <sellcey@mips.com>
382
383 * configure.ac: Add mips*-mti-elf* target.
384 * configure: Regenerate.
385
386 2012-09-19 Ian Lance Taylor <iant@google.com>
387
388 * configure.ac (host_libs): Add libbacktrace.
389 (target_libraries): Add libbacktrace.
390 * Makefile.def (host_modules): Add libbacktrace.
391 (target_modules): Likewise.
392 * configure, Makefile.in: Rebuild.
393
394 2012-09-15 Jiong Wang <jiwang@tilera.com>
395
396 * configure.ac (ENABLE_GOLD): support tilegx*
397 * configure: rebuild
398
399 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
400
401 PR target/38607
402 Merge upstream change.
403 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
404
405 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
406 Add libgomp*.o to compare_exclusions for AIX.
407 * configure: Regenerate.
408
409 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
410
411 PR binutils/4970
412 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
413 and opcodes.
414 * Makefile.in: Regenerated.
415
416 2012-08-14 Diego Novillo <dnovillo@google.com>
417
418 Merge from cxx-conversion branch.
419
420 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
421 POSTSTAGE1_CONFIGURE_FLAGS.
422 * Makefile.in: Regenerate.
423 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
424 Force C++ when bootstrapping.
425 * configure: Regenerate.
426
427 2012-07-06 Richard Guenther <rguenther@suse.de>
428
429 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
430 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
431 --with-gmp=system.
432 * Makefile.in: Regenerated.
433 * configure: Likewise.
434
435 2012-07-06 Richard Guenther <rguenther@suse.de>
436
437 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
438 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
439 supply V=1 as extra_make_flags.
440 * configure: Regenerated.
441 * Makefile.in: Likewise.
442
443 2012-07-03 Richard Guenther <rguenther@suse.de>
444
445 * Makfile.def (isl): Remove not necessary extra_exports and
446 extra_make_flags.
447 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
448 * Makefile.in: Regenerated.
449
450 2012-07-03 Richard Guenther <rguenther@suse.de>
451
452 * Makefile.def (cloog): Add V=1 to extra_make_flags.
453 * configure.ac: If either the ISL or the CLooG check failed
454 do not try to build in-tree versions.
455 * Makefile.in: Regenerated.
456 * configure: Regenerated.
457
458 2012-07-02 Richard Guenther <rguenther@suse.de>
459 Michael Matz <matz@suse.de>
460 Tobias Grosser <tobias@grosser.es>
461 Sebastian Pop <sebpop@gmail.com>
462
463 * Makefile.def: Add ISL host module, remove PPL host module.
464 Adjust ClooG host module to use the proper ISL.
465 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
466 * configure.ac: Include config/isl.m4. Add ISL host library,
467 remove PPL. Remove PPL configury, add ISL configury, adjust
468 ClooG configury.
469 * Makefile.in: Regenerated.
470 * configure: Likewise.
471
472 2012-07-02 Richard Guenther <rguenther@suse.de>
473
474 Merge from graphite branch
475 2011-07-21 Tobias Grosser <tobias@grosser.es>
476
477 * configure: Regenerated.
478 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
479 both cloog.org and legacy versions. The only supported version will
480 be CLooG with the isl backend.
481
482 2011-07-21 Tobias Grosser <tobias@grosser.es>
483
484 * configure: Regenerated.
485 * configure.ac: Require cloog isl 0.17.0
486
487 2011-07-21 Tobias Grosser <tobias@grosser.es>
488
489 * configure: Regenerated.
490 * config/cloog.m4: Do not define CLOOG_ORG
491
492 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
493
494 * configure.ac: Skip C if explicitly selected.
495 * configure: Regenerate.
496
497 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
498
499 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
500 they contain -O2.
501 * configure: Regenerate.
502
503 2012-06-20 Jason Merrill <jason@redhat.com>
504
505 * Makefile.tpl (check-target-libgomp-c++): New.
506 (check-target-libitm-c++): New.
507 * Makefile.def (c++): Add them.
508 * Makefile.in: Regenerate.
509
510 2012-05-16 Olivier Hainque <hainque@adacore.com>
511
512 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
513 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
514 (install-no-fixedincludes): Adjust accordingly.
515 * Makefile.in: Regenerate.
516
517 2012-05-09 Nick Clifton <nickc@redhat.com>
518 Paul Smith <psmith@gnu.org>
519
520 PR bootstrap/50461
521 * configure.ac (mpfr-dir): When using in-tree MPFR sources
522 allow for the fact that from release v3.1.0 of MPFR the source
523 files were moved into a src sub-directory.
524 * configure: Regenerate.
525
526 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
527
528 * configure.ac: Bump minimum MPFR version to 2.4.0.
529 * configure: Regenerated.
530
531 2012-05-01 Richard Henderson <rth@redhat.com>
532
533 * Makefile.def (libatomic): New target_module.
534 * configure.ac (target_libraries): Add libatomic.
535 (noconfigdirs): Check if libatomic is supported.
536 * Makefile.in, configure: Rebuild.
537
538 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
539
540 Merge upstream change
541 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
542
543 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
544
545 * libtool.m4: Additional FreeBSD 10 fixes.
546
547 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
548
549 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
550 they contain -O2.
551 * configure: Regenerate.
552
553 2012-05-14 Catherine Moore <clm@codesourcery.com>
554
555 * NEWS: Mention PowerPC VLE port.
556
557 2012-05-11 Mike Frysinger <vapier@gentoo.org>
558
559 * MAINTAINERS (config/): Move to intl/ section.
560 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
561
562 2012-05-09 Nick Clifton <nickc@redhat.com>
563 Paul Smith <psmith@gnu.org>
564
565 PR bootstrap/50461
566 * configure.ac (mpfr-dir): When using in-tree MPFR sources
567 allow for the fact that from release v3.1.0 of MPFR the source
568 files were moved into a src sub-directory.
569 * configure: Regenerate.
570
571 2012-05-02 Roland McGrath <mcgrathr@google.com>
572
573 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
574 * configure: Regenerate.
575
576 2012-04-25 Joel Brobecker <brobecker@adacore.com>
577
578 * config.sub: Update to 2012-04-18 version from official repo.
579
580 2012-03-19 Tristan Gingold <gingold@adacore.com>
581
582 * configure.ac (ia64*-*-*vms*): Add support for ld.
583 * configure: Regenerate.
584
585 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
586
587 * configure.ac (enable_libgomp): Remove *-*-irix6*.
588 (unsupported_languages): Remove mips-sgi-irix6.*.
589 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
590 (with_stabs): Remove.
591 * configure: Regenerate.
592
593 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
594
595 * configure.ac (enable_libgomp): Remove *-*-osf*.
596 (with_stabs): Remove alpha*-*-osf*.
597 * configure: Regenerate.
598
599 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
600
601 * COPYING.NEWLIB: Modify DJ Delorie license to include
602 modification rights in clause as permitted by DJ Delorie.
603 * COPYING.LIBGLOSS: Ditto.
604
605 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
606
607 * COPYING.NEWLIB: Remove two unused licenses.
608
609 2012-03-05 Tristan Gingold <gingold@adacore.com>
610
611 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
612 * configure: Regenerate.
613
614 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
615
616 * COPYING.NEWLIB: Add Adapteva notice.
617 * COPYING.LIBGLOSS: Add Adapteva notice.
618
619 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
620
621 * configure: Regenerate.
622
623 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
624
625 * COPYING.LIBGLOSS: Add GPL with exception license.
626
627 2011-11-09 Roland McGrath <mcgrathr@google.com>
628
629 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
630 * configure: Rebuild.
631 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
632 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
633 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
634 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
635 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
636 Add READELF.
637 * Makefile.in: Rebuild.
638
639 2011-11-08 Richard Henderson <rth@redhat.com>
640
641 * configure.ac: Test for libitm directory present first.
642
643 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
644
645 * configure.ac: Test libitm/configure.tgt to disable libitm.
646 * configure: Rebuild.
647
648 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
649
650 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
651 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
652 * Makefile.in: Regenerate.
653
654 2011-11-01 DJ Delorie <dj@redhat.com>
655
656 * configure.ac (rl78-*-*) New case.
657 * configure: Regenerate.
658
659 2011-11-01 DJ Delorie <dj@redhat.com>
660
661 * config.sub: Update to version 2011-10-29 (added rl78)
662
663 2011-10-27 Nick Clifton <nickc@redhat.com>
664
665 * config.sub: Import these changes from the config project:
666
667 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
668 Ben Elliston <bje@gnu.org>
669
670 * config.sub (epiphany): New.
671
672 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
673 Ben Elliston <bje@gnu.org>
674
675 * config.sub (hexagon, hexagon-*): New.
676
677 2011-08-23 Roland McGrath <mcgrathr@google.com>
678
679 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
680 64eb to be64.
681
682 2011-08-16 Roland McGrath <mcgrathr@google.com>
683
684 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
685 (nacl): Grok as alias for 32el-unknown-nacl.
686
687 2011-08-19 Joel Brobecker <brobecker@adacore.com>
688
689 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
690
691 2011-08-14 Yao Qi <yao@codesourcery.com>
692
693 Merge from gcc:
694
695 2011-08-14 Yao Qi <yao@codesourcery.com>
696 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
697 * configure: Regenerate.
698
699 2011-07-26 Ian Lance Taylor <iant@google.com>
700
701 Merge from gcc:
702
703 2011-07-26 Ian Lance Taylor <iant@google.com>
704 * configure.ac: Set have_compiler based on whether gcc directory
705 exists, rather than on whether gcc is in configdirs.
706 * configure: Rebuild.
707
708 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
709 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
710 link directories.
711 * Makefile.in: Rebuild.
712
713 2011-07-20 Ian Lance Taylor <iant@google.com>
714 PR bootstrap/49787
715 * configure.ac: Move --enable-bootstrap handling earlier in file.
716 If --enable-bootstrap and either --enable-build-with-cxx or
717 --enable-build-poststage1-with-cxx, enable C++ automatically.
718 * configure: Rebuild.
719
720 2011-07-19 Ian Lance Taylor <iant@google.com>
721 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
722 make C++ a boot_language. Set and substitute
723 POSTSTAGE1_CONFIGURE_FLAGS.
724 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
725 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
726 * configure, Makefile.in: Rebuild.
727
728 2011-07-16 Jason Merrill <jason@redhat.com>
729 * Makefile.def (language=c++): Add check-c++0x and
730 check-target-libmudflap-c++.
731 * Makefile.tpl (check-target-libmudflap-c++): New.
732 * Makefile.in: Regenerate.
733
734 2011-07-16 Matthias Klose <doko@ubuntu.com>
735 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
736 * Makefile.def (target_modules/libjava): Pass
737 $(EXTRA_CONFIGARGS_LIBJAVA).
738 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
739 if not configured with --enable-static-libjava.
740 * Makefile.in: Regenerate.
741 * configure: Likewise.
742
743 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
744 PR regression/47836
745 PR bootstrap/23656
746 PR other/47733
747 PR bootstrap/49247
748 PR c/48825
749 * configure.ac (target_libraries): Remove target-libiberty.
750 Remove case-statement setting skipdirs=target-libiberty for
751 multiple targets. Remove checking target_configdirs and
752 removing target-libiberty but keeping target-libgcc if
753 otherwise empty.
754 * Makefile.def (target_modules): Don't add libiberty.
755 (dependencies): Remove all traces of target-libiberty.
756 * configure, Makefile.in: Regenerate.
757
758 2011-07-22 Jason Merrill <jason@redhat.com>
759
760 * Makefile.def (language=c++): Add check-c++0x and
761 check-target-libmudflap-c++.
762 * Makefile.tpl (check-target-libmudflap-c++): New.
763 * Makefile.in: Regenerate.
764
765 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
766
767 * configure: Regenerate.
768
769 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
770
771 PR target/39150
772 * configure.ac (i[3456789]86-*-solaris2*): Also accept
773 x86_64-*-solaris2.1[0-9]*.
774 * configure: Regenerate.
775
776 2011-06-13 Walter Lee <walt@tilera.com>
777
778 * configure.ac (tilepro-*-*) New case.
779 (tilegx-*-*): Likewise.
780 * configure: Regenerate.
781
782 2011-06-06 Nick Clifton <nickc@redhat.com>
783
784 * config.sub: Sync from upstream.
785
786 2011-05-08 Doug Kwan <dougkwan@google.com>
787
788 Merge from gcc:
789
790 2011-05-08 Doug Kwan <dougkwan@google.com>
791
792 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
793 * configure: Regenerated.
794 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
795 value from configure.
796 * Makefile.in: Regenerated.
797
798 2011-05-05 Joseph Myers <joseph@codesourcery.com>
799
800 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
801 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
802 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
803 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
804 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
805 *-*-vxworks*): Disable newlib and libgloss in separate case
806 statement.
807 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
808 to separate case statement.
809 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
810 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
811 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
812 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
813 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
814 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
815 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
816 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
817 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
818 i[[3456789]]86-*-rdos*, m32r-*-*,
819 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
820 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
821 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
822 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
823 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
824 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
825 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
826 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
827 and libgloss in main case over targets. Remove most empty cases
828 in main case over targets.
829 * configure: Regenerate.
830
831 2011-05-04 Joseph Myers <joseph@codesourcery.com>
832
833 * configure.ac: Remove code setting special library locations for
834 hppa*64*-*-hpux11*. Remove code setting compiler for
835 sparc-sun-solaris2*.
836 * configure: Regenerate.
837
838 2011-05-04 Joseph Myers <joseph@codesourcery.com>
839
840 * configure.ac: Separate libgloss_dir settings from general case
841 over targets.
842 * configure: Regenerate.
843
844 2011-04-28 Joseph Myers <joseph@codesourcery.com>
845
846 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
847 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
848 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
849 cases in libgcj-disabling case statement.
850 (hppa*64*-*-linux*): Set unsupported_languages instead of
851 disabling target-zlib.
852 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
853 to hppa*64*-*-hpux*.
854 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
855 hppa*-*-hpux*.
856 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
857 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
858 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
859 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
860 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
861 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
862 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
863 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
864 libgcj-disabling case statement.
865 * configure: Regenerate.
866
867 2011-04-28 Joseph Myers <joseph@codesourcery.com>
868
869 * configure.ac: Disable Java for targets not supporting libffi.
870 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
871 Remove cases in Java-disabling statement.
872 (*arm-wince-pe): Change to arm-wince-pe.
873 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
874 cases in Java-disabling statement.
875 (bfin-*-*): Don't disable Java again.
876 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
877 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
878 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
879 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
880 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
881 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
882 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
883 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
884 Java-disabling statement.
885 (mmix-*-*): Don't disable Java again.
886 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
887 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
888 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
889 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
890 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
891 statement.
892 * configure: Regenerate.
893
894 2011-04-28 Joseph Myers <joseph@codesourcery.com>
895
896 Merge from GCC:
897
898 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
899
900 PR lto/48086
901 * configure.ac: Re-enable LTO on *-apple-darwin9*.
902 * configure: Regenerate.
903
904 2011-04-28 Joseph Myers <joseph@codesourcery.com>
905
906 * configure.ac: Separate cases disabling Java and Java libraries
907 from general case over targets.
908 * configure: Regenerate.
909
910 2011-04-06 Joseph Myers <joseph@codesourcery.com>
911
912 * configure.ac (build_tools): Remove build-byacc.
913 (host_libs): Remove mmalloc.
914 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
915 autoconf automake libtool diff rcs fileutils shellutils time
916 textutils wdiff find uudecode hello tar gzip indent recode release
917 sed perl gawk findutils gettext zip.
918 (libgcj): Remove target-qthreads.
919 (target_tools): Remove target-examples target-gperf.
920 (YACC): Don't handle building byacc.
921 * configure: Regenerate.
922 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
923 dosutils, examples, fileutils, find, findutils, gawk, gettext,
924 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
925 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
926 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
927 handle building components.
928 * Makefile.in: Regenerate.
929
930 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
931
932 * config.sub: Sync from upstream.
933
934 2011-04-01 Joseph Myers <joseph@codesourcery.com>
935
936 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
937 (microblaze*): Don't disable libssp.
938 * configure: Regenerate.
939
940 2011-04-01 Joseph Myers <joseph@codesourcery.com>
941
942 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
943 moveifchange.
944 * configure: Regenerate.
945 * Makefile.tpl: Use @SHELL@ not @config_shell@.
946 * Makefile.in: Regenerate.
947
948 2011-04-01 Joseph Myers <joseph@codesourcery.com>
949
950 * configure.ac (*-*-sysv4*): Don't enable libgomp.
951 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
952 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
953 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
954 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
955 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
956 md_exec_prefix cases.
957 * configure: Regenerate.
958
959 2011-04-01 Joseph Myers <joseph@codesourcery.com>
960
961 * configure.ac: Separate cases disabling target-libssp,
962 target-libiberty, target-libstdc++-v3 and Fortran from general
963 case over targets.
964 * configure: Regenerate.
965
966 2011-04-01 Joseph Myers <joseph@codesourcery.com>
967
968 * configure.ac (*-*-chorusos): Don't disable libgcj.
969 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
970 Remove case.
971 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
972 (arm-*-coff): Don't disable libgcj.
973 (arm*-*-linux-gnueabi): Remove useless assignment.
974 (arm-*-riscix*): Don't disable libgcj.
975 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
976 configuration.
977 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
978 (c54x*-*-*): Remove case.
979 (tic54x-*-*): Don't disable GCC or GCC libraries.
980 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
981 to *.
982 (d10v-*-*): Don't disable GCC libraries.
983 (d30v-*-*): Don't disable libgcj.
984 (h8500-*-*): Don't disable GCC libraries.
985 (i960-*-*): Don't disable libgcj.
986 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
987 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
988 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
989 libgcj.
990 (m68k-*-coff*): Remove case.
991 (mmix-*-*): Don't disable libgloss on host.
992 (mn10200-*-*, mn10300-*-*): Remove cases.
993 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
994 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
995 Don't disable libgcj.
996 (romp-*-*): Remove case.
997 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
998 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
999 case.
1000 (v810-*-*): Don't disable GCC libraries.
1001 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1002 (ip2k-*-*): Don't disable GCC libraries.
1003 * configure: Regenerate.
1004
1005 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1006
1007 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1008 libffi on host.
1009 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1010 on host.
1011 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1012 * configure: Regenerate.
1013
1014 2011-03-26 John Marino <binutils@marino.st>
1015
1016 * configure.ac: Add support for *-*-dragonfly*
1017 * configure: Regenerate.
1018
1019 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1020
1021 * configure.ac (native_only): Remove.
1022 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1023 send-pr uudecode guile gnuserv on host.
1024 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1025 send-pr rcs guile perl texinfo libtool on host.
1026 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1027 automake send-pr rcs guile perl texinfo libtool on host.
1028 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1029 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1030 (alpha*-dec-osf*): Don't disable fileutils on target.
1031 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1032 texinfo send-pr expect dejagnu on target.
1033 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1034 target-qthreads on target.
1035 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1036 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1037 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1038 x86_64-*-mingw*): Don't disable expect on target.
1039 (*-*-cygwin*): Don't disable target-gperf on target.
1040 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1041 gnuserv on target.
1042 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1043 target.
1044 * configure: Regenerate.
1045
1046 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1047
1048 * configure.ac (target_tools): Remove target-groff.
1049 (native_only): Remove target-groff.
1050 (hppa*64*-*-*): Don't disable byacc.
1051 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1052 setting.
1053 (*-*-kaos*): Don't skip target-librx and target-groff.
1054 (*-*-netware*): Don't skip target-libmudflap.
1055 (*-*-tpf*): Don't skip target-libmudflap.
1056 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1057 directories on the host.
1058 (ia64*-*-*vms*): Don't skip tix.
1059 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1060 host.
1061 * configure: Regenerate.
1062
1063 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1064
1065 * configure.ac: Remove references to mt-mep, mt-netware,
1066 mt-wince.
1067 * Makefile.def: Add all-utils soft dependencies.
1068 * Makefile.tpl: Remove GDB_NLM_DEPS.
1069 * configure: Regenerate.
1070 * Makefile.in: Regenerate.
1071
1072 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1073
1074 Sync from GCC:
1075
1076 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1077
1078 * configure.ac: Do not include mh-x86omitfp.
1079 * configure: Regenerate.
1080
1081 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1082
1083 * configure.ac: Remove empty cases.
1084 * configure: Regenerate.
1085
1086 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1087
1088 * Makefile.def: Add dependency from termcap to gdb.
1089 * Makefile.in: Regenerate.
1090
1091 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1092
1093 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1094 * configure: Regenerate.
1095 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1096 * Makefile.tpl: Likewise.
1097 * Makefile.in: Regenerate.
1098
1099 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1100
1101 * configure.ac: Remove all mentions of tentative_cc.
1102 * configure: Regenerate.
1103
1104 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1105
1106 PR lto/48086
1107 * configure.ac: Re-enable LTO on *-apple-darwin9.
1108 * configure: Regenerate.
1109
1110 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1111
1112 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1113 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1114 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1115 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1116 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1117 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1118 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1119 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1120 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1121 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1122 *-*-rhapsody*): Remove host cases.
1123 * configure: Regenerate.
1124
1125 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1126
1127 * configure.ac (ppc*-*-pe): Remove host case.
1128 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1129 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1130 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1131 cases.
1132 * configure: Regenerate.
1133
1134 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1135
1136 * config.sub: Update to version 2011-03-23.
1137
1138 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1139
1140 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1141 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1142 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1143 * configure: Regenerate.
1144
1145 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1146
1147 * config-ml.in: Don't handle arc-*-elf*.
1148 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1149 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1150 handle GCC libraries.
1151 * configure: Regenerate.
1152
1153 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1154
1155 PR bootstrap/48120:
1156 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1157 Add -lstdc++ -lm to LIBS.
1158 * configure: Regenerate.
1159
1160 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1161
1162 * config.guess: Update to version 2011-02-02
1163 * config.sub: Update to version 2011-02-24
1164
1165 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1166
1167 * configure.ac: Adjust test of with_ppl.
1168 * configure: Regenerated.
1169
1170 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1171
1172 * configure.ac: Add -lpwl to ppllibs.
1173 * config/cloog.m4: Add -lisl to clooglibs.
1174 * configure: Regenerated.
1175
1176 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1177
1178 Import from Libtool and gnulib:
1179
1180 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1181
1182 Prepare for supporting FreeBSD 10.
1183 * config.rpath: Remove handling of freebsd1* which soon would
1184 match FreeBSD 10.0.
1185
1186 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1187
1188 Remove support for FreeBSD 1.x.
1189 * libtool.m4 (_LT_LINKER_SHLIBS)
1190 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1191 soon would incorrectly match FreeBSD 10.0.
1192
1193 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1194
1195 PR binutils/12283
1196 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1197 (move-if-change): Comes from gnulib.
1198 * move-if-change: Import version from gnulib.
1199
1200 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1201
1202 Sync from GCC:
1203
1204 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1205
1206 PR lto/47225
1207 * Makefile.def (lto-plugin): Double dash for enable-shared.
1208 (configure-gcc): Depend on all-lto-plugin.
1209 * Makefile.in: Rebuilt.
1210
1211 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1212
1213 * configure.ac: Remove extra bracket.
1214 * configure: Regenerate.
1215
1216 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1217
1218 PR lto/47225
1219 * Makefile.def: Add dependency for install-gcc
1220 on install-lto-plugin.
1221 * Makfile.in: Regenerated
1222
1223 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1224
1225 * configure.ac: If with_ppl is no, move setting with_cloog=no
1226 after CLOOG_REQUESTED check.
1227 * configure: Regenerated.
1228
1229 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1230
1231 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1232 CLooG has been requested.
1233 * configure: Regenerated.
1234
1235 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1236
1237 * configure: Regenerated.
1238 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1239
1240 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1241
1242 * configure: Regenerated.
1243 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1244
1245 2011-01-07 Jan Hubicka <jh@suse.cz>
1246
1247 PR lto/47225
1248 * Makefile.in: Regenerate.
1249 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1250 configure.
1251
1252 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1253
1254 PR libgcj/44341
1255 * configure.ac: Discard --with-* flags for host when configuring
1256 target libraries for cross build.
1257 * configure: Rebuilt.
1258
1259 2011-01-21 Andreas Schwab <schwab@redhat.com>
1260
1261 Sync from GCC:
1262
1263 2011-01-21 Andreas Schwab <schwab@redhat.com>
1264
1265 * configure.ac: Use AS_HELP_STRING throughout.
1266 * configure: Regenerate.
1267
1268 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1269
1270 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1271 * configure: Regenerate.
1272
1273 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1274
1275 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1276
1277 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1278
1279 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1280 for ia64-hpux.
1281 * configure: Regenerate.
1282
1283 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1284
1285 Sync from GCC:
1286 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1287
1288 * configure.ac: (picochip): Disable libiberty.
1289 * configure: Regenerate.
1290
1291 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1292
1293 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1294
1295 2010-12-10 Ian Lance Taylor <iant@google.com>
1296
1297 PR bootstrap/46819
1298 * configure.ac: For --disable-libgcj clear libgcj_saved.
1299 * configure: Rebuild.
1300
1301 2010-12-10 Tobias Burnus <burnus@net-b.de>
1302
1303 PR fortran/46540
1304 * configure.ac: Add --disable-libquadmath and
1305 --disable-libquadmath-support.
1306 * configure: Regenerate.
1307
1308 2010-12-10 Tristan Gingold <gingold@adacore.com>
1309
1310 * src-release (ETC_SUPPORT): add gnu-oids.texi
1311
1312 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1313
1314 PR libffi/46792
1315 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1316 * configure: Regenerate.
1317
1318 2010-12-02 Ian Lance Taylor <iant@google.com>
1319
1320 * configure.ac: Always set default for poststage1_ldflags to
1321 -static-libstdc++ -static-libgcc.
1322
1323 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1324
1325 * COPYING.NEWLIB: Add National Semiconductor notice.
1326
1327 2010-11-29 Andreas Schwab <schwab@redhat.com>
1328
1329 * configure.ac: Move comment to remove extra space in last argument
1330 of GCC_TARGET_TOOL.
1331
1332 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1333
1334 PR other/46026
1335 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1336 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1337 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1338 (BASE_FLAGS_TO_PASS): Use it.
1339 * configure: Rebuilt.
1340 * Makefile.in: Rebuilt.
1341
1342 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 PR binutils/12258
1345 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1346 Properly check default linker.
1347 * configure: Regnerated.
1348
1349 2010-11-23 Matthias Klose <doko@ubuntu.com>
1350
1351 * configure.ac: For --enable-gold, handle value `default' instead of
1352 `both*'. New configure option --{en,dis}able-ld.
1353 * configure: Regenerate.
1354
1355 2010-11-20 Ian Lance Taylor <iant@google.com>
1356
1357 * configure.ac: Only disable a language library if no language needs
1358 it. Don't let --disable-libgcj uncondtionally disable libffi.
1359 * configure: Rebuild.
1360
1361 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1362
1363 * configure: Regenerate.
1364
1365 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1366
1367 PR other/46202
1368 * configure.ac: Fix just-built in-tree STRIP name to be
1369 binutils/strip-new.
1370 * configure: Regenerate.
1371 * Makefile.def (install-strip-gcc, install-strip-binutils)
1372 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1373 (install-strip-sid): Mirror dependencies on non-strip variants
1374 of these targets on the respective -strip prerequisites.
1375 * Makefile.tpl (install-strip, install-strip-host)
1376 (install-strip-target): New targets.
1377 (install-strip-[+module+], install-strip-target-[+module+]):
1378 New targets.
1379 * Makefile.in: Regenerate.
1380
1381 2010-11-19 Ian Lance Taylor <iant@google.com>
1382 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1383
1384 * configure.ac: Add target-libgo to target_libraries. Set
1385 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1386 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1387 (HOST_EXPORTS): Add GOC.
1388 (BASE_TARGET_EXPORTS): Add GOC.
1389 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1390 (GOCFLAGS_FOR_TARGET): New variable.
1391 (EXTRA_HOST_FLAGS): Add GOC.
1392 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1393 * Makefile.def (target_modules): Add libgo.
1394 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1395 (dependencies): Add dependency from configure-target-libgo to
1396 configure-target-libffi and all-target-libstdc++-v3. Add
1397 dependencies from all-target-libgo to all-target-libffi.
1398 (languages): Add go.
1399 * configure: Rebuild.
1400 * Makefile.in: Rebuild.
1401
1402 2010-11-19 Ian Lance Taylor <iant@google.com>
1403
1404 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1405 compiler/flag environment variables.
1406
1407 2010-11-18 Ian Lance Taylor <iant@google.com>
1408
1409 * configure.ac: Check for lang_requires_boot_languages in
1410 config-lang.in files.
1411 * configure: Rebuild.
1412
1413 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1414
1415 * .gitignore: New file.
1416
1417 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1418 Tobias Burnus <burnus@net-b.de>
1419
1420 PR fortran/32049
1421 * Makefile.def: Add libquadmath; build it with language=fortran.
1422 * configure.ac: Add libquadmath.
1423 * Makefile.tpl: Handle multiple libs in check-[+language+].
1424 * Makefile.in: Regenerate.
1425 * configure: Regenerate.
1426
1427 2010-11-15 Andreas Schwab <schwab@redhat.com>
1428
1429 * configure.ac: Fix spelling in option names.
1430 * configure: Regenerated.
1431
1432 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1433
1434 PR bootstrap/39622
1435 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1436 * configure: Regenerated.
1437
1438 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1439
1440 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1441 define the cloog backend to use. Furthermore, only pass the ppllibs to
1442 the configure checks, if necessary.
1443 * configure: Regenerate.
1444
1445 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1446
1447 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1448 * configure: regenerate
1449
1450 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1451
1452 * config/cloog.m4: Fix typo. verison -> version.
1453 * configure: Regenerate.
1454
1455 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1456
1457 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1458 * configure: Regenerate.
1459
1460 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1461
1462 * configure.ac: Support official CLooG.org versions.
1463 * configure: Regenerate.
1464 * config/cloog.m4: New.
1465
1466 2010-11-05 Michael Eager <eager@eagercon.com>
1467
1468 * COPYING.LIBGLOSS: Correct typo in microblaze.
1469 * COPYING.NEWLIB: Same.
1470
1471 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1472
1473 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1474 * configure: Regenerate.
1475
1476 2010-11-03 Ian Lance Taylor <iant@google.com>
1477 Dave Korn <dave.korn.cygwin@gmail.com>
1478
1479 PR lto/46273
1480 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1481 and on other supported platforms whenever LTO is enabled.
1482 * configure: Rebuild.
1483
1484 2010-11-02 Alan Modra <amodra@gmail.com>
1485
1486 PR binutils/12110
1487 * configure.ac: Error when source path contains spaces.
1488 * configure: Regenerate.
1489
1490 2010-10-20 Ian Lance Taylor <iant@google.com>
1491
1492 * Makefile.def (target_modules): Set lib_path to src/.libs for
1493 libstdc++-v3 module.
1494 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1495 * Makefile.in: Rebuild.
1496
1497 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1498 Joseph Myers <joseph@codesourcery.com>
1499
1500 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1501 notices.
1502 * COPYING.NEWLIB: Add Texas Instruments notice.
1503
1504 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1505
1506 * configure.ac (build_lto_plugin): New shell variable.
1507 (--enable-lto): Turn on by default for all non-ELF platforms that
1508 have had LTO support added so far. Set build_lto_plugin appropriately
1509 for both ELF and non-ELF.
1510 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1511 * configure: Regenerate.
1512
1513 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1514
1515 PR bootstrap/45326
1516 PR bootstrap/45174
1517 * configure.ac: Honor initial values of $build_configargs,
1518 $host_configargs, $target_configargs. Mark the precious, so
1519 environment settings get recorded.
1520 * configure: Regenerate.
1521
1522 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1523
1524 Sync from GCC:
1525
1526 2010-09-30 Michael Eager <eager@eagercon.com>
1527
1528 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1529 * configure: Regenerate.
1530
1531 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1532
1533 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1534 targets and amend comment.
1535 * configure: Regenerate.
1536
1537 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1538
1539 * configure.ac: Enable LTO by default on Darwin.
1540 * configure: Regenerate.
1541
1542 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1543
1544 PR bootstrap/44455
1545 * configure.ac (extra_mpfr_configure_flags): Copy from
1546 extra_mpc_gmp_configure_flags.
1547 * configure: Re-generated.
1548
1549 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1550
1551 Sync from GCC:
1552
1553 PR bootstrap/45796
1554 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1555 Depend on all-build-libiberty.
1556 * Makefile.in: Regenerate.
1557
1558 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1559
1560 Sync from GCC:
1561
1562 PR bootstrap/44621
1563 * configure.ac: Fix unportable shell quoting.
1564 * configure: Regenerate.
1565
1566 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1567
1568 * configure.ac: Support all v850 targets.
1569 * configure: Regenerate.
1570
1571 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1572
1573 PR target/44862
1574 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1575 Provide -B option to allow for link spec %s substitutions for
1576 libstdc++.a on darwin.
1577 * Makefile.in: Regenerate.
1578
1579 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1580
1581 * Makefile.def (configure-gcc): Depend on all-libelf.
1582 * Makefile.in: Rebuild.
1583
1584 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1585
1586 * config.sub, config.guess: Update from upstream sources.
1587
1588 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1589
1590 Sync from GCC:
1591
1592 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1593 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1594 * configure: Regenerated.
1595
1596 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1597 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1598 * configure: Regenerate.
1599
1600 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1601 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1602 * configure: Regenerate.
1603
1604 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1605 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1606 separately.
1607 * configure: Regenerate.
1608
1609 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1610 * configure: Regenerate after change to elf.m4.
1611
1612 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1613 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1614 * configure: Regenerated.
1615
1616 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1617 * configure.ac: Print "buggy but acceptable" when CLooG
1618 revision is less than 9.
1619 * configure: Regenerated.
1620
1621 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1622
1623 Merge from gcc:
1624
1625 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1626 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1627 * configure: Regenerate.
1628
1629 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1630 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1631 a platform that supports LTO.
1632 * configure: Regenerate.
1633
1634 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1635 PR lto/42776
1636 * configure.ac (--enable-lto): Refactor handling so libelf tests
1637 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1638 and allow LTO to be explicitly enabled on non-ELF platforms that
1639 are known to support it inside else-clause.
1640 * configure: Regenerate.
1641
1642 2010-04-27 Roland McGrath <roland@redhat.com>
1643 H.J. Lu <hongjiu.lu@intel.com>
1644
1645 * configure.ac (--enable-gold): Support both, both/gold and
1646 both/bfd to add gold to configdirs without removing ld.
1647 * configure: Regenerated.
1648
1649 * Makefile.def: Add install-gold dependency to install-ld.
1650 * Makefile.in: Regenerated.
1651
1652 2010-04-14 Tristan Gingold <gingold@adacore.com>
1653
1654 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1655 * configure: Regenerate.
1656
1657 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1658
1659 Merge from gcc:
1660 PR bootstrap/43615
1661 PR bootstrap/43328
1662 Revert:
1663 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1664 * configure.ac: Do not pass --enable-multilib nor
1665 --disable-multilib in baseargs. Accept explicitly passed
1666 --enable_multilib.
1667 * configure: Regenerate.
1668
1669 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1670
1671 PR bootstrap/43328
1672 * configure.ac: Do not pass --enable-multilib nor
1673 --disable-multilib in baseargs. Accept explicitly passed
1674 --enable_multilib.
1675 * configure: Regenerate.
1676
1677 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1678
1679 * configure.ac (tic6x-*-*): New case.
1680 * configure: Regenerate.
1681
1682 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1683
1684 Merge from gcc:
1685 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1686 PR ada/42554
1687 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1688 * configure: Regenerate.
1689
1690 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1691
1692 * config.sub: Update to version 2010-03-22.
1693 * config.guess: Update to version 2009-12-30.
1694
1695 2010-03-14 Joseph Myers <joseph@codesourcery.com>
1696
1697 Merge from gcc:
1698 2010-01-11 Richard Guenther <rguenther@suse.de>
1699 PR lto/41569
1700 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1701 * Makefile.in: Regenerated.
1702
1703 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1704
1705 PR libstdc++/32499
1706 * configure.ac (RANLIB): Default to true.
1707 (STRIP): Likewise.
1708 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1709 * configure: Regenerate.
1710
1711 2010-02-17 Nick Clifton <nickc@redhat.com>
1712
1713 PR 11238
1714 * Makefile.tpl (local-distclean): Also remove config.cache files in
1715 sub-directories as there may not be Makefiles present in the
1716 sub-directories.
1717 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1718 the config.cache files found by the find command.
1719
1720 * Makefile.in: Regenerate.
1721 * configure.ac: Revert previous delta.
1722 * configure: Regenerate.
1723
1724 2010-02-15 Nick Clifton <nickc@redhat.com>
1725
1726 PR 11238
1727 * configure.ac: Delete config.cache files in sub-directories when
1728 deleting Makefiles.
1729 * configure: Regenerate.
1730
1731 2010-02-15 Nick Clifton <nickc@redhat.com>
1732
1733 * configure.ac: Sync from gcc.
1734 * configure: Regenerate.
1735
1736 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1737
1738 Sync from gcc:
1739 * configure.ac: Add "recommended" version checks for GMP/MPC.
1740 Update recommended GMP/MPFR/MPC versions.
1741 * configure: Regenerate.
1742
1743 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1744
1745 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1746 * configure.ac (bootstrap_target_libs): Make inclusion of
1747 target-libgomp conditional on libgomb being in target_configdirs.
1748 * configure: Regenerate.
1749
1750 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1751
1752 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1753 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1754 * configure: Regenerate.
1755
1756 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1757
1758 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1759 * configure.ac (target_configdirs): Substitute.
1760 * Makefile.def: Bootstrap target module libgomp.
1761 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1762 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1763 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1764 * configure, Makefile.in: Regenerate.
1765
1766 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1767
1768 * libtool.m4: Sync from git Libtool.
1769 * ltmain.sh: Likewise.
1770 * ltoptions.m4: Likewise.
1771 * ltversion.m4: Likewise.
1772 * lt~obsolete.m4: Likewise.
1773
1774 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1775 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1776
1777 PR bootstrap/42424
1778 * configure.ac: Include libtool m4 files.
1779 (_LT_CHECK_OBJDIR): Call it.
1780 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1781 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1782
1783 * configure: Regenerate.
1784
1785 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1786
1787 PR bootstrap/41818
1788 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1789 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1790 * Makefile.in: Regenerate.
1791
1792 2009-12-18 Ben Elliston <bje@au.ibm.com>
1793
1794 * config.sub, config.guess: Update from upstream sources.
1795
1796 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1797
1798 * COPYING.NEWLIB: Update copyright date.
1799 * COPYING.LIBGLOSS: Ditto.
1800
1801 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1802
1803 PR middle-end/30447
1804 PR middle-end/30789
1805 PR other/40302
1806
1807 * configure.ac: Require MPC.
1808 * configure: Regenerate.
1809
1810 * configure.ac: Update minimum MPC version to 0.8.
1811 * configure: Regenerate.
1812
1813 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
1814
1815 * config.guess: Sync with upstream and gcc.
1816 * config.sub: Sync with upstream and gcc.
1817
1818 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1819
1820 * Makefile.def: Restore host and target settings for gmp.
1821 * Makefile.in: Rebuild.
1822
1823 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1824
1825 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1826 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1827 Fix portability of test of C++ as bootstrap language. Add
1828 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1829 * configure: Rebuild.
1830 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1831 and cloog. Fix in-tree ppl configuration. Introduce libelf
1832 in-tree building.
1833 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1834 (POSTSTAGE1_HOST_EXPORTS): Use it.
1835 (STAGE[+id+]_CXXFLAGS): New.
1836 (BASE_FLAGS_TO_PASS): Pass it down.
1837 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1838 extra_exports.
1839 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1840 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1841 extra_exports.
1842 * Makefile.in: Rebuild.
1843
1844 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1845
1846 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1847 paths for *-w64-mingw* and x86_64-*mingw*.
1848 * configure: Regenerated.
1849
1850 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1851
1852 * configure.ac: Disable target-winsup & co for
1853 x86_64-*-mingw* and *-w64-mingw* targets.
1854 * configure: Regenerated.
1855
1856 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1857
1858 * configure.ac (CLooG test): Use = with test.
1859 * configure: Regenerate.
1860
1861 2009-10-22 Richard Guenther <rguenther@suse.de>
1862
1863 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1864 cloog if the ppl version check failed. Move flags saving
1865 before setting in libelf check.
1866 * configure: Regenerate.
1867
1868 2009-10-21 Richard Guenther <rguenther@suse.de>
1869
1870 * configure.ac: Adjust the ppl and cloog configure to work as
1871 documented. Disable cloog if ppl was disabled. Omit the version
1872 checks if they were disabled.
1873 * configure: Re-generate.
1874
1875 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1876
1877 * configure.ac: Add 'lto' to enable_languages, not
1878 new_enable_languages, and only if not already present.
1879 * configure: Regenerate.
1880
1881 2009-10-06 Ian Lance Taylor <iant@google.com>
1882
1883 * Makefile.def: check-gold depends upon all-gas.
1884 * Makefile.in: Rebuild.
1885
1886 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1887
1888 * Makefile.def: all-lto-plugin depends on all-libiberty.
1889 set bootstrap=true for lto-plugin.
1890 Add lto-plugin.
1891 * Makefile.in: Regenerate.
1892 * configure.ac (host_libs): Add lto-plugin.
1893 * configure: Regenerate.
1894
1895 2009-10-03 Diego Novillo <dnovillo@google.com>
1896
1897 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1898 (HOST_LIBELFLIBS): Define.
1899 (HOST_LIBELFINC): Define.
1900 * Makefile.in: Regenerate.
1901 * configure.ac: Add --enable-lto.
1902 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1903 If --enable-lto is used, add 'lto' to new_enable_languages.
1904 If --enable-lto is used and gold is enabled, add
1905 lto-plugin to configdirs.
1906 * configure: Regenerate.
1907
1908 2009-10-03 Simon Baldwin <simonb@google.com>
1909
1910 * configure.ac: If --with-system-zlib, suppress local zlib and
1911 pass --with-system-zlib to subdir configure scripts.
1912 * configure: Regenerate.
1913
1914 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
1915 Paolo Bonzini <bonzini@gnu.org>
1916
1917 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1918 $(srcdir).
1919 * Makefile.in: Rebuilt.
1920
1921 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
1922
1923 Sync from gcc:
1924 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1925
1926 * configure.ac: Update minimum MPC version to 0.7.
1927 * configure: Regenerate.
1928
1929 2009-09-25 Nick Clifton <nickc@redhat.com>
1930
1931 * configure.ac: Pass any --cache-file=/dev/null option on to
1932 subconfigures.
1933 * configure: Regenerate.
1934
1935 2009-09-23 Nick Clifton <nickc@redhat.com>
1936
1937 * config.sub, config.guess: Update from upstream sources.
1938
1939 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
1940
1941 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1942 * Makefile.in: Rebuilt.
1943
1944 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1945
1946 PR bootstrap/32272
1947 * configure.ac: Error out if $srcdir isn't '.' but contains
1948 host-${host_noncanonical}.
1949 * configure: Regenerate.
1950
1951 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1952
1953 * configure.ac: If bootstrapping a combined tree with
1954 --enable-gold, require c++ in stage1_languages.
1955 * configure: Regenerate.
1956
1957 * configure.ac: Also add target_libs of stage1_languages to
1958 bootstrap_target_libs.
1959 * configure: Regenerate.
1960
1961 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1962 with --enable-languages not containing c++.
1963 * configure: Regenerate.
1964
1965 2009-09-16 Jie Zhang <jie.zhang@analog.com>
1966
1967 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1968 * configure: Regenerate.
1969
1970 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1971
1972 * configure.ac: Do not use $extrasub for replacing @if/@endif
1973 parts in Makefile; instead, use additional arguments to
1974 AC_CONFIG_COMMANDS to do the replacement manually, with several
1975 sed invocations, to avoid HP-UX sed command limits.
1976 * configure: Regenerate.
1977
1978 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
1979
1980 * configure.ac (with-build-config): Document. Handle without.
1981 Handle missing argument.
1982 * configure: Rebuilt.
1983
1984 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
1985
1986 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1987 Default to bootstrap-debug only if compare-debug works.
1988 * configure: Rebuilt.
1989 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1990 * Makefile.in: Rebuilt.
1991
1992 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1993
1994 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1995 * Makefile.in: Rebuilt.
1996
1997 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
1998
1999 * Makefile.tpl (AWK): Fix typo.
2000 * Makefile.in: Regenerate.
2001
2002 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2003
2004 * configure.ac: Detect awk and sed.
2005 * Makefile.def (flags_to_pass): Add AWK and SED.
2006 * Makefile.tpl (AWK, SED): New.
2007 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2008 * configure: Regenerate.
2009 * Makefile.in: Regenerate.
2010
2011 2009-09-01 Tristan Gingold <gingold@adacore.com>
2012
2013 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2014 Remove logical names.
2015
2016 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2017
2018 * ltmain.sh (func_normal_abspath): New function.
2019 (func_relative_path): Likewise.
2020 (func_mode_help): Document new -bindir option for link mode.
2021 (func_mode_link): Add new -bindir option, and use it to place
2022 output DLL if specified.
2023
2024 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2025
2026 * configure.ac (AC_PREREQ): Bump to 2.64.
2027
2028 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2029
2030 * README-maintainer-mode: Point directly to upstream locations
2031 for autoconf, automake, libtool, gettext, instead of copies on
2032 sources.redhat.com. Document required versions.
2033 * configure.ac: Do not substitute datarootdir, htmldir,
2034 pdfdir, docdir. Do not process --with-datarootdir,
2035 --with-htmldir, --with-pdfdir, --with-docdir.
2036 * configure: Regenerate.
2037
2038 * configure: Regenerate.
2039
2040 * compile: Sync from Automake 1.11.
2041 * depcomp: Likewise.
2042 * install-sh: Likewise.
2043 * missing: Likewise.
2044 * mkinstalldirs: Likewise.
2045 * ylwrap: Likewise.
2046
2047 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2048
2049 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2050 (baseargs): Add --disable-option-checking.
2051 * configure: Regenerate.
2052
2053 * Makefile.def (configure-target-libiberty): Depend on
2054 all-binutils and all-ld.
2055 (configure-target-newlib): Likewise.
2056 * Makefile.in: Regenerate.
2057
2058 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2059
2060 Sync with GCC, merge:
2061
2062 2009-07-31 Christian Bruel <christian.bruel@st.com>
2063
2064 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2065 * configure: Regenerate.
2066
2067 2009-07-06 Ian Lance Taylor <iant@google.com>
2068
2069 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2070 * configure: Rebuild.
2071
2072 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2073
2074 PR bootstrap/40338
2075 * configure.ac (comparestring): Create new variable.
2076 * Makefile.tpl (comparestring): Use to skip some comparisions.
2077 * configure: Regenerate.
2078 * Makefile.in: Regenerate.
2079
2080 2009-06-23 Ian Lance Taylor <iant@google.com>
2081
2082 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2083 boot_languages. Only bootstrap target libraries listed in
2084 target_libs for some boot language. Add --with-stage1-ldflags,
2085 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2086 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2087 if not building with C++.
2088 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2089 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2090 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2091 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2092 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2093 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2094 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2095 * configure, Makefile.in: Rebuild.
2096
2097 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2098
2099 * configure.ac: Detect MPC in default directory.
2100 * configure: Regenerate.
2101
2102 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2103
2104 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2105 to noconfdirs.
2106 * configure: Regenerate.
2107
2108 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2109
2110 * Makefile.def: Add MPC support and dependencies.
2111 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2112
2113 * Makefile.in, configure: Regenerate.
2114
2115 2009-05-24 Nicolas Roche <roche@adacore.com>
2116
2117 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2118 * Makefile.in: Regenerate.
2119
2120 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2121
2122 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2123 * configure: Regenerate.
2124
2125 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2126
2127 * configure.ac ($with_ppl): Default to no if not supplied.
2128 ($with_cloog): Likewise.
2129 configure: Regenerate.
2130
2131 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2132
2133 PR bootstrap/39739
2134 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2135 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2136
2137 * configure, Makefile.in: Regenerate.
2138
2139 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2140
2141 * configure.ac: Change copyright header to refer to version
2142 3 of the GNU General Public License and to point readers at the
2143 COPYING3 file and the FSF's license web page.
2144 * Makefile.def: Likewise.
2145 * Makefile.tpl: Likewise.
2146 * Makefile.in: Regenerate.
2147
2148 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2149
2150 * configure.ac: Restore match for darwin9 or later. Use double
2151 brackets since regeneration eats one pair.
2152 * configure: Regenerate.
2153
2154 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2155
2156 * MAINTAINERS: Perform some obvious fixups.
2157
2158 2009-08-17 Ben Elliston <bje@au.ibm.com>
2159
2160 * config.sub, config.guess: Update from upstream sources.
2161
2162 2009-08-06 Michael Eager <eager@eagercon.com>
2163
2164 * configure.ac: Add Microblaze target.
2165 * configure: Regenerate.
2166
2167 2009-07-02 Tristan Gingold <gingold@adacore.com>
2168
2169 * configure.ac: Do not exclude gas for i386-*-darwin.
2170 Add a case for x86_64-*-darwin.
2171 * configure: Regenerate.
2172
2173 2009-06-26 Doug Evans <dje@sebabeach.org>
2174
2175 * Makefile.def (host_modules): Add cgen.
2176 * Makefile.in: Regenerate.
2177 * configure.ac (host_tools): Add cgen.
2178 * configure: Regenerate.
2179
2180 2009-06-17 Michael Eager <eager@eagercon.com>
2181
2182 * COPYING.LIBGLOSS: Add Xilinx license.
2183
2184 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2185
2186 * configure.ac: Define is_elf for QNX Neutrino targets.
2187 * configure: Regenerate.
2188
2189 2009-06-03 Jerome Guitton <guitton@adacore.com>
2190 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2191
2192 * Makefile.tpl (all): Avoid a trailing backslash.
2193 * Makefile.in: Regenerate.
2194
2195 2009-06-03 Ben Elliston <bje@au.ibm.com>
2196
2197 * config.sub, config.guess: Update from upstream sources.
2198
2199 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2200
2201 * Makefile.tpl ([+compare-target+]): Compare all stage
2202 directories, rather than just gcc.
2203 * Makefile.in: Rebuilt.
2204
2205 2009-05-28 Doug Kwan <dougkwan@google.com>
2206
2207 * configure.ac: Support gold for target arm*-*-*.
2208 * configure: Regenerate.
2209
2210 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2211
2212 * Makefile.tpl (all): Avoid harmless warning in make all when
2213 gcc-bootstrap is enabled but stage_last does not exist.
2214 * Makefile.in: Rebuilt.
2215
2216 2009-05-25 Tristan Gingold <gingold@adacore.com>
2217
2218 * setup.com: Complete the file with configuration and build.
2219
2220 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2221
2222 PR other/40159
2223 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2224 gcc-no-bootstrap are mutually exclusive.
2225 * Makefile.in: Rebuilt.
2226
2227 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2228
2229 PR other/40159
2230 * Makefile.tpl (all): Don't end with unconditional success.
2231 * Makefile.in: Rebuilt.
2232
2233 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2234
2235 PR target/37137
2236 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2237 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2238 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2239 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2240 stage_configureflags, stage_cflags and stage_libcflags into
2241 explicit Makefile macros.
2242 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2243 GFORTRAN.
2244 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2245 CC. Set CC_FOR_BUILD from CC.
2246 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2247 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2248 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2249 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2250 and GFORTRAN.
2251 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2252 (_LIBCFLAGS): Renamed to _TFLAGS.
2253 (do-compare-debug, do-compare3-debug): Drop.
2254 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2255 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2256 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2257 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2258 (XGCC_FLAGS_FOR_TARGET): New.
2259 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2260 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2261 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2262 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2263 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2264 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2265 TFLAGS.
2266 (BUILD_CONFIG): Include if requested.
2267 (all): Set TFLAGS on bootstrap.
2268 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2269 (all-stageid-prefixmodule): Likewise.
2270 (do-clean, distclean-stageid): Set TFLAGS.
2271 (restrap): Fix whitespace.
2272 * Makefile.in: Rebuilt.
2273
2274 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2275
2276 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2277 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2278 * Makefile.in: Regenerate.
2279
2280 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2281
2282 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2283 consistency with config.sub. (Update from upstream sources.)
2284
2285 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2286
2287 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2288
2289 2009-04-17 Ben Elliston <bje@au.ibm.com>
2290
2291 * config.sub, config.guess: Update from upstream sources.
2292
2293 2009-04-15 Anthony Green <green@moxielogic.com>
2294
2295 * configure.ac: Add moxie support.
2296 * configure: Rebuilt.
2297
2298 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2299
2300 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2301 * configure: Regenerate.
2302
2303 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2304
2305 PR gas/10039
2306 * configure.ac: Require texinfo 4.7.
2307 * configure: Regenerated.
2308
2309 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2310
2311 * Makefil.def (languages): New entries.
2312 * Makefile.tpl (check-gcc-*): New generic target.
2313 * Makefile.in: Regenerate.
2314
2315 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2316
2317 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2318 Windows builds of Sed.
2319
2320 2009-03-18 Tom Tromey <tromey@redhat.com>
2321
2322 * configure: Rebuild.
2323 * configure.ac (host_libs): Add libiconv.
2324 * Makefile.in: Rebuild.
2325 * Makefile.def (host_modules): Add libiconv.
2326 (configure-gdb, all-gdb): Depend on libiconv.
2327
2328 2009-03-16 Tristan Gingold <gingold@adacore.com>
2329
2330 * configure.ac: Treat gdb as supported on x86_64-darwin.
2331 * configure: Regenerate.
2332
2333 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2334
2335 Merge from GCC:
2336
2337 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2338
2339 * configure.ac (--with-host-libstdcxx): New option.
2340 * configure: Regenerate.
2341
2342 2009-01-29 Robert Millan <rmh@aybabtu.com>
2343
2344 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2345 * configure: Regenerate.
2346
2347 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2348
2349 PR tree-optimization/38515
2350 * configure.ac (cloog-polylib): Removed.
2351 (with_ppl, with_cloog): Test for "no".
2352 * configure: Regenerated.
2353
2354 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2355
2356 Backport from git Libtool:
2357
2358 2009-01-19 Robert Millan <rmh@aybabtu.com>
2359 Support GNU/kOpenSolaris.
2360 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2361 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2362 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2363 GNU/kOpenSolaris.
2364
2365 2009-02-05 Andreas Schwab <schwab@suse.de>
2366
2367 * Makefile.tpl (stage_last): Define $r and $s before using
2368 $(RECURSE_FLAGS_TO_PASS).
2369 * Makefile.in: Regenerate
2370
2371 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2372
2373 * COPYING.NEWLIB: Add ARM license.
2374
2375 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2376
2377 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2378 (all-opcodes): Depend on all-libiberty.
2379 * Makefile.in: Regenerate.
2380
2381 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2382
2383 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2384 * configure: Regenerate.
2385
2386 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2387
2388 Backport link test fix from upstream Libtool:
2389
2390 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2391 Add cache variables to tests that require the linker to work.
2392 For shlibpath_overrides_runpath, this also changes the semantics
2393 to let the result from the C compiler take precedence.
2394 compiler take precedence.
2395
2396 2008-12-02 Ben Elliston <bje@au.ibm.com>
2397
2398 * config.sub, config.guess: Update from upstream sources.
2399
2400 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2401
2402 * COPYING.NEWLIB: Updated.
2403 * COPYING.LIBGLOSS: Ditto.
2404
2405 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2406
2407 Sync with GCC:
2408
2409 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2410
2411 * configure.ac (ppllibs): Add by default the lib flags.
2412 * configure: Regenerate.
2413
2414 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2415
2416 * configure.ac: Add double brackets on darwin[912].
2417 * configure: Regenerate.
2418
2419 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2420
2421 * configure.ac: Expand to darwin10 and later.
2422 * configure: Regenerate.
2423
2424 2008-12-02 Andreas Schwab <schwab@suse.de>
2425
2426 * Makefile.def: configure-target-boehm-gc depends on
2427 all-target-libstdc++-v3.
2428 * Makefile.in: Regenerate.
2429
2430 2008-12-02 Ben Elliston <bje@au.ibm.com>
2431
2432 * config.sub, config.guess: Update from upstream sources.
2433
2434 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2435
2436 Merge from GCC:
2437
2438 2007-12-02 Matthias Klose <doko@ubuntu.com>
2439
2440 * config-ml.in: Remove 64bit configure tests.
2441
2442 2008-05-14 Rafael Espindola <espindola@google.com>
2443
2444 * config-ml.in: don't handle --enable-shared and --enable-static.
2445
2446 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2447 Tobias Grosser <grosser@fim.uni-passau.de>
2448 Jan Sjodin <jan.sjodin@amd.com>
2449 Harsha Jagasia <harsha.jagasia@amd.com>
2450 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2451 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2452 Adrien Eliche <aeliche@isty.uvsq.fr>
2453
2454 Merge from graphite branch.
2455 * configure: Regenerate.
2456 * Makefile.in: Regenerate.
2457 * configure.ac (host_libs): Add ppl and cloog.
2458 Add checks for PPL and CLooG.
2459 * Makefile.def (ppl, cloog): Added modules and dependences.
2460 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2461 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2462
2463 2008-09-03 Richard Guenther <rguenther@suse.de>
2464
2465 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2466 cloog test.
2467 * configure: Re-generate.
2468
2469 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2470
2471 * configure.ac (--with-cloog-polylib): New.
2472 (--disable-cloog-version-check): New.
2473 (--disable-ppl-version-check): New.
2474 * configure: Re-generate.
2475
2476 2008-09-05 Richard Guenther <rguenther@suse.de>
2477
2478 * configure.ac: Initialize clooglibs to -lcloog.
2479 * configure: Re-generate.
2480
2481 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2482
2483 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2484 recommended version to 2.3.2.
2485
2486 * configure: Regenerate.
2487
2488 2008-10-31 Ben Elliston <bje@au.ibm.com>
2489
2490 * configure.ac (spu-*-*): Remove special case.
2491 * configure: Regenerate.
2492
2493 Complete comment text from GCC version of:
2494
2495 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2496
2497 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2498 (GCC_SHLIB_SUBDIR): New.
2499 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2500 * configure: Regenerate.
2501 * Makefile.in: Regenerate.
2502
2503 2008-11-27 Tristan Gingold <gingold@adacore.com>
2504
2505 * configure.ac: Build gdb for i?86-*-darwin*
2506 * configure: Regenerated.
2507
2508 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2509
2510 PR bootstrap/38014
2511 PR bootstrap/37923
2512
2513 Revert:
2514
2515 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2516
2517 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2518 * Makefile.in: Regenerated.
2519
2520 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2521
2522 PR gdb/921
2523 PR gdb/1646
2524 PR gdb/2175
2525 PR gdb/2176
2526
2527 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2528 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2529 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2530 (HOST_EXPORTS): Pass CPPFLAGS.
2531 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2532 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2533 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2534 * Makefile.in, configure: Regenerated.
2535 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2536 and CPPFLAGS_FOR_BUILD.
2537
2538 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2539
2540 * configure.ac [spu-*-*]: Do not set skipdirs.
2541 * configure: Re-generate.
2542
2543 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2544
2545 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2546 * Makefile.in: Regenerated.
2547
2548 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2549
2550 PR gdb/921
2551 PR gdb/1646
2552 PR gdb/2175
2553 PR gdb/2176
2554
2555 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2556 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2557 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2558 (HOST_EXPORTS): Pass CPPFLAGS.
2559 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2560 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2561 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2562 * Makefile.in, configure: Regenerated.
2563 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2564 and CPPFLAGS_FOR_BUILD.
2565
2566 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2567
2568 * libtool.m4: Update to libtool 2.2.6.
2569 * lt~obsolete.m4: Update to libtool 2.2.6.
2570 * ltmain.sh: Update to libtool 2.2.6.
2571 * ltsugar.m4: Update to libtool 2.2.6.
2572 * ltversion.m4: Update to libtool 2.2.6.
2573 * ltoptions.m4: Update to libtool 2.2.6.
2574 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2575
2576 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2577
2578 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2579 (GCC_SHLIB_SUBDIR): New.
2580 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2581 * configure: Regenerate.
2582 * Makefile.in: Regenerate.
2583
2584 2008-08-28 Tristan Gingold <gingold@adacore.com>
2585
2586 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2587 Enable bfd, binutils and opcodes.
2588 * configure: Regenerate.
2589
2590 2008-08-16 Nicolas Roche <roche@adacore.com>
2591
2592 * Makefile.tpl: Add BOOT_ADAFLAGS.
2593 * Makefile.in: Regenerate.
2594
2595 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2596
2597 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2598 * configure: Regenerate.
2599
2600 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2601
2602 Sync with gcc:
2603 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2604
2605 * configure.ac: Add makefile fragments for hpux.
2606 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2607 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2608 * configure: Regenerate.
2609 * Makefile.in: Regenerate.
2610
2611 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2612
2613 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2614 * Makefile.in: Regenerate.
2615 * configure: Regenerate.
2616
2617 2008-06-18 Ian Lance Taylor <iant@google.com>
2618
2619 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2620
2621 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2622
2623 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2624
2625 * configure: Regenerate.
2626
2627 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2628
2629 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2630 "$@" is still intact with both Autoconf 2.59 and 2.62.
2631 * configure: Regenerate.
2632
2633 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2634
2635 * Makefile.tpl: Fix comment errors.
2636 * Makefile.in: Regenerate.
2637
2638 2008-06-13 Julian Brown <julian@codesourcery.com>
2639
2640 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2641 of libobjc for ARM EABI Linux.
2642 * configure: Regenerate.
2643
2644 2008-06-12 David S. Miller <davem@davemloft.net>
2645 David Edelsohn <edelsohn@gnu.org>
2646
2647 * configure.ac: Add powerpc*-*-* to gold supported targets.
2648 * configure: Regenerate.
2649
2650 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2651
2652 PR tree-optimization/36218
2653 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2654 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2655 (all prefix="build-"): Pass them to build-system sub-makes.
2656 * Makefile.in: Regenerate.
2657
2658 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2659
2660 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2661 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2662 mkdep, and compile. Update comments.
2663 (ETC_SUPPORT): Add ChangeLog and update comments.
2664
2665 2008-05-11 Ian Lance Taylor <iant@google.com>
2666
2667 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2668
2669 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2670
2671 Sync with gcc:
2672 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2673
2674 PR bootstrap/35457
2675 * configure.ac: Include override.m4.
2676 * configure: Regenerate.
2677
2678 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2679
2680 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2681 * Makefile.in: Regenerate.
2682
2683 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2684
2685 * configure.ac: Do not build libssp for the AVR.
2686 * configure: Regenerate.
2687
2688 2008-04-18 Nick Clifton <nickc@redhat.com>
2689
2690 * MAINTAINERS: Replace reference to configure.in with reference to
2691 configure.ac.
2692
2693 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2694
2695 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2696 as nonconfigurable directories list.
2697 * configure: Regenerate.
2698
2699 2008-04-14 David S. Miller <davem@davemloft.net>
2700
2701 * configure.ac: Add sparc*-*-* to gold supported targets.
2702 * configure: Regenerate.
2703
2704 2008-04-14 Ben Elliston <bje@au.ibm.com>
2705
2706 * config.sub, config.guess: Update from upstream sources.
2707
2708 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2709
2710 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2711 * Makefile.in: Regenerate.
2712
2713 2008-04-07 Ian Lance Taylor <iant@google.com>
2714
2715 * Makefile.def: check-gold depends upon all-binutils.
2716 * Makefile.in: Regenerate.
2717
2718 2008-04-04 Nick Clifton <nickc@redhat.com>
2719
2720 PR binutils/4334
2721 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2722 builds.
2723 * configure: Regenerate.
2724
2725 2008-04-04 NightStrike <NightStrike@gmail.com>
2726
2727 PR other/35151
2728 * configure.ac: Combine rules for mingw32 and mingw64.
2729 * configure: Regenerate.
2730
2731 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2732
2733 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2734 * Makefile.in: Regenerate.
2735
2736 2008-03-20 Ian Lance Taylor <iant@google.com>
2737
2738 * configure.ac: Add support for --enable-gold.
2739 * Makefile.def: Add gold as a directory like ld.
2740 * configure, Makefile.in: Regenerate.
2741
2742 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2743
2744 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2745 (s390_cond_extensions): Reduced extensions to the compare related.
2746 (main): z10 cpu type option added.
2747 (expandConditionalJump): Renamed to ...
2748 (insertExpandedMnemonic): ... this.
2749
2750 * opcodes/s390-opc.c: Re-group the operand format makros.
2751 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2752 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2753 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2754 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2755 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2756 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2757 INSTR_SIL_RDU): New instruction formats added.
2758 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2759 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2760 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2761 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2762 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2763 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2764 masks added.
2765 (s390_opformats): New formats added "ris", "rrs", "sil".
2766 * opcodes/s390-opc.txt: Add the conditional jumps with the
2767 extensions removed from automatic expansion in s390-mkopc.c manually.
2768 (asi - trtre): Add new System z10 EC instructions.
2769 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2770
2771 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2772
2773 * configure.ac: m4_include config/proginstall.m4.
2774 * configure: Regenerate.
2775
2776 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2777
2778 Backport from upstream Libtool:
2779
2780 2007-10-12 Eric Blake <ebb9@byu.net>
2781
2782 Deal with Autoconf 2.62's semantic change in m4_append.
2783 * ltsugar.m4 (lt_append): Replace broken versions of
2784 m4_append.
2785 (lt_if_append_uniq): Don't require separator to be overquoted,
2786 and avoid broken m4_append.
2787 (lt_dict_add): Fix typo.
2788 * libtool.m4 (_LT_DECL): Don't overquote separator.
2789
2790 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2791
2792 * config.rpath: Add AIX 6 support.
2793
2794 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2795
2796 * Makefile.def (stageprofile). Remove -fprofile-generate
2797 from stage_libcflags.
2798 * Makefile.in: Regenerate.
2799
2800 2008-03-13 Ben Elliston <bje@au.ibm.com>
2801
2802 * config.sub, config.guess: Update from upstream sources.
2803
2804 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2805
2806 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2807 * s390-opc.txt (cmpsc): Duplicate entry removed.
2808 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2809 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2810 fier, cu42, cu41): Fix operand format.
2811
2812 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2813
2814 PR bootstrap/32009
2815 PR bootstrap/32161
2816
2817 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2818 * configure: Regenerate.
2819
2820 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2821 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2822 STAGE4_LIBCFLAGS): New.
2823 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2824 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2825 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2826 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2827 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2828 for target modules. Don't export LIBCFLAGS.
2829 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2830 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2831 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2832 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2833 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2834 * Makefile.in: Regenerate.
2835
2836 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2837
2838 PR libgcj/33085
2839 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2840 Do not use -DDLL_EXPORT. Backport from upstream.
2841
2842 2008-02-14 Nick Clifton <nickc@redhat.com>
2843
2844 Import this patch from gcc:
2845 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2846
2847 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2848
2849 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2850
2851 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2852 * configure: Regenerate.
2853
2854 2008-01-31 Marc Gauthier <marc@tensilica.com>
2855
2856 * configure.ac (xtensa*-*-*): Recognize processor variants.
2857 * configure: Regenerate.
2858
2859 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2860
2861 PR bootstrap/34922
2862 * configure.ac (PARSE_ARGS): Push suitable setting of
2863 ac_subdirs_all, for `./configure --help=recursive'.
2864 Handle `+' in generic toplevel directory disabling.
2865 * configure: Regenerate.
2866
2867 2008-01-23 Ben Elliston <bje@au.ibm.com>
2868
2869 * config.sub, config.guess: Update from upstream sources.
2870
2871 2008-01-08 Ben Elliston <bje@au.ibm.com>
2872
2873 * config.sub, config.guess: Update from upstream sources.
2874
2875 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2876
2877 * COPYING.LIBGLOSS: Update default copyright.
2878
2879 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2880
2881 * COPYING.NEWLIB: Update default copyright.
2882
2883 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2884
2885 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2886 Change recommended MPFR from 2.2.1 > 2.3.0.
2887 * configure: Regenerate.
2888
2889 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2890
2891 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2892 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2893 * Makefile.in: Regenerate.
2894
2895 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2896
2897 * configure.ac: Enable libjava for x86_64-*-darwin9.
2898 * configure: Regenerate.
2899
2900 2007-12-05 Ben Elliston <bje@au.ibm.com>
2901
2902 * config.sub, config.guess: Update from upstream sources.
2903
2904 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2905
2906 * config-ml.in: Robustify against white space in absolute file
2907 names.
2908
2909 * config-ml.in (multi-clean): Substitute ${Makefile}.
2910 Remove superfluous ${Makefile} in list.
2911
2912 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2913
2914 * Makefile.def (dependencies): Make configure-gdb depend on
2915 all-intl.
2916 * Makefile.in: Regenerated.
2917
2918 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2919
2920 * Makefile.def: To avoid problems running with parallel makes,
2921 build newlib before libgloss so that target specific header
2922 files are availble.
2923 * Makefile.in: Regenerate.
2924
2925 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2926
2927 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2928 * Makefile.in: Regenerate.
2929
2930 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2931
2932 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2933 * libdecnumber: New directory, imported from GCC.
2934
2935 2007-10-08 Mike Frysinger <vapier@gentoo.org>
2936
2937 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2938 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2939 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2940 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2941 * configure: Regenerate.
2942
2943 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
2944
2945 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2946 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2947 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2948 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2949 * configure.ac: Default them to host tools for $host = $build.
2950 Subst them.
2951
2952 * configure: Regenerate.
2953 * Makefile.in: Regenerate.
2954
2955 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2956
2957 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2958 * configure: Regenerate.
2959
2960 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2961
2962 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2963 libstdc++.
2964 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2965 * configure: Regenerate.
2966 * Makefile.in: Regenerate.
2967
2968 2007-09-17 Andreas Schwab <schwab@suse.de>
2969
2970 * configure.ac: Raise minimum makeinfo version to 4.6.
2971 * configure: Regenerate.
2972
2973 2007-09-15 Alan Modra <amodra@bigpond.net.au>
2974
2975 * configure.ac: Correct makeinfo version check.
2976 * configure: Regenerate.
2977
2978 2007-09-14 Richard Sandiford <richard@codesourcery.com>
2979
2980 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2981 to $skipdirs and only disable gprof for newlib. Use the normal
2982 mips*-elf* handling in other respects.
2983 * configure: Regnerate.
2984
2985 2007-09-12 David Daney <ddaney@avtrex.com>
2986
2987 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2988 enabling libgcj.
2989 * configure: Regenerate.
2990
2991 2007-09-12 Richard Guenther <rguenther@suse.de>
2992
2993 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2994 nor --disable-checking is provided also turn on yes and types
2995 checking for stage1.
2996 * configure: Re-generate.
2997
2998 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2999
3000 PR target/33281
3001 * configure.ac: Use config/mh-mingw on mingw.
3002 * configure: Regenerate.
3003
3004 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3005
3006 PR other/32154
3007 * configure.ac: For libgloss targets, point the linker to the linker
3008 script, startup code and simulator library.
3009 * configure: Regenerate.
3010
3011 2007-09-09 Andrew Haley <aph@redhat.com>
3012
3013 * configure.ac (noconfigdirs): Remove target-libffi and
3014 target-libjava.
3015
3016 2007-08-29 Nick Clifton <nickc@redhat.com>
3017
3018 * config.sub, config.guess: Update from upstream sources.
3019
3020 2007-08-21 Richard Guenther <rguenther@suse.de>
3021
3022 * configure.ac: Add types checking to stage1 checking flags.
3023 * configure: Regenerate.
3024
3025 2007-08-18 Paul Brook <paul@codesourcery.com>
3026 Joseph Myers <joseph@codesourcery.com>
3027
3028 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3029 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3030 * Makefile.in: Regenerate.
3031 * configure.ac (--with-debug-prefix-map): New.
3032 * configure: Regenerate.
3033
3034 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3035 Nigel Stephens <nigel@mips.com>
3036
3037 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3038 as target_makefile_frag.
3039 * configure: Regenerate.
3040
3041 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3042
3043 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3044 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3045 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3046 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3047 (do-compare, do-compare3, do-compare-debug): New.
3048 ([+compare-target+]): Use them.
3049
3050 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3051
3052 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3053 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3054 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3055 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3056 (do-compare, do-compare3, do-compare-debug): New.
3057 ([+compare-target+]): Use them.
3058
3059 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3060 Ben Elliston <bje@au.ibm.com>
3061
3062 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3063 --silent if $silent.
3064 * configure: Regenerate.
3065
3066 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3067
3068 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3069
3070 2007-07-17 Nick Clifton <nickc@redhat.com>
3071
3072 * COPYING3: New file. Contains version 3 of the GNU General
3073 Public License.
3074 * COPYING3.LIB: New file. Contains version 3 of the GNU
3075 Lesser General Public License.
3076
3077 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3078
3079 * configure.ac: Fix my previous change to really match GCC.
3080 * configure: Regenerate.
3081
3082 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3083
3084 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3085 * configure: Regenerate.
3086
3087 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3088
3089 * configure.ac: Add some missing m4 quotation.
3090 * configure: Regenerate.
3091
3092 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3093
3094 * Makefile.def: Add windmc tool to build.
3095 * Makefile.tpl: Likewise.
3096 * configure.ac: Likewise.
3097 * Makefile.in: Regenerate.
3098 * configure: Regenerate.
3099
3100 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3101
3102 * lt~obsolete.m4: New. Import from 20070318 libtool.
3103
3104 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3105
3106 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3107 uclinux and linux-uclibc targets.
3108 * configure: Regenerate.
3109
3110 2007-06-28 DJ Delorie <dj@redhat.com>
3111
3112 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3113 not building newlib.
3114 * configure: Regenerated.
3115
3116 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3117
3118 * src-release (DEVO_SUPPORT): Correct typos.
3119
3120 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3121
3122 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3123 * Makefile.in: Regenerated.
3124
3125 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3126
3127 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3128 (distclean-stage[+id+]): Possibly delete stage_last.
3129 * Makefile.in: Regenerate.
3130
3131 2007-06-07 Ben Elliston <bje@au.ibm.com>
3132
3133 * config.sub, config.guess: Update from upstream sources.
3134
3135 2007-06-07 Ben Elliston <bje@au.ibm.com>
3136
3137 * Makefile.tpl: Fix spelling error.
3138 * Makefile.in: Regenerate.
3139
3140 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3141
3142 Sync with gcc:
3143 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3144
3145 PR bootstrap/29382
3146 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3147 * configure: Rebuilt.
3148
3149 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3150
3151 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3152 lt_cv_sys_max_cmd_len.
3153
3154 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3155
3156 * ltgcc.m4: Update from GCC.
3157
3158 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3159
3160 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3161
3162 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3163
3164 * ltmain.sh: Update from GCC.
3165 * libtool.m4: Update from GCC.
3166 * ltsugar.m4: New. Update from GCC.
3167 * ltversion.m4: New. Update from GCC.
3168 * ltoptions.m4: New. Update from GCC.
3169 * ltconfig: Remove.
3170 * ltcf-c.sh: Remove.
3171 * ltcf-cxx.sh: Remove.
3172 * ltcf-gcj.sh: Remove.
3173 * src-release: Update with new libtool file list.
3174
3175 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3176
3177 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3178 stage_cflags.
3179 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3180 Remove CFLAGS/LIBCFLAGS.
3181 (configure-stage[+id+]-[+prefix+][+module+],
3182 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3183 * Makefile.in: Regenerate.
3184
3185 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3186
3187 * config-ml.in: Update from GCC.
3188
3189 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3190
3191 * src-release (do-proto-toplev): Process the support directories before
3192 the tool directory.
3193
3194 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3195
3196 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3197 of glob. Quote arguments with single quotes too.
3198 * configure: Regenerate.
3199
3200 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3201
3202 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3203 * Makefile.in: Regenerate
3204
3205 2007-03-07 Andreas Schwab <schwab@suse.de>
3206
3207 * configure: Regenerate.
3208
3209 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3210
3211 * configure.ac: Add "--with-pdfdir" configure option,
3212 which defines pdfdir variable.
3213 * Makefile.def (target=fixincludes): Add install-pdf to
3214 missing targets.
3215 (recursive_targets): Add install-pdf target.
3216 (flags_to_pass): Add pdfdir.
3217 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3218 target.
3219 * configure: Regenerate
3220 * Makefile.in: Regenerate
3221
3222 2007-02-28 Eric Christopher <echristo@apple.com>
3223
3224 Revert:
3225 2006-12-07 Mike Stump <mrs@apple.com>
3226
3227 * Makefile.def (dependencies): Add dependency for
3228 install-target-libssp and install-target-libgomp on
3229 install-gcc.
3230 * Makefile.in: Regenerate.
3231
3232 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3233
3234 * configure: Regenerate.
3235 * configure.ac: Move statements after variable declarations.
3236
3237 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3238
3239 * configure.ac: Adjust for loop syntax.
3240 * configure: Regenerate.
3241
3242 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3243
3244 * configure: Rebuilt.
3245
3246 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3247
3248 * configure.ac: Drop multiple occurrences of --enable-languages,
3249 and fix its quoting.
3250 * configure: Rebuilt.
3251
3252 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3253 Nathan Sidwell <nathan@codesourcery.com>
3254 Vladimir Prus <vladimir@codesourcery.com
3255 Joseph Myers <joseph@codesourcery.com>
3256
3257 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3258 * configure: Regenerate.
3259
3260 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3261
3262 * configure.ac (target_libraries): Move libgcc before libiberty.
3263 * configure: Regenerated.
3264
3265 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3266
3267 * configure: Regenerate again?
3268
3269 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3270
3271 * configure: Reapply PR30748 fix which was lost in the previous commit.
3272
3273 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3274 Paolo Bonzini <bonzini@gnu.org>
3275
3276 PR bootstrap/30753
3277 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3278 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3279 * configure: Regenerated.
3280
3281 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3282
3283 * configure: Regenerate.
3284
3285 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3286
3287 PR bootstrap/30748
3288 * configure.ac: Correct syntax for Solaris ksh.
3289 * configure: Regenerated.
3290
3291 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * Makefile.def: Sync with GCC.
3294 * Makefile.tpl: Sync with GCC.
3295 * Makefile.in: Regenerate.
3296 * configure: Regenerate.
3297
3298 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3299
3300 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3301 noncanonical equivalents.
3302 * configure.in: Rename to...
3303 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3304 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3305 target_noncanonical. Use them. Rewrite removal of configure
3306 arguments for autoconf 2.59. Discard variable settings. Force
3307 program_transform_name for native tools.
3308
3309 * Makefile.in: Regenerated.
3310 * configure: Regenerated with autoconf 2.59.
3311
3312 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3313
3314 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3315
3316 * COPYING.LIBGLOSS: Reformat default Red Hat
3317 license to fit within 80 columns.
3318 * COPYING.NEWLIB: Ditto.
3319
3320 2007-02-05 Dave Brolley <brolley@redhat.com>
3321
3322 * Contribute the following changes:
3323 2006-11-28 DJ Delorie <dj@redhat.com>
3324
3325 * configure.in: Fix typo for mep's target_makefile_frag.
3326 * configure: Regenerated.
3327
3328 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3329
3330 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3331 * configure: Regenerate.
3332
3333 2001-09-19 DJ Delorie <dj@redhat.com>
3334
3335 * configure.in (target_makefile_frag): use mt-mep
3336
3337 2001-06-12 Don Howard <dhoward@redhat.com>
3338
3339 * configure.in: Remove gdb from MeP skip list.
3340
3341 2001-04-05 DJ Delorie <dj@redhat.com>
3342
3343 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3344
3345 2001-03-20 Ben Elliston <bje@redhat.com>
3346
3347 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3348
3349 2001-03-19 Ben Elliston <bje@redhat.com>
3350
3351 * config.sub (mep, mep-*): Add.
3352
3353 2007-01-31 Andreas Schwab <schwab@suse.de>
3354
3355 * Makefile.tpl (LDFLAGS): Substitute it.
3356 * Makefile.in: Regenerate.
3357
3358 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3359
3360 * configure.in: Change == to = in test command.
3361 * configure: Regenerate.
3362
3363 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3364 Nick Clifton <nickc@redhat.com>
3365 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3366
3367 * configure.in (build_configargs, host_configargs, target_configargs):
3368 Remove build/host/target parameters.
3369 (host_libs): Add gmp and mpfr.
3370 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3371 * Makefile.def (gmp, mpfr): New.
3372 (gcc): Remove target.
3373 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3374 target_os, target_vendor): New.
3375 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3376 * configure: Regenerate.
3377 * Makefile.in: Regenerate.
3378
3379 2007-01-11 Matt Fago <fago@earthlink.net>
3380
3381 * configure.in: Try to link to functions only in mpfr 2.2.x
3382 to improve robustness of configure tests.
3383 * configure: Regenerate.
3384
3385 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3386
3387 * configure.in: Add support for an x86_64-mingw* target.
3388 * configure: Regenerate.
3389
3390 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3391
3392 * Makefile.tpl (all-target): Correct @if conditional for target
3393 modules.
3394 * configure.in: Omit libiberty if building only target libgcc.
3395 * configure, Makefile.in: Regenerated.
3396
3397 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3398
3399 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3400 * configure: Regenerate.
3401
3402 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3403
3404 * Makefile.def (target_modules): Add libgcc.
3405 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3406 * Makefile.tpl (clean-target-libgcc): Delete.
3407 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3408 on gcc even for bootstrapped modules. Rewrite handling of
3409 lang_env_dependencies to loop over target_modules.
3410 * configure.in (target_libraries): Add target-libgcc.
3411 * Makefile.in, configure: Regenerated.
3412
3413 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3414
3415 Sync with gcc:
3416 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3417
3418 * configure.in: Reorganize recognition of languages. Add
3419 --enable-stage1-languages. Show supported languages for the chosen
3420 target rather than all recognized languages.
3421 * configure: Regenerate.
3422
3423 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3424
3425 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3426 * Makefile.in: Regenerate.
3427
3428 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3429
3430 * configure.in: Warn that MPFR 2.2.0 is buggy.
3431 * configure: Regenerate.
3432
3433 2006-12-27 Ian Lance Taylor <iant@google.com>
3434
3435 * configure.in: When removing Makefiles to force a reconfigure, also
3436 remove prev-DIR*/Makefile.
3437 * configure: Regenerate.
3438
3439 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3440
3441 * config.bfd: Recognize fido.
3442
3443 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3444
3445 Sync with gcc:
3446
3447 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3448
3449 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3450 it only affects bootstrap and could be tested on "$host" as well.
3451 * configure: Regenerate.
3452 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3453
3454 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3455
3456 PR bootstrap/29544
3457 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3458 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3459 move here comment from Makefile.tpl.
3460 * Makefile.tpl: Move some definitions higher in the file.
3461 (STAGE1_CHECKING): New.
3462 * configure.in: Add --enable-stage1-checking.
3463 * configure: Regenerate.
3464 * Makefile.in: Regenerate.
3465
3466 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3467
3468 * configure.in: Update error message for missing GMP/MPFR.
3469
3470 * configure: Regenerate.
3471
3472 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3473
3474 * configure.in: Update MPFR version in error message.
3475
3476 * configure: Regenerate.
3477
3478 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3479
3480 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3481 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3482 --with-gmp-lib): New flags.
3483
3484 * configure: Regenerate.
3485
3486 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3487
3488 PR bootstrap/30134
3489 * configure.in: Correct x86 darwin support for libjava to powerpc
3490 and i?86 only.
3491 * configure: Regenerate.
3492
3493 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3494
3495 * configure.in: Handle spu makefile frag.
3496 * Makefile.tpl (MAINT): Define
3497 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3498 * configure: Regenerate.
3499 * Makefile.in: Regenerate.
3500
3501 2006-12-11 Ben Elliston <bje@au.ibm.com>
3502
3503 * config.sub, config.guess: Update from upstream sources.
3504
3505 2006-12-11 Ben Elliston <bje@au.ibm.com>
3506
3507 * configure.in: Sync with GCC (spu-*-*).
3508 * configure: Sync with GCC.
3509
3510 2006-12-07 Mike Stump <mrs@apple.com>
3511
3512 * Makefile.def (dependencies): Add dependency for
3513 install-target-libssp and install-target-libgomp on
3514 install-gcc.
3515 * Makefile.in: Regenerate.
3516
3517 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3518
3519 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3520 (unstage): Test for stage_last presence.
3521
3522 PR bootstrap/29802
3523 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3524 * Makefile.in: Regenerate.
3525
3526 2006-11-14 DJ Delorie <dj@redhat.com>
3527
3528 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3529 * Makefile.in: Sync with GCC.
3530 * configure.in: Sync with GCC (mpfr, gmp).
3531 * configure: Sync with GCC.
3532
3533 2006-11-08 Jie Zhang <jie.zhang@analog.com>
3534
3535 * configure.in: Remove target-libgloss from noconfigdirs for
3536 bfin-*-*.
3537 * configure: Regenerated.
3538
3539 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3540
3541 * COPYING.NEWLIB: Add spu license.
3542 * COPYING.LIBGLOSS: Ditto.
3543
3544 2006-10-17 Brooks Moses <bmoses@stanford.edu>
3545
3546 * Makefile.def: Added pdf target handling.
3547 * Makefile.tpl: Added pdf target handling.
3548 * Makefile.in: Regenerated.
3549
3550 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3551
3552 * COPYING.NEWLIB: Updated.
3553 * COPYING.LIBGLOSS: Ditto.
3554
3555 2006-09-27 Dave Brolley <brolley@redhat.com>
3556
3557 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3558 $s instead of $r.
3559 * configure: Regenerated.
3560
3561 2006-09-26 Ben Elliston <bje@au.ibm.com>
3562
3563 * config.sub, config.guess: Update from upstream sources.
3564
3565 2006-09-20 Thiemo Seufer <ths@mips.com>
3566
3567 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3568 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3569 * configure: Regenerate.
3570
3571 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3572
3573 * configure.in: Never build newlib for a Mingw host.
3574 Never build newlib as Mingw target library.
3575 Test the existence of winsup/cygwin for building a Cygwin newlib,
3576 rather than just winsup.
3577 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3578 building a Mingw target.
3579 * configure: Regenerate.
3580
3581 2006-08-15 Thiemo Seufer <ths@mips.com>
3582 Nigel Stephens <nigel@mips.com>
3583 David Ung <davidu@mips.com>
3584
3585 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3586
3587 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3588
3589 Sync from GCC:
3590 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3591
3592 PR bootstrap/18058
3593 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3594 if the bootstrap compiler is a GCC version that supports it.
3595 * configure: Regenerate.
3596
3597 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3598
3599 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3600 * configure: Regenerated.
3601
3602 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3603
3604 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3605 for stages after the first.
3606
3607 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3608
3609 * Makefile.def: Add dependencies for configure-opcodes
3610 on configure-intl and all-opcodes on all-intl.
3611 * Makefile.in: Regenerated.
3612
3613 2006-07-04 Peter O'Gorman <peter@pogma.com>
3614
3615 * ltconfig: chmod 644 before ranlib during install.
3616
3617 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3618
3619 * configure.in: Fix thinkos in previous check-in.
3620 * configure: Regenerate.
3621
3622 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3623
3624 Sync from gcc:
3625
3626 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3627
3628 PR other/27063
3629 * configure.in: Test subdir_requires and give an appropriate
3630 error message.
3631 * configure: Regenerate.
3632
3633 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3634
3635 PR target/27540
3636 * configure.in: Only enable libgomp on IRIX 6.
3637 * configure: Regenerate.
3638
3639 2006-06-20 David Ayers <d.ayers@inode.at>
3640
3641 PR bootstrap/28072
3642 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3643 whether target-libjava is being configured instead of whether the
3644 java front end is enabled.
3645 * configure: Regenerate.
3646
3647 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3648
3649 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3650 to R_ARM_LDC_SB_G{0,1,2} respectively.
3651
3652 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3653
3654 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3655 too.
3656 * Makefile.in: Regenerate.
3657
3658 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3659
3660 Sync from gcc:
3661
3662 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3663 * configure.in: Don't enable libgomp on hpux10.
3664 * configure: Rebuilt.
3665
3666 2006-06-13 David Ayers <d.ayers@inode.at>
3667
3668 Sync from gcc:
3669
3670 2006-06-12 David Ayers <d.ayers@inode.at>
3671
3672 PR bootstrap/27963
3673 PR target/19970
3674 * configure.in: Remove target-boehm-gc from noconfigdirs where
3675 ${libgcj} is specified.
3676 * configure: Regenerate.
3677
3678 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3679
3680 Sync from gcc:
3681
3682 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3683 Andreas Schwab <schwab@suse.de>
3684
3685 PR bootstrap/18033
3686 * config-ml.in: Eval option if surrounded by single quotes.
3687
3688 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3689
3690 Sync from gcc:
3691
3692 2006-06-06 David Ayers <d.ayers@inode.at>
3693
3694 PR libobjc/13946
3695 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3696 * Makefile.in: Regenerate.
3697 * configure.in: Add --enable-objc-gc at toplevel and have it
3698 enable boehm-gc for Objective-C.
3699 Remove target-boehm-gc from libgcj.
3700 Add target-boehm-gc to target_libraries.
3701 Add target-boehm-gc to noconfigdirs where ${libgcj}
3702 is specified.
3703 Assert that boehm-gc is supported when requested for Objective-C.
3704 Only build boehm-gc if needed either for Java or Objective-C.
3705 * configure: Regenerate.
3706
3707 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3708
3709 PR 27674
3710 * Makefile.tpl (configure-[+prefix+][+module+],
3711 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3712 Remove rule to unstage bootstrapped modules.
3713 (stage_current): New.
3714 * Makefile.in: Regenerate.
3715
3716 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3717 Andreas Tobler <a.tobler@schweiz.ch>
3718
3719 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3720 * configure: Rebuilt.
3721
3722 Revert
3723 2006-01-31 Richard Guenther <rguenther@suse.de>
3724 Paolo Bonzini <bonzini@gnu.org>
3725
3726 * Makefile.def (target_modules): Add libgcc-math target module.
3727 * configure.in (target_libraries): Add libgcc-math target library.
3728 (--enable-libgcc-math): New configure switch.
3729 * Makefile.in: Re-generate.
3730 * configure: Re-generate.
3731
3732 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3733
3734 * config-ml.in: Alter CCASFLAGS to include special
3735 multilib options the same as is done for CFLAGS.
3736
3737 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3738
3739 * Makefile.def: Added dependencies from sim and gdb on intl, and
3740 added configure dependencies to everything with an all dependency
3741 on intl.
3742 * gettext.m4: Removed.
3743 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3744 (GDB_SUPPORT_DIRS): Add intl.
3745 * Makefile.in: Regenerated.
3746
3747 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3748
3749 * src-release (DEVO_SUPPORT): Add config.rpath.
3750
3751 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3752
3753 * Makefile.def (bfd, opcodes): Fix lib_path.
3754 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3755 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3756 * Makefile.in: Regenerate.
3757
3758 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3759
3760 * configure.in: Enable gprof for cross builds.
3761 * configure: Regenerate.
3762
3763 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3764
3765 * src-release (MAKEINFOFLAGS): Define.
3766 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3767
3768 2006-05-14 Ben Elliston <bje@au.ibm.com>
3769
3770 * config.sub, config.guess: Update from upstream sources.
3771
3772 2006-05-12 Ben Elliston <bje@au.ibm.com>
3773
3774 * config.sub, config.guess: Update from upstream sources.
3775
3776 2006-05-04 Steve Ellcey <sje@cup.hp.com>
3777
3778 * blt, iwidgets, mmalloc: Remove directories.
3779
3780 2006-05-01 DJ Delorie <dj@redhat.com>
3781
3782 * configure.in: Restore CFLAGS if GMP isn't present.
3783 * configure: Regenerate.
3784
3785 2006-04-18 DJ Delorie <dj@redhat.com>
3786
3787 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3788 reference libgloss so that libssp can be built in a combined
3789 tree.
3790 * configure: Regenerate.
3791
3792 2006-04-10 Ben Elliston <bje@au.ibm.com>
3793
3794 * contrib: Remove directory.
3795
3796 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3797
3798 * Makefile.tpl: Add install-html target.
3799 * Makefile.def: Add install-html target.
3800 * Makefile.in: Regenerate.
3801 * configure.in: Add --with-datarootdir, --with-docdir,
3802 and --with-htmldir options.
3803 * configure: Regenerate.
3804
3805 2006-03-31 Ben Elliston <bje@au.ibm.com>
3806
3807 PR binutils/1860
3808 * configure.in: Require makeinfo 4.4 or higher.
3809 * configure: Regenerate.
3810
3811 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3812
3813 * Makefile.in: Regenerate.
3814
3815 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3816
3817 Sync with gcc:
3818 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3819
3820 * configure.in: Handle --disable-<component> generically.
3821 * configure: Regenerate.
3822
3823 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3824
3825 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3826 (TARGET_CONFIGDIRS): Remove.
3827 * configure.in: Remove AC_SUBST(target_configdirs).
3828 * Makefile.in, configure: Regenerated.
3829
3830
3831 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3832
3833 PR libgcj/17311
3834 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3835
3836 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3837
3838 PR bootstrap/25670
3839
3840 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3841
3842 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3843 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3844 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3845 BUILD_PREFIX, BUILD_PREFIX_1.
3846 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3847
3848 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3849 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3850
3851 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3852 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3853 of `cat stage_current`. Always provide the `r' and `s' variables.
3854 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3855 a single shell execution.
3856 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3857 bootstrapped modules, make the stage1 module if the build was not
3858 started yet, else build the current stage.
3859 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3860 (all-build, all-host, all-target, [+make_target+]-host,
3861 [+make_target+]-target): Do not use \-continued lines.
3862 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3863 (current_stage, restrap, stage_last): New.
3864
3865 * Makefile.in: Regenerate.
3866 * configure: Regenerate.
3867
3868 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3869
3870 Sync from gcc:
3871
3872 2006-01-31 Richard Guenther <rguenther@suse.de>
3873 Paolo Bonzini <bonzini@gnu.org>
3874
3875 * Makefile.def (target_modules): Add libgcc-math target module.
3876 * configure.in (target_libraries): Add libgcc-math target library.
3877 (--enable-libgcc-math): New configure switch.
3878 * Makefile.in: Re-generate.
3879 * configure: Re-generate.
3880 * libgcc-math: New toplevel directory.
3881
3882 2006-01-18 Richard Henderson <rth@redhat.com>
3883 Jakub Jelinek <jakub@redhat.com>
3884 Diego Novillo <dnovillo@redhat.com>
3885
3886 * libgomp: New directory.
3887 * Makefile.def: Add target_module libgomp.
3888 * Makefile.in: Regenerate.
3889 * configure.in (target_libraries): Add target-libgomp.
3890 * configure: Regenerate.
3891
3892 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3893 Andreas Schwab <schwab@suse.de>
3894
3895 * configure: Regenerate.
3896
3897 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
3898
3899 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3900 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3901 the assembler, linker and binutils.
3902 * configure: Regenerate.
3903
3904 2006-01-16 Nick Clifton <nickc@redhat.com>
3905
3906 * config.sub, config.guess: Sync from config repository.
3907
3908 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
3909
3910 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3911 @ from continuation.
3912 * Makefile.in: Rebuilt.
3913
3914 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3915
3916 Sync from gcc:
3917
3918 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3919
3920 PR bootstrap/24252
3921
3922 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3923 * Makefile.tpl (OBJDUMP): New.
3924 (EXTRA_HOST_FLAGS): Add it.
3925 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3926
3927 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3928 to use symbolic links between directories. Avoid race conditions
3929 or make them harmless.
3930 * configure.in: Do not try to use symbolic links between directories.
3931
3932 * Makefile.def (LEAN): Pass.
3933 * Makefile.tpl (LEAN): Define.
3934 (stage[+id+]-start): Accept that the previous directory does not
3935 exist, if the bootstrap is lean.
3936 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3937 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3938 configure substitution.
3939 ([+compare-target+]): Likewise.
3940 ([+bootstrap-target+]-lean): New.
3941 * configure.in: Remove lean bootstrap support from here.
3942
3943 * Makefile.in: Regenerate.
3944 * configure: Regenerate.
3945
3946 2006-01-02 Andreas Schwab <schwab@suse.de>
3947
3948 * configure.in: When reconfiguring remove Makefile in
3949 all stage directories.
3950 * configure: Regenerate.
3951
3952 2005-12-27 Leif Ekblad <leif@rdos.net>
3953
3954 * configure.in: Add support for RDOS target.
3955 * configure: Regenerate.
3956
3957 2005-12-27 Nick Clifton <nickc@redhat.com>
3958
3959 PR binutils/1990
3960 * libtool.m4: Synchronize with version in GCC sources.
3961
3962 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
3963
3964 Revert Ada-related part of the previous change.
3965
3966 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3967 Do not pass.
3968 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3969 * Makefile.in: Regenerate.
3970 * configure.in: Do not include mt-ppc-aix target fragment.
3971 * configure: Regenerate.
3972
3973 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
3974
3975 * configure.in: Select appropriate fragments for PowerPC/AIX.
3976 * configure: Regenerate.
3977
3978 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3979 BOOT_CFLAGS, BOOT_LDFLAGS.
3980 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3981 BOOT_CFLAGS, BOOT_LDFLAGS.
3982 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3983 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3984 (stage): Fail if we cannot complete the work.
3985 * Makefile.in: Regenerate.
3986
3987 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
3988
3989 * COPYING.NEWLIB: Update copyright year for default
3990 copyright.
3991
3992 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
3993
3994 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3995 install-host-nogcc): Don't invoke $(stage) at the end.
3996 * Makefile.in: Regenerate.
3997
3998 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
3999
4000 * configure.in: Flip the top-level bootstrap switch.
4001 * configure: Regenerate.
4002
4003 Merge from gcc:
4004
4005 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4006
4007 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4008 $(stage) and $(unstage).
4009 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4010 (all): Remove stray semicolon.
4011 (local-distclean): Don't handle multilib.tmp and multilib.out.
4012 (install.all): Set $s for consistency.
4013 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4014 check_multilibs setting. Always make the install directory.
4015 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4016 Correct @if/@endif.
4017 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4018 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4019 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4020 (multilib.out): Remove.
4021 * Makefile.in: Regenerated.
4022
4023 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4024
4025 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4026 * configure.in: Replace ms1 arch with mt.
4027 * configure: Rebuilt.
4028
4029 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4030
4031 Sync with gcc:
4032
4033 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4034
4035 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4036 * configure.in: Replace ms1 arch with mt.
4037 * configure: Rebuilt.
4038
4039 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4040
4041 Sync with gcc:
4042
4043 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4044
4045 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4046 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4047 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4048 Find in-tree tools if available.
4049 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4050 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4051 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4052 (COMPILER_*_FOR_TARGET): New.
4053 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4054 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4055 (CONFIGURED_*, USUAL_*): Remove.
4056 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4057 STRIP): Use autoconf substitutions.
4058 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4059 COMPILER_NM_FOR_TARGET): New.
4060 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4061
4062 (all): Make all-host and all-target in parallel.
4063 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4064 that $$r and $$s are set before invoking a recursive make.
4065 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4066 ([+bootstrap-target+]): Inline most of the `all' target.
4067
4068 2005-11-29 Ben Elliston <bje@au.ibm.com>
4069
4070 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4071 from the gcc build directory.
4072 * Makefile.in: Regenerate.
4073
4074 2005-11-29 Ben Elliston <bje@au.ibm.com>
4075
4076 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4077 depend on all-libdecnumber.
4078 * configure.in (host_libs): Include libdecnumber.
4079 * Makefile.in: Regenerate.
4080 * configure: Likewise.
4081
4082 2005-11-21 Kean Johnston <jkj@sco.com>
4083
4084 * config.sub, config.guess: Sync from upstream sources.
4085
4086 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4087
4088 * Makefile.def: Remove gdb dependencies for gdbtk.
4089 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4090 (configure-gdb, install-gdb): New rules.
4091 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4092 * Makefile.in, configure: Regenerated.
4093
4094 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4095
4096 PR bootstrap/24297
4097 * Makefile.tpl (do-[+make-target+], do-check, install,
4098 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4099 are set before recursing.
4100 * Makefile.in: Regenerate.
4101
4102 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4103
4104 PR bootstrap/18939
4105 * Makefile.def (gcc) <target>: Fix thinko.
4106 * Makefile.in: Regenerate.
4107
4108 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4109
4110 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4111 * configure: Regenerate.
4112
4113 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4114
4115 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4116 target-libffi, target-qthreads, target-libjava, and
4117 targetlibobjc.
4118 * configure: Regenerate.
4119
4120 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4121
4122 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4123 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4124 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4125 (USUAL_OBJDUMP_FOR_TARGET): New.
4126 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4127 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4128 * configure, Makefile.in: Regenerated.
4129
4130 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4131
4132 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4133 before other host packages.
4134
4135 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4136
4137 PR bootstrap/22340
4138
4139 * configure.in (default_target): Remove.
4140 * Makefile.tpl (all): Do not use prerequisites as subroutines
4141 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4142 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4143 use prerequisites as subroutines.
4144 (check-host, check-target): New.
4145 (bootstrap configure & all targets): Do not use stage*-start
4146 if the directory layout is already ok.
4147 (non-bootstrap configure & all targets): Prepend a $(unstage).
4148 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4149 (NOTPARALLEL): Remove.
4150 (unstage, stage variables): New variables.
4151 (unstage, stage targets): Simply expand to those variables.
4152
4153 * configure: Regenerate.
4154 * Makefile.in: Regenerate.
4155
4156 2005-10-04 James E Wilson <wilson@specifix.com>
4157
4158 * Makefile.def (lang_env_dependencies): Add libmudflap.
4159 * Makefile.in: Regenerate.
4160
4161 2005-10-03 Catherine Moore <clm@cm00re.com>
4162
4163 * configure.in (bfin-*-*): Support bfin.
4164 * configure: Regenerated.
4165
4166 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4167
4168 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4169 * configure: Regenerated.
4170
4171 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4172
4173 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4174 (LIPO_FOR_TARGET): New.
4175 (CONFIGURED_LIPO_FOR_TARGET): New.
4176 (USUAL_LIPO_FOR_TARGET): New.
4177 (STRIP_FOR_TARGET): New.
4178 (CONFIGURED_STRIP_FOR_TARGET): New.
4179 (USUAL_STRIP_FOR_TARGET): New.
4180 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4181 STRIP_FOR_TARGET.
4182 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4183 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4184 * Makefile.in: Regenerate.
4185 * configure: Regenerate.
4186
4187 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4188
4189 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4190 (rs6000-*-aix*): Same.
4191 * configure: Regenerate.
4192
4193 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4194
4195 * configure.in: Recognize f95 in the --enable-languages option,
4196 and substitute it for fortran, issuing a warning.
4197 * configure: Regenerate.
4198
4199 2005-09-07 Ben Elliston <bje@au.ibm.com>
4200
4201 Import from Autoconf sources:
4202
4203 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4204 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4205 Elliston. Handle weird characters correctly.
4206
4207 2005-08-30 Phil Edwards <phil@codesourcery.com>
4208
4209 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4210 * configure: Regenerated.
4211
4212 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4213
4214 * Makefile.def (libssp): Add to lang_env_dependencies.
4215 * Makefile.in: Regenerate.
4216
4217 2005-08-17 Christian Groessler <chris@groessler.org>
4218
4219 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4220 * Makefile.in: Regenerate.
4221
4222 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4223
4224 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4225 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4226 Look for alternate names of the target cc and c++
4227 * configure: Regenerate.
4228
4229 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4232 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4233 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4234 tools; remove code to manually set them.
4235 (Target tools): Look in the environment for them.
4236 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4237 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4238 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4239 build directory.
4240 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4241 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4242 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4243 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4244 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4245 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4246 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4247 * configure: Regenerate.
4248 * Makefile.in: Regenerate.
4249
4250 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4251
4252 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4253 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4254 * Makefile.in: Regenerated.
4255
4256 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4257
4258 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4259 (CFLAGS_FOR_TARGET): Use it.
4260 (CXXFLAGS_FOR_TARGET): Likewise.
4261 * Makefile.in: Regenerated.
4262 * configure.in (--with-build-sysroot): New option.
4263 * configure: Regenerated.
4264
4265 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4266
4267 * Makefile.tpl: Wrap install between unstage and stage
4268 * Makefile.in: Regenerate.
4269
4270 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4271
4272 * all files: Update FSF address.
4273
4274 2005-07-14 Jim Blandy <jimb@redhat.com>
4275
4276 * configure.in: Add cases for Renesas m32c.
4277 * configure: Regenerated.
4278
4279 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4280
4281 * COPYING, compile, config-ml.in, config.guess,
4282 config.sub, install-sh, missing, mkinstalldirs,
4283 symlink-tree, ylwrap: Sync from upstream sources.
4284
4285 2005-07-13 Eric Christopher <echristo@redhat.com>
4286
4287 * configure.in: Add toplevel noconfigdir support for tpf.
4288 * configure: Regenerate.
4289
4290 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4291
4292 * Makefile.def (target_modules): Add libssp.
4293 * configure.in (target_libraries): Add target-libssp.
4294 * configure: Rebuilt.
4295 * Makefile.in: Rebuilt.
4296
4297 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4298
4299 PR ada/22340
4300
4301 * Makefile.def: Sync with gcc.
4302 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4303 * Makefile.in: Regenerate.
4304
4305 2005-07-07 Andreas Schwab <schwab@suse.de>
4306
4307 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4308 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4309 * Makefile.in: Regenerated.
4310
4311 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4312
4313 * configure.in: Add --enable-libssp and --disable-libssp.
4314 * configure: Regenerate with autoconf-2.13.
4315
4316 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4317
4318 * configure.in: Don't build sim or rda when targetting darwin.
4319 * configure: Regenerate.
4320
4321 2005-07-04 Ben Elliston <bje@gnu.org>
4322
4323 * src-release (do-proto-toplev): Remove dejagnu bits.
4324 (DEJAGNU_SUPPORT_DIRS): Remove.
4325 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4326 (GDBD_SUPPORT_DIRS): Likewise.
4327 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4328 (INSIGHTD_SUPPORT_DIRS): Likewise.
4329 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4330
4331 2005-06-30 Ben Elliston <bje@gnu.org>
4332
4333 * setup.com (mpw): Remove unused directive.
4334
4335 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4336
4337 * Makefile.def (stagefeedback): Come after profile.
4338 Define profiledbootstrap target.
4339 * Makefile.tpl (profiledbootstrap): Remove.
4340 (stageprofile-end): Zap stagefeedback.
4341 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4342 * Makefile.in: Regenerate.
4343
4344 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4345
4346 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4347 In 'cpp' stanza, support '#line' as well as '# '.
4348
4349 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4350
4351 * configure.in (unsupported_languages): New macro.
4352 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4353 non-ported target libraries in noconfigdirs.
4354 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4355 non-linux-gnu. Remove libgcj_ex_libffi.
4356 <lang_frag loop>: Set add_this_lang=no if the language is in
4357 unsupported_languages.
4358 * configure: Regenerate.
4359
4360 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4361
4362 * configure.in: Fix typo in handling of --with-mpfr-dir.
4363 * configure: Regenerate.
4364
4365 2005-06-02 Jim Blandy <jimb@redhat.com>
4366
4367 * config.sub: Add cases for the Renesas m32c. (This patch has been
4368 accepted into the master sources.)
4369
4370 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4371 Michael Snyder <msnyder@redhat.com>
4372 Stan Cox <scox@redhat.com>
4373
4374 * configure.in: Set noconfigdirs for ms1.
4375
4376 * configure: Regenerate.
4377
4378 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4379
4380 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4381 (Dependencies): Consider target modules for bootstrap dependencies.
4382 Make target bootstrap modules depend on each stage's gcc.
4383 * Makefile.in: Regenerate.
4384
4385 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4386
4387 * Makefile.def (configure-gcc): Depend on binutils having been built.
4388 (all-gcc): No need to do it here.
4389 * Makefile.in: Regenerate.
4390
4391 2005-05-19 Paul Brook <paul@codesourcery.com>
4392
4393 * configure.in: Rewrite misleading error message when requested
4394 language cannot be built.
4395 * configure: Regenerate.
4396
4397 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4398
4399 * ylwrap: Import from Automake 1.9.5.
4400
4401 2005-05-04 Mike Stump <mrs@apple.com>
4402
4403 * configure.in: Always pass --target to target configures as
4404 otherwise rebuilds that do --recheck will fail.
4405 * configure: Rebuilt.
4406
4407 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4408
4409 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4410 STAGE_HOST_EXPORTS.
4411 (configure, all): Add bootstrap support.
4412 (Host modules, target modules): Pass post-stage1 flags and exports.
4413 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4414 * Makefile.in: Regenerate.
4415
4416 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4417
4418 Sync from gcc:
4419
4420 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4421
4422 * config.sub: Update from master copy.
4423
4424 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4425
4426 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4427 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4428 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4429 "*-*-elf" and "*-*-linux*".
4430 * configure: Regenerate.
4431
4432 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4433
4434 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4435 (TARGET_CONFIGARGS): Include --with-target-subdir.
4436 (configure, all): New macros. Use them throughout.
4437
4438 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4439
4440 * Makefile.tpl: Sync with gcc.
4441 * Makefile.in: Regenerate.
4442
4443 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4444
4445 * config/mh-mingw32: Delete.
4446 * configure.in: Don't use it.
4447 * configure: Regenerate.
4448
4449 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4450
4451 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4452 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4453 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4454 (HOST_LIB_PATH): Generate from Makefile.def.
4455 (TARGET_LIB_PATH): Likewise.
4456 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4457 * Makefile.in: Regenerate.
4458 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4459 (RPATH_ENVVAR): Include Darwin case.
4460 * configure: Regenerate.
4461
4462 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4463
4464 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4465 * configure: Regenerate.
4466
4467 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4468
4469 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4470 gcc_version, and gcc_version_trigger from set of flags to pass.
4471 * Makefile.tpl: Remove definitions of above variables.
4472 (config.status): Remove dependency on $(gcc_version_trigger).
4473 * Makefile.in: Regenerate.
4474 * configure.in: Do not reference config/gcc-version.m4 nor
4475 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4476 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4477 * configure: Regenerate.
4478
4479 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4480 Andrew Pinski <pinskia@physics.uc.edu>
4481
4482 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4483 * Makefile.in: Regenerate.
4484
4485 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4486
4487 PR libgcj/20160
4488 * ltmain.sh: Avoid creating archives with components that have
4489 duplicate basenames.
4490
4491 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4492
4493 PR bootstrap/20250
4494 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4495 instead of check.
4496 * Makefile.in: Regenerate.
4497
4498 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4499
4500 Sync from gcc.
4501
4502 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4503
4504 PR bootstrap/17383
4505 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4506 * Makefile.tpl (HOST_SUBDIR): New substitution.
4507 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4508 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4509 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4510 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4511 (Host modules, Bootstrapped modules): Use it.
4512 (Build modules, Target modules): Do not create symlink trees,
4513 always configure out-of-srcdir.
4514 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4515 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4516 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4517 $(HOST_SUBDIR). Create a symlink for host_subdir.
4518
4519 * Makefile.in: Regenerate.
4520 * configure: Regenerate.
4521
4522 Merged from libada-gnattools-branch:
4523 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4524
4525 * Makefile.def: Add gnattools as a module, depending on target-libada.
4526 * Makefile.in: Regenerate.
4527 * configure.in: Include gnattools in host_tools; disable it if ada
4528 is disabled.
4529 * configure: Regenerate.
4530
4531 2005-02-23 Nick Clifton <nickc@redhat.com>
4532
4533 * configure: Regenerate.
4534
4535 2005-02-22 Paul Schlie <schlie@comcast.net>
4536
4537 * configure.in: Allow darwin targeted ports to build tk, itcl and
4538 libgui.
4539
4540 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4541
4542 PR libgcj/10353
4543 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4544 * configure: Regenerate.
4545
4546 2005-02-08 Andrew Cagney <cagney@gnu.org>
4547
4548 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4549 gdb/ section. Update GDB's URL.
4550
4551 2005-01-31 Andrew Cagney <cagney@gnu.org>
4552
4553 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4554
4555 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4556
4557 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4558 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4559 target-libgloss when not *-*-elf and *-*-aout.
4560 * configure: Regenerate.
4561
4562 2005-01-27 Andrew Cagney <cagney@gnu.org>
4563
4564 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4565
4566 2005-01-24 Andrew Cagney <cagney@gnu.org>
4567
4568 * gettext.m4: Only fall back to ../intl/ when it's present.
4569
4570 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4571
4572 * install-sh, config.sub: Import from upstream.
4573
4574 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4575
4576 PR bootstrap/18222
4577 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4578 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4579 * Makefile.in: Regenerate.
4580
4581 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
4582
4583 Revert 2004-12-28 Makefile changes, a better fix will be
4584 applied to mainline and src after GCC 4.0 branches.
4585
4586 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4587
4588 PR bootstrap/17383
4589
4590 * Makefile.def (target_modules): Remove stage parameter,
4591 it is always true now.
4592 * Makefile.tpl (configure-build-[+module+],
4593 configure-target-[+module+]): Always build symlink tree
4594 for the directory and for include. BUILD_SUBDIR and
4595 TARGET_SUBDIR cannot be . anymore.
4596 * Makefile.in: Regenerate.
4597
4598 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4599
4600 Revert 2004-12-08 Makefile changes.
4601
4602 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4603
4604 * configure.in (sh64-*-*): Reenable gprof.
4605 * configure: Regenerate.
4606
4607 2004-12-09 Jim Blandy <jimb@redhat.com>
4608
4609 * MAINTAINERS: List 'depcomp' as part of automake.
4610
4611 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4612
4613 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4614 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4615 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4616 * Makefile.in: Regenerate.
4617
4618 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4619
4620 * Makefile.tpl: Generate normal dependencies if the LHS module is
4621 not bootstrapped.
4622 * Makefile.in: Regenerate.
4623
4624 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4625
4626 * configure.in: Include config/gxx-include-dir.m4. Use
4627 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4628 * configure: Regenerate.
4629
4630 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4631
4632 * config.if: Delete.
4633 * configure.in: Set libstdcxx_incdir directly.
4634 * configure: Regenerate.
4635 * MAINTAINERS: Remove mention of config.if.
4636 * src-release (DEVO_SUPPORT): Remove config.if.
4637
4638 2004-12-02 Eric Christopher <echristo@redhat.com>
4639
4640 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4641 of things to remove.
4642 * Makefile.in: Regenerate.
4643
4644 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4645
4646 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4647 * configure: Regenerate.
4648
4649 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4650
4651 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4652 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4653 * configure: Regenerate.
4654
4655 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4656
4657 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4658 (hppa*64*-*-*): Delete incorrect comment.
4659 * configure: Rebuilt.
4660
4661 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4662
4663 * install-sh, compile: Import from automake.
4664
4665 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4666
4667 * config.guess, config.sub: Import from savannnah.
4668
4669 2004-11-12 Mike Stump <mrs@apple.com>
4670
4671 * Makefile.def: Add html support.
4672 * Makefile.tpl: Likewise.
4673 * Makefile.in: Regenerate.
4674
4675 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4676
4677 PR 18423
4678 * configure.in: Remove all instances of build-fixincludes from
4679 noconfigdirs.
4680 (build_configargs): Supply --target to subdirectories.
4681 * configure: Regenerate.
4682
4683 * Makefile.def: Make gcc install depend on fixincludes install.
4684 * Makefile.in: Regenerate.
4685
4686 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4687
4688 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4689 target-libgfortran.
4690 * configure: Regenerate.
4691
4692 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4693
4694 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4695 like CC.
4696
4697 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4698
4699 * Makefile.def (host fixincludes): Specify missing targets.
4700 * Makefile.in: Regenerate.
4701
4702 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4703
4704 PR other/17783
4705 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4706 * configure: Regenerated.
4707
4708 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4709
4710 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4711 * configure: Regenerated.
4712
4713 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4714
4715 PR target/18151
4716 * configure.in (case ${target}): Do not build fixincludes for avr.
4717 * configure: Regenerated.
4718
4719 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4720
4721 * configure.in (case ${target}): Do not build fixincludes
4722 on platforms where it is not used.
4723 * configure: Regenerated.
4724
4725 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4726
4727 * configure.in: Use an absolute path to install-sh.
4728 * configure: Regenerated.
4729
4730 2004-10-19 Andrew Cagney <cagney@gnu.org>
4731
4732 * src-release (do-djunpack, do-md5sum): Install the generated file
4733 directly into the proto-toplev/ directory.
4734
4735 2004-10-19 Andrew Cagney <cagney@gnu.org>
4736
4737 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4738
4739 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4740
4741 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4742 * configure: Regenerate.
4743
4744 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4745
4746 Fix wrong conflict resolution in:
4747
4748 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4749
4750 * Makefile.in: Regenerate.
4751 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4752 in the recursive `make', instead of hardwiring `all'.
4753 (Autogenerated TARGET-* variables): New.
4754
4755 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4756
4757 Merged from GCC / libtool upstream:
4758 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4759 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4760 * ltcf-cxx.sh (tpf*): Likewise.
4761 * ltconfig (tpf*): Add TPF OS configuration support.
4762
4763 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4764
4765 * configure.in: Enable target-libgloss for crx-*-*.
4766 * configure: Regenerate.
4767
4768 2004-09-24 Michael Roth <mroth@nessie.de>
4769
4770 * configure.in (--without-headers): Add missing double quotes.
4771 * configure: Regenerate.
4772
4773 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4774
4775 * ylwrap: Revert to previous version.
4776
4777 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4778
4779 PR bootstrap/17369
4780 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4781 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4782 SET_GCC_LIB_PATH_CMD.
4783 (BASE_TARGET_EXPORTS): Likewise.
4784 * Makefile.in: Regenerated.
4785
4786 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4787 * configure: Regenerated.
4788
4789 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4790
4791 * config.guess: New upstream version
4792 * compile, depcomp, install-sh, ylwrap: Likewise.
4793
4794 2004-09-19 Roger Sayle <roger@eyesopen.com>
4795
4796 * config/mh-x86omitfp: New host makefile fragment. Add
4797 -fomit-frame-pointer to the default BOOT_CFLAGS.
4798 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4799 * configure: Regenerate.
4800
4801 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4802
4803 PR target/11572
4804 * configure.in (*-*-darwin*): Renable libobjc.
4805 * configure: Regenerate.
4806
4807 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4808
4809 * Makefile.def: Remove libbanshee.
4810 * Makefile.tpl: Ditto.
4811 * configure.in: Ditto.
4812 * Makefile.in: Regen.
4813 * configure: Ditto.
4814
4815 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4816
4817 * missing: Import latest version from master repository.
4818
4819 2004-09-04 Nick Clifton <nickc@redhat.com>
4820
4821 * config.sub: Import latest version from master repository.
4822 * config.guess: Likewise.
4823 This includes these changes:
4824
4825 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4826
4827 * config.sub: Handle crisv32, alias etraxfs.
4828 * config.guess (crisv32:Linux:*:*): Handle.
4829
4830 2004-08-13 Brad Smith <brad@comstyle.com>
4831
4832 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4833 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4834
4835 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4836
4837 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4838 assume the processor is a powerpc. This is because coreutils
4839 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4840 in this case, due to a MacOS X bug that causes
4841 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4842 to return a negative number.
4843 Problem reported by Petter Reinholdtsen in:
4844 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4845
4846 2004-07-19 Ben Elliston <bje@gnu.org>
4847
4848 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4849
4850 2004-06-24 Ben Elliston <bje@gnu.org>
4851
4852 * config.guess: Update copyright years.
4853 * config.sub: Likewise.
4854
4855 2004-06-22 Robert Millan <robertmh@gnu.org>
4856
4857 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4858 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4859
4860 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4861
4862 * config.guess (*:*VMS:*:*): New entry. Replaces
4863 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4864 manufacturer.
4865
4866 2004-06-22 Ben Elliston <bje@gnu.org>
4867
4868 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4869 * config.sub: Likewise.
4870
4871 2004-06-22 Ben Elliston <bje@gnu.org>
4872
4873 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4874 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4875
4876 2004-06-11 Ben Elliston <bje@gnu.org>
4877
4878 * config.guess (pegasos:OpenBSD:*:*): Remove.
4879
4880 2004-06-11 Ben Elliston <bje@gnu.org>
4881
4882 From Wouter Verhelst <wouter@grep.be>:
4883 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4884
4885 2004-06-11 Ben Elliston <bje@gnu.org>
4886
4887 * config.guess (luna88k:OpenBSD:*:*): New.
4888
4889 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4890
4891 * config.guess (m32r*:Linux:*:*): New case.
4892 * config.sub: Handle m32rle.
4893
4894 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4895
4896 From Jens Petersen <petersen@redhat.com>:
4897 * config.sub: Handle sparcv8.
4898
4899 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4900
4901 From Tom Smith <smith@cag.lkg.hp.com>:
4902 * config.guess: Version suffixes are equally significant on Tru64
4903 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4904 prefix of "P" (patched kernel).
4905
4906 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4907
4908 * config.sub: Add support for National Semiconductor CRX target.
4909
4910 2004-09-03 Jan Beulich <jbeulich@novell.com>
4911
4912 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4913 *-*-netware, but add target-libmudflap.
4914 Consolidate *-*-netware targets (of which really only i?86 exists)
4915 into a single entry.
4916 * configure: Likewise.
4917
4918 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
4919
4920 * Makefile.tpl (sorry): Remove.
4921 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4922 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4923 (do-clean): Clean per-stage directories too.
4924 (do-distclean): Run distclean-stage1 too.
4925 (.NOTPARALLEL): Enable during toplevel bootstrap.
4926 (stage[+id+]-bubble): Enable parallel execution during
4927 the recursive invocation.
4928 * Makefile.in: Regenerate.
4929
4930 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4931
4932 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4933
4934 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4935 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4936 * configure: regenerate
4937 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4938 -mdynamic-no-pic
4939
4940 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4941
4942 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4943 include.
4944 * configure.in: Fix indentation.
4945 * configure: Regenerate.
4946
4947 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4948
4949 * Makefile.def (build_modules): Add fixincludes.
4950 (dependencies): Make gcc depend on fixincludes.
4951 * configure.in (build_tools): Add fixincludes.
4952 (build_configdirs): Always include build_libs.
4953 * Makefile.in: Regenerate.
4954 * configure: Regenerate.
4955
4956 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
4957
4958 * Makefile.def (bootstrap stages): Add 'lean' parameter.
4959 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
4960 phony targets; do not generate timestamp files.
4961 (distclean-stageN): Remove references to their timestamp files.
4962 (restageN, touch-stageN): Remove.
4963 (stageN-bubble): Rewritten.
4964 (compare): Support lean bootstraps.
4965 * Makefile.in: Regenerate.
4966
4967 * configure.in: Only warn when bootstrapping but
4968 build != host or build != target. Support lean bootstraps.
4969 * configure: Regenerate.
4970
4971 Sync from gcc:
4972 2004-08-26 Phil Edwards <phil@codesourcery.com>
4973
4974 * configure.in: Give a better error message if GMP/MPFR are missing
4975 and a language needing them has been requested.
4976 * configure: Regenerated.
4977
4978 2004-08-25 Phil Edwards <phil@codesourcery.com>
4979
4980 * configure.in: Print a list of available language front-ends if
4981 a requested one is missing. Tidy stray tab characters.
4982 * configure: Regenerated.
4983
4984 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
4985
4986 * Makefile.in: Regenerate.
4987 * configure: Regenerate.
4988
4989 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
4990 stage_*_flags.
4991 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
4992 for bootstrapped modules if toplevel bootstrap is going.
4993 (GCC bootstrap): Generate per-stage targets for all bootstrapped
4994 modules. Adjust for changes in Makefile.def. Enable several
4995 rules even in non-bootstrap mode, just to avoid peppering the
4996 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
4997 (stage-[+prev+]-bubble): Remove.
4998
4999 * Makefile.def (Dependencies): Depend on all-build-bison,
5000 all-build-flex, all-build-byacc, all-build-texinfo, rather
5001 than the host variations.
5002 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5003 with BUILD_SUBDIR.
5004 (BISON): Update for recent Bisons.
5005 (YACC): Fix typo.
5006 (cross): Depend on all-build.
5007 (all): Do not depend on all-build.
5008 (prebootstrap): Remove.
5009 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5010 (Prebootstrap dependencies): Add them to the per-stage targets
5011 and to all-prebootstrap.
5012 * configure.in (build_configdirs): Always enable build_tools.
5013 (BUILD_DIR_PREFIX): Remove.
5014
5015 * Makefile.def (gcc): Add target variable.
5016 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5017 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5018 in the recursive `make', instead of hardwiring `all'.
5019 (Autogenerated TARGET-* variables): New.
5020
5021 2004-08-17 Robert Millan <robertmh@gnu.org>
5022
5023 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5024 (instead of FreeBSD).
5025 * configure: Regenerate.
5026
5027 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5028
5029 * Makefile.def, configure.in, src-release: Remove useless, bogus
5030 references to tix.
5031 * Makefile.in, configure: Regenerate.
5032
5033 * src-release: Stop distributing mmalloc with gdb (which doesn't
5034 use it).
5035 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5036 * Makefile.in: Regenerate.
5037
5038 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5039
5040 * configure.in (arm*-*-eabi*): New target.
5041 * configure: Regenerate.
5042
5043 2004-08-01 Robert Millan <robertmh@gnu.org>
5044
5045 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5046 libmudflap for all GNU-based systems (with Glibc).
5047 * configure: Regenerate.
5048
5049 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5050
5051 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5052 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5053 (Dependencies): New section.
5054 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5055 (configure-target-[+module+]): Depend on maybe-all-gcc
5056 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5057 (toplevel profiledbootstrap): Fix dependencies.
5058 * Makefile.in: Regenerate.
5059
5060 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5061
5062 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5063 target-libiberty to noconfigdirs.
5064
5065 2004-08-03 Paul Brook <paul@codesourcery.com>
5066
5067 * configure.in: Check for MPFR as well as GMP.
5068 * configure: Regenerate.
5069
5070 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5071
5072 * Makefile.def (host-modules): Add gcc.
5073 * Makefile.in: Regenerate.
5074 * Makefile.tpl (sorry): New rule.
5075 (configure-host, all-host, [+make_target+]-host, do-check,
5076 install-host): Do not add gcc as a special case.
5077 (host modules): Add a small special-casing for gcc. Export
5078 extra_make_flags through the environment.
5079 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5080 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5081 other recursive targets for gcc): Remove.
5082
5083 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5084 (stage, unstage): New rules.
5085 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5086 distclean-stage[+id+]): Use stage_current.
5087 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5088 the stage*-start rules.
5089
5090 2004-07-19 Robert Millan <robertmh@gnu.org>
5091
5092 Synced from gcc:
5093
5094 2004-04-26 Robert Millan <robertmh@gnu.org>
5095
5096 Add patches from libtool CVS.
5097 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5098 * ltconfig: Likewise.
5099 * ltcf-c.sh: Likewise.
5100 * ltcf-cxx.sh: Likewise.
5101 * ltcf-gcj.sh: Likewise.
5102
5103 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5104
5105 * configure.in: Add noconfigdirs for crx-*-*.
5106 * configure: Regenerate.
5107
5108 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5109
5110 Synced from gcc:
5111
5112 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5113
5114 * configure.in: Build libmudflap by default on FreeBSD.
5115 * configure: Regenerated.
5116
5117 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5118
5119 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5120 systems.
5121 * configure: Regenerated.
5122
5123 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5124
5125 PR target/16344
5126 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5127 feedback based compiler.
5128 * Makefile.in: Rebuilt.
5129
5130 2004-07-05 Phil Edwards <phil@codesourcery.com>
5131
5132 * configure.in: Do not prepend $srcdir to /dev/null in
5133 makefile fragments.
5134 * configure: Regenerate.
5135
5136 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5137
5138 * Makefile.def (host_modules): Set bootstrap=true for flex.
5139 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5140 * Makefile.in: Rebuilt.
5141
5142 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5143
5144 * Makefile.def (build_modules): Add bison, byacc, flex,
5145 m4, texinfo.
5146 (flags_to_pass): Add FLEX.
5147 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5148 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5149 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5150 DEFAULT_MAKEINFO): Remove.
5151 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5152 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5153 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5154 objdir or else use configured tool.
5155 (all-build): New.
5156 (all): Depend on it.
5157 (Build module dependencies): Add.
5158 * Makefile.in: Regenerate.
5159 * configure.in: Better support for multiple build modules,
5160 matching what is done for host/target modules. Do not look
5161 for "plausible" locations of build tools if Canadian cross.
5162 Use autoconf's AC_PROG_CC to find a C compiler. Define
5163 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5164 * configure: Regenerate.
5165
5166 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5167
5168 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5169 * Makefile.in: Regenerate.
5170
5171 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5172
5173 * Makefile.tpl (configure-build-[+module+],
5174 configure-[+module+], configure-target-[+module+]): Pass
5175 [+extra_configure_args+].
5176 (all-build-[+module+], all-[+module+], check-[+module+],
5177 install-[+module+], [+make_target+]-[+module+],
5178 all-target-[+module+], check-target-[+module+],
5179 install-target-[+module+], [+make_target+]-target-[+module+]):
5180 Pass [+extra_make_args+].
5181 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5182 (GCC_HOST_EXPORTS): Remove.
5183 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5184 cross, check-gcc, check-gcc-c++, install-gcc,
5185 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5186 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5187 * Makefile.in: Regenerate.
5188
5189 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5190
5191 * configure.in: Check for srcdir/winsup rather than build directory
5192 winsup.
5193 * configure: Regenerate.
5194
5195 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5196
5197 * configure.in: Don't build Cygwin native newlib if winsup
5198 directory is missing. Emit warning instead.
5199 * configure: Regenerate.
5200
5201 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5202
5203 * Makefile.tpl (touch-stage[+id+]): New.
5204 (restage[+prev+]): Depend on touch-stage[+id+].
5205
5206 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5207 Use it throughout.
5208
5209 * Makefile.def: Add profile and feedback bootstrap stages.
5210 Remove next field from bootstrap stages.
5211 * Makefile.tpl (LN, LN_S): Substitute.
5212 (stageN-start, stageN-end): Use double-colon rules, to
5213 provide a hook for additional setup commands.
5214 (distclean-stageN-gcc, restageN): Create dependencies from
5215 [+prev+], not from [+next+].
5216 (stageN-bubble): Add commands for successive stages from
5217 [+prev+], using double-colon rules.
5218 (all-stageN-gcc): Fix typo.
5219 (stagefeedback-start, profiledbootstrap): New.
5220 * Makefile.in: Regenerate.
5221 * configure.in: Call ACX_PROG_LN.
5222 * configure: Regenerate.
5223
5224 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5225
5226 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5227 without gcc.
5228 * configure: Regenerate.
5229
5230 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5231
5232 * Makefile.tpl: Fix typo.
5233 * Makefile.in: Regenerate.
5234
5235 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5236
5237 * configure.in: Remove new- prefix from toplevel
5238 bootstrap targets.
5239 * configure: Regenerate.
5240
5241 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5242
5243 Merge this patch from the gcc tree:
5244
5245 2004-05-30 Andreas Jaeger <aj@suse.de>
5246 Jim Wilson <wilson@specifixinc.com>
5247
5248 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5249 like CC.
5250
5251 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5252
5253 * Makefile.tpl (all.normal): Rename to all.
5254 (all): Replace with a rule to pick the default
5255 target from configure.
5256 (all-gcc, configure-gcc): Use conditionals to
5257 do nothing when toplevel bootstrap is going on.
5258 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5259 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5260 * configure.in: Support --enable-bootstrap.
5261
5262 * Makefile.def: Remove new- prefix from toplevel
5263 bootstrap targets.
5264 * Makefile.tpl: Likewise.
5265
5266 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5267 target.
5268
5269 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5270 $(RECURSE_FLAGS) to recursive invocation of make.
5271
5272 * Makefile.in: Regenerate.
5273 * configure: Regenerate.
5274
5275 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5276
5277 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5278 * configure: Regenerate.
5279
5280 2004-05-25 Daniel Jacobowitz <drow@false.org>
5281
5282 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5283 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5284 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5285 targets.
5286 * Makefile.in: Regenerate.
5287
5288 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5289
5290 * configure.in: Test the ability to symlink directories.
5291 * configure: Regenerate.
5292
5293 * Makefile.def (bootstrap-stage): New definitions.
5294 * Makefile.tpl (configure-stage1-gcc,
5295 configure-stage2-gcc, configure-stage3-gcc,
5296 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5297 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5298 new-restage3, compare): Autogenerate, see Makefile.in
5299 entry for behavioral changes.
5300 (distclean-stage1, new-stage1-start, new-stage1-end,
5301 new-stage1-bubble, distclean-stage2, new-stage2-start,
5302 new-stage2-end, new-stage2-bubble, distclean-stage3,
5303 new-stage3-start, new-stage3-end): New autogenerated targets.
5304 (objext, prebootstrap, BOOT_CFLAGS,
5305 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5306 targets.
5307
5308 * Makefile.in: Regenerate.
5309 (distclean-stage1, new-stage1-start, new-stage1-end,
5310 new-stage1-bubble, distclean-stage2, new-stage2-start,
5311 new-stage2-end, new-stage2-bubble, distclean-stage3,
5312 new-stage3-start, new-stage3-end): New targets.
5313 (all-stage1-gcc): Move prebootstrap dependency from here...
5314 (configure-stage1-gcc): ...to here.
5315 (new-bootstrap): Use bubble targets.
5316 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5317 Use per-stage distclean targets.
5318 (configure-stage1-gcc, configure-stage2-gcc,
5319 configure-stage3-gcc, all-stage1-gcc,
5320 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5321 Use new-stageN-start to prepare the tree.
5322
5323 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5324
5325 * Makefile.def (host_modules): add libcpp.
5326 * Makefile.tpl: Add dependencies on and for libcpp.
5327 * Makefile.in: Regenerate.
5328 * configure.in: Add libcpp host module.
5329 * configure: Regenerate.
5330
5331 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5332
5333 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5334 of libf2c.
5335 * configure, Makefile.in: Regenerate.
5336
5337 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5338
5339 Merge from tree-ssa-20020619-branch.
5340
5341 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5342 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5343 (HOST_GMPLIBS): Define.
5344 (HOST_GMPINC): Define.
5345 (TARGET_LIB_PATH): Add libmudflap.
5346 (GFORTRAN_FOR_TARGET): Define.
5347 (configure-build*): Export GFORTRAN.
5348 (configure-gcc): Export GMPLIBS and GMPINC.
5349 (all-gcc): Add maybe-all-libbanshee.
5350 (configure-target-libgfortran): Define.
5351 * Makefile.in: Regenerate.
5352 * configure.in (host_libs): Add libbanshee.
5353 (target_libraries): Add target-libmudflap and target-libgfortran.
5354 Add --with-libbanshee.
5355 Handle --disable-libmudflap.
5356 (*-*-freebsd*): Use with_gmp.
5357 Add $(libgcj) to noconfigdirs.
5358 * configure: Regenerate.
5359 * depcomp: New file.
5360 * MAINTAINERS: Add tree-ssa maintainers.
5361
5362 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5363
5364 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5365 * configure: Regenerate.
5366
5367 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5368
5369 Revert:
5370 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5371
5372 * Makefile.def (flags_to_pass): Remove *dir variables that
5373 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5374 as well as prefix and exec_prefix.
5375 * Makefile.in: Regenerate.
5376
5377 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5378
5379 * Makefile.def (host_modules): Mark with the bootstrap
5380 flag packages on which gcc depends.
5381 * Makefile.tpl (all-bootstrap): Use it.
5382 * Makefile.in: Regenerate.
5383
5384 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5385
5386 * Makefile.def (flags_to_pass): Remove *dir variables that
5387 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5388 as well as prefix and exec_prefix.
5389 * Makefile.in: Regenerate.
5390
5391 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5392
5393 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5394 * configure: Regenerate.
5395 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5396 * gcc/Makefile.tpl (compare): Use the result of the test.
5397 * gcc/Makefile.in: Regenerate.
5398
5399 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5400
5401 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5402 Always relocate gcc and prev-gcc to the original names, even
5403 if the build fails.
5404 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5405 New targets.
5406
5407 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5408
5409 * configure.in (mips*-*-irix5*): Enable ld.
5410 * configure: Regenerate.
5411
5412 2004-04-15 James E Wilson <wilson@specifixinc.com>
5413
5414 * Makefile.tpl (configure-[+module+], configure-gcc,
5415 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5416 Set and export LDFLAGS.
5417 * Makefile.in: Regenerate.
5418
5419 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5420
5421 PR bootstrap/14871
5422 * Makefile.tpl: If we don't have built-in-tree target tools,
5423 use the ones found by configure rather than hacking around with
5424 program_transform_name.
5425 * configure.in: Give Makefile.tpl the information necessary
5426 to do that.
5427 * Makefile.in: Regenerate.
5428 * configure: Regenerate.
5429
5430 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5431
5432 PR bootstrap/14760
5433 * configure.in: When computing baseargs, strip *all* copies of
5434 offending options. Also, don't match/substitute the trailing space,
5435 so that this actually works when two similar options are separated by
5436 only one space.
5437 * configure: Regenerate.
5438
5439 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5440
5441 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5442 (rs6000-*-aix*): Same.
5443 * configure: Regenerate.
5444
5445 2004-03-25 Stan Shebs <shebs@apple.com>
5446
5447 Remove MPW support, no longer used.
5448 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5449 mpw-install: Remove files.
5450 * src-release (DEVO_SUPPORT): Remove names of removed files.
5451 * MAINTAINERS: Likewise.
5452
5453 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5454
5455 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5456 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5457 * Makefile.in: Regenerate.
5458
5459 * configure.in (top level bootstrap support): Rework --enable-werror
5460 to set @stage2_werror_flag@.
5461 * configure: Regenerate.
5462 * Makefile.tpl (top level bootstrap support): Pass
5463 @stage2_werror_flag@ down to configure in stages 2 and 3.
5464 * Makefile.in: Regenerate.
5465
5466 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5467
5468 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5469 for stages 2 and 3 as well as in make. As a consequence, remove
5470 OUTPUT_OPTION (now detected by configure) from the flags passed down
5471 to make.
5472 * Makefile.in: Regenerate.
5473
5474 * Makefile.tpl (new-bootstrap): Fix typo.
5475 * Makefile.in: Regenerate.
5476
5477 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5478
5479 * Makefile.tpl: Rearrange by moving recursive_targets rules
5480 into their proper sections.
5481 * Makefile.tpl (top level bootstrap support): Move disabling
5482 of coverage flags from 'make' to 'configure'; improve comments.
5483 * Makefile.in: Regenerate.
5484
5485 * Makefile.tpl (experimental top level bootstrap) Move stage1
5486 language setting from all- target to configure- target; disable
5487 intermodule optimization in stage 1; prevent gratuitous rebuilds
5488 of stage 1.
5489 * Makefile.in: Regenerate.
5490 * configure.in: Comma-separate stage 1 language list for top
5491 level bootstrap.
5492 * configure: Regenerate.
5493
5494 * Makefile.tpl: Clean up experimental top level bootstrap support:
5495 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5496 prev-gcc in configure- targets as well as all- targets.
5497 * Makefile.in: Regenerate.
5498
5499 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5500
5501 * configure.in: Remove symbolic link section.
5502 * configure: Regenerate.
5503 * Makefile.tpl (links): Remove.
5504 * Makefile.in: Regenerate.
5505
5506 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5507 Nathanael Nerode <neroden@gcc.gnu.org>
5508
5509 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5510 Set with AC_CHECK_PROGS.
5511 * configure.in: Fix comment typo from last patch.
5512 * configure: Regenerate.
5513
5514 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5515
5516 * Makefile.tpl: Introduce experimental top level bootstrap support.
5517 * Makefile.in: Regenerate.
5518 * configure.in: Introduce support for top level bootstrap.
5519 * configure: Regenerate.
5520
5521 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5522 Paolo Bonzini <bonzini@gnu.org>
5523
5524 PR bootstrap/14522
5525 * configure.in: Cope with shells that do not support unquoted ^
5526 * configure: Regenerate.
5527
5528 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5529 Paolo Bonzini <bonzini@gnu.org>
5530
5531 PR bootstrap/14522
5532 * configure.in: Cope with shell that do not support nesting
5533 quotes inside quoted backquote substitutions.
5534 * configure: Regenerate.
5535
5536 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5537
5538 PR bootstrap/14522
5539 * configure.in: Fix escaping of $.
5540 * configure: Regenerate.
5541
5542 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5543
5544 * configure: Regenerate.
5545
5546 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
5547
5548 PR ada/14131
5549 Move language detection to the top level.
5550 * configure.in: Find default values for the tools as
5551 soon as possible. Disable ada if GNAT is not found.
5552 Emit error message about missing languages. Expand
5553 --enable-languages=all for the gcc subdirectory.
5554
5555 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
5556
5557 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5558 and disable libgcj.
5559 * configure: Regenerated.
5560
5561 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5562
5563 PR bootstrap/7087
5564 * Makefile.tpl: Guard XFOO sed statements better.
5565 * Makefile.tpl: Add dependency for configure-target-libada.
5566 * Makefile.in: Regenerate (incidentally fixes broken
5567 commit when libada-branch was merged).
5568
5569 2004-02-28 Andrew Cagney <cagney@redhat.com>
5570
5571 * src-release (CVS_NAMES): Define.
5572 (do-tar, do-tar): Prune $(CVS_NAMES).
5573
5574 2004-02-23 Andrew Cagney <cagney@redhat.com>
5575
5576 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5577 2004-02-19.09.
5578
5579 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5580
5581 PR bootstrap/11932
5582 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5583
5584 2004-02-19 Andrew Cagney <cagney@redhat.com>
5585
5586 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5587 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5588
5589 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5590
5591 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5592 (rs6000-*-aix*): Same.
5593 * configure: Regenerate.
5594
5595 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5596
5597 * configure.in (host): Add in missing $noconfigdirs to defines.
5598 * configure: Regenerate.
5599
5600 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5601 Nathanael Nerode <neroden@gcc.gnu.org>
5602
5603 PR ada/6637, PR ada/5911
5604 Merge with libada-branch:
5605 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5606 with appropriate dependencies. Add --enable-libada configure switch.
5607 * configure, Makefile.in: Regenerate.
5608
5609 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5610
5611 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5612 * configure: Regenerate.
5613
5614 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5615
5616 * COPYING.NEWLIB: Update Red Hat license to 2004.
5617
5618 2004-01-23 DJ Delorie <dj@redhat.com>
5619
5620 * Makefile.def (target_modules) [libiberty]: Don't stage.
5621 * Makefile.in: Rebuilt.
5622
5623 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5624
5625 * COPYING.NEWLIB: Update to include copyrights for new
5626 iconv code.
5627
5628 2004-01-15 Andrew Cagney <cagney@redhat.com>
5629
5630 * src-release: Update copyright year.
5631 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5632 (NEWLIB_SUPPORT_DIRS): Delete macro.
5633 (newlib.tar.bz2): Delete rule.
5634
5635 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5636
5637 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5638 * Makefile.tpl (configure-target-[+module+]): Support stage.
5639 * Makefile.in: Rebuilt.
5640
5641 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5642
5643 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5644 throughout.
5645
5646 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5647
5648 * configure.in: Use ./config.cache, not config.cache.
5649 * configure: Regenerate.
5650 * Makefile.tpl: Special-casing not needed for GCC any more.
5651 * Makefile.in: Regenerate.
5652
5653 * configure.in: Don't share a cache file for host dirs.
5654 * configure: Regenerate.
5655
5656 * config-ml.in: Don't mess with the cache file.
5657
5658 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5659
5660 * Makefile.tpl: Make GCC use a separate config.cache.
5661 * Makefile.in: Regenerate.
5662
5663 PR bootstrap/11932, PR bootstrap/11933
5664 (I don't know if it will fix either of them, but it relates
5665 to them.)
5666 * configure.in: Don't use shared config.cache for target
5667 directories.
5668 * configure: Regenerate.
5669
5670 2003-12-31 Roger Sayle <roger@eyesopen.com>
5671
5672 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5673 * configure: Regenerated.
5674
5675 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5676
5677 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5678 * configure: Regenerated.
5679
5680 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5681
5682 Port change over from GCC:
5683 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5684 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5685 (configure-build-[+module+], configure-[+module+]): Likewise.
5686 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5687 * Makefile.in: Regenerate.
5688
5689 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5690
5691 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5692 * configure: Regenerate.
5693
5694 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5695
5696 * COPYING.NEWLIB: Add license info for long long routines added to
5697 stdlib.
5698
5699 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5700
5701 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5702 * Makefile.in: Regenerate.
5703
5704 2003-10-20 Phil Edwards <phil@codesourcery.com>
5705
5706 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5707 * configure: Regenerate.
5708
5709 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5710
5711 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5712 HOST_FLAGS_TO_PASS.
5713 * Makefile.in: Regenerate.
5714
5715 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5716
5717 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5718 * configure: Rebuilt
5719 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5720 * Makefile.in: Rebuilt
5721
5722 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5723
5724 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5725
5726 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
5727
5728 * config-ml.in: Use ac_configure_args directly instead of
5729 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5730 actually seen.
5731
5732 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5733
5734 * config-ml.in: Propagate INSTALL variables.
5735
5736 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
5737
5738 * configure.in: Pass a computed --program-transform-name
5739 to subconfigures.
5740 * configure: Regenerated.
5741
5742 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5743
5744 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5745 * Makefile.in: Regenerate.
5746
5747 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5748 * Makefile.in: Regenerate.
5749
5750 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
5751
5752 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5753 quoting.
5754 * configure: Regenerated.
5755
5756 2003-09-12 Michael Chastain <mec@shout.net>
5757
5758 Fix PR gdb/857.
5759 * src-release (do-proto-topleve): Remove junk files
5760 intl/config.cache, intl/config.status,
5761 intl/config.h, intl/stamp-h.
5762
5763 2003-09-14 Andrew Cagney <cagney@redhat.com>
5764
5765 * src-release (dejagnu.tar): New target.
5766 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5767 (do-djunpack): Use $(PACKAGE) for the package name.
5768
5769 2003-09-04 DJ Delorie <dj@redhat.com>
5770
5771 * configure: Regenerate.
5772
5773 2003-09-04 Robert Millan <robertmh@gnu.org>
5774
5775 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5776
5777 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5778
5779 * configure.in: Ensure arguments to sed are properly spaced.
5780 * configure: Regenerate.
5781
5782 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
5783
5784 Merge from gcc:
5785 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5786 * install-sh: Update to newer upstream versions (associated with
5787 aclocal 1.7).
5788 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5789
5790 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
5791
5792 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5793 * configure: Regenerated.
5794
5795 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
5796
5797 * configure.in: Use newline instead of semicolon when assuming
5798 shell arguments in a for loop.
5799 * configure: Regenerated.
5800
5801 2003-08-20 Geoffrey Keating <geoffk@apple.com>
5802
5803 PR 8180
5804 * configure.in: When testing with_libs and with_headers, treat
5805 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5806 * configure: Regenerate.
5807
5808 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5809 make, shell, etc.
5810 (baseargs): Likewise.
5811 * configure: Regenerate.
5812
5813 2003-08-19 Geoffrey Keating <geoffk@apple.com>
5814
5815 * configure.in: Disable libgcj for darwin not on powerpc.
5816 * configure: Rebuild.
5817
5818 2003-08-15 Michael Chastain <mec@shout.net>
5819
5820 * src-release (do-proto-toplev): Remove junk files
5821 dejagnu/example/calc/config.status,
5822 dejagnu/example/calc/config.log.
5823
5824 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5825
5826 * config-ml.in, symlink-tree: Add license.
5827
5828 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5829
5830 Merge from gcc:
5831
5832 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5833 * Makefile.tpl (check, check-c++): Express dependencies using
5834 dependencies rather than commands.
5835 * Makefile.in: Regenerate.
5836
5837 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5838 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5839 * Makefile.in: Update.
5840
5841 2003-08-01 Andrew Cagney <cagney@redhat.com>
5842
5843 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5844 * configure: Ditto.
5845
5846 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5847
5848 * configure.in: Enable libgcj for darwin.
5849 * configure: Rebuild.
5850
5851 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5852
5853 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5854
5855 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5856
5857 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5858 creating target and build subdirs to build all parent dirs as needed.
5859 * Makefile.in: Rebuild.
5860 * configure.in: Don't build dirs explicitly here.
5861 * configure: Rebuild.
5862
5863 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
5864
5865 * Makefile.tpl (all-make): Depend on intl.
5866 * Makefile.in: Rebuilt.
5867
5868 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5869
5870 * config.if: Remove unused libc_interface determination.
5871
5872 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5873
5874 * Makefile.in: Regenerate, correctly this time.
5875
5876 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5877
5878 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5879 unused INSTALL_PROGRAM_ARGS.
5880 * configure.in: Use AC_PROG_INSTALL.
5881 * Makefile.in: Regenerate.
5882 * configure: Regenerate.
5883
5884 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
5885
5886 * configure: Rebuilt.
5887 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5888 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5889 newlib nor libgloss.
5890 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5891 * configure.in (am33_2.0-*-linux*): Added.
5892
5893 2003-07-09 Bob Wilson <bob.wilson@acm.org>
5894
5895 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5896 * configure: Regenerate.
5897
5898 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
5899
5900 * config-ml.in: Replace PWD with PWD_COMMAND.
5901 * Makefile.tpl: Likewise.
5902 * Makefile.in: Regenerated.
5903
5904 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5905
5906 * configure.in: Clean up config-lang.in handling. Delete
5907 useless assignment to "subdirs".
5908 * configure: Regenerate.
5909
5910 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5911
5912 * configure.in: Rename 'target_libs' to 'target_libraries'.
5913 Remove useless reference to 'target_libs'.
5914 * configure: Regenerate.
5915
5916 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5917
5918 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5919 * Makefile.in: Regenerate.
5920
5921 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5922
5923 * Makefile.def: Introduce flags_to_pass.
5924 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5925 * Makefile.in: Regenerate.
5926
5927 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5928
5929 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5930 and target-libgloss.
5931 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5932 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5933 * configure: Regenerate.
5934
5935 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5936
5937 * configure.in: Update testsuite_flags to new location.
5938 * configure. Regenerate.
5939
5940 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5941
5942 * Makefile.tpl: Remove BUILD_CC stuff.
5943 * Makefile.in: Regenerate.
5944
5945 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
5946
5947 * config.guess: Update to 2003-06-12 version.
5948 * config.sub: Update to 2003-06-13 version.
5949
5950 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5951
5952 * MAINTAINERS: Add myself as MIPS co-maintainer.
5953
5954 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5955
5956 * config.guess: Update to 2003-06-06 version.
5957 * config.sub: Update to 2003-06-06 version.
5958
5959 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5960
5961 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5962 * configure. Regenerate.
5963
5964 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5965
5966 * configure.in: Disable serial configure by default.
5967 * configure: Regenerate.
5968 * Makefile.tpl: Abolish .NOTPARALLEL.
5969 * Makefile.in: Regenerate.
5970
5971 * Makefile.tpl: Replace {build,host,target}_canonical by
5972 {build,host,target}.
5973 * Makefile.in: Regenerate.
5974
5975 * Makefile.tpl: Fix stupid pasto.
5976 * Makefile.in: Regenerate.
5977
5978 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5979
5980 * Makefile.tpl: Remove bogus conditional.
5981 * Makefile.in: Regenerate.
5982
5983 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5984
5985 * Makefile.tpl: Make 'recursive targets' using autogen rather
5986 than shell loop. Remove duplicate 'clean' targets and false
5987 comments.
5988 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5989 Add systematic method of specifying missing targets in subdirs.
5990 Add copyright boilerplate.
5991 * Makefile.in: Regenerate.
5992 * configure.in: Add 'recursive targets' to maybe list.
5993 * configure: Regenerate.
5994
5995 * Makefile.tpl: Rename [+target+] to [+make_target+].
5996 * Makefile.def: Rename 'target' to 'make_target'.
5997
5998 2003-05-30 Nick Clifton <nickc@redhat.com>
5999
6000 * README-maintainer-mode: Update URL for locating blessed config
6001 tools.
6002
6003 2003-05-29 Robert Millan <rmh@debian.org>
6004
6005 * ltconfig: Import this patch and modify for use with current
6006 version of ltconfig:
6007
6008 2003-05-21 Bruno Haible <bruno@clisp.org>
6009
6010 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6011 GNU/FreeBSD.
6012
6013 2003-05-28 DJ Delorie <dj@redhat.com>
6014
6015 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6016 * Makefile.in: Regenerate.
6017
6018 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6019
6020 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6021
6022 2003-05-21 DJ Delorie <dj@redhat.com>
6023
6024 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6025 newlib or libgloss.
6026 * Makefile.in: Regenerate.
6027
6028 2003-05-21 DJ Delorie <dj@redhat.com>
6029
6030 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6031 * Makefile.in: Regenerate.
6032
6033 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6034
6035 * configure.in: Use curly braces in the definition of tooldir.
6036 * configure: Regenerate.
6037
6038 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6039
6040 * configure.in: Switch more things to use maybe dependencies.
6041 * Makefile.tpl: Switch more things to use maybe dependencies.
6042 Factor out common code from autogen IF statements.
6043 * configure: Regenerate.
6044 * Makefile.in: Regenerate.
6045
6046 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6047
6048 * configure.in: Accept i[3456789]86 for machine type.
6049 * configure: Regenerate.
6050
6051 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6052
6053 * configure.in: Switch more things to use maybe dependencies.
6054 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6055 * configure: Regenerate.
6056 * Makefile.tpl: Switch more things to use maybe dependencies.
6057 * Makefile.in: Regenerate.
6058
6059 2003-05-16 Andreas Schwab <schwab@suse.de>
6060
6061 * Makefile.tpl (install-opcodes): Define.
6062 * Makefile.in: Rebuild.
6063
6064 2003-05-13 Andreas Jaeger <aj@suse.de>
6065
6066 * config.guess: Update to 2003-05-09 version.
6067 * config.sub: Update to 2003-05-09 version.
6068
6069 2003-05-13 Michael Eager <eager@mvista.com>
6070
6071 * configure.in: Correct sed script so that options in quotes are not
6072 deleted.
6073 * configure: Rebuild.
6074
6075 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6076
6077 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6078 and $$s/newlib/libc/sys/cygwin32 include paths.
6079 * configure: Ditto.
6080
6081 2003-05-05 H.J. Lu <hjl@gnu.org>
6082
6083 * config-ml.in: Restored from gcc repository.
6084
6085 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6086
6087 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6088 * Makefile.in: Regenerate.
6089
6090 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6091
6092 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6093 and Makefile.def.
6094
6095 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6096
6097 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6098 * Makefile.in: Regenerated.
6099
6100 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6101
6102 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6103 * Makefile.in: Regenerate.
6104
6105 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6106
6107 * configure.in (powerpc64*-*-linux*): Remove.
6108 * configure: Rebuilt.
6109
6110 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6111
6112 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6113 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6114 and restrap.
6115 * Makefile.in: Regenerate.
6116
6117 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6118
6119 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6120 * configure: Regenerated.
6121
6122 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6123
6124 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6125 * */configure: Rebuilt.
6126
6127 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6128
6129 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6130 * Makefile.in: Regenerate.
6131
6132 2003-03-14 Michael Chastain <mec@shout.net>
6133
6134 * Makefile.in: Regenerate with correct Makefile.def.
6135
6136 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6137
6138 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6139 Make macro.
6140 * Makefile.in: Regenerate.
6141 * configure.in: Clean up gxx_include_dir logic.
6142 * configure: Regenerate.
6143
6144 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6145
6146 * configure.in (gxx_include_dir): Fix typo.
6147 * configure: Regenerated.
6148
6149 2003-03-06 Andrew Cagney <cagney@redhat.com>
6150
6151 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6152
6153 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6154
6155 * configure.in: Include $(build_tooldir)/sys-include in
6156 FLAGS_FOR_TARGET.
6157 * configure: Regenerated.
6158
6159 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6160
6161 * Makefile.tpl: Reindent.
6162 * Makefile.in: Regenerate.
6163 * configure.in: Reindent. Don't set unused variables.
6164 * configure: Regenerate.
6165
6166 * Makefile.tpl: Always pass down RANLIB.
6167 * Makefile.in: Regenerate.
6168
6169 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6170 * Makefile.in: Regenerate.
6171 * configure.in: Remove unused logic relating to --enable-shared
6172 and --enable-threads. Remove bogus comments. Remove redundant
6173 noconfigdirs.
6174 * configure: Regenerate.
6175
6176 * configure.in: Replace ${libstdcxx_version} by its value.
6177 Remove reference to mh-dgux.
6178 * configure: Regenerate.
6179
6180 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6181
6182 * Makefile.tpl: Rearrange.
6183 * Makefile.in: Regenerate.
6184
6185 2003-02-25 Nick Clifton <nickc@redhat.com>
6186
6187 * configure: Remove site-file supprot - it is obsolete.
6188
6189 2003-02-24 Uwe Stieber <uwe@wwws.de>
6190
6191 * configure.in: Add support for kaOS as cross build target system.
6192 * configure: Regenerated.
6193
6194 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6195
6196 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6197 configure-target-* as some target builds may require additional
6198 flags for preprocessor tests.
6199 * Makefile.in: Regenerated.
6200
6201 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6202
6203 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6204 * ltconfig: Handle it.
6205 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6206 auto-detecting it.
6207
6208 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6209
6210 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6211 it is used as argument to $CC.
6212 * ltcf-gcj.sh: Likewise.
6213
6214 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6215
6216 * configure.in: Introduce --enable-maintainer-mode.
6217 * configure: Rebuilt.
6218 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6219 for maintainer mode.
6220 * Makefile.in: Rebuilt.
6221
6222 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6223
6224 * configure: Regenerate using autoconf 2.13.
6225
6226 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6227
6228 * config.guess: Import latest version.
6229 * config.sub: Import latest version.
6230
6231 2003-02-18 Jason Merrill <jason@redhat.com>
6232
6233 * Makefile.tpl (check-c++): Allow parallelism.
6234
6235 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6236
6237 * configure: Regenerate using autoconf 000227.
6238
6239 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6240
6241 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6242 don't configure target-libobjc.
6243 * configure: Regenerate.
6244
6245 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6246
6247 * Makefile.tpl (RANLIB): Define.
6248 * Makefile.in: Regenerate.
6249
6250 2003-02-06 Keith R Seitz <keiths@redhat.com>
6251
6252 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6253 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6254 * Makefile.in: Regenerated.
6255 * configure.in: Remove all traces of snavigator, db, and grep.
6256 * configure: Regenerated.
6257
6258 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6259
6260 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6261 * Makefile.in: Regenerated.
6262
6263 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6264
6265 * config.if: Copy from GCC.
6266
6267 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6268
6269 * configure.in: Revert 24Jan change.
6270 * configure: Regenerate.
6271
6272 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6273
6274 * configure.in: Revert previous change.
6275 * configure: Regenerate.
6276
6277 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6278
6279 * configure.in: Make rda native-only.
6280 * configure: Regenerate.
6281
6282 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6283
6284 * configure.in: Add missing \.
6285 * configure: Rebuilt.
6286
6287 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6288
6289 * configure.in (baseargs): Avoid using \| in sed regular
6290 expressions.
6291 * configure: Rebuilt.
6292
6293 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6294
6295 * configure.in (baseargs): Remove all supported forms of
6296 --cache-file, --srcdir, --host, --build and --target options
6297 from argument lists.
6298 * configure: Rebuilt.
6299
6300 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6301
6302 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6303 * configure: Rebuilt.
6304
6305 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6306
6307 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6308 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6309 * Makefile.in: Regenerate.
6310 * configure: Regenerate.
6311
6312 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6313
6314 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6315 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6316 * Makefile.in: Regenerate.
6317
6318 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6319
6320 * configure.in: Remove Makefile in build, host and target modules
6321 unless configure was run with --no-recursion.
6322 * configure: Rebuilt.
6323
6324 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6325
6326 * config.guess: Update to 2003-01-03 version.
6327 * config.sub: Update to 2003-01-03 version.
6328
6329 2003-01-07 Christopher Faylor <cgf@redhat.com>
6330
6331 * configure: Regenerate with proper autoconf 2.13.
6332
6333 2003-01-07 Christopher Faylor <cgf@redhat.com>
6334
6335 * configure.in: Add AC_PREREQ for consistency.
6336 * configure: Regenerate.
6337
6338 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6339
6340 * configure.in (GDB_TK): Add tcl directories conditional on
6341 gdb/gdbtk directory being present.
6342 * configure: Regenerate.
6343
6344 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6345
6346 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6347 by gcc if LD is not defined and we are not doing a Canadian Cross.
6348 * configure: Rebuilt.
6349
6350 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6351
6352 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6353
6354 2002-12-31 Tom Tromey <tromey@redhat.com>
6355
6356 * Makefile.in: Rebuilt.
6357 * Makefile.def (target_modules) [libffi]: Allow installation.
6358
6359 2002-12-31 Andreas Schwab <schwab@suse.de>
6360
6361 * configure.in: Fix use of $program_transform_name.
6362 * configure: Regenerated.
6363
6364 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6365
6366 * configure.in (baseargs): Don't remove first configure argument.
6367 * configure: Regenerated.
6368
6369 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6370
6371 * Makefile.tpl (local-distclean): Don't remove...
6372 (multilib.ts): ... this. Moved into...
6373 (multilib.out): ... this. Don't use sub-make.
6374 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6375 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6376 (configure-build-[+module+], configure-[+module+],
6377 configure-target-[+module+], configure-gcc): ... these. Test
6378 for Makefile existence. Drop config.status from dependencies.
6379 * Makefile.in: Rebuilt.
6380 * configure.in: Move gcc-version-trigger to the end of
6381 ac_configure_args. Add comments to maybedep.tmp and
6382 serdep.tmp. Introduce --disable-serial-configure. Remove
6383 nonopt from baseargs, matching and removing corresponding
6384 whitespace while at it.
6385 * configure: Rebuilt.
6386
6387 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6388
6389 * configure.in (host_configargs): Replace reference to
6390 no-longer-defined buildopts with --build=${build_alias}.
6391 * configure: Rebuilt.
6392
6393 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6394
6395 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6396 program_transform_name to standard idiom.
6397 (AUTOGEN, AUTOCONF): Define.
6398 (Makefile.in): Use $(AUTOGEN).
6399 (Makefile): Depend on config.status, and use autoconf-style rule to
6400 build it. Move original commands to...
6401 (config.status): ... this new target.
6402 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6403 $(AUTOCONF).
6404 * Makefile.in: Rebuilt.
6405
6406 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6407
6408 * Makefile.tpl: Fix dramatic bustage due to change in
6409 program_transform_name.
6410 * Makefile.in: Regenerate.
6411
6412 * configure.in: Remove unnecessary PATH setting.
6413 * configure: Regnerate.
6414
6415 * configure.in: Don't default to unprefixed tools unless
6416 the native tools will work.
6417 * configure: Regenerate.
6418
6419 * configure.in: Convert to autoconf script. Blow away lots
6420 of now-redundant Makefile fragments.
6421 * configure: Generate using Autoconf.
6422 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6423 * Makefile.in: Regenerate.
6424
6425 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6426
6427 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6428 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6429
6430 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6431 where they belong.
6432
6433 2002-12-24 Andreas Schwab <schwab@suse.de>
6434
6435 * Makefile.tpl (multilib.out): Fix missing space.
6436 * Makefile.in: Regenerate.
6437
6438 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6439
6440 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6441 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6442 * Makefile.in: Regenerate.
6443 * configure.in: Remove unnecessary leftovers.
6444
6445 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6446
6447 * configure.in (extra_ranlibflags_for_target): New variable.
6448 (*-*-darwin): Add -c to ranlib commands.
6449 * configure (tooldir): Handle extra_ranlibflags_for_target.
6450
6451 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6452
6453 * COPYING.NEWLIB: Updated.
6454 * COPYING.LIBGLOSS: Ditto.
6455
6456 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6457
6458 * Makefile.tpl: Revert HJL's change.
6459 * Makefile.in: Regenerated.
6460 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6461 always.
6462
6463 2002-12-19 Andreas Schwab <schwab@suse.de>
6464
6465 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6466 * Makefile.in: Regenerate.
6467
6468 2002-12-18 H.J. Lu <hjl@gnu.org>
6469
6470 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6471 * Makefile.in: Regenerated.
6472
6473 * configure.in (build_prefix): New. Substitute.
6474
6475 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6476
6477 * Makefile.tpl: Don't let real targets depend on phony targets.
6478 * Makefile.in: Regenerate.
6479
6480 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6481 * Makefile.in: Regenerate.
6482
6483 2002-12-16 Jason Merrill <jason@redhat.com>
6484
6485 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6486 previous 'make bootstrap'.
6487 * Makefile.in: Regenerate.
6488
6489 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6490
6491 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6492
6493 2002-12-13 Jason Merrill <jason@redhat.com>
6494
6495 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6496 library tests.
6497 (check-c++): Just depend on it and check-target-libstdc++-v3.
6498 * Makefile.in: Regenerate.
6499
6500 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6501
6502 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6503 * Makefile.in: Regenerate.
6504
6505 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6506
6507 * COPYING.NEWLIB: Update list of alternate Regent of California
6508 licenses and discuss official revoking of advertising clause.
6509 * COPYING.LIBGLOSS: Ditto.
6510
6511 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6512
6513 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6514 * Makefile.in: Rebuilt.
6515
6516 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6517
6518 * configure: Fix bug put in by gremlins.
6519
6520 * Makefile.tpl: Substitute more autoconfily.
6521 * configure: Substitute more autoconfily.
6522 * Makefile.in: Regenerate.
6523
6524 2002-12-08 Andrew Cagney <ac131313@redhat.com>
6525
6526 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6527 * Makefile.in (all-sim): Ditto.
6528
6529 2002-12-06 DJ Delorie <dj@redhat.com>
6530
6531 * Makefile.tpl: Change configure dependencies to not have real
6532 targets depend on phony targets.
6533
6534 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6535
6536 * configure.in: Revert unintentional change.
6537
6538 * src-release: Configure host subdirs.
6539
6540 * Makefile.tpl: Change dependency for */multilib.out so that
6541 it works when gcc isn't in the tree.
6542
6543 * configure.in: Substitute more.
6544 * configure: Run subconfigures from the Makefile.
6545 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6546 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6547
6548 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6549
6550 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6551 and corresponding dependencies.
6552 * Makefile.in: Regenerate.
6553
6554 * configure.in (host_tools): Order binutils, gas and ld for
6555 convenience in running the testsuites.
6556
6557 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6558 * Makefile.in: Regenerate.
6559 * configure.in: Introduce rules to serialize subconfigure runs.
6560
6561 * configure.in: Introduce BASE_CC_FOR_TARGET.
6562 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6563 Realize configure-build-* targets. Realize configure-target-* targets.
6564 * Makefile.in: Regenerate.
6565
6566 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6567
6568 * configure: Move gcc_version_trigger stuff from here...
6569 * configure.in: ...to here.
6570
6571 * configure.in: Separate subconfigure options added by this file from
6572 options given by the user. Add machinery to put args for host
6573 subconfigures into the Makefile.
6574
6575 * Makefile.tpl: Remove 'vault' targets.
6576 * Makefile.tpl: Reorder and comment dependencies.
6577 * Makefile.in: Regenerate.
6578
6579 2002-11-28 Geoffrey Keating <geoffk@apple.com>
6580
6581 * configure.in: Move host-specific darwin noconfigdirs into
6582 the host-specific section.
6583
6584 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6585
6586 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6587 during replay.
6588 * Makefile.in: Regenerate.
6589
6590 (finishing slow-motion replay)
6591 * configure: Remove skip-this-dir support.
6592 * Makefile.tpl: Remove skip-this-dir support.
6593
6594 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6595 subdirectories.
6596 * Makefile.in: Regenerate.
6597
6598 * Makefile.tpl: Strip out useless setting of 'dir'.
6599 * Makefile.in: Regenerate.
6600
6601 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6602
6603 (finishing slow-motion replay)
6604 * configure.in: Fix deeply stupid bug.
6605
6606 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6607 shell code in CXX_FOR_TARGET
6608 * Makefile.def: Introduce raw_cxx.
6609 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6610 RAW_CXX_FOR_TARGET.
6611 * Makefile.in: Regenerate.
6612
6613 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6614
6615 (finishing slow-motion replay)
6616 * Makefile.tpl: Remove unnecessary ifs.
6617 * Makefile.in: Regenerate.
6618
6619 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6620 dependencies. Maybe-ize build-libiberty. Create dummy install
6621 targets for 'no_install' modules.
6622 * configure: Move GDB_TK substitution to configure.in. Move
6623 build_modules stuff to configure.in.
6624 * configure.in: Implement soft dependency machinery. Maybe-ize
6625 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6626 * Makefile.in: Regenerate.
6627
6628 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6629
6630 (continuing slow-motion replay)
6631 * Makefile.tpl: Make all-target, install-target behave similarly
6632 to all, install (only hitting configured targets). Eliminate
6633 unused macro defintions.
6634
6635 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6636 build != host.
6637
6638 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6639
6640 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6641
6642 * configure.in: Produce lists of subdir targets we're actually
6643 configuring. Remove references to "dosrel".
6644 * Makefile.tpl: Let configure set which subdir targets are hit.
6645 Remove install-cross; clean up install; remove ALL. Remove
6646 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6647 Autogenerate host module targets. Remove empty dependency lines
6648 and redundant dependency; rearrange slightly.
6649 * Makefile.def: Add host-side libtermcap, utils.
6650
6651 * Makefile.in: Regenerate.
6652
6653 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6654
6655 (Continuing slow-motion replay)
6656 * Makefile.def: Add list of recursive targets to autogenerate.
6657 Add build_modules.
6658 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6659 targets. Autogenerate *-build-* targets.
6660 * Makefile.in: Regenerate.
6661
6662 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 (Continuing slow-motion replay)
6665 * configure: More autoconf-style substitutions.
6666 * Makefile.tpl: More autoconf-style substitutions.
6667 * Makefile.in: Regenerate.
6668
6669 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6670
6671 (Continuing slow-motion replay)
6672 * configure: Substitute more variables in a more autoconf-friendly
6673 way. Simplify slightly.
6674 * Makefile.tpl: Make more variables substitutable in an
6675 autoconf-friendly way.
6676 * Makefile.in: Regenerate.
6677
6678 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6679
6680 (Continuing slow-motion replay)
6681 * configure.in (v810*): Remove special setting of tools.
6682
6683 * configure: Add support for extra required flags for ar or nm.
6684 * configure.in (aix4.3+): Use above support for target-specific
6685 issues, rather than using config/mt-aix43.
6686
6687 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6688
6689 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6690 * configure: Remove 'removing', which doesn't work. Replace $subdir
6691 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6692 with $srcdir. Reformat indentation. Substitute some variables
6693 formerly hard-coded in the Makefile for build=host.
6694 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6695 * Makefile.def: Autogenerate more.
6696 * Makefile.in: Regenerate.
6697
6698 2002-11-13 Bruce Korb <bkorb@gnu.org>
6699
6700 * Makefile.tpl: syntactic cleanup
6701
6702 2002-11-04 Kevin Buettner <kevinb@redhat.com>
6703
6704 * Makefile.def (host_modules): Add rda.
6705 * Makefile.in: Regenerate.
6706 * configure.in (target_tool): Add target-rda to list.
6707
6708 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
6709
6710 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6711 and restrap targets to this rule.
6712 * Makefile.in: Regenerate.
6713
6714 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6715
6716 * configure.in (i[3456]86-*-linux*): Add check to disable
6717 ${libgcj} for glibc1.
6718
6719 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6720
6721 * configure.in: Add tic4x target.
6722
6723 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6724
6725 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6726 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6727 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6728 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6729 * Makefile.in: Regenerate.
6730
6731 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6732
6733 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6734 * Makefile.in: Regenerate.
6735
6736 * Makefile.def: Remove order dependency comments.
6737 * Makefile.tpl: Add explicit install-install dependencies.
6738 * Makefile.in: Regenerate.
6739
6740 * Makefile.tpl: Remove material now in src-release. (Finally!)
6741 * Makefile.in: Regenerate.
6742
6743 * configure: Restore my original patch by syncing with gcc version.
6744
6745 * Bring following over from gcc:
6746
6747 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6748
6749 * configure.in (s390*-*-linux*): Enable libgcj.
6750
6751 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6752
6753 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6754
6755 2002-10-02 Alan Modra <amodra@bigpond.net.au>
6756
6757 * configure: Move stray lines back to where they belong.
6758
6759 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6760
6761 * Makefile.tpl: Insert configure-target target, for src-release.
6762
6763 * configure: Finish reverting change which Andrew Cagney started
6764 reverting. Should fix bustage.
6765
6766 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6767 * src-release: New file. Contains material for making net
6768 releases for gdb, binutils, et al., formerly in Makefile.in.
6769
6770 2002-09-30 Nick Clifton <nickc@redhat.com>
6771
6772 * cpu: New top level directory. Intended to hold input files for
6773 CGEN which have FSF copyright assignment.
6774 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6775
6776 2002-09-29 Andrew Cagney <ac131313@redhat.com>
6777
6778 Revert below (note that src does not contain Makefile.tpl):
6779 * Makefile.tpl: Make subsituted variables more autoconfy.
6780 * Makefile.in: Regenerate.
6781
6782 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6783
6784 * configure: Revert accidentally applied changes.
6785
6786 * Makefile.tpl: Make more autoconf-friendly.
6787 * Makefile.in: Regenerate.
6788 * configure: Make substitution more autoconf-like.
6789
6790 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
6791
6792 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6793 single entry to handle all these.
6794 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6795 libjava on arm-*-elf.
6796
6797 2002-09-27 Geoffrey Keating <geoffk@apple.com>
6798
6799 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6800 things that depend on them.
6801
6802 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6803
6804 * Makefile.tpl: Make subsituted variables more autoconfy.
6805 * Makefile.in: Regenerate.
6806 * configure: Make seds more autoconfy.
6807
6808 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6811 * Makefile.in: Regenerate.
6812 * configure.in: Rewrite sed statements to look autoconfy.
6813
6814 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6815 all-target-foo on configure-target-foo.
6816 * Makefile.def: Ditto.
6817 * Makefile.in: Rebuild.
6818
6819 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6820
6821 * Makefile.def: New file.
6822 * Makefile.tpl: New file.
6823 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6824
6825 * configure.in: Minor rearrangement. Simplify tests.
6826
6827 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6828
6829 * configure.in (with_headers): Skip copy if value is "yes".
6830 (with_libs): Likewise.
6831
6832 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6833
6834 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6835 * configure.in (sh*-*-pe*): Ditto.
6836 * configure.in (mips*-*-pe*): Ditto.
6837 * configure.in (*arm-wince-pe): Ditto.
6838
6839 * configure.in: Rearrange.
6840
6841 2002-09-12 Nick Clifton <nickc@redhat.com>
6842
6843 * Import these changes from the config master repository:
6844
6845 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6846
6847 * config.sub: Add tic4x target.
6848
6849 2002-09-03 Ben Elliston <bje@redhat.com>
6850
6851 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6852 Reported by <Duncan_Stodart@insession.com>.
6853
6854 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6855
6856 * COPYING.NEWLIB: More updates.
6857
6858 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6859
6860 * COPYING.NEWLIB: Update.
6861
6862 2002-08-23 Andrew Cagney <ac131313@redhat.com>
6863
6864 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6865
6866 * config.guess: Import version 2002-08-23.
6867 * config.sub: Import version 2002-08-22.
6868
6869 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
6870
6871 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6872 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6873 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6874
6875 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6876
6877 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6878
6879 2002-08-04 H.J. Lu (hjl@gnu.org)
6880
6881 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6882
6883 2002-07-31 Alan Modra <amodra@bigpond.net.au>
6884
6885 * configure.in: Move generic linux case to end. Copy generic
6886 linux noconfigdirs to mips*-*-linux* entry and new
6887 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6888
6889 2002-07-19 Chris Demetriou <cgd@broadcom.com>
6890
6891 * MAINTAINERS: Clarify on config.guess and config.sub, and add
6892 one instance of them which was missed to the list to update.
6893
6894 2002-07-16 Chris Demetriou <cgd@broadcom.com>
6895
6896 * config.guess: Update to 2002-07-09 version.
6897 * config.sub: Update to 2002-07-03 version.
6898
6899 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6900
6901 * configure.in: Remove two redundant tests.
6902
6903 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6904
6905 * configure.in (mips*-*-irix6*o32): Enable stabs.
6906
6907 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6908
6909 * configure.in: Don't build grez.
6910 * Makefile.in: Ditto.
6911
6912 * Makefile.in: Remove references to bsp, cygmon, libstub.
6913 * configure.in: Ditto.
6914
6915 * configure.in: Remove leftover reference to gdbtest.
6916
6917 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
6918
6919 * configure.in (gxx_include_dir): Change to match versioned
6920 C++ headers if --enable-version-specific-runtime-libs is used.
6921
6922 2002-07-04 Steve Ellcey <sje@cup.hp.com>
6923
6924 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6925
6926 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6927
6928 * configure.in: Make --without-x work.
6929
6930 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
6931
6932 * contrib: New directory. Created to contain a copy of the
6933 texi2pod.pl script so that it is in the same place as the version in
6934 the FSF GCC sources.
6935
6936 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6937
6938 * configure.in: Rearrange target Makefile fragment collection.
6939
6940 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6941 cvs[src].
6942 * configure.in: Ditto.
6943
6944 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6945
6946 * Makefile.in: Eliminate 'apache' targets.
6947 * configure.in: Eliminate 'apache' targets.
6948
6949 * configure.in: Eliminate redundant tests. Reorganize.
6950
6951 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6952
6953 * config-ml.in: Eliminate references to Cygnus configure.
6954
6955 * Makefile.in: Eliminate references to building emacs.
6956
6957 2002-07-01 Denis Chertykov <denisc@overta.ru>
6958
6959 * configure.in: Add support for ip2k.
6960
6961 2002-06-24 Ben Elliston <bje@redhat.com>
6962
6963 * configure.in (host_tools): Remove cgen.
6964
6965 * Makefile.in (all-cgen): Remove; runs from its source directory.
6966 (check-cgen, install-cgen, clean-cgen): Likewise.
6967 (all-opcodes): No not depend on all-cgen.
6968 (all-sim): Likewise.
6969
6970 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6971
6972 * configure.in: Fix AIX configury bug.
6973
6974 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6975
6976 * configure.in: Replace ${topsrcdir} with ${srcdir}.
6977
6978 * configure.in: Move definition of libstdcxx_flags right above
6979 usage, rather than way earlier.
6980
6981 * configure.in: Pull definition of is_cross_compiler earlier.
6982
6983 * configure.in: Rearrange a little.
6984
6985 * configure.in: Remove references to librx.
6986 * Makefile.in: Remove references to librx.
6987
6988 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6989
6990 * configure.in: Eliminate ${gasdir} variable.
6991
6992 2002-06-18 Dave Brolley <brolley@redhat.com>
6993
6994 * configure.in: Add support for frv.
6995 * config.sub: Add support for frv.
6996
6997 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6998
6999 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7000
7001 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7002
7003 * configure.in (vax-*-netbsd*): Re-enable gas.
7004
7005 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7006
7007 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7008 BUILD_PREFIX_1, to correct nomenclature.
7009 * configure: Likewise.
7010
7011 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7012 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7013
7014 2002-05-31 Olaf Hering <olh@suse.de>
7015
7016 * config-ml.in: Propogate DESTDIR also.
7017
7018 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7019
7020 * configure.in (vax-*-netbsd*): Don't build gas for this
7021 platform.
7022
7023 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7024
7025 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7026 and libgcj for AVR.
7027
7028 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7029
7030 * config.sub: Add DLX target.
7031
7032 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7033
7034 * config.guess: Update to 2002-05-22 version.
7035 * config.sub: Likewise.
7036
7037 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7038
7039 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7040 * config-ml.in: Likewise.
7041 * configure: Likewise.
7042 * configure.in: Likewise.
7043
7044 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7045
7046 * configure.in: Simplify makefile fragment collection.
7047
7048 * configure.in: Remove code to build emacs.
7049
7050 * configure.in : Remove --srcdir argument from targargs and buildargs
7051 (it's always overridden in the Makefile anyway). Rearrange a bit.
7052
7053 * configure: Move some logic to configure.in.
7054 * configure.in: Move some logic from configure.
7055
7056 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7057
7058 * COPYING.LIBGLOSS: New file.
7059
7060 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7061
7062 * Makefile.in: Honour DESTDIR.
7063
7064 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7065
7066 * configure.in (noconfigdirs): Don't disable libgcj on
7067 sparc64-*-solaris* and sparcv9-*-solaris*.
7068
7069 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7070
7071 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7072
7073 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7074
7075 * configure.in (FLAGS_FOR_TARGET): Do not add
7076 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7077 on i[3456]86-*-linux*.
7078
7079 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7080
7081 * configure.in (noconfigdirs): Replace [ ] with test.
7082
7083 * configure.in (noconfigdirs): Do not add target-newlib if
7084 target == i[3456]86-*-linux*, and host == target.
7085
7086 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7087
7088 * config.guess: Updated to 2002-04-26's version.
7089 * config.sub: Updated to 2002-04-26's version.
7090
7091 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7092
7093 * configure.in: delete reference to absent file
7094
7095 * configure.in: replace '[' with 'test'
7096
7097 * configure.in: Eliminate references to gash.
7098 * Makefile.in: Eliminate references to gash.
7099
7100 * configure.in: remove useless references to 'pic' makefile fragments.
7101
7102 * configure.in: (*-*-windows*) Finish removing.
7103
7104 * configure.in: Eliminate redundant test for libgui.
7105
7106 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7107
7108 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7109 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7110
7111 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7112
7113 * configure.in: remove references to dead files
7114
7115 2002-04-18 Tom Tromey <tromey@redhat.com>
7116
7117 * configure.in: Disallow configuring libgcj when it is already
7118 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7119 Solaris 2.8 by default. For PR libgcj/6158.
7120
7121 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7122
7123 * configure.in: Move default CC setting out of config/mh-* fragments
7124 directly into here.
7125
7126 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7127
7128 * configure.in: don't even try to configure or make a subdirectory
7129 if there's no configure script for it.
7130
7131 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7132
7133 * MAINTAINERS: Remove chill maintainers.
7134 * Makefile.in (CHILLFLAGS): Remove.
7135 (CHILL_LIB): Remove.
7136 (TARGET_CONFIGDIRS): Remove libchill.
7137 (CHILL_FOR_TARGET): Remove.
7138 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7139 CHILL_LIB.
7140 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7141 (CHECK_TARGET_MODULES): Likewise.
7142 (INSTALL_TARGET_MODULES): Likewise.
7143 (CLEAN_TARGET_MODULES): Likewise.
7144 (configure-target-libchill): Remove.
7145 (all-target-libchill): Remove.
7146 * configure.in (target_libs): Remove target-libchill.
7147 Do not compute CHILL_FOR_TARGET.
7148 * libchill: Remove directory.
7149
7150 2002-04-15 DJ Delorie <dj@redhat.com>
7151
7152 * Makefile.in, configure.in, configure: Sync with gcc, entries
7153 follow...
7154
7155 2002-04-08 Tom Tromey <tromey@redhat.com>
7156
7157 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7158 Fixes PR libgcj/6068.
7159
7160 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7161
7162 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7163
7164 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7165
7166 * configure.in (alpha*-dec-osf*): Enable libgcj.
7167
7168 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7169
7170 Fix for: PR bootstrap/3591, target/5676
7171 * configure.in (mcore-pe): Disable the configuration of
7172 libstdc++-v3 since exceptions are not supported.
7173
7174 2002-03-20 Anthony Green <green@redhat.com>
7175
7176 * configure.in: Enable libgcj for xscale-elf target.
7177
7178 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7179
7180 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7181 libjava.
7182 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7183
7184 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7185
7186 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7187 libstdc++-v3 and libjava.
7188
7189 2002-02-11 Adam Megacz <adam@xwt.org>
7190
7191 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7192 boehm-gc
7193
7194 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7195
7196 * config.guess: Updated to 2002-01-30's version.
7197 * config.sub: Updated to 2002-02-01's version.
7198 Contribute sh64-elf.
7199 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7200 * configure.in: Added sh64-*-*.
7201
7202 2002-01-17 H.J. Lu <hjl@gnu.org>
7203
7204 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7205 (all-target-fastjar): Also depend on all-target-libiberty.
7206
7207 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7208
7209 * configure, configure.in: Use temp file for long sed commands.
7210
7211 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7212
7213 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7214 libf2c.
7215
7216 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7217
7218 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7219
7220 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7221
7222 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7223
7224 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7225
7226 * configure: Handle temporary files securely using mkdir.
7227
7228 2001-09-26 Will Cohen <wcohen@redhat.com>
7229
7230 * configure.in (*-*-linux*): Disable configuration of target-newlib
7231 and target-libgloss.
7232
7233 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7234
7235 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7236 RANLIB.
7237
7238 2001-08-11 Graham Stott <grahams@redhat.com>
7239
7240 * Makefile.in (check-c++): Add missing semicolon.
7241
7242 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7243
7244 * configure.in (sh-*-linux*): New.
7245
7246 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7247
7248 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7249 and libgcj on m68hc11/m68hc12.
7250
7251 2001-06-27 H.J. Lu (hjl@gnu.org)
7252
7253 * Makefile (CFLAGS_FOR_BUILD): New.
7254 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7255
7256 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7257
7258 * configure.in (libstdcxx_flags): Do not try to execute
7259 libstdc++-v3/testsuite_flags until it exists.
7260
7261 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7262
7263 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7264
7265 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7266
7267 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7268
7269 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7270
7271 * configure.in: Move *-chorusos target case to the proper switch.
7272 Disable libgcj.
7273
7274 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7275
7276 * Makefile.in (STAGE1_CFLAGS): Pass down.
7277
7278 2001-04-13 Alan Modra <amodra@one.net.au>
7279
7280 * config.guess: Add hppa64-linux support. Note for next import that
7281 this is already in the master file.
7282 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7283
7284 2001-03-22 Colin Howell <chowell@redhat.com>
7285
7286 * Makefile.in (DO_X): Do not backslash single-quotes in
7287 backquotes (two places).
7288
7289 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7290
7291 * Makefile.in (DO_X): Quote nested quotes.
7292
7293 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7294
7295 * Makefile.in (DO_X): Use double quotes for quoting
7296 "RANLIB=$${RANLIB}".
7297
7298 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7299
7300 * configure.in: Only use `lang_requires' for languages athat are
7301 actually enabled.
7302
7303 2001-03-07 Tom Tromey <tromey@redhat.com>
7304
7305 * configure.in: Allow config-lang.in to set `lang_requires' to list
7306 of other required languages.
7307
7308 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7309
7310 * Makefile.in: Remove RANLIB definition. Use RANLIB
7311 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7312 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7313
7314 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7315 Alexandre Oliva <aoliva@redhat.com>
7316
7317 * Makefile.in (check-c++): Use tabs, not spaces.
7318
7319 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7320
7321 * Makefile.in (check-c++): New rule.
7322
7323 * configure.in (target_libs): Remove libg++.
7324 (noconfigdirs): Remove libg++.
7325 (noconfigdirs): Same.
7326 (noconfigdirs): Same.
7327 (noconfigdirs): Same.
7328
7329 * config-ml.in: Remove libg++ references.
7330
7331 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7332 (ALL_TARGET_MODULES): Same.
7333 (configure-target-libg++): Remove.
7334 (all-target-libg++): Remove.
7335 (configure-target-libio): Remove.
7336 (all-target-libio): Remove.
7337 (check-target-libio): Remove.
7338 (.PHONY): Remove.
7339 (libg++.tar.bz2): Remove.
7340 (all-target-cygmon): Remove libio.
7341 (all-target-libstdc++): Remove.
7342 (configure-target-libstdc++): Remove.
7343 (TARGET_LIB_PATH): Remove libstdc++.
7344 (ALL_GCC_CXX): Remove libstdc++.
7345 (all-target-gperf): Correct.
7346
7347 2001-02-15 Anthony Green <green@redhat.com>
7348
7349 * configure: Introduce GCJ_FOR_TARGET.
7350 * configure.in: Ditto.
7351 * Makefile.in: Ditto.
7352
7353 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7354
7355 * configure.in: for *-chorusos, don't config target-newlib and
7356 target-libgloss.
7357
7358 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7359
7360 Remove V2 C++ library.
7361 * configure.in: Remove --enable-libstdcxx_v3 support.
7362
7363 2001-01-27 Richard Henderson <rth@redhat.com>
7364
7365 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7366
7367 2001-01-26 Tom Tromey <tromey@redhat.com>
7368
7369 * configure.in: Allow libgcj to be built on Sparc Solaris.
7370
7371 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7372
7373 * configure.in: Enable libgcj on several additional platforms.
7374
7375 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7376
7377 * configure.in: Enable libgcj for linux targets.
7378
7379 2001-01-09 Mike Stump <mrs@wrs.com>
7380
7381 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7382 failures of subdirectories.
7383
7384 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7385
7386 * configure: handle DOS-style absolute paths.
7387
7388 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7389
7390 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7391
7392 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7393
7394 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7395 (libstdcxx_incdir): Pass down.
7396 * config.if: Remove expired bits for cxx_interface, add stub.
7397 (libstdcxx_incdir): Add variable for g++ include directory.
7398 * configure.in (gxx_include_dir): Use it.
7399
7400 2000-12-15 Andreas Jaeger <aj@suse.de>
7401
7402 * configure.in: Handle lang_dirs.
7403
7404 2000-12-13 Anthony Green <green@redhat.com>
7405
7406 * configure.in: Disable libgcj for any target not specifically
7407 listed. Disable libgcj for x86 and Alpha Linux until compatible
7408 with g++ abi.
7409
7410 2000-12-13 Mike Stump <mrs@wrs.com>
7411
7412 * Makefile.in (local-distclean): Also remove fastjar.
7413
7414 2000-12-10 Anthony Green <green@redhat.com>
7415
7416 * configure.in: Define libgcj. Disable libgcj target libraries for
7417 most targets.
7418
7419 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7420
7421 * configure.in (target_libs): Revert 2000-12-08 patch.
7422 (noconfigdirs): Added target-libjava.
7423
7424 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7425
7426 * Makefile.in: handle DOS-style absolute paths.
7427
7428 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7429
7430 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7431 libjava.
7432 * configure.in (target_libs): Removed `target-libjava'.
7433
7434 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7435
7436 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7437 (ALL_MODULES): Added fastjar.
7438 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7439 (all-target-libjava): all-fastjar replaces all-zip.
7440 (all-fastjar): Added.
7441 (configure-target-fastjar, all-target-fastjar): Likewise.
7442 * configure.in (host_tools): Added fastjar.
7443
7444 2000-12-07 Mike Stump <mrs@wrs.com>
7445
7446 * Makefile.in (local-distclean): Remove leftover built files.
7447
7448 2000-11-16 Fred Fish <fnf@be.com>
7449
7450 * configure.in (enable_libstdcxx_v3): Fix typo,
7451 libstd++ -> libstdc++.
7452
7453 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7454
7455 * configure: Provide the original toplevel configure arguments
7456 (including $0) to subprocesses in the environment rather than
7457 through gcc/configargs.h.
7458
7459 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7460
7461 * configure: Turn on libstdc++ V3 by default.
7462
7463 2000-10-16 Michael Meissner <meissner@redhat.com>
7464
7465 * configure (gcc/configargs.h): Only create if there is a build GCC
7466 directory created.
7467
7468 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7469
7470 * configure: Save configure arguments to gcc/configargs.h.
7471
7472 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7473
7474 * Makefile.in (bootstrap): avoid recursion if subdir missing
7475 (cross): ditto
7476 (do-proto-toplev): ditto
7477
7478 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7479
7480 * configure.in: Do not build byacc for hppa64. Provide paths to the
7481 X11 libraries for hppa64.
7482
7483 2000-09-02 Anthony Green <green@cygnus.com>
7484
7485 * Makefile.in (all-gcc): Depend on all-zlib.
7486 (CLEAN_MODULES): Add clean-zlib.
7487 (ALL_MODULES): Add all-zlib.
7488 * configure.in (host_libs): Add zlib.
7489
7490 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7491
7492 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7493 $targargs to tell whether newlib is going to be built.
7494
7495 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7496 $$r/TARGET_SUBDIR/libio for _G_config.h.
7497
7498 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7499
7500 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7501
7502 * configure: Make enable_threads and enable_shared defaults
7503 explicit. Substitute enable_threads into generated Makefiles.
7504 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7505 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7506
7507 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
7508
7509 * configure.in: Re-enable all references to libg++ and librx.
7510
7511 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
7512
7513 * configure.in: Add *-*-freebsd* configurations.
7514
7515 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7516
7517 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7518 (do-tar, do-bz2): New rules.
7519 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7520 (gdb-tar): New rule.
7521 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7522 (insight_dejagnu.tar): New rule.
7523 (insight.tar): New rule.
7524 (gdb+dejagnu.tar): New rule.
7525 (gdb.tar): New rule.
7526
7527 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7528
7529 * MAINTAINERS: Update dejagnu/
7530
7531 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
7532
7533 * ltmain.sh (relink_command): Fix typo in previous change.
7534
7535 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
7536
7537 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7538 (relink_command): Added --tag flags.
7539 (mode=install): If relinking fails; error out.
7540
7541 2002-03-12 Richard Henderson <rth@redhat.com>
7542
7543 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7544 .NOTPARALLEL tag.
7545 (do-check): Rename from check.
7546 (check): Allow parallel check.
7547
7548 2002-03-11 Richard Henderson <rth@redhat.com>
7549
7550 * Makefile.in (.NOTPARALLEL): Add fake tag.
7551
7552 2002-03-07 H.J. Lu (hjl@gnu.org)
7553
7554 * configure.in: Enable gprof for mips*-*-linux*.
7555
7556 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7557
7558 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7559 libjava.
7560 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7561
7562 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7563
7564 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7565
7566 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
7567
7568 * config.guess: Import from master sources, rev 1.232.
7569 * config.sub: Import from master sources, rev 1.246.
7570
7571 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
7572
7573 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7574 because its Makefile is there; test for the executable instead.
7575
7576 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7577
7578 Contribute sh64-elf.
7579 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7580 * configure.in: Added sh64-*-*.
7581
7582 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7583
7584 * COPYING.NEWLIB: Remove advertising clause from
7585 Berkeley and Red Hat licenses.
7586
7587 2002-02-01 Mo DeJong <supermo@bayarea.net>
7588
7589 * Makefile.in: Add all-tix to deps for all-snavigator
7590 so that tix is built when building snavigator.
7591
7592 2002-02-01 Ben Elliston <bje@redhat.com>
7593
7594 * config.guess: Import from master sources, rev 1.229.
7595 * config.sub: Import from master sources, rev 1.240.
7596
7597 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7598
7599 From Steve Ellcey <sje@cup.hp.com>:
7600 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7601 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7602 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7603 IA64.
7604 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7605 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7606 soname_spec, sys_lib_search_path_spec): Ditto.
7607
7608 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7609
7610 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7611 target-libiberty, and target-libgloss. Skip Java-related
7612 libraries if not supported for NetBSD on target CPU.
7613
7614 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7615
7616 * configure.in: Import StrongARM and XScale target_configdirs from
7617 FSF GCC version.
7618
7619 2002-01-16 H.J. Lu (hjl@gnu.org)
7620
7621 * config.guess: Import from master sources, rev 1.225.
7622 * config.sub: Import from master sources, rev 1.238.
7623
7624 * MAINTAINERS: Updated notes on config.guess and config.sub.
7625
7626 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7627
7628 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7629 ld and gdb are not supported.
7630
7631 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7632
7633 * Change reference to Cygnus Solutions to be Red Hat.
7634
7635 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7636
7637 * COPYING.NEWLIB: Update generic copyright date.
7638
7639 2002-01-07 Mark Salter <msalter@redhat.com>
7640
7641 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7642 Allow target-libgloss to be built for arm, strongarm, and xscale.
7643
7644 2002-01-03 Ben Elliston <bje@redhat.com>
7645
7646 * MAINTAINERS: Update URL for config.* scripts.
7647
7648 2001-12-18 Alan Modra <amodra@bigpond.net.au>
7649
7650 * config.sub: Import latest version.
7651 * config.guess: Likewise.
7652
7653 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7654
7655 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7656 options for i[3456]86-pc-linux* native builds.
7657
7658 2001-12-05 Laurent Guerby <guerby@acm.org>
7659
7660 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7661 libiberty.
7662
7663 Import this patch from gcc:
7664
7665 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7666
7667 * symlink-tree: handle DOS-style absolute paths.
7668
7669 2001-11-28 DJ Delorie <dj@redhat.com>
7670 Zack Weinberg <zack@codesourcery.com>
7671
7672 When build != host, create libiberty for the build machine.
7673
7674 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7675 CONFIG_ARGUMENTS.
7676 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7677 New variables.
7678 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7679 and rules.
7680 (all.normal): Depend on ALL_BUILD_MODULES.
7681 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7682 (all-build-libiberty): Depend on configure-build-libiberty.
7683
7684 * configure: Calculate and substitute proper value for
7685 ALL_BUILD_MODULES.
7686 * configure.in: Create the build subdirectory.
7687 Calculate and substitute TARGET_CONFIGARGS (formerly
7688 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7689
7690 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
7691
7692 * config.sub: Update to version 1.232 on subversion.
7693
7694 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7695
7696 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7697 files from .po files for a distribution.
7698
7699 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7700
7701 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7702
7703 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7704
7705 Merged from net gcc:
7706 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7707 * ltcf-c.sh: Use $objext, not $ac_objext.
7708 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7709 * ltcf-cxx.sh: Add support for GNU.
7710 2001-07-22 Timothy Wall <twall@redhat.com>
7711 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7712 default settings if using GNU tools with that configuration.
7713 * ltcf-cxx.sh: Ditto.
7714 * ltcf-gcj.sh: Ditto.
7715 2001-07-21 Michael Chastain <chastain@redhat.com>
7716 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7717 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7718 * ltmain.sh: Mark as gcc-local.
7719
7720 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7721
7722 * Makefile.in (all-bison): Revert 2001-10-24.
7723 Don't depend on texinfo.
7724
7725 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7726
7727 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7728
7729 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7730
7731 * configure.in (--enable-languages): Be more permissive about
7732 syntax. Check for empty lists better. Warn about $LANGUAGES.
7733
7734 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7735
7736 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7737
7738 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
7739
7740 Makefile.in (all-bison): Don't depend on texinfo.
7741
7742 2001-10-03 Alan Modra <amodra@bigpond.net.au>
7743
7744 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7745
7746 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
7747
7748 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7749
7750 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
7751
7752 * config.sub, config.guess: Import latest from subversions.
7753
7754 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
7755
7756 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7757 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7758 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7759 avoid quotes nesting problems.
7760 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7761 (DO_X): Export only variables that are set.
7762
7763 2001-09-19 Ben Elliston <bje@redhat.com>
7764
7765 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7766 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7767 semantics. Use the shell built-in "type" command instead.
7768
7769 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7770
7771 * config.sub: Reverted the earlier change, this version is not the
7772 master file.
7773
7774 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7775
7776 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7777 Add support for mips64.
7778
7779 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7780
7781 * configure.in: Enable libstdc++-v3 for h8300 targets.
7782
7783 2001-08-30 Eric Christopher <echristo@redhat.com>
7784 Jason Eckhardt <jle@redhat.com>
7785
7786 * config.sub: Add support for mipsisa32.
7787
7788 2001-08-30 Eric Christopher <echristo@redhat.com>
7789
7790 * config.sub, config.guess: Import latest from subversions.
7791
7792 2001-08-20 Alan Modra <amodra@bigpond.net.au>
7793
7794 * config.sub, config.guess: Import latest from subversions.
7795
7796 2001-07-26 DJ Delorie <dj@redhat.com>
7797
7798 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7799
7800 2001-06-19 Alan Modra <amodra@bigpond.net.au>
7801
7802 * Makefile.in: Revert 2001-06-17.
7803 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7804
7805 2001-06-17 H.J. Lu <hjl@gnu.org>
7806
7807 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7808 (gas+binutils.tar.bz2): Likewise.
7809 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7810
7811 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7812
7813 * Makefile.in (VER): When present, extract the version number from
7814 the file version.in.
7815
7816 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7817
7818 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7819 gcc/xgcc is built, use -print-prog-name to find out the program
7820 name to use.
7821
7822 2001-06-04 Mark Mitchell <mark@codesourcery.com>
7823
7824 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7825 with_gcc]: Use `gcc -shared' to build a shared library.
7826
7827 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7828
7829 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7830 archives.
7831
7832 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
7833
7834 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7835 libraries when using g++ with native linker.
7836
7837 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
7838
7839 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7840
7841 2001-05-24 Tom Rix <trix@redhat.com>
7842
7843 * configure.in : enable ld for aix
7844
7845 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
7846
7847 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7848 [aix4*|aix5*]: Prepend blank.
7849
7850 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
7851
7852 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7853 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7854 of subdir/configure scripts to use the new libtool.m4.
7855
7856 2001-05-14 H.J. Lu <hjl@gnu.org>
7857
7858 * config.if (libc_interface): Set to -libc6.2- for cross
7859 compiling to Linux/glibc 2.2.
7860
7861 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
7862
7863 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7864 libgcj.
7865
7866 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7867
7868 * configure.in (noconfigdirs): Don't reset it from scratch in the
7869 target case; only append to it.
7870
7871 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7872
7873 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7874 sparc-*-solaris2.8]: Disable ${libgcj}.
7875
7876 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
7877
7878 * configure.in (libgcj_saved): Copy from $libgcj.
7879 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7880 --disable-libgcj.
7881
7882 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
7883
7884 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7885 1.641.2.228.
7886
7887 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
7888
7889 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7890 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7891
7892 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
7893
7894 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7895 New macros.
7896 (bootstrap, cross): Use RECURSE_FLAGS.
7897 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7898
7899 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
7900
7901 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7902
7903 2001-03-23 Nick Clifton <nickc@redhat.com>
7904
7905 * README-maintainer-mode: Add note about inability to use "make
7906 distclean" in maintainer mode.
7907
7908 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
7909
7910 Re-installed:
7911 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7912 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7913 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7914 * ltcf-cxx.sh: Likewise.
7915 * ltcf-gcj.sh: Likewise.
7916
7917 2001-03-22 Philip Blundell <philb@gnu.org>
7918
7919 * config.sub, config.guess: Import latest from subversions.
7920
7921 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
7922
7923 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7924 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7925
7926 2001-03-20 Michael Chastain <chastain@redhat.com>
7927
7928 * Makefile.in: all-m4 depends on all-texinfo.
7929
7930 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
7931
7932 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7933
7934 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
7935
7936 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7937 longer valid.
7938
7939 2001-02-16 Nick Clifton <nickc@redhat.com>
7940
7941 * configure.in (noconfigdirs): Allow configuration of texinfo
7942 for Cygwin hosts.
7943
7944 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7945
7946 * config.guess: Add linux target for S/390.
7947 * config.sub: Likewise.
7948 * configure.in: Likewise.
7949
7950 2001-02-06 Ben Elliston <bje@redhat.com>
7951
7952 * configure: Output host type to stdout, not stderr.
7953
7954 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7955
7956 * config.guess: Import from subversions.gnu.org (revision 1.181).
7957 * config.sub: Import from subversions.gnu.org (revision 1.199).
7958
7959 2001-01-30 Alan Modra <alan@linuxcare.com.au>
7960
7961 * config.guess: Handle hppa64-linux systems.
7962
7963 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7964
7965 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7966 Don't unset, it's non-portable and no longer necessary, set to empty
7967 instead.
7968
7969 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7970
7971 * ltconfig: Shell portability fix for the tagname validity check.
7972
7973 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7974
7975 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7976
7977 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
7978
7979 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7980 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7981
7982 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7983
7984 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7985 keep at least one of build_libtool_libs or build_old_libs set to
7986 yes.
7987
7988 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
7989
7990 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7991 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7992
7993 2000-11-07 Philip Blundell <pb@futuretv.com>
7994
7995 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7996
7997 2000-11-03 Philip Blundell <pb@futuretv.com>
7998
7999 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8000 files.
8001
8002 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8003
8004 * COPYING.NEWLIB: Put into source repository.
8005
8006 2001-01-15 Ben Elliston <bje@redhat.com>
8007
8008 * configure.in (host_tools): Add sid.
8009 Always configure cgen.
8010 * Makefile.in (all-sid): New target.
8011 (check-sid, clean-sid, install-sid): Likewise.
8012
8013 2001-01-07 Andreas Jaeger <aj@suse.de>
8014
8015 * config.sub, config.guess: Update from subversions.
8016
8017 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8018
8019 * configure.in: Disable language-specific target libraries for
8020 languages that aren't enabled.
8021
8022 2000-11-24 Nick Clifton <nickc@redhat.com>
8023
8024 * configure.in (xscale-elf): Add target.
8025 (xscale-coff): Add target.
8026 (c4x, c5x, tic54x): Move after ARM targets.
8027
8028 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8029
8030 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8031
8032 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8033
8034 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8035
8036 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8037
8038 * Makefile.in: Merge with GCC and libgcj.
8039 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8040 configure-target-<library> when their configure scripts need the C
8041 or C++ library to have already been built to work properly.
8042 (do_proto_toplev): Set them to an empty string.
8043
8044 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8045
8046 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8047 (REALLY_SET_LIB_PATH): Use them.
8048
8049 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8050
8051 * config.sub: Add support for Sun Chorus
8052
8053 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8054
8055 * config.sub: Add support for the *-storm-chaos OS.
8056
8057 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8058
8059 * configure.in (noconfigdirs): Don't compile some
8060 of the libraries for 68HC11 & 68hc12 targets.
8061
8062 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8063
8064 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8065 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8066 all affected `configure' scripts.
8067
8068 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8069
8070 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8071 ltcf-c.sh.
8072
8073 2000-09-12 Philip Blundell <philb@gnu.org>
8074
8075 * config.sub, config.guess: Update from subversions.
8076
8077 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8078
8079 * Makefile.in (all-zlib): Added dummy target.
8080
8081 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8082 multi-language branch.
8083
8084 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8085
8086 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8087 (bootstrap*): Depend on all-bootstrap.
8088
8089 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8090
8091 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8092 crosses, but add gcc/include to the header search path for them.
8093
8094 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8095
8096 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8097 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8098 * gettext.m4: New file, extracted from aclocal.m4.
8099
8100 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8101
8102 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8103 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8104 sub-configures.
8105
8106 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8107
8108 * Makefile.in (ALL_MODULES): Add all-cgen.
8109 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8110 (all-cgen): New target.
8111 (all-opcodes,all-sim): Depend on all-cgen.
8112 * configure.in (host_tools): Add cgen.
8113 Only configure cgen if --enable-cgen-maint.
8114
8115 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8116
8117 * config-ml.in (CC, CXX): Don't introduce a leading space.
8118
8119 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8120
8121 * configure.in (libstdcxx_flags): Use
8122 libstdc++-v3/src/libstdc++.INC.
8123
8124 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8125
8126 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8127
8128 2000-08-11 Jason Merrill <jason@redhat.com>
8129
8130 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8131 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8132 (FLAGS_FOR_TARGET): Not here.
8133 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8134
8135 2000-08-07 DJ Delorie <dj@redhat.com>
8136
8137 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8138 "if we're also building gcc, and it's a gcc that will run on the
8139 build machine, we want to use its includes instead of the system's
8140 default includes".
8141
8142 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8143
8144 * configure.in (libstdcxx_flags): Don't use `"'.
8145
8146 * config-ml.in: Adjust multilib search paths to the
8147 appropriate multilib tree.
8148
8149 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8150
8151 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8152 commas in $LANGUAGES.
8153
8154 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8155
8156 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8157
8158 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8159
8160 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8161 CXX_FOR_TARGET for sed.
8162
8163 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8164
8165 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8166 Do not override if already set in the environment or in configure.
8167 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8168 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8169
8170 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8171
8172 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8173 (GCC_FOR_TARGET): Use it.
8174 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8175 * configure.in: ... here.
8176 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8177 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8178
8179 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8180
8181 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8182 (configure-target-libchill, configure-target-libobjc): Likewise.
8183
8184 * configure.in: Use the same cache file for all target libs.
8185 * config-ml.in: But different cache files per multilib variant.
8186
8187 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8188
8189 * configure (topsrcdir): Don't use dirname.
8190
8191 2000-07-20 Jason Merrill <jason@redhat.com>
8192
8193 * configure.in: Remove all references to libg++ and librx.
8194
8195 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8196
8197 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8198
8199 * config.sub: Update to subversions version 2000-07-06.
8200
8201 2000-07-12 Andrew Haley <aph@cygnus.com>
8202
8203 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8204 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8205
8206 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8207
8208 * symlink-tree: Check number of arguments.
8209
8210 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8211
8212 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8213
8214 2000-07-05 Jim Wilson <wilson@cygnus.com>
8215
8216 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8217 search path for a g++ extracted from the build tree. This
8218 will allow link tests run by configure scripts in
8219 subdirectories to succeed.
8220
8221 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8222
8223 * ltconfig: Add support for mips-dde-sysv4.2MP
8224
8225 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8226
8227 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8228 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8229
8230 2000-06-19 Timothy Wall <twall@cygnus.com>
8231
8232 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8233 * config.sub: Add tic54x target.
8234
8235 2000-06-07 Phillip Thomas <pthomas@suse.de>
8236
8237 * README-maintainer-mode: New file: Contains notes on using
8238 --enable-maintainer-mode with binutils.
8239
8240 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8241
8242 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8243
8244 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8245
8246 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8247 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8248
8249 20000-05-21 H.J. Lu (hjl@gnu.org)
8250
8251 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8252 directory are used if they exist. Make sure
8253 $(build_tooldir)/include is searched for header files,
8254 $(build_tooldir)/lib/ for library files.
8255 (GCC_FOR_TARGET): Likewise.
8256 (CXX_FOR_TARGET): Likewise.
8257
8258 2000-05-18 Jeffrey A Law (law@cygnus.com)
8259
8260 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8261
8262 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8263
8264 * Makefile.in (configure-target-libiberty): Depend on
8265 configure-target-newlib.
8266
8267 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8268
8269 * configure.in, Makefile.in: Merge all libffi-related
8270 configury stuff from the libgcj tree.
8271
8272 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8273
8274 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8275 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8276
8277 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8278
8279 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8280 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8281 current version information. Add to proto-toplev directory.
8282 (gdb-taz): Build do-djunpack.
8283
8284 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8285
8286 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8287
8288 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8289
8290 * ltmain.sh: Preserve in relink_command any environment
8291 variables that may affect the linker behavior.
8292
8293 2000-05-12 Jeffrey A Law (law@cygnus.com)
8294
8295 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8296
8297 2000-05-10 Jim Wilson <wilson@cygnus.com>
8298
8299 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8300
8301 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8302
8303 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8304 with the version name.
8305
8306 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8307
8308 * config.if: Tweak.
8309
8310 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8311
8312 * djunpack.bat: New file.
8313
8314 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8315
8316 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8317 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8318 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8319 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8320
8321 2000-04-16 Dave Pitts <dpitts@cozx.com>
8322
8323 * config.sub (case $basic_machine): Change default for "ibm-*"
8324 to "openedition".
8325
8326 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8327
8328 * Makefile.in (gdb-taz): New target. GDB specific archive.
8329 (do-md5sum): New target.
8330 (MD5PROG): Define.
8331 (PACKAGE): Default to TOOL.
8332 (VER): Default to a shell script.
8333 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8334 md5 checksum generation.
8335 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8336 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8337 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8338 insight.tar.bz2): Use gdb-taz to create archive.
8339
8340 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8341
8342 * configure (warn_cflags): Delete.
8343
8344 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8345 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8346
8347 * configure.in (enable_libstdcxx_v3): Add.
8348 (target_libs): Add bits here to switch between libstdc++-v2 and
8349 libstdc++-v3.
8350 * config.if: And this file too.
8351 * Makefile.in: Add libstdc++-v3 targets.
8352
8353 2000-04-05 Michael Meissner <meissner@redhat.com>
8354
8355 * config.sub (d30v): Add d30v as a basic machine type.
8356
8357 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8358
8359 * configure.in: -linux-gnu*, not -linux-gnu.
8360
8361 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8362
8363 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8364 (do-tar-bz2): Replace TOOL with PACKAGE.
8365 (gdb.tar.bz2): Remove GDBTK from GDB package.
8366 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8367 dejagnu.tar.bz2): New packages.
8368
8369 2000-02-27 Andreas Jaeger <aj@suse.de>
8370
8371 * configure.in: Add entry for mips*-*-linux*, move catch all
8372 *-*-*linux* entry below this one.
8373
8374 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8375
8376 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8377
8378 2000-02-24 Nick Clifton <nickc@cygnus.com>
8379
8380 * config.sub: Support an OS of "wince".
8381
8382 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8383
8384 * config.guess, config.sub: Updated to match config's 2000-02-15
8385 version.
8386
8387 2000-02-23 Linas Vepstas <linas@linas.org>
8388
8389 * config.sub: Add support for Linux/IBM 370.
8390 * configure.in: Likewise.
8391
8392 2000-02-22 Nick Clifton <nickc@cygnus.com>
8393
8394 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8395
8396 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8397
8398 * config.guess: Guess "cygwin" rather than "cygwin32".
8399
8400 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8401
8402 * configure (gcc_version): When setting, narrow search to
8403 lines containing `version_string'.
8404
8405 2000-02-15 Denis Chertykov <denisc@overta.ru>
8406
8407 * config.sub: Add support for avr target.
8408
8409 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8410
8411 * config.sub: Add mmix-knuth-mmixware.
8412
8413 2000-01-27 Christopher Faylor <cgf@redhat.com>
8414
8415 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8416 structure stuff to -L library search.
8417 (CXX_FOR_TARGET): Ditto.
8418 (CROSS_CHECK_MODULES): Fix spelling mistake.
8419
8420 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8421
8422 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8423 the C++ compiler.
8424
8425 2000-01-12 Richard Henderson <rth@cygnus.com>
8426
8427 * configure.in: Don't build some bits for beos.
8428
8429 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8430
8431 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8432 as include files.
8433
8434 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8435
8436 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8437 not mh-aix43.
8438
8439 1999-12-14 Richard Henderson <rth@cygnus.com>
8440
8441 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8442 * config.sub: Accept alphaev[78], alphaev8.
8443
8444 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8445
8446 * config.guess, config.sub: Update from autoconf.
8447
8448 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8449
8450 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8451 necessary libraries are missing.
8452
8453 1999-10-25 Andreas Schwab <schwab@suse.de>
8454
8455 * configure: Fix quoting inside arguments of eval.
8456
8457 1999-10-21 Nick Clifton <nickc@cygnus.com>
8458
8459 * config-ml.in: Allow suppression of some ARM multilibs.
8460
8461 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8462
8463 * config.guess: Add OS/390 match pattern.
8464 * config.sub: Add mvs, openedition targets.
8465 * configure.in (i370-ibm-opened*): New.
8466
8467 1999-09-04 Steve Chamberlain <sac@pobox.com>
8468
8469 * config.sub: Add support for configuring for pj.
8470
8471 1999-08-31 Nick Clifton <nickc@cygnus.com>
8472
8473 * config.sub (maybe_os): Add support for configuring for fr30.
8474
8475 1999-08-25 Nick Clifton <nickc@cygnus.com>
8476
8477 * configure.in: Do not configure or build ld for AIX
8478 platforms. ld is known to be broken on these platforms.
8479
8480 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8481
8482 * config-ml.in: Pass compiler flag corresponding to multidirs to
8483 subdir configures.
8484
8485 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8486
8487 * Makefile.in (LDFLAGS): Define.
8488
8489 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8490
8491 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8492 noconfigdirs.
8493 (*-*-cygwin*): Likewise.
8494
8495 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8496
8497 * mkdep: New file.
8498 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8499 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8500
8501 From Eli Zaretskii <eliz@is.elta.co.il>:
8502 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8503 long file name when using DJGPP on MS-DOS.
8504
8505 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8506
8507 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8508
8509 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8510
8511 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8512 dependency as this causes "make check" to globally "make all"
8513
8514 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8515
8516 * configure.in (target_libs): Added target-zlib.
8517 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8518 (CONFIGURE_TARGET_MODULES): Likewise.
8519 (CHECK_TARGET_MODULES): Likewise.
8520 (INSTALL_TARGET_MODULES): Likewise.
8521 (CLEAN_TARGET_MODULES): Likewise.
8522 (configure-target-zlib): New target.
8523 (all-target-zlib): Likewise.
8524 (all-target-libjava): Depend on all-target-zlib.
8525 (configure-target-libjava): Depend on configure-target-zlib.
8526
8527 * Makefile.in (configure-target-libjava): Depend on
8528 configure-target-newlib.
8529 (configure-target-boehm-gc): New target.
8530 (configure-target-qthreads): New target.
8531
8532 * configure.in (target_libs): Added target-qthreads.
8533 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8534 (CONFIGURE_TARGET_MODULES): Likewise.
8535 (CHECK_TARGET_MODULES): Likewise.
8536 (INSTALL_TARGET_MODULES): Likewise.
8537 (CLEAN_TARGET_MODULES): Likewise.
8538 (all-target-qthreads): New target.
8539 (configure-target-libjava): Depend on configure-target-qthreads.
8540 (all-target-libjava): Depend on all-target-qthreads.
8541
8542 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8543 (CONFIGURE_TARGET_MODULES): Likewise.
8544 (CHECK_TARGET_MODULES): Likewise.
8545 (INSTALL_TARGET_MODULES): Likewise.
8546 (CLEAN_TARGET_MODULES): Likewise.
8547 (all-target-libjava): New target.
8548 (all-target-boehm-gc): Likewise.
8549 * configure.in (target_libs): Added libjava, boehm-gc.
8550
8551 1999-07-22 Ian Lance Taylor <ian@zembu.com>
8552
8553 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8554 configure.bat in SUPPORT_FILES.
8555 (gas+binutils.tar.bz2): Likewise.
8556
8557 * makeall.bat: Remove; obsolete.
8558
8559 1999-07-21 Ian Lance Taylor <ian@zembu.com>
8560
8561 From Mark Elbrecht:
8562 * configure.bat: Remove; obsolete.
8563
8564 1999-07-11 Ian Lance Taylor <ian@zembu.com>
8565
8566 * configure: Add -W -Wall to the default CFLAGS when compiling with
8567 gcc.
8568
8569 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8570
8571 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8572
8573 1999-06-30 Mark Mitchell <mark@codesourcery.com>
8574
8575 * configure.in: Build ld on IRIX6.
8576
8577 1999-06-12 Ian Lance Taylor <ian@zembu.com>
8578
8579 * Makefile.in: Change distribution targets to use bzip2 instead of
8580 gzip.
8581 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8582 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8583
8584 1999-06-04 Nick Clifton <nickc@cygnus.com>
8585
8586 * config.sub: Add mcore target.
8587
8588 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
8589
8590 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8591
8592 1999-05-25 H.J. Lu (hjl@gnu.org)
8593
8594 * config.guess (dummy): Changed to $dummy.
8595
8596 1999-05-24 Nick Clifton <nickc@cygnus.com>
8597
8598 * config.sub: Tidied up case statements.
8599
8600 1999-05-22 Ben Elliston <bje@cygnus.com>
8601
8602 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8603 <jiro@din.or.jp>.
8604
8605 * config.guess: Merge with FSF version. Future changes will be
8606 more accurately recorded in this ChangeLog.
8607 * config.sub: Likewise.
8608
8609 1999-05-20 Stephen L Moshier <moshier@world.std.com>
8610
8611 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8612
8613 1999-04-30 Tom Tromey <tromey@cygnus.com>
8614
8615 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8616
8617 1999-04-23 Tom Tromey <tromey@cygnus.com>
8618
8619 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8620
8621 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
8622
8623 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8624 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8625 Bad merge removed these two changes.
8626
8627 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8628 Martin Heller (Ing.-Buero_Heller@t-online.de)
8629
8630 * config.guess (interix Alpha): Add.
8631
8632 1999-04-11 Richard Henderson <rth@cygnus.com>
8633
8634 * configure.in (i?86-*-beos*): Do config gperf; don't config
8635 gdb, newlib, or libgloss.
8636
8637 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8638
8639 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8640 link a trivial program with -mabi=64. If it fails, remove mabi=64
8641 from multidirs.
8642
8643 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
8644
8645 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8646
8647 1999-04-08 Nick Clifton <nickc@cygnus.com>
8648
8649 * config.sub: Add support for mcore targets.
8650
8651 1999-04-07 Michael Meissner <meissner@cygnus.com>
8652
8653 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8654 not mt-ospace, in order to shut up assembler warning about using
8655 symbols that are named the same as registers.
8656
8657 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
8658
8659 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8660 dependency list for all-target-cygmon.
8661
8662 1999-04-05 Doug Evans <devans@casey.cygnus.com>
8663
8664 * config-ml.in: Check $host, not $target, for selective multilibs.
8665 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8666 thumb interworking, and underscore prefix multilibs.
8667
8668 1999-04-04 Ian Lance Taylor <ian@zembu.com>
8669
8670 * missing: Update to version from current automake.
8671
8672 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8673
8674 * configure (gxx_include_dir): Removed.
8675
8676 * configure.in (gxx_include_dir): Handle it.
8677 * Makefile.in: Likewise.
8678
8679 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8680
8681 * config.sub (mips64vr4111,mips64vr4111el) Add.
8682
8683 1999-03-21 Ben Elliston <bje@cygnus.com>
8684
8685 * config.guess: Correct typo for detecting ELF on FreeBSD.
8686
8687 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8688
8689 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8690 config/mh-djgpp.
8691
8692 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8693
8694 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8695 all-target-newlib to dependency list for all-target-bsp.
8696
8697 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8698
8699 * config.sub: Add i386-uwin support.
8700 * config.guess: Likewise.
8701
8702 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8703
8704 * configure.in: cleanup, add mh-*pic handling for arm, special
8705 case powerpc*-*-aix*
8706
8707 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8708
8709 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8710 can be built.
8711
8712 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8713
8714 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8715 targets.
8716
8717 1999-03-02 Nick Clifton <nickc@cygnus.com>
8718
8719 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8720
8721 1999-02-28 Geoffrey Noer <noer@cygnus.com>
8722
8723 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8724
8725 1999-02-24 Nick Clifton <nickc@cygnus.com>
8726
8727 * config.sub: Fix typo in arm recognition.
8728
8729 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
8730
8731 * configure.in (noconfigdirs): Changed target_configdirs to
8732 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8733 rather than m68k-*-* since it is not known to work on
8734 m68k-aout. Ditto for arm-*-*oabi.
8735
8736 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8737
8738 * configure.in (*-*-windows*): Remove, no longer used.
8739
8740 1999-02-19 Ben Elliston <bje@cygnus.com>
8741
8742 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8743 Smart and improved by Andrew Cagney.
8744
8745 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
8746
8747 * config.guess: Recognize openbsd-*-hppa.
8748
8749 1999-02-17 H.J. Lu (hjl@gnu.org)
8750
8751 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8752 only if it is not empty.
8753
8754 1999-02-17 Nick Clifton <nickc@cygnus.com>
8755
8756 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8757
8758 * config.guess: Modified to recognize uname's armv* syntax.
8759
8760 * config.sub: Modified to recognize uname's armv* syntax.
8761
8762 1999-02-17 Mark Salter <msalter@cygnus.com>
8763
8764 * configure.in: Added target-bsp for sparclite.
8765
8766 1999-02-08 Richard Henderson <rth@cygnus.com>
8767
8768 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8769
8770 1999-02-08 Nick Clifton <nickc@cygnus.com>
8771
8772 * configure.in: Add support for strongarm port.
8773 * config.sub: Add support for strongarm target.
8774
8775 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8776
8777 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8778 the old name config/mh-cygwin32.
8779 Enable texinfo.
8780
8781 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
8782
8783 * configure.in: Do build ld for ix86 Solaris.
8784
8785 1999-02-02 Jim Wilson <wilson@cygnus.com>
8786
8787 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8788 $AR_FOR_TARGET. Likewise for RANLIB.
8789
8790 1999-02-02 Catherine Moore <clm@cygnus.com>
8791
8792 * config.sub (oabi): Recognize.
8793 * configure.in (arm-*-oabi): Handle.
8794
8795 1999-01-30 Robert Lipe (robertlipe@usa.net)
8796
8797 * config.guess: Improve detection of i686 on UnixWare 7.
8798
8799 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
8800
8801 * config.guess: Add support for i386-pc-interix.
8802 * config.sub: Likewise.
8803 * configure.in: Likewise.
8804
8805 1999-01-18 Christopher Faylor <cgf@cygnus.com>
8806
8807 * Makefile.in: Remove unneeded all-target-libio from
8808 from all-target-winsup target since it is now unneeded.
8809 Add all-target-libtermcap in its place since it is now
8810 needed.
8811
8812 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8813
8814 * configure.in: makefile stub for cygwin target is probably
8815 unnecessary. Remove it for now.
8816
8817 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8818
8819 * configure.in: libtermcap.a should be built when cygwin is the
8820 target as well as the host.
8821 * config.guess: Allow mixed case in cygwin uname output.
8822 * Makefile.in: Add libtermcap target.
8823
8824 1998-12-23 Jeffrey A Law (law@cygnus.com)
8825
8826 * config.sub: Clean up handling of hppa2.0.
8827
8828 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
8829
8830 * config.guess: Use C code to identify more HP machines.
8831
8832 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8833
8834 * config.sub: Handle hppa2.0.
8835
8836 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8837
8838 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8839 cygmon for all sparclite targets, regardless of object format.
8840
8841 1998-12-15 Mark Salter <msalter@cygnus.com>
8842
8843 * configure.in: Added target-bsp for several target architectures.
8844
8845 * Makefile.in: Added rules for bsp.
8846
8847 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8848
8849 * config.guess: Improve detection of hppa2.0 processors.
8850
8851 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8852
8853 * config.guess: Recognize FreeBSD using ELF automatically.
8854
8855 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8856
8857 * configure (skip-this-dir): Add handling for new shell script, which
8858 might be created by a sub-directory's configure to indicate, this particular
8859 directory is "unwanted".
8860 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8861
8862 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8863
8864 * ltconfig: import from libtool, after changing libtool to
8865 account for the cygwin name change.
8866
8867 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8868
8869 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8870 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8871
8872 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8873
8874 * configure.in: Add libtermcap to list of cygwin dependencies.
8875
8876 1998-11-17 Geoffrey Noer <noer@cygnus.com>
8877
8878 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8879 they include winsup/include when it's a cygwin target.
8880
8881 1998-11-12 Tom Tromey <tromey@cygnus.com>
8882
8883 * configure.in (host_tools): Added zip.
8884 * Makefile.in (all-target-libjava): Depend on all-zip.
8885 (all-zip): New target.
8886 (ALL_MODULES): Added all-zip.
8887 (NATIVE_CHECK_MODULES): Added check-zip.
8888 (INSTALL_MODULES): Added install-zip.
8889 (CLEAN_MODULES): Added clean-zip.
8890
8891 1998-11-12 Geoffrey Noer <noer@cygnus.com>
8892
8893 * Makefile.in: lose "32" from comment about cygwin.
8894
8895 1998-11-05 Nick Clifton <nickc@cygnus.com>
8896
8897 * configure.in: Use -Os to build target libraries for the fr30.
8898
8899 1998-11-04 Dave Brolley <brolley@cygnus.com>
8900
8901 * config.sub: Add fr30.
8902
8903 1998-11-02 Geoffrey Noer <noer@cygnus.com>
8904
8905 * configure.in: drop "32" from config/mh-cygwin32. Check
8906 cygwin* instead of cygwin32*.
8907 * config.sub: Check cygwin* instead of cygwin32*.
8908
8909 1998-10-22 Robert Lipe <robertl@dgii.com>
8910
8911 * config.guess: Match any version of Unixware7.
8912
8913 1998-10-20 Syd Polk <spolk@cygnus.com>
8914
8915 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8916 if desired.
8917
8918 1998-10-18 Jeffrey A Law (law@cygnus.com)
8919
8920 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8921 these if the appropriate directories and files to not exist.
8922
8923 1998-10-14 Jeffrey A Law (law@cygnus.com)
8924
8925 * Makefile.in (DEVO_SUPPORT): Add config.if.
8926
8927 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
8928
8929 * configure: Add pattern to replace "build_tooldir"'s
8930 definition in the generated Makefile with "tooldir"'s
8931 actual value.
8932
8933 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8934
8935 * config.sub: Bring back lost sparcv9.
8936
8937 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8938
8939 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8940
8941 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8942 CC_FOR_TARGET and friends.
8943
8944 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
8945
8946 * Makefile.in (build_tooldir): New variable, same as tooldir.
8947 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8948 -B$(build_tooldir)/bin/.
8949 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8950
8951 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
8952
8953 * config.sub: Add support for i[34567]86-pc-udk.
8954 * configure.in: Likewise.
8955
8956 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8957
8958 * Makefile.in: add bzip2 package building bits for user
8959 tools module
8960 * configure.in: ditto
8961
8962 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8963
8964 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8965 (ALL_TARGET_MODULES): Add all-target-libobjc.
8966 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8967 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8968 (all-target-libchill): Add dependencies.
8969 * configure.in (target_libs): Add libchill.
8970
8971 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8972
8973 * configure.in (target_subdir): Remove duplicate line.
8974
8975 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8976
8977 * Makefile.in (all-automake): fix dependencies.
8978
8979 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8980
8981 * configure.in: Minor cleanups for building in the $(target_alias)
8982 subdir.
8983
8984 1998-09-22 Jim Wilson <wilson@cygnus.com>
8985
8986 * Makefile.in (bootstrap): Set r and s before make all. Use
8987 BASE_FLAGS_TO_PASS in make all.
8988 (cross): Likewise.
8989
8990 1998-09-20 Mark Mitchell <mark@markmitchell.com>
8991
8992 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8993
8994 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8995
8996 * config.sub: Fix typo in last change.
8997
8998 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8999
9000 * config.sub: Add support for C4x target.
9001 * configure.in: Likewise.
9002
9003 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9004
9005 * config.sub: Recognize sparcv9 just like sparc64.
9006
9007 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9008
9009 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9010
9011 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9012
9013 * config.guess: Correctly identify Pentium II sco boxes.
9014
9015 * config.guess: Fix "tr" code. From Weiwen Liu.
9016
9017 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9018
9019 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9020 stabs.
9021
9022 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9023
9024 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9025 (ALL_TARGET_MODULES): Add all-target-libchill.
9026 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9027 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9028 (all-target-libchill): Add dependencies.
9029 * configure.in (target_libs): Add libchill.
9030
9031 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9032
9033 * config.guess: Avoid assumptions about "tr" behaves when
9034 LANG is set to something other than English.
9035
9036 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9037
9038 * configure (gxx_include_dir): Changed to
9039 '${prefix}/include/g++'-${libstdcxx_interface}.
9040
9041 * config.if: New to determine the interfaces.
9042
9043 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9044
9045 * config.guess: Detect and handle MPE/IX.
9046 * config.sub: Deal with MPE/IX.
9047
9048 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9049
9050 * configure.in: Use mh-aix43.
9051
9052 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9053
9054 * configure: Fix --without/--disable cases for gxx-include-dir.
9055
9056 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9057
9058 * mdata-sh: Imported. Needed for automake support.
9059
9060 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9061
9062 * Makefile.in (taz): Try "chmod -R og=u ." before
9063 "chmod og=u `find . -print`".
9064
9065 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9066
9067 * configure.in: Add arm-elf and thumb-elf support.
9068
9069 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9070
9071 * Makefile.in: Undo previous patch.
9072
9073 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9074
9075 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9076 to here ...
9077 (install-no-fixedincludes): and here
9078 (INSTALL_MODULES): ... from here.
9079
9080 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9081
9082 * config.sub: Merge with FSF.
9083
9084 * config.guess: Merge with FSF.
9085
9086 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9087
9088 * configure (extraconfigdirs): New variable.
9089 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9090 * Makefile.in (all): Move higher in file.
9091 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9092 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9093 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9094 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9095 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9096
9097 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9098
9099 * Makefile.in (all-target-libjava): Depend on all-gcc and
9100 all-target-newlib.
9101 (configure-target-libjava): Depend on $(ALL_GCC).
9102
9103 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9104
9105 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9106 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9107
9108 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9109
9110 * ylwrap: Change absolute path checks to check for DOS style path
9111 names.
9112
9113 * ylwrap: Don't use a full path name if the source file is in the
9114 same directory. From hjl@lucon.org (H.J. Lu).
9115
9116 * config-ml.in: Default to being verbose, to match Feb 18 change to
9117 configure.
9118
9119 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9120
9121 Brought over from egcs:
9122
9123 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9124
9125 * configure.in (target_subdir): Set to ${target_alias} instead
9126 of "libraries".
9127
9128 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9129
9130 * configure.in (target_subdir): Set to libraries if enable_multilib.
9131
9132 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9133
9134 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9135 multilibs, force reconfiguration the first time we create
9136 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9137
9138 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9139
9140 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9141 avoid confusion with --no-recursion.
9142
9143 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9144
9145 * configure.in: Win32 hosts shouldn't use install -x
9146 * install-sh: remove -x option, and special .exe-handling
9147 hack.
9148
9149 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9150
9151 * config.guess: Recognize i586-pc-beos.
9152 * configure.in: Don't build some bits for beos.
9153
9154 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9155
9156 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9157 CFLAGS default to -O2.
9158
9159 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9160 when using GNU ld.
9161
9162 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9163
9164 * ltmain.sh: Correct install when using a different shell.
9165
9166 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9167
9168 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9169
9170 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9171
9172 * makefile.vms: Update to build binutils/makefile.vms. Add install
9173 target.
9174
9175 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9176
9177 * ltconfig: Update to correct AIX handling.
9178
9179 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9180
9181 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9182
9183 * configure.in (target_subdir): Set to ${target_alias} instead
9184 of "libraries".
9185
9186 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9187
9188 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9189 (Makefile): Depend on $(gcc_version_trigger).
9190
9191 * configure (gcc_version): Change default initializer to empty
9192 string.
9193 (gcc_version_trigger): New variable; pass this variable down
9194 to subdir configures to enable them checking gcc's version
9195 themselves. Emit make macros for both gcc_version vars.
9196 (topsrcdir): Initialize reliably.
9197 (recursion line): Remove --with-gcc-version=${gcc_version}.
9198
9199 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9200
9201 * configure (enable_version_specific_runtime_libs): Implement new flag
9202 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9203 in $(libsubdir); emit definition in each generated Makefile.
9204 (gxx_include_dir): Initialize depending on
9205 $enable_version_specific_runtime_libs.
9206
9207 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9208
9209 * configure (gcc_version): Initialize properly depending on
9210 how and where configure is started.
9211 (recursion line): Pass a --with-gcc-version=${gcc_version}
9212 to configures in subdirs.
9213
9214 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9215
9216 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9217 cygmon
9218
9219 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9220
9221 * configure.in: Add cygmon and libstub support for mn10200.
9222
9223 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9224
9225 * configure (gcc_version): Add new variable describing the
9226 particular gcc version we're building.
9227 * Makefile.in (libsubdir): Add new macro for the directory
9228 in which the compiler finds executables, libraries, etc.
9229 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9230 and libsubdir.
9231
9232 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9233
9234 * Makefile.in (local-clean): Remove *.log.
9235 (warning.log): Built with warn_summary from build.log.
9236 (mail-report.log): Run test_summary.
9237 (mail-report-with-warnings.log): Run test_summary including
9238 warning.log in the report.
9239
9240 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9241
9242 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9243
9244 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9245
9246 * Makefile.in (grep): Grep no longer depends on libiberty.
9247
9248 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9249
9250 * Makefile.in: all-snavigator needs all-libgui.
9251
9252 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9253
9254 * configure.in: Add cygmon and libstub support for mn10300.
9255
9256 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9257
9258 * missing: Update to version from automake 1.3.
9259
9260 * ltmain.sh: On installation, don't get confused if the same name
9261 appears more than once in the list of library names.
9262
9263 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9264
9265 * config.sub: Accept m68060 and m5200 as CPU names.
9266
9267 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9268
9269 * configure: Use && rather than using -a in test, because odd
9270 strings can confuse test.
9271 * configure.in: Likewise.
9272
9273 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9274
9275 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9276
9277 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9278
9279 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9280 bootstrap4-lean): New targets.
9281
9282 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9283
9284 * mpw-* Delete. Not used.
9285
9286 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9287
9288 * COPYING.LIB: Update FSF address.
9289
9290 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9291
9292 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9293
9294 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9295 GAS_SUPPORT_DIRS.
9296
9297 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9298
9299 * ltconfig, ltmain.sh: Avoid producing a version number if
9300 -version-info was not used.
9301
9302 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9303
9304 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9305 building with newlib.
9306
9307 1998-04-30 Paul Eggert <eggert@twinsun.com>
9308
9309 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9310 Solaris `make' causes it to continue to next definition.
9311
9312 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9313
9314 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9315 the right GUI libraries and files are installed along with GDB.
9316
9317 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9318
9319 * configure.in: Change alpha to alpha* in several places.
9320
9321 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9322
9323 * config.sub: Recognize sparc86x.
9324
9325 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9326
9327 * configure.in (--enable-target-optspace): Remove debug echo.
9328
9329 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9330
9331 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9332
9333 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9334
9335 * ltconfig: Update cygwin32 support.
9336
9337 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9338 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9339 (GDB_SUPPORT_DIRS): Likewise.
9340
9341 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9342
9343 * configure.in (target_makefile_frag): If --enable-target-optspace,
9344 use -Os to compile target libraries rather than -O2. Default to
9345 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9346 not used.
9347 * configure.in (target_cflags): Ditto for d30v.
9348
9349 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9350
9351 * Makefile.in (all-bfd): Depend on all-intl.
9352 (all-binutils): Likewise.
9353 (all-gas): Likewise.
9354 (all-gprof): Likewise.
9355 (all-ld): Likewise.
9356
9357 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9358
9359 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9360
9361 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9362
9363 * Makefile.in (all-bfd): Depend upon all-libiberty.
9364
9365 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9366
9367 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9368
9369 * Makefile.in: Add libstub.
9370
9371 * configure.in: Ditto. Build libstub for targets that have cygmon
9372 support.
9373
9374 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9375
9376 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9377
9378 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9379
9380 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9381 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9382
9383 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9384
9385 * configure: Define DEFAULT_M4 by searching PATH.
9386 * Makfile.in: Use DEFAULT_M4.
9387
9388 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9389
9390 * ltconfig: Add cygwin32 support.
9391
9392 * Makefile.in, configure.in: Add libtool as a native only directory
9393 to configure and build.
9394
9395 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9396
9397 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9398
9399 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9400
9401 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9402
9403 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9404
9405 * Makefile.in: add ash make rules
9406 * configure.in: add ash to native_only and host_tools lists
9407
9408 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9409
9410 * Makefile.in (all-gettext, all-intl): New targets.
9411 (ALL_MODULES): Added all-gettext, all-intl.
9412 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9413 (INSTALL_MODULES): Added install-gettext, install-intl.
9414 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9415
9416 * configure.in (host_tools): Added gettext.
9417 (native_only): Likewise.
9418 (noconfigdirs) [various cases]: Likewise.
9419 (host_libs): Added intl.
9420
9421 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9422
9423 * configure: Do not disable building gdbtk for cygwin32 hosts.
9424
9425 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9426
9427 * configure.in: Add thumb-coff target.
9428 * config.sub: Add thumb-coff target.
9429
9430 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9431
9432 * Makefile.in: Revert yesterday's change.
9433 (all-target-winsup): all-target-librx stays out of here.
9434
9435 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9436
9437 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9438 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9439 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9440 Remove references to librx and libg++.
9441
9442 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9443
9444 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9445 recursive makes
9446
9447 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9448
9449 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9450 for newlib directory.
9451 (CXX_FOR_TARGET): Likewise.
9452
9453 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9454
9455 * ltconfig: Update after libtool/ltconfig.in change for
9456 hpux11.
9457
9458 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9459
9460 * ltconfig, ltmain.sh: Update to libtool 1.2.
9461
9462 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9463
9464 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9465 (install-gcc-cross): Instead, override LANGUAGES here.
9466
9467 1998-03-18 Dave Love <d.love@dl.ac.uk>
9468
9469 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9470 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9471
9472 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9473
9474 * configure.in: Add Thumb-pe target.
9475
9476 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9477
9478 * Makefile.in - changed sn targets to snavigator
9479 * configure.in - changed sn targets to snavigator
9480
9481 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9482
9483 * config-ml.in: After building symlink tree call make distclean
9484 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9485 to be the case for libiberty.
9486
9487 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9488
9489 * configure: When making link, also check the current
9490 directory. The configure scripts may create one.
9491
9492 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9493
9494 * config.sub: Accept alphapca56 and alphaev6 properly.
9495
9496 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9497
9498 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9499
9500 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9501
9502 * config.sub (sco5): Fix typo.
9503
9504 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9505
9506 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9507 install-itcl.
9508 (install-itcl): Remove dependency on install-tcl.
9509
9510 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9511
9512 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9513
9514 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9515
9516 * configure.in: Don't build libgui for a cygwin32 target when not on
9517 a cygwin32 host.
9518
9519 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9520
9521 * configure (redirect): Set to null, so default behavior of
9522 configure is now --verbose.
9523
9524 1998-02-16 Dave Love <d.love@dl.ac.uk>
9525
9526 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9527 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9528
9529 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9530
9531 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9532 this change to sync Makefile.in with its ChangeLog entries.
9533
9534 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9535
9536 * ltmain.sh (mkdir): Check that the directory doesn't exist
9537 before we exit with error, so that we don't get races during
9538 parallel builds.
9539
9540 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9541
9542 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9543
9544 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9545
9546 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9547 PICFLAG_FOR_TARGET.
9548 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9549
9550 * configure: Emit a definition for the new macro enable_shared
9551 into each Makefile.
9552
9553 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9554
9555 * configure.in (host_tools, native_only): Add libtool.
9556
9557 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9558
9559 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9560 Fix typo in ming config comment.
9561
9562 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9563
9564 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9565
9566 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9567
9568 * config.sub: Add tic30 cases, and map c30 to tic30.
9569
9570 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9571
9572 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9573 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9574 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9575 (CLEAN_TARGET_MODULES): Similarly
9576 (all-target-libf2c): Add dependences.
9577 * configure.in (target_libs): Add libf2c.
9578
9579 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9580
9581 * configure.in: Remove expect from noconfigdirs when target
9582 is cygwin32. OK to build expect and dejagnu with Canadian
9583 Cross.
9584
9585 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9586
9587 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9588 host.
9589
9590 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9591 and mingw32.
9592
9593 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9594
9595 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9596 here as it is not defined in the toplevel Makefile.
9597
9598 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9599
9600 * configure (package_makefile_rules_frag): New variable, which names
9601 a file with generic rules, ...
9602 Change comment to mention we now have FIVE parts.
9603 * configure: Undo last change.
9604
9605 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9606
9607 * config.guess: More accurate determination of HP processor types.
9608 * config.sub: More accurate determination of HP processor types.
9609
9610 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9611
9612 * configure (package_makefile_frag): Move inserting the
9613 ${package_makefile_frag} to where it should be according
9614 to the comment.
9615
9616 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9617
9618 * config.guess: Add support for Linux/ARM.
9619
9620 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9621
9622 * .cvsignore: Remove *-info and *-install since they match
9623 release-info and mpw-install, which we don't want to just ignore.
9624
9625 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9626
9627 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9628
9629 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9630
9631 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9632 local_prefix to sub-make invocations.
9633
9634 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9635
9636 * configure.in: Check makefile fragments in the source
9637 directory.
9638
9639 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9640
9641 * configure.in: Check whether host and target makefile
9642 fragments exist before adding them to *_makefile_frag.
9643
9644 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9645
9646 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9647
9648 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9649
9650 * configure.in: Make sure we only replace RPATH_ENVVAR on
9651 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9652 regexp to sed.
9653
9654 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9655 to sub-makes.
9656
9657 1998-01-13 Lee Iverson (leei@ai.sri.com)
9658
9659 * config-ml.in (multi-do): LDFLAGS must include multilib
9660 designator.
9661
9662 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9663
9664 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9665
9666 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9667
9668 * config.sub: Add mingw32 support.
9669 * configure.in: Likewise.
9670
9671 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9672
9673 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9674
9675 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9676
9677 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9678 * configure (gxx_include_dir): Provide a definition for subdirs
9679 which do not use autoconf.
9680
9681 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9682
9683 * config.guess: Sync with egcs. Picks up new alpha support,
9684 BeOS & some additional linux support.
9685
9686 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9687
9688 * config.guess: HP 9000/803 is a PA1.1 machine.
9689
9690 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9691
9692 * configure.in: It's alpha*-...
9693
9694 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9695
9696 * configure.in (host_makefile_frag, target_makefile_frag):
9697 Handle multiple config files.
9698 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9699 alpha-*-*.
9700
9701 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9702
9703 * mkdep: New file.
9704
9705 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9706
9707 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9708
9709 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9710
9711 * Makefile.in: Add libgui directory.
9712 (GDB_TK): Add all-libgui.
9713 * configure.in: Add libgui directory.
9714 * configure: Add all-libgui to GDB_TK.
9715
9716 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9717
9718 * config-ml.in (multidirs): Add m32r to multilib list.
9719
9720 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9721
9722 * Makefile.in (all-target-gperf): Change dependency to
9723 all-target-libstdc++.
9724
9725 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9726
9727 * config.guess: Add BeOS support.
9728
9729 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9730
9731 Source directory cvs renamed to cvssrc:
9732 * configure.in (host_tools): Change cvs to cvssrc.
9733 (native_only): Likewise.
9734 (noconfigdirs) [various cases]: Likewise.
9735 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9736 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9737 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9738 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9739 (all-cvssrc): Rename target from all-cvs.
9740
9741 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9742
9743 * configure (gxx_include_dir): Fix thinko.
9744
9745 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9746
9747 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9748 (install-cross, install-gcc-cross): New targets.
9749
9750 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9751
9752 * configure.in (noconfigdirs): Add support for Thumb target.
9753
9754 * config.sub (maybe_os): Add support for Thumb target.
9755
9756 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9757
9758 * Makefile.in: Add rules for cygmon.
9759
9760 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9761
9762 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9763
9764 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9765 * configure (gxx_include_dir): Provide a definition for subdirs
9766 which do not use autoconf.
9767
9768 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9769
9770 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9771 11/18/97 build
9772
9773 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9774
9775 * From Franz Sirl.
9776 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9777 found on RedHat Linux systems.
9778
9779 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9780
9781 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9782 guesses.
9783
9784 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9785
9786 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9787
9788 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9789
9790 * ltmain.sh: If mkdir fails, check whether the directory was created
9791 anyhow by some other process.
9792
9793 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9794
9795 * configure.in (d30v-*-*): Configure all directories.
9796
9797 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9798
9799 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9800 for the D30V.
9801
9802 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9803
9804 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9805
9806 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9807
9808 * include/libiberty.h: Add extern "C" { so it can be used with C++
9809 progrms.
9810 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9811 programs.
9812
9813 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9814
9815 * configure.in (d30v-*-*): Configure GCC now.
9816
9817 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9818
9819 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9820 is no longer needed.
9821
9822 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9823
9824 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9825
9826 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9827
9828 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9829 targets using "$@" to provide support for similar but not identical
9830 targets without having to duplicate code.
9831
9832 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9833
9834 * makefile.vms: Fix to work with DEC C.
9835
9836 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9837
9838 * config.sub: Add mips-tx39-elf to marketing names.
9839
9840 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9841
9842 * ltmain.sh: Handle symlinks in generated script.
9843
9844 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9845
9846 * configure: Handle autoconf style directory options: --bindir,
9847 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9848 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9849 --sysconfdir.
9850 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9851 (sharedstatedir, localstatedir, oldincludedir): New variables.
9852 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9853 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9854 sbindir, sharedstatedir, and sysconfdir.
9855
9856 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9857
9858 * Makefile.in (bootstrap-lean): New target.
9859
9860 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9861
9862 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
9863 sn, and gnuserv from noconfigdirs.
9864
9865 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9866
9867 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9868
9869 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9870
9871 * Makefile.in (cross): New target.
9872
9873 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9874 Jeff Law <law@cygnus.com>
9875
9876 * Makefile.in (bootstrap2, bootstrap3): New targets.
9877 (all-bootstrap): Remove outdated and confusing target.
9878 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9879
9880 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9881
9882 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9883 windows. Consistent with gdb/configure.
9884
9885 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9886
9887 * configure.in: Name Linux target fragment.
9888
9889 * configure: Rewrite so that project Makefile fragment is inserted
9890 first and appears last in the resulting Makefile.
9891
9892 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9893
9894 * Makefile.in (install-itcl): Install tcl first.
9895
9896 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
9897
9898 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9899
9900 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9901
9902 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9903
9904 * configure.in (skipdirs): Add target-librx for Linux.
9905 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9906
9907 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9908
9909 * Makefile.in (bootstrap): New target.
9910
9911 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9912
9913 * config.sub: Accept 'amigados' for backward compatability.
9914
9915 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9916
9917 * config.guess: Merge with FSF.
9918
9919 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9920
9921 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9922
9923 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9924
9925 * config.sub: Add "marketing-names" patch.
9926
9927 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9928
9929 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9930
9931 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9932
9933 * config.sub: Handle v850-elf.
9934
9935 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
9936
9937 * .cvsignore (*-install): Remove.
9938
9939 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9940
9941 * ltconfig: Set CONFIG_SHELL in libtool.
9942 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9943
9944 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9945
9946 * configure.in (target_subdir): Set to libraries if enable_multilib.
9947
9948 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9949
9950 * config.guess: Update from gcc directory.
9951
9952 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9953
9954 * Makefile.in (all-sim): Depends on all-readline.
9955
9956 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9957
9958 * Makefile.in (BISON, YACC): Use $$s.
9959 (all-bison): Depend on all-texinfo.
9960
9961 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9962
9963 * Makefile.in (BISON): Add -L flag.
9964 (YACC): Likewise.
9965
9966 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9967
9968 * configure.in (noconfigdirs): Add support for v850e target.
9969
9970 * config.sub (maybe_os): Add support for v850e target.
9971
9972 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9973
9974 * configure.in (noconfigdirs): Add support for v850ea target.
9975
9976 * config.sub (maybe_os): Add support for v850ea target.
9977
9978 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9979
9980 * config.sub: Add mipstx39. Delete r3900.
9981
9982 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9983
9984 * Makefile.in (all-autoconf): Depends on all-texinfo.
9985
9986 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9987
9988 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9989 eabi targets.
9990
9991 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9992
9993 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9994
9995 * configure: When handling a Canadian Cross, handle YACC as well as
9996 BISON. Just set BISON to bison. When setting YACC, prefer bison.
9997 * Makefile.in (all-bison): Depend upon all-texinfo.
9998
9999 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10000
10001 * Makefile.in (BISON): bison, not byacc or bison -y.
10002 (YACC): bison -y or byacc or yacc.
10003 (various): Add *-bison as appropriate.
10004 (taz): No need to mess with BISON anymore.
10005
10006 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10007
10008 * configure: If OSTYPE matches *win32*, try to find a good value for
10009 CONFIG_SHELL.
10010
10011 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10012
10013 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10014 configure.in if it is present.
10015
10016 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10017
10018 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10019
10020 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10021
10022 * config.sub: Recognize `arc' cpu.
10023 * configure.in: Likewise.
10024 * config-ml.in: Likewise.
10025
10026 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10027
10028 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10029
10030 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10031
10032 * configure: Changed sed delimiter from ':' to '|' when
10033 attempting to substitute ${config_shell} for SHELL. On
10034 NT ${config_shell} may contain a ':' in it.
10035
10036 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10037
10038 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10039
10040 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10041
10042 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10043
10044 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10045
10046 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10047
10048 * ylwrap: If the program is a relative path, force it to be
10049 absolute.
10050
10051 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10052
10053 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10054
10055 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10056
10057 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10058 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10059 for libraries.
10060
10061 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10062
10063 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10064 separated by spaces.
10065
10066 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10067
10068 * ylwrap: New file.
10069 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10070
10071 * ltmain.sh: Handle /bin/sh at start of install program.
10072
10073 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10074
10075 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10076 * missing: New file, from automake 1.2.
10077
10078 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10079
10080 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10081 check-tk to CHECK_X11_MODULES.
10082
10083 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * config.sub: Merge with FSF.
10086
10087 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10088
10089 * config.guess: Merge with FSF.
10090
10091 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10092
10093 * configure: Treat msdosdjgpp like go32.
10094 * configure.in: Likewise. Don't remove gprof for go32.
10095
10096 * configure: Change Makefile.tem2 to Makefile.tm2.
10097
10098 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10099
10100 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10101
10102 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10103
10104 * install-sh (chmodcmd): Set to null if the DST directory already
10105 exists. Same as Nov 11th change.
10106
10107 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10108
10109 * configure (GDB_TK): Needs itcl and tix.
10110
10111 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10112
10113 * config.guess: Update from FSF.
10114
10115 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10116
10117 * Makefile.in (GDB_TK): Depend on itcl and tix.
10118
10119 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10120
10121 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10122 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10123 (INSTALL_SCRIPT): New variable.
10124 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10125 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10126 to -x.
10127 * install-sh: Add support for -x option.
10128
10129 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10130
10131 * configure.in, Makefile.in: Treat tix like itcl.
10132
10133 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10134
10135 * Makefile.in (WINDRES): New variable.
10136 (WINDRES_FOR_TARGET): New variable.
10137 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10138 (EXTRA_HOST_FLAGS): Add WINDRES.
10139 (EXTRA_TARGET_FLAGS): Add WINDRES.
10140 (EXTRA_GCC_FLAGS): Add WINDRES.
10141 ($(DO_X)): Pass down WINDRES.
10142 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10143 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10144 DLLTOOL_FOR_TARGET.
10145
10146 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10147
10148 * configure.in: configure sim before gdb for win32-x-ppc
10149
10150 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10151
10152 Move gperf into the toplevel, from libg++.
10153 * configure.in (target_tools): Add target-gperf.
10154 (native_only): Add target-gperf.
10155 * Makefile.in (all-target-gperf): New target, depend on
10156 all-target-libg++.
10157 (configure-target-gperf): Empty rule.
10158 (ALL_TARGET_MODULES): Add all-target-gperf.
10159 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10160 (CHECK_TARGET_MODULES): Add check-target-gperf.
10161 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10162 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10163
10164 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10165
10166 * config.sub (mn10200): Recognize new basic machine.
10167
10168 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10169
10170 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10171 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10172
10173 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10174
10175 * configure.in: If we're building mips-sgi-irix6* native, turn on
10176 ENABLE_MULTILIB and set TARGET_SUBDIR.
10177
10178 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10179
10180 * Makefile.in (all-sn): Depend on all-grep.
10181
10182 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10183
10184 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10185
10186 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10187 Makefile. From Jeff Makey <jeff@cts.com>.
10188 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10189
10190 * Makefile.in (DISTBISONFILES): Remove.
10191 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10192 $(DEFAULT_YACC).
10193
10194 * configure.in: Build itl, db, sn, etc., when building for native
10195 cygwin32.
10196
10197 * Makefile.in (LD): New variable.
10198 (EXTRA_HOST_FLAGS): Pass down LD.
10199 ($(DO_X)): Likewise.
10200
10201 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10202
10203 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10204
10205 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10206
10207 * configure.in (targargs): Strip out any supplied --build argument
10208 before adding our own. Always add --build.
10209
10210 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10211
10212 * configure.in (targargs): Pass --build if we're doing
10213 a cross-compile.
10214
10215 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10216
10217 * configure: Use '|' instead of ":" as the separator in
10218 sed. Otherwise sed chokes on NT path names with drive
10219 designators. Also look for "?:*" as the leading characters in an
10220 absolute pathname.
10221
10222 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10223
10224 * config.sub: Support for r3900.
10225
10226 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * configure.in: Use install-sh, not install.sh.
10229
10230 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10231
10232 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10233 apply it twice.
10234
10235 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10236
10237 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10238 install-binutils.
10239
10240 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10241
10242 * Makefile.in: Add automake targets.
10243 * configure.in (host_tools): Add automake.
10244
10245 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10246
10247 * configure: Default CXX to c++, not gcc.
10248 * Makefile.in (CXX): Set to c++, not gcc.
10249 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10250
10251 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10252
10253 * install-sh: try appending a .exe if source file doesn't
10254 exist
10255
10256 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10257
10258 * configure.in: Turn on multilib by default.
10259 (cross_only): Remove target-libiberty.
10260
10261 * Makefile.in (all-gcc): Don't depend on libiberty.
10262
10263 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10264
10265 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10266
10267 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10268
10269 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10270 (DISTBISONFILES): Add ld/Makefile.in
10271
10272 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10273
10274 * configure.in: if target is cygwin32 but host isn't cygwin32,
10275 don't configure gdb tcl tk expect, not just gdb.
10276
10277 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10278
10279 * configure.in: Added gnuserv everywhere sn appears.
10280
10281 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10282 (CROSS_CHECK_MODULES): Added check-gnuserv.
10283 (INSTALL_MODULES): Added install-gnuserv.
10284 (CLEAN_MODULES): Added clean-gnuserv.
10285 (all-gnuserv): New target.
10286
10287 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10288
10289 * config.guess: Fixes for MIPS OpenBSD systems.
10290
10291 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10292
10293 * Makefile.in (INSTALL_XFORM): Remove.
10294 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10295
10296 * mkinstalldirs: New file, copied from automake.
10297 * Makefile.in (installdirs): Rename from install-dirs. Use
10298 mkinstalldirs. Change all users.
10299 (DEVO_SUPPORT): Add mkinstalldirs.
10300
10301 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10302
10303 * install-sh: Rename from install.sh.
10304 * Makefile.in (INSTALL): Change install.sh to install-sh.
10305 (DEVO_SUPPORT): Likewise.
10306
10307 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10308 Graichen <graichen@rzpd.de>.
10309
10310 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10311
10312 * config.guess: Recognize OpenBSD systems correctly.
10313
10314 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10315
10316 * README, Makefile.in (ETC_SUPPORT): Remove references to
10317 cfg-paper*, configure.{texi,man,info*}._
10318
10319 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10320
10321 * Makefile.in (all.normal): Ensure that gcc is built after all
10322 the x11 - ie gdb - targets.
10323
10324 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10325
10326 * makefile.vms: Don't run conf-a-gas.
10327
10328 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10329
10330 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10331
10332 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10333
10334 * configure.in: Remove noconfigdirs case since gdb also
10335 configures and builds for tic80-coff.
10336
10337 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10338
10339 * configure: Set cache_file to config.cache.
10340 * Makefile.in (local-distclean): Remove config.cache.
10341
10342 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10343
10344 * COPYING: Update FSF address.
10345
10346 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10347
10348 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10349 noconfigdirs.
10350
10351 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10352
10353 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10354 MAKEDIRS, is empty.
10355
10356 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10357
10358 * config.sub: Tweak mn10300 entry.
10359
10360 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10361
10362 * configure.in (host_tools): Put sim before gdb, so gdb's
10363 configure.tgt can determine if the simulator was configured.
10364
10365 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10366
10367 * config.sub: Move BeOS $os case to be with other Cygnus
10368 local cases.
10369
10370 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10371
10372 * config.sub: Remove misplaced comment that broke Linux.
10373
10374 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10375
10376 * config.sub: Add BeOS support.
10377
10378 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10379
10380 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10381
10382 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10383
10384 * configure.in (noconfigdirs): Remove tcl and tk from
10385 noconfigdirs for cygwin32 builds.
10386
10387 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10388
10389 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10390
10391 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10392
10393 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10394 make-all.com, use makefile.vms instead.
10395
10396 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10397
10398 * config.sub: Accept -lnews*.
10399
10400 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10401
10402 * configure.in (noconfigdirs): Disable target-newlib,
10403 target-examples and target-libiberty for d30v.
10404
10405 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10406
10407 * configure.in (noconfigdirs): Enable ld for d30v.
10408
10409 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10410
10411 * configure.in (tic80-*-*): Build compiler.
10412
10413 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10414
10415 * configure.in (d30v-*): Remove sim directory from list of
10416 unsupported d30v directories
10417
10418 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10419
10420 * config.sub, configure.in: Add d30v target cpu.
10421
10422 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10423
10424 * makefile.vms: New file.
10425 * make-all.com: Remove.
10426
10427 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10428
10429 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10430
10431 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10432
10433 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10434
10435 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10436
10437 * Makefile.in (ALL_MODULES): Added all-db.
10438 (CROSS_CHECK_MODULES): Addec check-db.
10439 (INSTALL_MODULES): Added install-db.
10440 (CLEAN_MODULES): Added clean-db.
10441
10442 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10443
10444 * config.guess: Merge with latest FSF sources.
10445
10446 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10447
10448 * Makefile.in (ALL_MODULES): Added all-itcl.
10449 (CROSS_CHECK_MODULES): Added check-itcl.
10450 (INSTALL_MODULES): Added install-itcl.
10451 (CLEAN_MODULES): Added clean-itcl.
10452
10453 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10454
10455 * configure.in: build gdb for mn10200
10456
10457 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10458
10459 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10460
10461 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10462
10463 * configure.in (tic80-*-*): Turn off most targets right now.
10464
10465 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10466
10467 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10468 rather than the makeinfo program.
10469 (do-info): Depend upon all-texinfo.
10470
10471 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10472
10473 * configure.in: Remove uses of config/mh-linux.
10474
10475 * config.sub, config.guess: Merge with latest FSF sources.
10476
10477 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10478
10479 * config.sub (case $basic_machine): Add tic80 entries.
10480
10481 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10482
10483 * config.sub, config.guess: Merge with latest FSF sources.
10484
10485 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10486
10487 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10488 * mpw-config.in: Test for NewFolderRecursive.
10489 * mpw-install: Use symbolic name for startup filename.
10490 * mpw-README: Add various additional details.
10491
10492 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10493
10494 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10495
10496 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10497
10498 * configure.in: Do build gcc and the target libraries for
10499 the mn10200.
10500
10501 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10502
10503 * configure.in: don't avoid building gdb for mn10300 any more
10504 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10505 instead of single-quoting it.
10506
10507 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10508
10509 * configure.in: Don't use --with-stabs on IRIX 6.
10510
10511 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10512
10513 * configure.in (m32r): Build gdb, libg++ now.
10514
10515 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10516
10517 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10518 directories from noconfigdirs.
10519
10520 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10521
10522 * config.sub (basic_machine): added mips16 configuration
10523
10524 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10525
10526 * config.sub: Handle d10v-unknown.
10527
10528 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10529
10530 * config.sub: Handle v850-unknown.
10531
10532 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10533
10534 * Makefile.in: add findutils
10535 * configure.in: add findutils to list of host_tools
10536
10537 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10538
10539 * config.sub: Handle mn10200 and mn10300.
10540
10541 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10542
10543 * configure.in (d10v-*): Do not build librx.
10544
10545 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10546
10547 * configure.in (mn10300): Build everything except gdb & libgloss.
10548
10549 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10550
10551 * config.guess: Patch for Dansk Data Elektronik servers,
10552 from Niels Skou Olsen <nso@dde.dk>.
10553
10554 For ncr, use /bin/uname rather than uname, since GNU uname does not
10555 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10556
10557 Patch for MIPS R4000 running System V,
10558 from Eric S. Raymond <esr@snark.thyrsus.com>.
10559
10560 Fix thinko for nextstep.
10561
10562 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10563
10564 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10565 * config.guess: Guess mips-dec-mach_bsd4.3.
10566
10567 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10568 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10569 release numbers.
10570 * config.guess (mips-mips-riscos*): Emit just enough of the
10571 release number.
10572
10573 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10574 * config.guess (sparc-auspex-sunos*): Added.
10575 (f300-fujitsu-*): Added.
10576
10577 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10578 * config.guess: Recognize a Tadpole as a sparc.
10579
10580 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10581
10582 * config.guess: Don't assume that NextStep version is either 2 or
10583 3. NextStep 4 (aka OpenStep 4) has come out now.
10584
10585 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10586
10587 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10588 From Rik Faith <faith@cs.unc.edu>.
10589
10590 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10591
10592 * config.sub: Contributions from bug-gnu-utils to:
10593 Support plain "hppa" (no version given) architecture, reported by
10594 OpenStep.
10595 OpenBSD like NetBSD.
10596 LynxOs is not a hardware supplier.
10597
10598 * config.guess: Contributions from bug-gnu-utils to add support for:
10599 OpenBSD like NetBSD.
10600 Stratus systems.
10601 More Pyramid systems.
10602 i[n>4]86 Intel chips.
10603 M680[n>4]0 Motorola chips.
10604 Use unknown instead of lynx for hardware manufacturer.
10605
10606 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10607
10608 * install.sh (chmodcmd): Set to null if the DST directory already
10609 exists.
10610
10611 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10612
10613 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10614 not use mt-ppc target Makefile fragment any more.
10615
10616 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10617
10618 * configure.in (*-*-windows): Exclude everything but those dirs
10619 needed to build windows.
10620
10621 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10622
10623 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10624
10625 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10626
10627 * configure.in: Exclude mmalloc from i386-windows.
10628
10629 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10630
10631 * Undo my previous change.
10632
10633 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10634
10635 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10636 unconditionally.
10637 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10638
10639 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10640
10641 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10642 host to add it's own flags.
10643
10644 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10645
10646 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10647
10648 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10649
10650 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10651 (CXX_FOR_TARGET): Likewise.
10652 (GCC_FOR_TARGET): Define.
10653 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10654 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10655 CC_FOR_TARGET was specified on the command line.
10656 (MAKEOVERRIDES): Don't define.
10657
10658 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10659
10660 * configure.in (m32r): Fix spelling of libg++ libs.
10661
10662 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10663
10664 * config.sub (-apple*): Remove, now redundant.
10665
10666 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10667
10668 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10669
10670 * configure: Rework yesterday's sed script patch.
10671
10672 * config.sub: Merge with FSF.
10673
10674 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10675
10676 * config.guess: Merge from FSF.
10677
10678 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10679 * config.guess: Use pc instead of unknown, for pc clone systems.
10680 Change linux to linux-gnu.
10681
10682 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10683 * config.guess: Avoid non-portable tr syntax.
10684
10685 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10686
10687 * test-build.mk (HOLES): Add "xargs" for gdb.
10688
10689 * configure: Avoid hpux10.20 sed bug.
10690
10691 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10692
10693 * configure.in: Add support for windows host
10694 (that is a build done under the Microsoft build environment).
10695
10696 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10697
10698 * Makefile.in: Replace all uses of srcroot with s, to shrink
10699 command line lengths.
10700
10701 Patches from Geoffrey Noer <noer@cygnus.com>:
10702 * configure.in: If configuring for newlib, pass --with-newlib to
10703 subdirectories.
10704 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10705 -Bnewlib/ and -Lwinsup to gcc.
10706 (CXX_FOR_TARGET): Likewise.
10707
10708 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10709
10710 * Makefile.in (ETC_SUPPORT): Add configure.
10711
10712 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10713
10714 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10715 host configuration file.
10716
10717 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10718
10719 * configure.in: Break mn10x00 support into separate
10720 mn10200 and mn10300 configurations.
10721 * config.sub: Likewise.
10722
10723 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10724
10725 * configure.in: Add lots of stuff to noconfigdirs for
10726 the mn10x00 targets.
10727
10728 * config.sub, configure.in: Add mn10x00 support.
10729
10730 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10731
10732 * make-all.com: Call conf-a-gas, not config-a-gas.
10733
10734 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10735
10736 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10737 targets.
10738
10739 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10740
10741 * mpw-README: Add much more detail for native PowerMac.
10742 * mpw-install: New file.
10743 * mpw-configure: Add --norecursion and --help options.
10744 * mpw-config.in: Translate readme and install files when
10745 copying to objdir.
10746 * mpw-build.in: Don't always depend on byacc and flex.
10747 (install-only-top): New action.
10748
10749 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10750
10751 * configure.in: You can now configure GDB for the v850.
10752
10753 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10754
10755 * configure.in (noconfigdirs): Don't configure any C++ dirs
10756 if targeting D10V.
10757
10758 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10759
10760 * config.sub: Recognize mips64vr5000.
10761
10762 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10763
10764 * configure.in: Use a single line for host_tools and native_only.
10765
10766 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10767
10768 * config.sub, configure.in: Add entries for m32r.
10769
10770 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10771
10772 * Makefile.in (inet-install): Don't run install-gzip.
10773
10774 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10775
10776 * configure.in: Don't config lots of things for *-*-windows*.
10777
10778 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10779
10780 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10781 (host_libs, host_tools): Copy from configure.in.
10782 * mpw-configure: Don't complain about directories not found.
10783
10784 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10785
10786 * configure.in (i[345]86): Recognize i686 for pentium pro.
10787 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10788 file.
10789
10790 * config.guess (i[345]86): Ditto.
10791
10792 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10793
10794 * configure.in (noconfigdirs): Removed gdb for D10V.
10795
10796 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10797
10798 * configure.in: Remove ld, target-libio, target-libg++, and
10799 target-libstdc++ from noconfigdirs.
10800
10801 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10802
10803 * configure: Fix three locations where shell scripts were
10804 being run directly rather than with config_shell.
10805
10806 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10807
10808 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10809 * config.sub (basic_machine): Recognize v850.
10810
10811 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10812
10813 * mpw-configure: Handle multiple enable/disable options and
10814 pass them down recursively, handle -c and -s flags appropriately
10815 depending on choice of compiler, add escape mechanism for
10816 quoted arguments to gC.
10817
10818 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10819
10820 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10821 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10822 so that -mrelocatable-lib and -mno-eabi are used.
10823
10824 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10825 not support --print-multi-lib, don't abort.
10826
10827 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10828
10829 * make-all.com: Run config-a-gas.
10830 * setup.com: Don't copy subdirectory files around.
10831
10832 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10833
10834 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10835 target, it now compiles correctly.
10836
10837 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10838
10839 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10840
10841 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10842
10843 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10844
10845 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10846
10847 * configure.in (native_only): Add prms.
10848
10849 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10850
10851 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10852 (BINUTILS_SUPPORT_DIRS): Likewise.
10853
10854 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10855
10856 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10857 d10v support is added.
10858
10859 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10860
10861 * configure.in (d10v-*-*): New target.
10862
10863 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10864
10865 * config.guess (HP 9000/811): Recognize this as a PA1.1
10866 machine.
10867
10868 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10869
10870 * Makefile.in (do-tar-gz): New target, split out from tail end of
10871 taz target. Run each command separately, don't use pipes.
10872 (taz): Use it.
10873
10874 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10875
10876 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10877 * mpw-build.in: No builds should depend on building byacc or flex,
10878 they are assumed to be installed already.
10879
10880 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10881
10882 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10883 variable that CC_FOR_TARGET needs.
10884
10885 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10886
10887 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10888 options have changed since the last time the subdirectory was
10889 configured, and if it has, reconfigure.
10890 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10891 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10892
10893 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10894
10895 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10896 CLEAN_MODULES): Add bash.
10897 (all-bash): New target.
10898
10899 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10900
10901 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10902
10903 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10904
10905 * config.sub (basic_machine): Recognize d10v as a valid processor.
10906
10907 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10908
10909 * mpw-configure: Add support for --bindir.
10910 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10911
10912 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10913
10914 * configure.in: add bash, time, gawk to list of hosttools and things
10915 to only build for native toolchains
10916
10917 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10918
10919 * Makefile.in (docdir): Remove.
10920
10921 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10922
10923 * Makefile.in (datadir): Set to $(prefix)/share.
10924
10925 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10926
10927 * configure.in: build diff and patch for cygwin32-hosted
10928 toolchains.
10929
10930 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10931
10932 * config.sub: Accept -rtems*.
10933
10934 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10935
10936 * configure.in: enable dosrel for cygwin32-hosted builds,
10937 remove diff from the list of things not buildable
10938 via Canadian Cross
10939
10940 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10941
10942 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10943 don't get ". ".
10944
10945 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10946
10947 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10948
10949 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10950
10951 * Makefile.in (taz): Handle case where tex3patch didn't even get
10952 checked out. Also, if it was found, put the symlink in a new util
10953 subdirectory.
10954
10955 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10956
10957 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10958
10959 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10960
10961 * config.sub: Recognize -openvms.
10962 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10963 * make-all.com, setup.com: New files.
10964
10965 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10966
10967 * Makefile.in (taz): tex3patch moved to texinfo/util.
10968
10969 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10970
10971 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10972 * configure.in: remove make from disable-if-Can-Cross list
10973 enable gdb if ${host} and ${target} are cygwin32
10974
10975 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10976
10977 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10978 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10979
10980 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10981
10982 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10983 distinguish sysv/svr4/bsd variants.
10984 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10985
10986 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10987
10988 * configure.in: Added copyright notice.
10989 * move-if-change: Added copyright notice.
10990
10991 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10992
10993 * configure.in (powerpcle-*-solaris*): Until we get shared
10994 libraries working, don't build gdb, sim, make, tcl, tk, or
10995 expect.
10996
10997 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10998
10999 * config.guess: Merge with FSF:
11000
11001 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11002 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11003
11004 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11005 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11006
11007 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11008 * config.guess: Combine two OSF1 rules.
11009 Also recognize field test versions. From mjr@zk3.dec.com.
11010 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11011 because GNU uname does not support -p. From pmr@pajato.com.
11012
11013 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11014
11015 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11016
11017 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11018
11019 * mpw-README: Document GCCIncludes.
11020
11021 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11022
11023 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11024
11025 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11026
11027 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11028
11029 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11030
11031 * configure.in (*-*-cygwin32): Configure make.
11032
11033 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11034
11035 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11036
11037 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11038
11039 * Makefile.in (all-inet): Depend on all-perl.
11040
11041 * Makefile.in (inet-install): New target.
11042
11043 * Makefile.in (all-inet): Depend on all-tcl.
11044 (all-inet): Depend on all-send-pr.
11045
11046 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11047
11048 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11049 temporarily.
11050
11051 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11052
11053 * configure.in: Don't configure --with-gnu-ld on AIX.
11054
11055 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11056
11057 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11058
11059 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11060
11061 * Makefile.in (ALL_MODULES): Added all-inet.
11062 (CROSS_CHECK_MODULES): Added check-inet.
11063 (INSTALL_MODULES): Added install-inet.
11064 (CLEAN_MODULES): Added clean-inet.
11065 (all-indent): New target.
11066
11067 * configure.in (host_tools): Added inet.
11068 (native_only): Added inet.
11069 (noconfigdirs): Added inet.
11070
11071 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11072
11073 * configure.in: Don't configure libgloss if we are not configuring
11074 newlib.
11075
11076 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11077
11078 * configure.in: Don't configure libgloss for unsupported
11079 architectures.
11080
11081 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11082
11083 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11084
11085 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11086
11087 * Makefile.in (ALL_MODULES): Include all-apache.
11088 (CROSS_CHECK_MODULES): Include check-apache.
11089 (INSTALL_MODULES): Include install-apache.
11090 (all-apache): New target.
11091
11092 * configure.in: Added apache everywhere perl is seen.
11093
11094 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11095
11096 * Makefile.in: Add support for clean-{module} and
11097 clean-target-{module} rules.
11098
11099 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11100
11101 * configure.in (*-*-ose) do not build libgloss.
11102
11103 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11104
11105 * config.guess (prep*:SunOS:5.*:*): Turn into
11106 powerpele-unknown-solaris2.
11107
11108 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11109
11110 * configure.in: Permit --enable-shared to specify a list of
11111 directories.
11112
11113 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11114
11115 * configure.in (host==solaris): Pass only the first word of $CC
11116 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11117
11118 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11119
11120 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11121
11122 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11123
11124 * Makefile.in (ALL_MODULES): Include all-perl.
11125 (CROSS_CHECK_MODULES): Include check-perl.
11126 (INSTALL_MODULES): Include install-perl.
11127 (ALL_X11_MODULES): Include all-guile.
11128 (CHECK_X11_MODULES): Include check-guile.
11129 (INSTALL_X11_MODULES): Include install-guile.
11130 (all-perl): New target.
11131 (all-guile): New target.
11132
11133 * configure.in (host_tools): Include perl and guile.
11134 (native_only): Include perl and guile.
11135 (noconfigdirs): Don't build guile and perl; no ports have been
11136 done.
11137
11138 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11139
11140 * configure (--enable-*): Handle quoted option lists such as
11141 --enable-sim-cflags='-g0 -O' better.
11142
11143 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11144
11145 * Makefile.in ({,inst}all-target): New rule so we can make and
11146 install all of the target directories easily.
11147
11148 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11149
11150 * configure.in: Add missing global flag in sed substitution when
11151 deleting `target-' from ${configdirs}.
11152
11153 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11154
11155 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11156 option.
11157
11158 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11159 config/mh-necv4.
11160
11161 * install.sh: Correct misspelling of transformbasename.
11162
11163 * config.guess: Recognize mips-*-sysv*.
11164
11165 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11166
11167 * config.sub: Recognize mon960.
11168
11169 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11170
11171 * configure: Restore Canadian Cross handling of BISON and LEX,
11172 removed in Feb 20 change.
11173
11174 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11175
11176 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11177 Mention make install. Remove the old copyright date as well the
11178 clumsy and rather pointless copyright on the README file.
11179
11180 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11181
11182 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11183 Makefile after running symlink-tree, then run `make distclean' to
11184 avoid clobbering any generated files in srcdir.
11185
11186 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11187
11188 * configure.in (m68k-*-netbsd*): Build everything now.
11189
11190 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11191
11192 * Makefile.in (taz): Fix quoting.
11193
11194 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11195
11196 * configure.in (sparclet-*-*): Build everything now.
11197
11198 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11199
11200 * configure.in (m68k-*-linux*): New host.
11201
11202 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11203
11204 * configure: Check for bison before byacc.
11205
11206 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11207
11208 * Makefile.in configure: Change the way LEX and BISON/YACC are
11209 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11210 searching PATH. These are used as fallbacks by Makefile.in if
11211 flex/bison/byacc aren't in objdir.
11212
11213 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11214
11215 * Makefile.in: Make everything which depends upon all-bfd also
11216 depend upon all-opcodes, in case --with-commonbfdlib is used.
11217
11218 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11219
11220 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11221 building NT native compilers on Unix.
11222
11223 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11224
11225 * configure.in: Don't get CC from the host Makefile fragment if we
11226 can find gcc in PATH, or if this is a Canadian Cross. Move the
11227 Solaris test for /usr/ucb/cc to the post target script, just after
11228 the compiler sanity test.
11229
11230 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * config.sub: Merge with FSF.
11233
11234 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11235
11236 * Makefile.in (RPATH_ENVVAR): New variable.
11237 (REALLY_SET_LIB_PATH): Use it.
11238 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11239
11240 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11241
11242 * config.sub, configure.in: Recognize sparclet cpu.
11243
11244 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11245
11246 * config.guess: Support m68k-cbm-sysv4.
11247
11248 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11249
11250 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11251 m68k-unknown-linuxaout from linker help string. Put quotes around
11252 $ld_help_string.
11253
11254 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11255
11256 * config.guess (powerpc-harris-powerunix): Add guess for port
11257 to new target.
11258
11259 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11260
11261 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11262
11263 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11264
11265 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11266 $(REALLY_SET_LIB_PATH) in Makefile.
11267 * Makefile.in (SET_LIB_PATH): New variable.
11268 (REALLY_SET_LIB_PATH): New variable.
11269 ($(DO_X)): Use $(SET_LIB_PATH).
11270 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11271 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11272 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11273 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11274 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11275 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11276 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11277 (install-dosrel): Likewise.
11278 (all-opcodes): Depend upon all-libiberty.
11279
11280 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11281
11282 * config.guess (*:CYGWIN*): New
11283
11284 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11285
11286 * Makefile.in (all-target-winsup): All all-target-libiberty.
11287
11288 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11289
11290 * configure.in (noconfigdirs): Add missing # in front of comment.
11291
11292 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11293
11294 * configure.in: add second pass to things added to noconfigdirs
11295 so *-gm-magic can exclude libgloss properly.
11296
11297 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11298
11299 * mpw-configure (extralibs_name, rez_name): Set correctly
11300 for MWC68K compiler.
11301
11302 * mpw-README: Add more info on the necessary build tools.
11303
11304 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11305
11306 * configure.in, config.sub: Recognize cygwin32.
11307
11308 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11309
11310 * config.guess, config.sub: Recognize A/UX.
11311
11312 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11313
11314 * config.sub: Merge with gcc/config.sub.
11315
11316 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11317
11318 * mpw-build.in (do-binutils): Add build of stamps.
11319
11320 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11321
11322 * config.sub: Add recognition for mips64vr4100*-* targets.
11323
11324 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11325
11326 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11327 Add creation of gconfigargs with `--enable-shared' turned on.
11328 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11329 ($(host)-stamp-stage3-configured): Likewise.
11330 (HOLES): Add chatr and ldd.
11331 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11332
11333 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11334
11335 * configure: Pass --nfp to recursive configures.
11336
11337 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11338
11339 * Makefile.in (DLLTOOL): New.
11340 (DLLTOOL_FOR_TARGET): New.
11341 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11342 (EXTRA_TARGET_FLAGS): Ditto.
11343 (EXTRA_GCC_FLAGS): Ditto.
11344 (CONFIGURE_TARGET_MODULES): Ditto.
11345 (DO_X): Ditto.
11346 * configure: Add DLLTOOL.
11347
11348 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11349
11350 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11351 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11352 mh-sco, since old workarounds no longer needed, and don't
11353 build ld, since libraries have weak symbols in COFF.
11354
11355 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11356
11357 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11358
11359 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11360
11361 * configure.in: Make sure that ${CC} can be used to compile an
11362 executable.
11363
11364 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11365
11366 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11367 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11368 nothing depending on whether gdbtk is being built.
11369
11370 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11371
11372 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11373
11374 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11375
11376 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11377 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11378
11379 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11380
11381 * config-ml.in: Add support for
11382 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11383 Simplify setting of multidirs from --disable-foo.
11384
11385 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11386
11387 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11388 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11389 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11390 non-empty, pass them on to the GCC make.
11391 (all-bootstrap): New rule that is like all-gcc, except it executes
11392 the GCC bootstrap rule instead of the GCC all rule.
11393
11394 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11395
11396 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11397
11398 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11399
11400 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11401 DG/UX support.
11402
11403 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11404
11405 * config.sub (i*86*) Change [345] to [3456]
11406
11407 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11408
11409 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11410 --with-gnu-ld=no.
11411
11412 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11413
11414 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11415 AIX multilibs get built.
11416
11417 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11418
11419 * configure.in (i386-win32): Don't build expect if we're not
11420 building the tcl subdir.
11421
11422 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11423
11424 * Makefile.in: (configure-target-examples, all-target-examples):
11425 New targets, configure and build example programs.
11426
11427 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11428
11429 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11430 use it as input to sedit the generated MPW makefile.
11431 * mpw-README: Add a suggestion about Gestalt.h.
11432
11433 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11434
11435 * config.sub: Accept *-*-ieee*.
11436
11437 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11438
11439 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11440 Ronald F. Guilmette <rfg@monkeys.com>.
11441
11442 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11443
11444 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11445 for powerpc-pe native.
11446 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11447 (target==powerpc-pe): duplicate i386-win32 entry.
11448
11449 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11450
11451 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11452 of vxworks, not just vxworks5.1.
11453
11454 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11455
11456 * mpw-configure: Add support for exec-prefix.
11457
11458 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11459
11460 * config.guess: Recognize HP model 816 machines as having
11461 a PA1.1 processor.
11462
11463 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11464
11465 * configure: Ignore new autoconf configure options.
11466
11467 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11468
11469 * config.guess: Recognize Pentium under SCO.
11470 From Robert Lipe <robertl@arnet.com>.
11471
11472 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11473
11474 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11475
11476 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * configure.in: Don't configure gas for alpha-dec-osf*.
11479
11480 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * configure.in: Default to --with-stabs for some targets for which
11483 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11484 i[345]86*-*-unixware*.
11485
11486 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11487
11488 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11489 rather than basing it on the target. Simplify handling of options
11490 controlling which directories to configure. Remove extraneous
11491 slash in multi-clean target.
11492
11493 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11494
11495 * config-ml.in: Prefix more variables with ml_ so they don't collide
11496 with configure's.
11497
11498 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11499
11500 * configure: Don't turn -v into --v.
11501
11502 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11503
11504 * configure.in (targargs): Fix typo.
11505
11506 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11507
11508 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11509
11510 * configure.in: Strip --host and --target options from
11511 CONFIG_ARGUMENTS, and always configure for --host only. Add
11512 --with-cross-host option when building with a cross-compiler.
11513 * configure: Canonicalize the arguments put into config.status by
11514 always using `=' for an option with an argument. Pass a presumed
11515 --host or --target explicitly.
11516
11517 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11518
11519 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11520 into general OS recognition case.
11521
11522 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11523
11524 * configure.in (target_configdirs): add target-winsup only
11525 for win32 target systems.
11526
11527 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11528
11529 * Makefile.in (all-target-libgloss): Depend upon
11530 configure-target-newlib, since when libgloss is built it looks to
11531 see if the newlib directory exists.
11532
11533 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11534
11535 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11536 cfg-ml-*.in.
11537
11538 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11539
11540 * configure: Handle LD and LD_FOR_TARGET when configuring a
11541 Canadian Cross.
11542
11543 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11544
11545 * configure.in (target_libs): add target-winsup.
11546 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11547 (target==ppcle-pe): remove ld from $noconfigdirs.
11548
11549 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11550
11551 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11552 Preserve relative path names in $srcdir. Build symlink tree if
11553 configuring cross target dir and srcdir=. (= no VPATH support).
11554 (configure-target-libg++): Depend on configure-target-librx.
11555 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11556 * config-ml.in: New file.
11557 * symlink-tree: New file.
11558 * configure: Ensure srcdir="." if that's what it is.
11559
11560 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11561
11562 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11563 includes and FLEX_SKELETON setting.
11564 * mpw-configure (--with-gnu-ld): New option, controls whether
11565 to use PPCLink or ld with PowerMac GCC.
11566 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11567 * mpw-config.in: Configure grez if targeting Mac.
11568
11569 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11570 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11571 just macos.
11572 * configure.in: Configure grez resource compiler if targeting Mac.
11573 * Makefile.in (all-grez, install-grez): New targets.
11574
11575 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11576
11577 * configure: CXX defaults to gcc, not g++. If we find
11578 gcc in the path, set CC to gcc -O2.
11579
11580 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11581
11582 * configure: Default ${build} correctly. Avoid picking up extra
11583 spaces when reading CC and CXX from Makefile. When doing a
11584 Canadian Cross, use plausible default values for numerous
11585 variables.
11586 * configure.in: When doing a Canadian Cross, don't try to
11587 configure tools whose configure script can't handle it.
11588
11589 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11590
11591 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11592
11593 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11594
11595 * configure: Remove dubious bug reporting address.
11596
11597 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11598
11599 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11600 configure script, run that instead of this directory's configure.
11601 In either case, print a message that we're configuring the sub-dir.
11602
11603 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11604
11605 * configure.in: Before checking for the existence of various files,
11606 use sed to filter out "target-".
11607
11608 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * Makefile.in (DO_X): Split rule to decrease command line length
11611 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11612 (Philippe De Muyter).
11613
11614 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11615
11616 * Makefile.in (all-patch): depend on all-libiberty.
11617
11618 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11619
11620 * configure.in: If the only directory in target_configdirs which
11621 actually exists is libiberty, then set target_configdirs to empty,
11622 to avoid trying to build a target libiberty in a gas or gdb
11623 distribution.
11624
11625 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11626
11627 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11628 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11629 systems.
11630
11631 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11632
11633 * configure.in (copy_dirs): Use sys-include instead of include
11634 for --with-headers option.
11635
11636 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11637
11638 * Makefile.in, configure.in: Make winsup builds work with
11639 new scheme.
11640
11641 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * configure.in: Build the linker on AIX.
11644
11645 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11646
11647 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11648 where needed.
11649
11650 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11651
11652 * Makefile.in (all-gcc): Fix typo.
11653
11654 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11655
11656 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11657
11658 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11659
11660 * configure.in: Rename libFOO to target-libFOO, and xiberty
11661 to target-xiberty, to provide more flexibility.
11662 (target_subdir): Define. Create if cross.
11663 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11664 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11665 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11666 check-libFOO -> check-target-libFOO, etc.
11667 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11668 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11669 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11670 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11671 allow ALL_GCC="" to only configure.
11672 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11673 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11674 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11675
11676 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11677
11678 * Makefile.in (taz): Build "info" in etc explicitly.
11679
11680 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11681
11682 * configure.in: Make sure that CC is undefined (as opposed to
11683 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11684 problem with autoconf trying to configure on a host without GCC.
11685
11686 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11687
11688 * mpw-configure: Set host alias from choice of host compiler,
11689 only use generic MPW Makefile sed if present, edit a file
11690 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11691 * mpw-README: Add problem notes about CW6 and CW7.
11692
11693 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11694
11695 * Makefile.in (taz): Use ";" instead of ";;".
11696
11697 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11698
11699 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11700 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11701 DISTDOCDIRS.
11702 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11703 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11704
11705 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11706
11707 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11708 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11709 Move bfd to DISTSTUFFDIRS.
11710
11711 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11712
11713 * Makefile.in (X11_LIB): Removed.
11714 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11715
11716 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11717
11718 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11719
11720 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11721 names.
11722
11723 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11724
11725 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11726
11727 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11728
11729 * configure.in (i[345]86-*-win32): Always build newlib.
11730 Don't configure cvs, autoconf or texinfo.
11731 * Makefile.in (LD_FOR_TARGET): New.
11732 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11733 Pass down LD_FOR_TARGET.
11734
11735 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11736
11737 * winsup: New directory.
11738 * Makefile.in: Build winsup.
11739 * configure.in: Winsup is configured when target is win32.
11740 Can only build win32 target GDB when native.
11741
11742 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11743
11744 * config.guess: Recognize HP model 819 machines as having
11745 a PA 1.1 processor.
11746
11747 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11748
11749 * configure: Fix sed loop which substitutes for CC and CXX to
11750 avoid bug found in various sed implementations.
11751
11752 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11753
11754 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11755 simulator. Use standard powerpc-*-eabi*.
11756
11757 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11758
11759 * configure.in: Stop putting gas and binutils in noconfigdirs for
11760 powerpc-*-aix* and rs6000-*-*.
11761
11762 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11763
11764 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11765 -mcall-aixdesc libraries.
11766
11767 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11768
11769 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11770
11771 * config.sub (arm | armel | armeb): Fix shell syntax.
11772
11773 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11774
11775 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11776 -msoft-float and -mcpu=common support.
11777 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11778 libraries.
11779
11780 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11781
11782 * configure.in: Allow configuration and build of emacs19 for the alpha.
11783
11784 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11785
11786 * configure.in (CC): Get ^CC, not just any old CC, from
11787 ${host_makefile_frag}.
11788
11789 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11790
11791 * configure.in (CC): Try to get CC from
11792 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11793
11794 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11795
11796 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11797 only if it exists in $(srcdir).
11798
11799 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11800
11801 * configure: If CC and CXX are not set in the environment, set
11802 them, based on either an existing Makefile or on searching for gcc
11803 in PATH. Substitute for CC and CXX in Makefile.
11804 * configure.in: Remove libm from target_libs. Separate
11805 target_configdirs from configdirs. If CC is not set in
11806 environment, try to get it from a host Makefile fragment. Rewrite
11807 changes of configdirs to use skipdirs instead. A few minor
11808 tweaks. Take directories out of target_configdirs as they are
11809 taken out of configdirs. Remove existing Makefile files from
11810 subdirectories. Substitute for TARGET_CONFIGDIRS and
11811 CONFIG_ARGUMENTS in Makefile.
11812 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11813 by configure.in.
11814 (CONFIG_ARGUMENTS): Likewise.
11815 (CONFIGURE_TARGET_MODULES): New variable.
11816 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11817 ($(CONFIGURE_TARGET_MODULES)): New target.
11818 (configure-libg++, configure-libio): New targets.
11819 (all-libg++): Depend upon configure-libg++.
11820 (all-libio): Depend upon configure-libio.
11821 (configure-libgloss, all-libgloss): New targets.
11822 (configure-libstdc++): New target.
11823 (all-libstdc++): Depend upon configure-libstdc++.
11824 (configure-librx, all-librx): New targets.
11825 (configure-newlib): New target.
11826 (all-newlib): Depend upon configure-newlib
11827 (configure-xiberty): New target.
11828 (all-xiberty): Depend upon configure-xiberty.
11829
11830 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11831
11832 * configure.in (host i[345]86-*-win32): Expand the
11833 noconfigdirs again.
11834
11835 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11836
11837 * mpw-configure: Fix sed command file name.
11838
11839 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11840
11841 * configure.in (host i[345]86-*-win32): Reduce the
11842 noconfigdirs again.
11843
11844 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11845
11846 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11847 or powerpc*-*-pe*, since they are not yet supported.
11848
11849 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11850
11851 Add PowerMac support and many other enhancements.
11852 * mpw-configure: New option --cc to select compiler to use,
11853 paste options set according to --cc into the generated
11854 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11855 if mpw-make.sed is present.
11856 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11857 add forward includes for PowerPC include files.
11858 * mpw-build.in: Build using Makefile.PPC if present.
11859 (do-byacc, etc): Remove separate version resource builds.
11860 (do-gas): Build "stamps" before "all".
11861 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11862 * mpw-README: Update to reflect --cc option, PowerMac support,
11863 and recently-reported compatibility problems.
11864
11865 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11866
11867 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11868 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11869 (--with-multilib-top): Pass to recursive invocations.
11870
11871 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11872
11873 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11874 v810-*-*.
11875
11876 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11877
11878 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11879 gdb, ld and opcodes on v810-*-*.
11880
11881 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11882
11883 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11884 (local-maintainer-clean): New target.
11885 (maintainer-clean): New target.
11886 (realclean): Just depend upon maintainer-clean.
11887
11888 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11889
11890 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11891
11892 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11893
11894 * configure.in: Build ld in mips*-*-bsd* case.
11895
11896 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11897
11898 * config.sub: Accept -lites* OS. From Ian Dall.
11899
11900 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11901
11902 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11903 targets.
11904
11905 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11906
11907 * configure.in: treat i386-win32 canadian cross the same as
11908 i386-go32 canadian cross.
11909
11910 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11911
11912 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11913 running under the simulator to build a reduced set of libraries.
11914 (powerpc-*-eabiaix): Add fine grained multilib support added to
11915 other powerpc targets yesterday.
11916
11917 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11918
11919 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11920 -disable-softfloat, -disable-relocatable, -disable-aix, and
11921 -disable-sysv to control which multilib libraries get built.
11922
11923 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11924
11925 * configure: Add Makefile.tem to list of files to remove in trap
11926 handler.
11927
11928 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11929
11930 * config.guess (*Linux*): Add missing "exit"s.
11931 Also, need specific check for alpha-unknown-linux (uses COFF).
11932
11933 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11934
11935 * config.guess: Merge with FSF:
11936
11937 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11938 * config.guess (AIX4): More robust release numbering discovery.
11939
11940 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11941 * config.guess (i386-sequent-ptx): Properly get version number.
11942
11943 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11944 * config.guess (mips:*:4*:UMIPS): New case.
11945
11946 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11947
11948 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11949 (i386-win32 host): Likewise. Don't build readline.
11950
11951 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11952
11953 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11954 SUPPORT_FILES to submakes.
11955
11956 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11957
11958 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11959 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11960 mpw-configure.
11961
11962 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11963
11964 * configure.in (appdirs): Use =, not ==, in test expression when
11965 trying to build the text to print in the warning message for
11966 Solaris users.
11967
11968 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11969
11970 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11971
11972 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11973
11974 * config.guess: Recognize lynx-2.3.
11975
11976 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11977
11978 * config.sub (z8ksim): Deleted
11979 (z8k-*-coff): New, this is the one true name of the target.
11980
11981 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11982
11983 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11984
11985 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11986
11987 * config.guess (*:Linux:*:*): First try asking the linker what the
11988 default object file format is (elf, aout, or coff). Then if this
11989 fails, try previous methods.
11990
11991 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11992
11993 * configure.in: Don't build newlib for *-*-vxworks5.1.
11994
11995 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11996
11997 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11998 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11999
12000 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12001
12002 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12003
12004 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12005
12006 * cfg-ml-com.in: New file.
12007 * cfg-ml-pos.in: New file.
12008
12009 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12010
12011 * COPYING.NEWLIB: Add HP free copyright to list.
12012
12013 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12014
12015 * config.sub: Recognize -eabi* for the system, not just -eabi.
12016
12017 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12018
12019 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12020 * config.sub, configure.in (win32): New target and host.
12021
12022 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12023
12024 * configure.in: Add i386-pe configuration.
12025
12026 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12027
12028 * mpw-build.in (install): Install GDB after LD.
12029
12030 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12031
12032 * mpw-config.in (elf/mips.h): Always forward-include, needed
12033 for GDB to build.
12034
12035 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12036
12037 * testsuite: New directory for customer acceptance and whole tool
12038 chain tests.
12039
12040 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12041
12042 * configure: If per-host line isn't found, but AC_OUTPUT is found
12043 and a configure script exists, run it instead.
12044
12045 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12046
12047 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12048
12049 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12050
12051 * configure: Set build_{cpu,vendor,os,alias} to host values when
12052 --build isn't specified.
12053
12054 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12055
12056 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12057 (FLAGS_TO_PASS): Pass them.
12058 (EXTRA_TARGET_FLAGS): Ditto.
12059
12060 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12061
12062 * Makefile.in (all-libg++): Depend on all-libstdc++.
12063
12064 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12065
12066 * configure.in (noconfigdirs): Enable all packages for
12067 i386-unknown-netbsd.
12068
12069 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12070
12071 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12072 hosted builds (DOS builds)
12073
12074 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12075
12076 Changes for ARM based on patches from Richard Earnshaw:
12077 * config.sub: Handle armeb and armel.
12078 * configure.in: Omit arm linker only for riscix.
12079
12080 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12081
12082 * config.guess: Update from FSF.
12083
12084 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12085
12086 * config.sub: Recognize powerpcle as the little endian varient of
12087 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12088 powerpcle variant. Convert pentium into i586, not i486. Add p5
12089 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12090 temporarily.
12091
12092 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12093
12094 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12095
12096 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12097
12098 * config.sub: Accept -lites* as a basic system type.
12099
12100 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12101
12102 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12103 installed, and if so return linuxoldld as the system name.
12104
12105 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12106
12107 * config.guess: Add hppa1.1-hp-lites support.
12108
12109 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12110
12111 * configure.in: Don't build newlib for m68k-vxworks5.1.
12112
12113 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12114
12115 * configure.in (mips-sgi-irix6): Use mh-irix5.
12116
12117 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12118
12119 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12120
12121 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12122
12123 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12124 OSF/1. Fix compiler flags.
12125 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12126
12127 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12128
12129 * configure.in: Recognize --with-newlib.
12130 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12131
12132 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12133
12134 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12135 to *_X11_MODULES due to gdbtk needing X include files et al.
12136
12137 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12138
12139 Merge in support for Mac MPW as a host.
12140 (Old change descriptions retained for informational value.)
12141
12142 * mpw-config.in: Add generic include forwards for cpu-specific
12143 include files in aout and elf directories.
12144
12145 * mpw-configure: Added copyright.
12146 * mpw-config.in: Check for presence of required build tools.
12147 (target_libs): Add newlib.
12148 (target_tools): Add examples.
12149 (Read Me): Generate as "Read Me for MPW" instead.
12150 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12151 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12152 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12153
12154 * mpw-configure: Remove subdir-specific makefile hackery,
12155 delete mk.tmp after using it.
12156
12157 * mpw-build.in (all): Display start and end times.
12158
12159 * mpw-configure (host_canonical): Set.
12160 (target_cpu): Always add to makefiles.
12161 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12162 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12163 (mpw-mh-mpw): Look for in srcdir and srcroot.
12164 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12165
12166 * mpw-build.in: (install-only): New target.
12167
12168 * mpw-configure (host_alias, target_alias): Rename from hostalias
12169 and targetalias, add into generated Makefile.
12170 (mk.tmp): If present, add into generated Makefile.
12171 * mpw-build.in (all-gas): Build config.h first before gas proper.
12172
12173 * mpw-configure (config.status): Write only if changed.
12174 * mpw-config.in (readline): Configure it (not built, just used for
12175 definitions).
12176
12177 * mpw-config.in (elf/mips.h): Add a forward include.
12178
12179 * mpw-config.in: Forward-include most .h files in include into
12180 extra-include.
12181 (readline): Don't build.
12182 mpw-build.in (install): Install GDB.
12183
12184 * mpw-configure (prefix, mpw_prefix): Handle it.
12185 * mpw-config.in (mmalloc, readline): Don't configure.
12186 * mpw-build.in (thisscript): Rename to ThisScript.
12187 Use mpw-build instead of BuildProgram everywhere.
12188 (mmalloc, readline): Don't build.
12189 * mpw-README: New file, basic documentation about the MPW port.
12190
12191 * mpw-config.in: Use forward-include to create include files.
12192
12193 * mpw-configure: Add more things to the top of each configured
12194 Makefile, including contents of config/mpw-mh-mpw.
12195 * mpw-config.in (extra-include): Create this directory and fill it
12196 with Posix-like include files when configuring.
12197
12198 * config.sub (apple, mac, mpw): Add various aliases.
12199
12200 * mpw-build.in: New file, top-level build script fragment for MPW.
12201 * mpw-configure: New file, configure script for MPW.
12202 * mpw-config.in: New file, config fragment for MPW.
12203
12204 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12205
12206 * configure.in (host_libs): Remove glob, since it is gone from the
12207 sources.
12208
12209 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12210
12211 * Makefile.in: define empty GDB_NLM_DEPS var.
12212
12213 * configure.in(target_makefile_frag): use config/mt-netware
12214 for netware targets.
12215
12216 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12217
12218 * config.sub: Merge in recent FSF changes. Remove linux special
12219 cases.
12220
12221 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12222
12223 Revert this change:
12224
12225 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12226
12227 * build-all.mk: Use CC=cc -Xs on Solaris.
12228
12229 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12230
12231 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12232 stop using it.
12233 * Makefile.in: Nuke all references to glob subdirectory.
12234
12235 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12236
12237 * configure.in: Fix --enable-shared logic in per-host.
12238
12239 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12240
12241 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12242
12243 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12244
12245 * configure.in (noconfigdirs): Don't build gas on AIX, for
12246 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12247
12248 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12249
12250 * configure: Fix --cache-file to work if the file argument is a
12251 relative path.
12252
12253 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12254
12255 * configure: If the --cache-file is used, pass it down to
12256 configure in subdirectories.
12257
12258 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12259
12260 * config.sub: add vxworks29k configuration.
12261
12262 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12263
12264 * Makefile.in (taz): Do "diststuff" part quietly.
12265
12266 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12267
12268 * config.sub: Mini-merge with gcc/config.sub.
12269
12270 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12271
12272 * config.guess (IRIX): Sed - to _.
12273
12274 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12275
12276 * Makefile.in (source-vault, binary-vault): New targets.
12277
12278 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12279
12280 * config.sub: Recognize -eabi as a basic system type.
12281
12282 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12283
12284 * configure.in (enable_shared stuff): Fix typo.
12285
12286 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12287
12288 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12289
12290 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12291
12292 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12293
12294 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12295
12296 * configure.in (rs6000-*-*): Don't build gas.
12297
12298 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12299
12300 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12301 reduce command line length.
12302 (AS_FOR_TARGET): Check for as.new, not Makefile.
12303 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12304
12305 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12306
12307 * config.guess: Merge from FSF.
12308
12309 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12310
12311 * configure: Don't use $ when handling program_suffix.
12312
12313 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12314
12315 * configure.in: Configure tk for hppa/hpux.
12316
12317 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12318
12319 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12320
12321 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12322
12323 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12324 to LIBCXXFLAGS. Tests are better run without it.
12325
12326 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12327
12328 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12329
12330 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12331
12332 * configure.in (*-*-netware*): Don't configure xiberty.
12333
12334 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12335
12336 * configure.in: Remove tk from native_only list.
12337
12338 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12339
12340 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12341 for special NCD build.
12342
12343 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12344
12345 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12346 makeall.bat, they're only useful for binutils snapshots.
12347 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12348 makeall.bat to specified SUPPORT_FILES.
12349
12350 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12351
12352 * build-all.mk: Add Ericsson targets to sun4 and solaris
12353 hosts. Add BNR's sun4 target to solaris host, so their
12354 build-from-source will be tested in-house first.
12355
12356 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12357
12358 * Makefile.in (LIBCFLAGS): New variable.
12359 (CFLAGS_FOR_TARGET): Ditto.
12360 (LIBCFLAGS_FOR_TARGET): Ditto.
12361 (LIBCXXFLAGS): Ditto.
12362 (CXXFLAGS_FOR_TARGET): Ditto.
12363 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12364 (BASE_FLAGS_TO_PASS): Pass them.
12365 (EXTRA_TARGET_FLAGS): Ditto.
12366
12367 * configure.in: Support --enable-shared.
12368
12369 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12370
12371 * configure.in (target_libs): Include libstdc++ again.
12372 * config.guess: Update from FSF (for FreeBSD).
12373
12374 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12375
12376 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12377 makeall.bat.
12378 (DISTDOCDIRS): Add `etc'.
12379 (ETC_SUPPORT_PFX): New variable.
12380 (taz): Include anything from etc starting with a word in
12381 ETC_SUPPORT_PFX.
12382
12383 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12384
12385 * config.sub: Update for recent FSF changes. Remove obsolete
12386 h8300hds entry. Add -windows* and -osx as basic os. Minor
12387 spacing changes.
12388
12389 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12390
12391 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12392
12393 * config.guess: Merge with FSF.
12394 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12395
12396 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12397
12398 * configure: Since the "trap 0" handler will override the exit
12399 status on many systems, only use it for "exit 1", and make it set
12400 a non-zero exit status; reset it before "exit 0". Also, check
12401 exit status of config.sub, and error out if it failed.
12402
12403 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12404
12405 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12406 and install libgloss.
12407
12408 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12409
12410 * Makefile.in (all-binutils): Depend upon all-byacc.
12411
12412 * configure.in: Don't build emacs on Irix 5.
12413
12414 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12415
12416 * configure.in (*-*-netware*): Add libio.
12417
12418 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12419
12420 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12421 (CHECK_TARGET_MODULES): Ditto.
12422 (INSTALL_TARGET_MODULES): Ditto.
12423 (TARGET_LIBS): Ditto.
12424 (all-libstdc++): Note dependencies.
12425
12426 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12427
12428 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12429
12430 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12431
12432 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12433 -fexternal-templates.
12434
12435 * configure.in (target_libs): Add libstdc++.
12436 (noconfigdirs): Add libstdc++ as appropriate.
12437
12438 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12439
12440 * config.guess: Update from FSF.
12441
12442 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12443
12444 * configure: Use ${config_shell} when running ${configsub}.
12445
12446 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12447
12448 * config.sub: No longer recognize h8300h.
12449
12450 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12451
12452 * config.sub: Remove extraneous differences between config.sub and
12453 gcc/config.sub.
12454
12455 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12456
12457 * Makefile.in (DISTSTUFFDIRS): Add gas.
12458
12459 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12460
12461 * COPYING.NEWLIB: New file.
12462
12463 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12464
12465 * config.guess (HP-UX): Patch from Harlan Stenn
12466 <harlan@landmark.com> to also emit release level.
12467
12468 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12469
12470 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12471
12472 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12473
12474 * config.sub: Merge nextstep cleanup from FSF.
12475
12476 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12477
12478 * configure.in (arm-*-*): Don't configure ld for this target.
12479
12480 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12481
12482 * configure.in (*-*-netware): don't configure libg++, libio,
12483 librx, or newlib.
12484
12485 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12486
12487 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12488 configure ld--it works, but it doesn't support shared libraries.
12489
12490 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12491
12492 * config.guess (*-unknown-freebsd*): Get rid of possible
12493 trailing "(Release)" in version string.
12494 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12495
12496 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12497
12498 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12499 Fix type: *-next-neststep -> *-next-nextstep.
12500
12501 * config.guess: Merge from FSF:
12502
12503 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12504
12505 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12506
12507 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12508
12509 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12510 instead of UNIX_SV for UnixWare 1.0).
12511
12512 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12513
12514 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12515 to make gdb/nlm/* build after the compiler and linker.
12516
12517 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12518
12519 * config.guess (netbsd, freebsd, linux): Accept any machine,
12520 not just i[34]86.
12521 (m68k-atari-sysv4): Relocate to match FSF version.
12522
12523 * config.guess: More merges from the FSF:
12524
12525 Add a space before function call or macro invocation.
12526
12527 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12528
12529 * config.guess: Add trap cmd to remove dummy.c and dummy when
12530 interrupted.
12531
12532 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12533
12534 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12535 (dummy): Redirect stderr from compilation of dummy.c.
12536
12537 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12538
12539 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12540
12541 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12542
12543 * configure: Accept and ignore --cache*, for compatibility with
12544 new autoconf.
12545
12546 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12547
12548 * config.guess: Merge from FSF:
12549
12550 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12551
12552 * config.guess (Pyramid*:OSx*:*:*): New case.
12553 (PATH): Add /.attbin at end for finding uname.
12554 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
12555
12556 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12557
12558 * config.guess (M88*:DolphinOS:*:*): New case.
12559
12560 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12561
12562 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12563 to select whether to use ELF or COFF.
12564
12565 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12566
12567 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12568
12569 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12570
12571 * config.guess: Guess the OS version for HPUX.
12572
12573 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12574
12575 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12576
12577 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12578
12579 * configure.in: Recognize --with-headers, --with-libs, and
12580 --without-newlib.
12581 * Makefile.in (all-xiberty): Depend upon all-ld.
12582
12583 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12584
12585 * configure.in: Change i[34]86 to i[345]86.
12586
12587 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12588
12589 * configure (version): A few more tweaks to help message.
12590
12591 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12592
12593 * Makefile.in: Remove (for now) librx as a host library,
12594 now that we're building it for target.
12595
12596 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12597
12598 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12599 (Karl Berry).
12600
12601 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12602
12603 * configure.in: Also configure librx.
12604
12605 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12606
12607 * Makefile.in: Update various rules to reflect that librx
12608 is now needed for libg++.
12609
12610 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12611
12612 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12613
12614 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12615
12616 * configure.in: Configure the examples directory.
12617
12618 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12619
12620 * configure: Simplify Jun 2 1994 change.
12621
12622 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12623
12624 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12625 /bin/gcc isn't good enough to build gcc.
12626
12627 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12628
12629 * Makefile.in (GDB_SUPPORT_FILES): Remove
12630 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12631 (gdb.tar.gz): Add new rule to use standard distribution building
12632 mechanism.
12633
12634 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12635
12636 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12637 Bill Cox <bill@cygnus.com>.
12638
12639 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12640
12641 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12642
12643 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12644
12645 * configure: Search current dir first in .gdbinit.
12646
12647 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12648
12649 * config.sub: Recognize freebsd (merged from gcc config.sub).
12650
12651 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12652
12653 * config.sub: Refer to NeXT's operating system as nextstep.
12654
12655 * config.sub (case $basic_machine): Re-order the cases, to match
12656 the order in the FSF version (which is mostly alphabethical).
12657 Merge in some additions and changes from the FSF.
12658
12659 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12660
12661 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12662 * config.sub: Recognize cxux7.
12663 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12664
12665 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12666
12667 * config.sub: Fix typo powerpc -> powerpc-*.
12668
12669 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12670
12671 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12672
12673 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12674 parallel with all-emacs and install-emacs). Top-level command
12675 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12676
12677 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12678
12679 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12680 $(relbindir)/make before doing ``make install'', and use
12681 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12682 installing over running make binary.
12683 ($(host)-stamp-stage3-installed): Likewise.
12684
12685 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12686
12687 * config.guess: Recognize Mach.
12688
12689 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12690
12691 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12692 see whether --exec-prefix was used.
12693
12694 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12695
12696 * README: Explicitly mention libg++/README. (Zoo's idea.)
12697
12698 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12699
12700 * Makefile.in: Add all-librx target similar to all-libproc.
12701
12702 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12703
12704 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12705 with post 1.2 uname bogosity.
12706
12707 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12708
12709 * configure: Remove temporary files on receipt of a signal.
12710
12711 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12712
12713 * configure: If there is a package_makefile_frag, remove
12714 ${subdir}/Makefile.tem after copying it in.
12715
12716 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12717
12718 * build_all.mk: support rs6000 lynx identifies itself as
12719 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12720 since /bin/gcc is too feeble to compile a modern gcc.
12721
12722 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12723
12724 * brought devo/test-build.mk update-to-date with progressive/
12725 test-build.mk. Add lynx targets and hppa flag info.
12726
12727 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12728
12729 * configure.in: Use mh-ncrsvr43. Patch from
12730 Tom McConnell <tmcconne@sedona.intel.com>.
12731
12732 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12733
12734 * config.guess (i386-unknown-bsdi): No longer need to
12735 check #if defined(__bsdi__) && defined(__i386__).
12736
12737 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12738
12739 * configure: Set program_transform_nameoption correctly.
12740
12741 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12742
12743 * brought build-all.mk update-to-date with progressive build-all.mk,
12744 added new targets and hppa info.
12745
12746 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12747
12748 * configure: If config.guess result is a prefix of the user
12749 specified target, assume a native build and use the user specified
12750 target as the host alias. Remove SunOS patch suffix removal hack.
12751 * configure.in: Remove SunOS patch suffix removal hack.
12752
12753 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12754 in NATIVE_CHECK_MODULES.
12755
12756 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12757
12758 * Makefile.in: Rename HOST_ONLY to NATIVE.
12759 * configure: Delete SunOs patch suffix from host_canonical
12760 and build_canonical variables that are prepended to Makefiles.
12761 * configure.in: Add comments for easier maintenance.
12762
12763 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12764
12765 * Makefile.in: Add all-libproc target similar to all-gui.
12766
12767 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12768
12769 * Makefile.in (CHECK_MODULES): split into
12770 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12771
12772 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12773
12774 * config.guess (i386-unknown-bsdi): New system to guess.
12775
12776 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12777
12778 * Makefile.in: Add all-gui target (but not yet build by "all").
12779
12780 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12781
12782 * config.sub: Move deletion of patch suffix from here...
12783 * configure.in: To here, at Ian's suggestion. The top-
12784 level scripts might need to know of a patch level.
12785
12786 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12787
12788 * config.sub: Strip off patch suffix so rtl is recognized
12789 as a sunos4.1.3 machine, even though it's been patched.
12790
12791 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12792
12793 * Makefile.in (INSTALL_LAST): Delete.
12794 (INSTALL_DOSREL): New.
12795
12796 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12797
12798 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12799 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12800 whether we pass down --with-gnu-ld anyhow.
12801
12802 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12803
12804 * Makefile.in (INSTALL_LAST): Change operation so it works
12805 on more flavors of make.
12806 * configure.in (go32): Don't build libg++ or libio.
12807
12808 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12809
12810 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12811 they can be overriden by templates.
12812
12813 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12814
12815 * configure.in (target==go32): Don't build gdb.
12816 * dosrel: New directory.
12817
12818 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12819
12820 * configure.in (host==go32): Configure dosrel too.
12821 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12822 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12823 be set by incoming names or templates.
12824 (INSTALL_LAST): New rule.
12825
12826 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12827
12828 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12829
12830 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12831
12832 * configure.in (appdirs): New variable. Currently empty, but will
12833 be used in gas distribution. If nonempty, lists a set of
12834 directories at least one of which must get configured, or top
12835 level configuration is considered to have failed.
12836 (rs6000-*-lynxos*): Use new file name.
12837
12838 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12839
12840 Eliminate XTRAFLAGS.
12841 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12842 newlib include files using -idirafter, and also use -nostdinc.
12843 (CXX_FOR_TARGET): Likewise.
12844 (XTRAFLAGS): Removed.
12845 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12846 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12847 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12848 ($(DO_X)): Don't pass down XTRAFLAGS.
12849
12850 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12851
12852 * configure.in (mips*-dec-bsd*): New target; do build linker.
12853 (mips*-*-bsd*): New target; don't build linker.
12854
12855 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12856
12857 * configure.in: support rs6000-*-lynxos* configuration.
12858 support sunos4 as a cross target.
12859
12860 * config.sub: look for lynx*, not lynx since the OS version may
12861 legitimately be part of the name.
12862
12863 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12864
12865 * configure.in (i[34]86-*-sco*): Move to be with other i386
12866 targets.
12867 (romp-*-*): New target. Skip various binary utilities.
12868 (vax-*-*): New target. Don't build newlib.
12869 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12870
12871 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12872
12873 * configure.in: Only set host_makefile_frag if config
12874 directory exists.
12875
12876 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12877
12878 * install.sh: If $dstdir exists, don't check whether each
12879 component does.
12880
12881 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12882
12883 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12884
12885 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12886
12887 * configure.in (*-*-lynxos*): Don't configure newlib for either
12888 native or cross Lynx.
12889
12890 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12891
12892 * config.sub (sparc64-elf): Fix os.
12893 (z8k): Remove duplicate.
12894
12895 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12896
12897 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12898 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12899
12900 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12901
12902 * configure: Make file links cleanly even if Lynx fails on
12903 an NFS symlink (at least fail cleanly).
12904
12905 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12906
12907 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12908 -XNh2000.
12909
12910 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12911
12912 * configure: Unknown options are fatal again.
12913
12914 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12915
12916 * configure: Ignore --x-includes and --x-libraries, for Autoconf
12917 compatibility.
12918
12919 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12920
12921 * build-all.mk: Add `clean' target.
12922
12923 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12924
12925 * config.guess: Add SINIX support.
12926 * configure.in: Add mips-*-sysv4* support.
12927
12928 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12929
12930 * build-all.mk: Document all useful targets.
12931 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12932 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12933
12934 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12935
12936 * configure: Support --silent, --quiet.
12937
12938 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12939
12940 * configure: Support --disable-FEATURE.
12941
12942 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12943
12944 * config.guess: Recognize NCR running SVR4.3.
12945
12946 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12947
12948 * config.guess: Make BSDI generate i386-unknown-bsd386.
12949 Patch from Paul Eggert <eggert@twinsun.com>.
12950
12951 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12952
12953 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12954
12955 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12956
12957 * configure: Make unrecognized options give nonfatal warnings
12958 instead of fatal errors, and pass them to any subdirectory
12959 configures in case they recognize them.
12960 Make --x equivalent to --with-x.
12961
12962 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12963
12964 * configure: Add --enable-* options. Clean up usage message and
12965 some comments.
12966
12967 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12968
12969 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12970
12971 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12972
12973 * configure.in (hppa*-*-*): Enable binutils.
12974
12975 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12976
12977 * config.sub: Recognize cisco.
12978
12979 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12980
12981 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12982
12983 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12984
12985 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12986 than one configuration name. Add comment.
12987
12988 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12989
12990 * config.guess: about target *-hitachi-hiuxwe2, fixed
12991 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12992 macro is incorrect.]
12993
12994 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12995
12996 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12997 than the "make ls" stuff which used to be here.
12998
12999 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13000
13001 * config.guess: Recognize i[34]86-unknown-freebsd.
13002 From Shawn M Carey <smcarey@rodan.syr.edu>.
13003
13004 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13005
13006 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13007
13008 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13009
13010 * config.guess: Check for ptx.
13011
13012 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13013
13014 * config.sub: Add os9k checking.
13015
13016 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13017
13018 * config.guess: Handle OSF1 running on HPPA processors
13019
13020 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13021
13022 * configure: If subdir configure fails, print out a message with
13023 subdirectory name, in case subdir's configure code didn't identify
13024 itself.
13025
13026 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13027
13028 * configure.in: Remove embedded newlines from configdirs.
13029 Avoid mismatches of substrings. Fix matching strings at end
13030 of configdirs.
13031
13032 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13033
13034 * config.guess: Add Lynx/rs6000 config support.
13035
13036 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13037
13038 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13039
13040 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13041
13042 * configure.in (hppa*-*-osf*): Treat this just like most other
13043 PA configurations (eg no binutils or ld).
13044 (hppa*-*-*elf*): These configurations have binutils and ld.
13045
13046 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13047
13048 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13049
13050 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13051
13052 * configure.in (rs6000-*-*): Build gas.
13053
13054 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13055
13056 * Makefile.in: Avoid bug in losing hpux sed.
13057
13058 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13059
13060 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13061 for GDB and GDB has been fixed to not need it.
13062
13063 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13064
13065 * config.guess: Recognize vax hosts.
13066
13067 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13068
13069 * configure (while loop): Don't use "break 2" inside case
13070 statement -- the case statement isn't an enclosing loop.
13071
13072 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13073
13074 * config.guess: Clean up NeXT support, to allow nextstep
13075 on Intel machines. Make OS be nextstep.
13076
13077 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13078
13079 * config.guess: Add alternate forms for Convex.
13080
13081 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13082
13083 * configure: Completely rewrite option processing. Take
13084 advantage of pattern-matching to avoid invoking test frequently.
13085 Also clean up host and target defaulting logic.
13086
13087 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13088
13089 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13090 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13091 commands (plus user environment) will fit SCO limits.
13092
13093 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13094
13095 * configure.in: Don't issue warnings about directories which are
13096 not being configured if -norecursion is set. Correct test for
13097 --with-gnu-as and --with-gnu-ld to not get confused by substring
13098 matches.
13099
13100 * configure.in: Don't build gas for alpha-dec-osf1*.
13101
13102 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13103
13104 * configure: Back out Per's change of 12/19/1993. It changes the
13105 behavior of configure in unexpected and confusing ways.
13106
13107 Also, use different delim char when calculating
13108 program_transform_name so that the name can contain slashes.
13109
13110 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13111
13112 * configure.in, config.sub: Add support for VSTa micro-kernel.
13113
13114 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13115
13116 * configure.in: Nuke hacks which were used to get a special
13117 version of GAS for HPPA configurations.
13118
13119 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13120
13121 * configure: If only ${target_alias} is given, use that
13122 as the default for ${host_alias}.
13123 * configure: Add missing back-slashes before nested quotes.
13124
13125 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13126
13127 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13128
13129 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13130
13131 * config.guess: Recognize some Tektronix configurations.
13132 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13133
13134 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13135
13136 * config.sub: Match any flavor of SH.
13137
13138 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13139
13140 * configure.in: Don't try to configure newlib for Alpha.
13141
13142 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13143
13144 * configure.in: Don't build ld for Irix 5. Don't build gas,
13145 libg++ or libio for any Alpha target.
13146
13147 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13148
13149 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13150
13151 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13152 default arguments -- so it tried to compress itself.
13153
13154 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13155
13156 * configure.in (notsupp): ensure that a space is always at the end
13157 of the configdirs list, since the grep checks for an explicit space
13158
13159 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13160
13161 * configure.in (target i386-sysv4.2): don't build ld, since static
13162 versions of many libraries are not available.
13163
13164 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13165
13166 * config.guess: Recognize Apollos (using environment variables).
13167 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13168
13169 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13170
13171 * config.guess: Recognize Sony news mips running newsos.
13172
13173 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13174
13175 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13176 "fi ; else" for bash.
13177
13178 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13179
13180 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13181
13182 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13183
13184 * config.sub: accept unixware as an alias for svr4.2.
13185 Fix some inconsistancies with the gcc version.
13186
13187 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13188
13189 * Makefile.in (DISTDOCDIRS): Add gdb.
13190
13191 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13192
13193 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13194
13195 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13196
13197 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13198 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13199 this now.
13200
13201 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13202
13203 * config.sub: Accept hiux* as an OS name.
13204
13205 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13206 etc/make-stds.texi. The underscore came from gcc, and dje now
13207 agrees that RUNTESTFLAGS is the correct name.
13208
13209 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13210
13211 * install.sh: Remove 'set -e'. It makes any conditionals
13212 in the script useless.
13213
13214 * config.guess: Automatically recognize arm-acorn-riscix
13215 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13216
13217 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13218
13219 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13220
13221 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13222
13223 * Makefile.in (DISTDOCDIRS): New variable.
13224 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13225 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13226
13227 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13228
13229 * configure.in (hppa target): check the source directory for the
13230 pagas sub-directory
13231
13232 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13233
13234 * config.sub: Allow -aout* and -elf*.
13235
13236 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13237
13238 * configure.in: Don't build ld on i386-solaris2, same as for
13239 sparc-solaris2.
13240
13241 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13242
13243 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13244
13245 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13246
13247 * configure.in: Configure gdb for alpha.
13248
13249 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13250
13251 * Makefile.in (CXXFLAGS): Add -O.
13252
13253 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13254
13255 * config.guess: added support for DG Aviion
13256
13257 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13258
13259 * configure.in: Produce warning message for subdirectories not
13260 configurable for this host/target combination. Don't try to
13261 configure gdb for vms.
13262
13263 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13264
13265 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13266 appropriate files before making "diststuff".
13267 (DISTBISONFILES): New var: list of files to be edited.
13268 (DISTSTUFFDIRS): Add binutils.
13269
13270 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13271
13272 * config.sub: also handle mipsel and mips64el (for little endian mips)
13273
13274 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13275
13276 * configure.in: Add * to end of all OS names.
13277
13278 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13279
13280 * configure.in: Build newlib for LynxOS native.
13281
13282 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13283
13284 * config.guess: Add support for delta 88k running SVR3.
13285
13286 * configure.in: Add comment about HP compiler vs. emacs.
13287
13288 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13289
13290 * configure.in: don't build ld on solaris2 (not a viable option
13291 due to bugs in getpwnam & getpwuid)
13292
13293 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13294
13295 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13296 config.guess will produce a full version number.
13297
13298 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13299
13300 * configure.in: Build linker and binutils for alpha-dec-osf1.
13301
13302 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13303
13304 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13305 and gdb/testsuite/Makefile.in.
13306
13307 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13308
13309 * configure.in: recognize mips*- instead of mips-
13310
13311 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13312
13313 * config.sub: Accept linux*coff and linux*elf as operating
13314 systems.
13315
13316 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13317
13318 * config.sub: Recognize mips64, and mips3 as an alias for it.
13319
13320 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13321
13322 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13323 gdb knows how to handle OSF/1 shared libraries.
13324
13325 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13326
13327 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13328 * config.guess: Recognize Hitachi's HIUX.
13329 * config.sub: Recognize h3050r* and hppahitachi.
13330 Remove redundant cases for hp9k[23]*.
13331
13332 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13333
13334 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13335 if gas and ld are in the source tree and are in ${configdirs}.
13336 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13337 --with options (but still pass them down on the command line,
13338 if they were explicitly specified).
13339
13340 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13341
13342 * configure: substitute SHELL value in Makefile.in with
13343 ${CONFIG_SHELL}
13344
13345 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13346
13347 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13348 *-*-solaris2* targets.
13349
13350 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13351
13352 * Makefile.in: define M4, and pass it down to sub-makes;
13353 all-autoconf now depends on all-m4
13354
13355 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13356
13357 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13358 presence of {ar,ranlib} instead of a configured directory
13359
13360 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13361
13362 * config.guess: Accept 34?? as well as 33?? for NCR.
13363
13364 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13365
13366 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13367 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13368
13369 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13370
13371 * configure: grab values for $(CC) and $(CXX) from the
13372 environment, so that someone can do "CC=gcc configure; make" and
13373 have it work right (matching the way that autoconf works now)
13374
13375 * configure.in, Makefile.in: add support for gash, the tcl
13376 interface to Galaxy
13377
13378 * config.guess: add NetBSD variants (hp300, x86)
13379
13380 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13381
13382 * install.sh: Support -d option (in the manner of SunOS 4 install,
13383 as it is more deterministic than that of GNU install)
13384 (chmodcmd): Set file to mode 755 by default (should also do default
13385 chgrp and chown, but I don't feel like dealing with that now)
13386
13387 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13388
13389 * config.sub: Remove h8300hhms alias.
13390
13391 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13392
13393 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13394
13395 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13396
13397 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13398 as stmp-fixinc
13399
13400 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13401
13402 * config.sub: recognize m88110-bug-coff.
13403
13404 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13405
13406 * Makefile.in (all-libio): all dependencies on the toolchain used
13407 to build this (gcc, gas, ld, etc)
13408
13409 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13410
13411 * config.guess: Deal with OSF/1 1.3 on alpha.
13412
13413 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13414
13415 * install.sh: add some 'else true' clauses for portability
13416
13417 * configure.in: don't build libio for h8[35]00-*-* targets
13418
13419 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13420
13421 * Makefile.in: Add support for new libio.
13422
13423 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13424
13425 * install.sh: If one command fails, don't try the rest. Don't try
13426 to remove $dsttmp (via trap) unless we have already created it.
13427 If $src doesn't exist, detect it and exit with an error.
13428
13429 * config.guess: Recognize BSD on hp300.
13430
13431 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13432
13433 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13434 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13435
13436 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13437
13438 * Makefile.in (all-send-pr): depends on all-prms
13439
13440 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13441
13442 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13443
13444 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13445
13446 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13447 Added test for mips-mips-riscos5.
13448
13449 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13450
13451 * configure.in: use mh-hp300 for 68k HP hosts
13452
13453 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13454
13455 * configure: add support for CONFIG_SHELL, so that you can use
13456 some alternate shell for evaluating configure scripts
13457
13458 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13459
13460 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13461 in configure script to bug-gdb@prep.ai.mit.edu when building
13462 distribution archive.
13463 * Makefile.in (COMPRESS): Remove def.
13464 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13465 gdb.tar.Z and make-gdb.tar.Z respectively.
13466 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13467 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13468 to convergence with 'taz' target in Makefile.in.
13469
13470 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13471
13472 * install.sh (dsttmp): use trap to ensure that tmp files go
13473 away on error conditions
13474
13475 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13476
13477 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13478
13479 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13480
13481 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13482 its parent is '/' not ''.
13483
13484 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13485
13486 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13487
13488 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13489 that ${newsrcdir}/configure.in does.
13490
13491 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13492
13493 * test-build.mk: support for CONFIG_SHELL
13494
13495 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13496
13497 * config.sub (netware): Add as a basic system type.
13498
13499 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13500
13501 * Makefile.in (Makefile): depend on configure.in. Also drop the
13502 $(srcdir)/ from the dependency on Makefile.in.
13503
13504 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13505
13506 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13507 (h8300hhms is temporary until multi-libraries are implemented).
13508 * configure.in: Handle h8300h too.
13509
13510 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13511
13512 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13513
13514 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13515
13516 * configure: Remove extraneous output when guessing host type.
13517 * config.guess: Remove extraneous output when guessing using C
13518 compiler rather than uname, or when guessing fails.
13519
13520 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13521
13522 * Makefile.in: remove all.cross and install.cross targets
13523
13524 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13525 definitions
13526
13527 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13528
13529 * configure.in (target sh): Build gprof.
13530
13531 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13532
13533 * config.sub: change -solaris to -solaris2
13534
13535 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13536
13537 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13538
13539 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13540
13541 * configure: Correct error message for missing Makefile.in to
13542 print correct directory.
13543
13544 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13545
13546 * install.sh: kludge around 386BSD shell bug
13547
13548 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13549
13550 * config.guess: Recognize NeXT.
13551 * config.guess: Recognize i486-ncr-sysv4.
13552 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13553
13554 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13555
13556 * Makefile.in (MAKEINFOFLAGS): New variable.
13557 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13558 * build-all.mk, test-build.mk: Pass down --no-split as
13559 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13560
13561 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13562
13563 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13564
13565 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13566
13567 * Makefile.in (libg++.tar.z): New rule.
13568 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13569 * Makefile.in (taz): Only do a single chmod.
13570
13571 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13572
13573 * install.sh: don't use dirname anymore (replaced with sed usage)
13574
13575 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13576
13577 * Makefile.in: Change extension for gzip'd files from '.z' to
13578 '.gz' per new FSF standard usage.
13579
13580 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13581
13582 * configure: put quotes around the final value of program_transform_name
13583
13584 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13585
13586 * Makefile.in: new install.sh support; update install-info rules
13587
13588 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13589
13590 * configure.in: Build diff for crosses, but not for go32 host.
13591
13592 * configure.in: Build gprof only for native, and don't build it
13593 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13594
13595 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13596
13597 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13598
13599 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13600
13601 * configure.in (host_tools): Add prms.
13602
13603 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13604
13605 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13606 with $(FLAGS_TO_PASS) on the command line
13607
13608 * config.sub: Recognize lynx and lynxos
13609
13610 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13611
13612 * config.sub: Accept -ecoff*, not just -ecoff.
13613
13614 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13615
13616 * Makefile.in (taz): Use .gz suffix instead of .z.
13617 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13618 names.
13619
13620 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13621
13622 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13623
13624 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13625
13626 * Makefile.in (install-no-fixedincludes): install gcc last, so
13627 that rebuilds that might happen during 'make install' don't get
13628 bogus gcc include files
13629
13630 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13631
13632 Change from Utah for HPPA support:
13633 * config.guess: Recognize hppa1.x-hp-bsd.
13634
13635 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13636
13637 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13638 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13639
13640 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13641
13642 * config.sub: Add support for rom68k and bug boot monitors.
13643
13644 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13645
13646 * Makefile.in: Make all-opcodes depend on all-bfd.
13647
13648 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13649
13650 * config.guess: Added special check for i[34]86-univel-sysv4*.
13651
13652 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13653
13654 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13655 the processor rather than assuming i486.
13656
13657 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13658
13659 * config.guess: Recognize SunOS6 as Solaris3.
13660
13661 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13662
13663 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13664 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13665
13666 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13667
13668 * build-all.mk (all-cross): New target for Canadian Cross.
13669 Added Q2 go32 targets.
13670 * test-build.mk: Configure go32 cross sparclite-aout and
13671 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13672 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13673
13674 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13675
13676 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13677 GO32 hosted toolchains
13678
13679 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13680
13681 * configure: change so "-exec-prefix" gets passed down rather
13682 than "-exec_prefix" so autoconf generated Makefiles get the
13683 exec_prefix set right.
13684
13685 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13686
13687 * config.guess: get the Solaris2 minor version number
13688
13689 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13690
13691 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13692
13693 * config.guess: Recognize some Sequent platforms.
13694
13695 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13696
13697 * Makefile.in: added the vault-install target
13698
13699 * configure.in: actually use the Sun3 makefile fragment that's in
13700 config, also added the release dir to configdirs
13701
13702 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13703
13704 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13705
13706 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13707
13708 * configure.in: remove some program from Alpha targetted toolchains
13709
13710 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13711
13712 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13713 gprof.
13714 (taz): Run "make diststuff" in those directories instead of "make
13715 proto-dir". Look for "VERSION=" only at start of line in subdir
13716 Makefile. Use "gzip -9" for compression.
13717 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13718 (binutils.tar.z): New target.
13719
13720 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13721
13722 * Makefile.in (taz): Include gpl.texinfo.
13723
13724 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13725
13726 * Makefile.in (setup-dirs): Merged into "taz" target.
13727 (taz): Only do `proto-dir' stuff if a directory is actually needed
13728 for this target.
13729
13730 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13731
13732 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13733 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13734 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13735 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13736 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13737
13738 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13739
13740 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13741 config.sub, and move-if-change to gdb testsuite distribution
13742 archive, so the testsuite can be extracted, configured, and
13743 run separately from the gdb distribution. Blow away the Chill
13744 tests that require a Chill compiled executable, since GNU Chill
13745 is not yet publically available.
13746
13747 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13748
13749 * test-build.mk: set environment variables in a single command,
13750 instead of a list of assignments and exports
13751
13752 * config.guess: recognize Alpha/OSF1 systems
13753
13754 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13755
13756 * configure: Change help message to prefer --options rather than
13757 -options.
13758
13759 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13760
13761 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13762 zippy@ecst.csuchico.edu.
13763 * config.guess: Recognize miniframe.
13764
13765 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13766
13767 * Makefile.in: Use srcroot to find runtest rather than rootme.
13768 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13769
13770 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13771
13772 * test-build.mk: Extensive additions to support building on a
13773 machine other than the host.
13774
13775 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13776
13777 * configure (tooldir): Fix for i386-aix again.
13778
13779 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13780
13781 * configure, Makefile.in: Change definition of $(tooldir)
13782 to match the FSF.
13783
13784 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13785
13786 * config.guess: Recognize i[34]86/SVR4.
13787
13788 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13789
13790 * Makefile.in (all-gdb): gdb depends on sim.
13791
13792 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13793
13794 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13795 at the same time we make the prototype gdb directory.
13796 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13797 files at the same time as the gdb base release distribution.
13798
13799 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13800
13801 * Makefile.in (check): Use individual check targets rather than
13802 DO_X rule.
13803 (check-gcc): Added.
13804
13805 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13806
13807 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13808 for System V release 3.2.
13809
13810 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13811
13812 * config.sub: Recognize hppaosf.
13813 * configure.in: Do configure ld/binutils/gas for it.
13814
13815 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13816
13817 * configure (tooldir): Alter syntax used to set this, for systems
13818 where "\$" isn't handled right, like i386-aix.
13819
13820 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13821
13822 * configure: Pass program-transform-name, not
13823 program_transform_name, to recursive configures.
13824
13825 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13826
13827 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13828 of gas+ld+binutils.
13829
13830 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13831
13832 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13833
13834 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13835
13836 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13837
13838 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13839
13840 * Makefile.in (PRMS): Set back to all-prms.
13841
13842 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13843
13844 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13845 targets, rather than for MIPS hosts.
13846
13847 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13848
13849 * configure.in: add comment for --with-x default values
13850
13851 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13852
13853 * Makefile.in: add check-* targets for each of the directories in
13854 the tree. Add a definition of RUNTEST that will use the one we
13855 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13856
13857 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13858
13859 * configure.in: Removed obsolete references to bfd_target and
13860 target_makefile_frag.
13861
13862 * build-all.mk: Set assorted targets for Q2.
13863 * config.sub: Recognize z8k-sim and h8300-hms.
13864 * test-build.mk: Really don't pass host to configure.
13865 (HOLES): Added uname.
13866
13867 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13868
13869 * configure: Handle an empty program-prefix, program-suffix or
13870 program-transform-name correctly.
13871
13872 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13873
13874 * build-all.mk: -G 8 no longer required for MIPS targets.
13875 * test-build.mk: Don't pass host argument to configure; make it
13876 guess.
13877
13878 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13879
13880 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13881 * Makefile.in (COMPRESS): New macro, like GZIP.
13882
13883 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13884
13885 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13886
13887 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13888 with gas currently defaults to -G 0.
13889
13890 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13891
13892 * Makefile.in (all-flex): flex depends on byacc.
13893
13894 * build-all.mk: If host not specified, use config.guess. Pass TAG
13895 to test-build.mk as RELEASE_TAG.
13896 * test-build.mk (configargs): New variable containing arguments to
13897 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13898 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13899
13900 * config.guess: Use /bin/uname when checking -X argument on SCO,
13901 to avoid invoking GNU uname which doesn't understand -X.
13902
13903 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13904
13905 * configure.in: Build gas for mips-*-*.
13906
13907 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13908
13909 * Makefile.in (all.normal): insert missing backslash.
13910
13911 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13912
13913 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13914
13915 * Makefile.in: Complete overhaul to merge many almost identical
13916 targets.
13917
13918 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13919
13920 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13921 (gdb.tar.Z): Adjusted.
13922
13923 * Makefile.in (setup-dirs, taz): New targets; should be general
13924 enough to adapt for gdb sometime. Build only .z file.
13925 (gas.tar.z): New target.
13926
13927 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13928
13929 * build-all.mk: Use CC=cc -Xs on Solaris.
13930
13931 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13932
13933 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13934 for handling BISON for FSF releases.
13935
13936 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13937
13938 * configure: Actually implement the change zoo just documented.
13939
13940 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13941
13942 * configure: when using config.guess, only set target_alias when
13943 it's not already been set (ie, on the command line)
13944
13945 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13946
13947 * Makefile.in: add installcheck target, set PRMS to install-prms
13948
13949 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13950
13951 * configure: add support for package_makefile_fragment, handle the
13952 case where a directory has a configure.in file but no Makefile.in
13953 more gracefully (with an actual understandable error message, even);
13954 add support for --without (and add this to the usage message); also
13955 explicitly add a --host=${host_alias} to the command line when
13956 config.guess is used
13957
13958 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13959
13960 * configure: Must use both --host and --target in recursive calls.
13961
13962 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13963
13964 * Makefile.in: Change deja-gnu to dejagnu.
13965
13966 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13967
13968 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13969
13970 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13971
13972 * configure.in: canonicalize all instances to *-*-solaris2*,
13973 also strip out a number of tools to not build for go32 host
13974
13975 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13976
13977 * config.guess: add GPL.
13978
13979 * Makefile.in, config.guess, config.sub, configure: bump
13980 copyrights to 93.
13981
13982 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13983
13984 * Makefile.in (do-info): Removed obsolete check for existence of
13985 localenv file.
13986
13987 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13988
13989 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13990
13991 * Makefile.in: a couple of 'else true' for decstation,
13992 support for TclX
13993
13994 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13995
13996 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13997
13998 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13999
14000 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14001
14002 * config.guess: Recognize i386-ibm-aix (PS/2).
14003 * configure.in: Use config/mh-aix386 file for it.
14004
14005 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14006
14007 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14008 CC_FOR_TARGET instead.
14009 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14010
14011 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14012
14013 * Makefile.in: Add sim to list of directories sent with gdb
14014
14015 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14016
14017 * configure.in: Put back mips-dec-bsd* case.
14018
14019 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14020
14021 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14022 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14023 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14024
14025 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14026
14027 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14028
14029 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14030 (install-info): install dir.info only if it exists,
14031 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14032
14033 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14034
14035 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14036 gas for mips-dec-bsd.
14037
14038 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14039
14040 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14041 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14042
14043 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14044
14045 * configure.in: Added "dejagnu" to hosttools list.
14046
14047 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14048
14049 * config.sub, configure.in, config.guess: Add support
14050 for Bosx, an AIX variant from Bull.
14051 Patches from F.Pierresteguy@frcl.bull.fr.
14052
14053 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14054
14055 * devo/dejagnu: Initial creation of devo/dejagnu.
14056 Migrated dejagnu testcases and support files for testing software
14057 tools to reside as subdirectories, currently called "testsuite",
14058 within the directory of the software tool. Migrated all programs,
14059 support libraries, etc. beloging to dejagnu proper from
14060 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14061 with no modifications. The changes to these files which will
14062 allow them to configure, build, and execute properly will be made
14063 in a future update.
14064
14065 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14066
14067 * Makefile.in: Change send_pr to send-pr.
14068 * configure.in: Likewise.
14069 * send_pr: Renamed directory to send-pr.
14070
14071 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14072
14073 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14074
14075 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14076
14077 * README: Update for gdb-4.8 release.
14078 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14079 gdb-xxx.tar.z (gzip'd) file also.
14080
14081 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14082
14083 * Makefile.in: make all-diff depend on all-libiberty
14084
14085 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14086
14087 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14088
14089 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14090
14091 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14092
14093 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14094
14095 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14096 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14097 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14098
14099 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14100
14101 * Makefile.in: makeinfo binary is in a new location
14102
14103 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14104
14105 * config.sub: Accept -ecoff as an OS.
14106
14107 * Makefile.in: Various changes to eliminate a level of make
14108 recursion and reduce the required command line length.
14109 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14110 sub-makes.
14111 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14112 variables holding settings for specific sub-makes.
14113 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14114 in terms of BASE_FLAGS_TO_PASS.
14115 (TARGET_LIBS): New variable listing directories which use
14116 TARGET_FLAGS_TO_PASS.
14117 (subdir_do): Eliminated.
14118 (do-*): New set of targets to replace subdir_do.
14119 (various): All targets which used subdir_do now depend on do-*.
14120 (local-clean): Renamed from do_clean.
14121 (local-distclean): New target, dependency of distclean and
14122 realclean.
14123 (install-info): Don't create directories. Depend on dir.info
14124 rather than calling make recursively.
14125 (install-dir.info): Eliminated.
14126 (install-info-dirs): Create all info directories here.
14127 (dir.info): Depend upon do-install-info.
14128
14129 * test-build.mk (HOLES): Added false.
14130
14131 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14132
14133 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14134
14135 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14136
14137 * Makefile.in (info): remove dependency on all-texinfo. The
14138 problem was really in texinfo/C, not at this level.
14139
14140 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14141
14142 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14143
14144 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14145
14146 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14147 GDB releases.
14148
14149 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14150
14151 * configure: Include srcdir in message about target of link not
14152 being found. Don't convert `-' to `_' in `with' options being
14153 passed to subdirs.
14154
14155 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14156
14157 * configure.in: add uudecode to host_tools
14158
14159 * Makefile.in: added {all,install}-uudecode targets, added them to
14160 the appropriate lists
14161
14162 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14163
14164 * Makefile.in (all-gcc): Added dependency on all-gas.
14165
14166 * configure.in (mips-*-*): Build ld and binutils.
14167
14168 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14169
14170 * configure: check return code from mkdir, print error message and
14171 exit on failure.
14172
14173 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14174
14175 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14176
14177 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14178
14179 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14180
14181 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14182
14183 * config.sub (h8500): Recognize this as a cpu type.
14184
14185 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14186
14187 * configure: source directory missing is no longer a warning
14188
14189 * configure.in: recognize irix[34]* instead of irix[34]
14190
14191 * Makefile.in: define and pass down X11_LIB
14192
14193 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14194
14195 * guess-systype: Renamed to ...
14196 * config.guess: ... by popular request.
14197 * configure.in, Makefile.in: Update accordingly.
14198
14199 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14200
14201 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14202 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14203 + Execute ./dummy instead of assuming . is in PATH.
14204
14205 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14206
14207 * guess-systype: New shell script. Attempts to guess the
14208 canonical host name of the executing host.
14209 Only a few hosts are supported so far.
14210 * configure: Call guess-systype if no host is specified.
14211
14212 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14213
14214 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14215 gcc Makefile.
14216
14217
14218 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14219
14220 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14221 (all-gcc, install-gcc, subdir_do): Use it.
14222
14223 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14224
14225 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14226
14227 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14228
14229 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14230 set exclusively by configure, using configure.in .
14231
14232 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14233
14234 * test-build.mk: set $PATH for all builds
14235
14236 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14237
14238 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14239
14240 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14241 the one used in gcc/Makefile.in, so that a null expansion doesn't
14242 override the one needed to build gcc with a native cc.
14243
14244
14245 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14246
14247 * configure: Accept -with arguments.
14248
14249 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14250
14251 * Makefile.in: added h8300sim
14252
14253 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14254
14255 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14256 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14257 (all-cygnus, native, build-cygnus): Make
14258 $(canonhost)-stamp-3stage-done, not $(host)....
14259 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14260 i386-sco3.2v4. Added else true to if command.
14261
14262 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14263
14264 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14265
14266 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14267
14268 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14269
14270 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14271
14272 * configure.in: don't remove binutils from Solaris builds
14273
14274 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14275
14276 * Makefile.in: get rid of earlier definitions for *clean,
14277 also handle the recursive info rule better
14278
14279 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14280
14281 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14282 do more-or-less the right thing.
14283
14284 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14285
14286 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14287 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14288
14289 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14290
14291 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14292 $(host_canonical).
14293
14294 * configure.in: split the configdirs list into 4 categories (native
14295 v. cross, library v. tool) and handle the cross-only and native-
14296 only in more reasonable (and correct!) way.
14297
14298 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14299
14300 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14301 configdirs anymore.
14302
14303 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14304
14305 * Makefile.in: extensive cleanup:: removed all of the explicit
14306 clean-* targets, collapsed many wrappers around subdir_do into
14307 one, added additional targets to satisfy standards.texi, deleted
14308 some old targets, some changes for consistency
14309
14310 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14311
14312 * configure.in: handle some programs as cross-only, and others as
14313 native only
14314
14315 * test-build.mk: handle partial holes in a more generic manner
14316
14317 * Makefile.in: m4 depends on libiberty
14318
14319 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14320
14321 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14322 time, wdiff, and find to configdirs
14323
14324 * Makefile.in: all, clean, and install rules for the new programs
14325 added to configure.in
14326
14327 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14328
14329 * configure.in: use mh-sun for all *-sun-* hosts
14330
14331 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14332
14333 * Makefile.in: define flags for X11 include files and library file
14334 locations, pass them down to the programs that need this info
14335
14336 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14337
14338 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14339
14340 * configure.in: start building libg++ for HP-UX targets
14341
14342 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14343
14344 * README: Update references to files moved into etc/.
14345
14346 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14347
14348 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14349 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14350
14351 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14352
14353 * configure: accept dash as well as underscore in long option
14354 names for FSF compatibility.
14355
14356 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14357
14358 * config.sub: added -sco3.2v4 support from FSF.
14359
14360 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14361
14362 * configure.in: expand the section that adds or removes
14363 directories from the list of programs to build, to handle native
14364 vs. cross in addition to host v. native
14365
14366 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14367
14368 * Makefile.in: Replace C++ in macro names with CXX.
14369 This is less likely to break ...
14370
14371 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14372
14373 * test-build.mk: add -w to GNU_MAKE
14374
14375 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14376
14377 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14378 add 'sparc' to list of recognized cpus. This needed to make
14379 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14380 Delete some redundant ose68 variants. Recognize -wrs as an os,
14381 then changes that into $CPU-wrs-vxworks.
14382
14383 * configure.in: remove most references to gdbtest, regularize
14384 target based program removal
14385
14386 * test-build.mk: import from p3 tree (many fixes and changes)
14387
14388 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14389
14390 * Makefile.in: added rules to handle tcl, tk, and expect
14391
14392 * configure.in: handle those directories if they exist
14393
14394 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14395
14396 * config.sub: removed bogus hppabsd and hppahpux names, since
14397 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14398
14399 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14400
14401 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14402 depends upon all-xiberty
14403
14404 * Makefile.in: changes from p3, including:
14405
14406 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14407
14408 * Makefile.in (XTRAFLAGS): include newlib directories if
14409 newlib/Makefile exists, rather than if host != target.
14410
14411 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14412
14413 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14414 from the same source tree and not building a cross-compiler. This
14415 matters for the libg++ configuration if reconfiguring a tree that
14416 has already been installed.
14417
14418 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14419
14420 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14421 pick up the machine and system specific header files.
14422
14423 * Makefile.in: added AS_FOR_TARGET, passed down in
14424 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14425 the C compiler to use to create programs which are run in the
14426 build environment, set it to default to $(CC), and passed it down
14427 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14428
14429 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14430
14431 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14432 We need them for unusual native builds, like systems without
14433 ranlib.
14434
14435 * configure: also define $(host_canonical) and
14436 $(target_canonical), which are the full, canonical names for the
14437 given host and target
14438
14439 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14440
14441 * Makefile.in: Added separate definitions for C++.
14442
14443 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14444
14445 * configure.in (configdirs): Add deja-gnu.
14446
14447 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14448
14449 * README: Update for configure.texi and gdb-4.7 release.
14450
14451 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14452
14453 * Makefile.in: Move "all" target to top of file.
14454 Previously, first target was ".PHONY" which caused BSD4.4 make
14455 to build .PHONY when make was run without arguments.
14456
14457 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14458
14459 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14460 Library-copylefted code in libiberty.
14461
14462 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14463
14464 * config.sub: Replace m68kmote with plain old m68k.
14465
14466 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14467
14468 * Makefile.in: Remove space from blank line, avoid Make complaints.
14469
14470 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14471
14472 * config.sub: Complain if no argument is given. Added support for
14473 386bsd as OS and target alias.
14474
14475 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14476
14477 * Makefile.in (XTRAFLAGS): include newlib directories if
14478 newlib/Makefile exists, rather than if host != target.
14479
14480 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14481
14482 * config.sub: recognize sparclite-wrs-vxworks.
14483
14484 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14485 p3.) Added clean-xiberty to clean.
14486
14487 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14488
14489 * configure.in: use *-*-* instead of nested cases for host and target
14490
14491 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14492
14493 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14494 from the same source tree and not building a cross-compiler. This
14495 matters for the libg++ configuration if reconfiguring a tree that
14496 has already been installed.
14497
14498 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14499
14500 * config.sub (i486v/i486v4): Merge in from FSF version.
14501
14502 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14503
14504 * configure: only set PWD if it is already set.
14505
14506 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14507
14508 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14509 doesn't have unset and all success paths (and most error paths)
14510 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14511 to just ${PWD} to avoid confusion.)
14512
14513 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14514
14515 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14516 even for a native compilation.
14517
14518 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14519
14520 Changes to make the gdb.tar.Z rule work better.
14521
14522 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14523 (DEVO_SUPPORT): Add configure.texi.
14524 (bfd-ilrt.tar.Z): Remove ancient rule.
14525
14526 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14527
14528 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14529 pick up the machine and system specific header files.
14530
14531 * configure.in, config.sub: added new target m68010-adobe-scout,
14532 with alias of adobe68k. Changed configure.in to check for
14533 -scout before -sco* to avoid a false match.
14534
14535 * Makefile.in: added AS_FOR_TARGET, passed down in
14536 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14537 the C compiler to use to create programs which are run in the
14538 build environment, set it to default to $(CC), and passed it down
14539 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14540
14541 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14542
14543 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14544 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14545 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14546 FOR_TARGET variants, to newlib and libg++.
14547
14548 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14549
14550 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14551 first.
14552
14553 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14554
14555 * config.sub: Accept `elf' as an environment.
14556
14557 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14558
14559 * Makefile.in (all-opcodes): cd into the right directory
14560
14561 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14562
14563 * configure: added -program_transform_name option, used as
14564 argument to sed when installing programs.
14565 configure.texi: added documentation for -program_prefix,
14566 -program_suffix and -program_transform_name.
14567
14568 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14569
14570 * config.sub: Accept i486 where i386 ok.
14571
14572 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14573
14574 * config.sub: accept we32k
14575
14576 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14577
14578 * config.sub, configure.in: accept OSE68000 and OSE68k.
14579
14580 * Makefile.in: don't create all directories for ``make install'';
14581 let the subdirectories create the ones they need.
14582
14583 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14584
14585 * COPYING: new file, GPL v2
14586
14587 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14588
14589 * Makefile.in: use the new gen-info-dir, which needs a template
14590 argument (which also lives in texinfo)
14591
14592 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14593
14594 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14595
14596 * config.sub (ncr3000): Change i386 to i486.
14597
14598 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14599
14600 * Makefile.in: add install-rcs, install-grep to
14601 install-no-fixedincludes, removed install-bison and install-libgcc
14602
14603 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14604
14605 * configure.in: grab the HPUX makefile fragment if on HPUX
14606
14607 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14608
14609 * Makefile.in: eradicate bison spoor (ditto libgcc).
14610 configure.in: recognise m68{k,000}-ericsson-OSE.
14611 es1800 is alias for m68k-ericsson-OSE
14612
14613 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14614
14615 * configure.in: rearrange the parts that remove programs from
14616 configdirs, based now on HOST==TARGET or by canonical triple.
14617
14618 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14619
14620 * test-build.mk: recurse explicitly with -f test-build.mk when
14621 appropriate. predicate stage3 and comparison on the existence
14622 of gcc. That is, if gcc isn't around, we aren't three-staging.
14623 On very clean, also remove ...stamp-co. Build in-place before
14624 doing other builds.
14625
14626 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14627
14628 * Makefile.in, configure.in: add tgas
14629
14630 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14631
14632 * Makefile.in: a number of changes merged in from progressive.
14633
14634 * configure.in: add libm.
14635
14636 * .cvsignore: ignore some stuff that comes from test-build.mk.
14637
14638 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14639
14640 * config.sub: Add es1800 (m68k-ericsson-es1800).
14641
14642 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14643
14644 * configure: Add program_suffix (parallel to program_prefix)
14645 * Makefile.in: adjust directory-creating script for losing decstation
14646
14647 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14648
14649 * configure: Minor $subdir-related fixes.
14650
14651 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14652
14653 * configure: fix various problems with propogating
14654 makefile_target_frag in subdirs.
14655 * configure.in: config libgcc if its there
14656
14657 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14658
14659 * config.sub: HPPA merge.
14660
14661 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14662
14663 * Makefile.in: Replace all-bison with all-byacc in all
14664 dependency lines for other tools (which now use byacc).
14665
14666 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14667
14668 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14669
14670 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14671
14672 * Makefile.in: make gprof rules similar to byacc rules (instead of
14673 vestigal $(unsubdir) that didn't work...)
14674
14675 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14676
14677 * config.sub: Add support for Linux.
14678 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14679 (at least for libg++).
14680
14681 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14682
14683 * configure.texi: fix doc for the -nfp option to configure
14684
14685 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14686
14687 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14688
14689 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14690
14691 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14692 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14693 * configure.in: added solaris* host_makefile_frag hook.
14694
14695 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14696
14697 * config.sub: changed recognition of m68000 so that various
14698 m68k types can be specified via m680[01234]0
14699
14700 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14701
14702 * config.sub (basic_machine): fix sed so that '-foo' isn't
14703 completely substituted out while .+'-foo' loses the '-foo'
14704
14705 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14706
14707 * config.sub ($os): Add -aout.
14708
14709 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14710
14711 * configure: If host_makefile_frag is absolute, don't
14712 prefix ${invsubdir} (relevant to libg++ auto-configure).
14713
14714 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14715
14716 * Makefile.in (tooldir): Define it.
14717 (all-ld): Depend on all-flex.
14718
14719 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14720
14721 * Makefile.in (check): Fix libg++ special case.
14722
14723 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14724
14725 * configure: do not bury `pwd` into config.status, thus do fewer
14726 pwd's.
14727
14728 * configure: print the "Building in" message only when building in
14729 other than "." AND verbose.
14730
14731 * configure: remove -s, rework -v to better accomodate guested
14732 configures.
14733
14734 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14735
14736 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14737
14738 * Makefile.in: macroize flags passed on recursion. remove
14739 fileutils.
14740
14741 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14742
14743 * configure: get makesrcdir right for subdirs deeper than 1.
14744
14745 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14746 install.
14747
14748 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14749
14750 * Makefile.in: don't print subdir_do or recursion lines.
14751
14752 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14753
14754 * standards.texi: added menu item.
14755
14756 * Makefile.in: build and install standards.info.
14757
14758 * standards.texi: new file.
14759
14760 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14761
14762 * configure: test for and move config.status pieces from
14763 ${subdir}/.
14764
14765 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14766
14767 * configure: Test for existance of files before trying to mv
14768 them, to avoid numerous non-existance messages.
14769
14770 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14771
14772 * configure: correct final line of config.status.
14773
14774 * configure: patch from eggert. Avoids a protection problem if
14775 the original Makefile.in is read only.
14776
14777 * configure: use move-if-change from gcc to create config.status.
14778 Some makefiles depend on config.status to tell if a directory
14779 has been reconfigured for a different host. This change
14780 prevents those directories from remaking everything in the case
14781 where the reconfig was only intended to rebuild a Makefile.
14782
14783 * configure: test for config.sub with "config.sub sun4" rather
14784 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14785 host alias from a missing config.sub.
14786
14787 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14788
14789 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14790 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14791
14792 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14793
14794 * configure: mkdir ${subdir} as needed.
14795
14796 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14797
14798 * Makefile.in,configure.in: added autoconf.
14799
14800 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14801
14802 * Makefile.in: no longer pass against on recursion.
14803
14804 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14805 definitions are not inherited.
14806
14807 * configure: correct makesrcdir when subdir is .
14808
14809 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14810
14811 * configure: Add support for 'subdirs' variable, which is
14812 like 'configdirs', except that configure doesn't re-invoke
14813 itself for subdirs, it just creates a Makefile for each subdir.
14814 * configure.texi: Document subdirs.
14815
14816 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14817
14818 * configure.in: added flex to configdirs
14819
14820 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14821
14822 * Makefile.in: remove clean-stamps from clean.
14823
14824 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14825
14826 * configure.in: Add gdbtest to configdirs.
14827
14828 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14829
14830 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14831 to recursive makes.
14832 * configure.in: Recognize new ncr3000 config.
14833
14834 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14835
14836 * Makefile.in, configure.in: removed references to gdbm.
14837
14838 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14839
14840 * config.sub: Don't canonicalize os value
14841 newsos* to bsd (readline needs to check for newsos).
14842 (This fix was earlier made Jan 31, but got re-broken.)
14843
14844 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14845
14846 * configure.in: sco is an os, not a vendor!
14847
14848 * configure: Quote $( better. Keep various shells happy.
14849
14850 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14851
14852 * Makefile.in: eliminate stamp-files.
14853
14854 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14855
14856 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14857 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14858
14859 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14860
14861 * config.sub: fix iris/iris3.
14862
14863 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14864
14865 * configure: re-add -rm.
14866
14867 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14868
14869 * Maskefile.in: add .stmp-rcs to all.
14870
14871 * configure.in: remove gas from rs6000 build, use aix host fragment.
14872
14873 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14874
14875 * configure: pass down site_option during recursion.
14876
14877 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14878
14879 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14880
14881 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14882
14883 * configure: Change exec_prefix so that it really defaults to prefix.
14884
14885 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14886
14887 * Makefile.in, configure.in: Add support for mmalloc library.
14888
14889 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14890
14891 * Makefile.in: add stmp dependencies for a few more things.
14892
14893 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14894
14895 * configure: adjusted error message on objdir/srcdir configure
14896 collision, per john's suggestion.
14897
14898 * Makefile.in: add libiberty stmp to all and all.cross.
14899
14900 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14901
14902 * Makefile.in: remove force dependencies, add grep to all.
14903
14904 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14905
14906 * Makefile.in: drop flex. make stamp files work.
14907
14908 * configure: added test for conflicting configuration in srcdir,
14909 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14910 gets cranky. use relative paths for configure and srcdir
14911 whenever possible. Send some error messages to stderr that were
14912 going to stdout.
14913
14914 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14915
14916 * Makefile.in: Fix libg++ rule to check for gcc directory
14917 before using gcc/gcc. Also pass XTRAFLAGS.
14918
14919 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14920
14921 * Makefile.in: added stmp-files so that directories aren't polled
14922 when they are already built.
14923
14924 * configure.texi: fixed a node pointer problem.
14925
14926 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14927
14928 * config.sub configure.in gdb/configure.in
14929 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14930 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14931 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14932
14933 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14934
14935 * configure: -recurring becomes -silent. corrected help message
14936 for -site= option.
14937
14938 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14939
14940 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14941
14942 * configure: when building Makefile for crosses, replace
14943 tooldir and program_prefix. default srcdir from location of
14944 config.sub. remove "for host in hosts" and "for target in
14945 targets" loops.
14946
14947 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14948
14949 * Makefile.in: Do not pass bindir or mandir to cvs.
14950
14951 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14952
14953 * Makefile.in, configure.in: removed traces of namesubdir,
14954 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14955 copyrights to '92, changed some from Cygnus to FSF.
14956
14957 * configure.texi: remove most references to multiple hosts,
14958 multiple targets, subdirs, etc.
14959
14960 * configure.man: removed rcsid. reference config.sub not
14961 config.subr.
14962
14963 * Makefile.in: mkdir $(infodir) on install-info.
14964
14965 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14966
14967 * configure.texi: Explain better about .gdbinit and about
14968 the environment that configure.in sections run in.
14969
14970 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14971
14972 * configure.in: Ultrix is only a decstation if it's a MIPS.
14973
14974 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14975
14976 * README: DOC.configure => cfg-paper.texi.
14977
14978 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14979
14980 * config.sub (near case $os): Don't convert newsos* to bsd!
14981
14982 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14983
14984 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14985 the number of copies of COPYING that go into the GDB tar file.
14986
14987 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14988
14989 * bfd/configure.in, gdb/config/mh-i386sco,
14990 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14991 Fix SCO configuration stuff.
14992
14993 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14994
14995 * Makefile.in: For libg++, make sure the -I pointing
14996 to the gcc directory goes *after* all the libg++-local -I flags.
14997 Also, move just-gcc dependency from just-libg++ to all-libg++.
14998
14999 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15000
15001 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15002
15003 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15004
15005 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15006
15007 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15008
15009 * config.sub: Add stratus configuration frags. Also
15010 submitted to FSF.
15011
15012 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15013
15014 * Makefile.in (DEV_SUPPORT): add configure.man.
15015
15016 * config.sub(Decode manufacturer-specific): add -none*.
15017
15018 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15019
15020 * Makefile.in: remove form feeds to make Sun's make happy.
15021 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15022
15023 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15024
15025 * Makefile.in (AR_FLAGS): Make quieter.
15026
15027 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15028
15029 * configure.in: Add libg++.
15030 * configure: When verbose, don't output the command line at each
15031 level; it will be unremarkably the same as the previous version,
15032 which will be the same as what the user typed.
15033
15034 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15035
15036 * configure.in, Makefile.in: fix clean-info, add flex. add
15037 fileutils.
15038
15039 * configure: be less sensitive to spaces in Makefile.in. Do not
15040 look for sources in "..". Doing so breaks subdirectories that
15041 might have their own configure. If a subdir has it's own
15042 configure script, use it.
15043
15044 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15045
15046 * cfg-paper.texi: some changes suggested by rms.
15047
15048 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15049
15050 * config.sub: Merge in some small additions from the FSF version,
15051 taken from the gcc distribution, to bring the Cygnus and FSF
15052 versions into closer sync.
15053
15054 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15055
15056 * configure.in: Changed svr4 references to sysv4.
15057
15058 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15059
15060 * configure: added -V for version number option.
15061
15062 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15063
15064 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15065 renamed from DOC.configure to cfg-paper.texi.
15066
15067 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15068
15069 * configure, config.subr, config.sub: config.subr is now
15070 config.sub again.
15071
15072 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15073
15074 * configure.texi: new file, in progress.
15075
15076 * Makefile.in: build info file and install the man page for
15077 configure.
15078
15079 * configure.man: new file, first cut.
15080
15081 * configure: find config.subr again now that configuration "none"
15082 has gone. removed all traces of the -ansi option. removed all
15083 traces of the -languages option.
15084
15085 * config.subr: resync from rms.
15086
15087 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15088
15089 * configure, config.sub, config.subr: merge config.sub into
15090 config.subr, call the result config.subr, remove config.sub, use
15091 config.subr.
15092
15093 * Makefile.in: revised install for dir.info.
15094
15095 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15096
15097 * configure.in: add decstation host makefile frag.
15098
15099 * Makefile.in: BISON now bison -y again. also install-gcc on
15100 install. clean-gdbm on clean. infodir belongs in datadir.
15101 Make directories for info install. Build dir.info here then
15102 install it.
15103
15104 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15105
15106 * Makefile.in: fix for bad directory tests.
15107
15108 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15109
15110 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15111 regexp. -srcdir relative was being handled incorrectly.
15112
15113 * Makefile.in: unwrapped some for loops so that parallel makes
15114 work again and so one can focus one's attention on a particular
15115 package.
15116
15117 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15118
15119 * configure: added PWD as a stand in for `pwd` (for speed). use
15120 elif wherever possible. make -srcdir work without -objdir.
15121 -objdir= commented out.
15122
15123 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15124
15125 * configure: +options become --options. -subdirs commented out.
15126 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15127 Makefile now at top of generated Makefile. Removed cvs log
15128 entries. added -srcdir. create .gdbinit only if there is one
15129 in ${srcdir}.
15130
15131 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15132 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15133 and mandir now keyed off datadir by default.
15134
15135 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15136
15137 * Freshly created ChangeLog.
15138
15139 \f
15140 Local Variables:
15141 mode: change-log
15142 left-margin: 8
15143 fill-column: 76
15144 version-control: never
15145 End:
This page took 0.341555 seconds and 4 git commands to generate.