0c26e8bd546568203931b320684429b70bd362c8
[deliverable/binutils-gdb.git] / ChangeLog
1 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2
3 * config.sub: Update from upstream, to 2015-01-01 version.
4 * config.guess: Ditto.
5
6 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
7
8 * config.sub: Update from upstream config repo.
9
10 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
11
12 * libtool.m4: Updated from GCC trunk.
13
14 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
15
16 * config.guess: Update from upstream config repo.
17 * config.sub: Ditto.
18
19 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
20
21 * move-if-change: Update from upstream gnulib.
22
23 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
24
25 * compile: Sync with upstream Automake.
26 * depcomp: Ditto.
27 * install-sh: Ditto.
28 * missing: Ditto.
29 * mkinstalldirs: Ditto.
30 * ylwrap: Ditto.
31
32 2014-10-15 Tristan Gingold <gingold@adacore.com>
33
34 * src-release.sh (do_proto_toplev): Configure with --target.
35
36 2014-10-03 Jing Yu <jingyu@google.com>
37
38 * configure.ac: Add aarch64 to list of targets that support gold.
39 * configure: Regenerate.
40
41 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
42
43 * configure.ac: Add mips*-img-elf* target triple.
44 * configure: Regenerate.
45
46 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
47 * configure: Disable gdb for nds32*-*-* until supported.
48 * configure.ac: Disable gdb for nds32*-*-* until supported.
49
50 2014-09-05 Joel Brobecker <brobecker@adacore.com>
51
52 * configure: Regenerate.
53
54 2014-08-27 Will Newton <will.newton@linaro.org>
55
56 * src-release.sh: New file.
57 * src-release: Remove file.
58
59 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
60
61 GDB not supported for or1k*-*-rtems*
62 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
63 of the stanzas results in this not being caught by or1k*-*-* later.
64 * configure. Regenerated.
65
66 2014-07-25 Samuel Bronson <naesten@gmail.com>
67
68 * .gitattributes: New file for use with git-merge-changelog.
69
70 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
71
72 Disable gdb for or1k*-*-* until supported
73 * configure.ac (or1k*-*-*): Disable gdb.
74 * configure: Regenerated.
75
76 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
77
78 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
79 * configure: Regenerated.
80
81 2014-03-26 Jakub Jelinek <jakub@redhat.com>
82
83 PR sanitizer/56781
84 * Makefile.def: Set bootstrap=true; for host fixincludes.
85 * configure.ac: Don't bootstrap host fixincludes unless
86 --with-build-config=bootstrap-{a,ub}san.
87 * Makefile.in: Regenerated.
88 * configure: Regenerated.
89
90 2014-03-21 Jakub Jelinek <jakub@redhat.com>
91
92 * configure.ac: Move BUILD_CONFIG set up earlier. Add
93 --enable-vtable-verify option parsing. Don't add
94 target-libsanitizer to bootstrap_target_libs unless
95 --with-build-config=bootstrap-asan or
96 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
97 to bootstrap_target_libs unless --enable-vtable-verify.
98 * configure: Regenerated.
99
100 2014-03-07 Jakub Jelinek <jakub@redhat.com>
101
102 PR bootstrap/58572
103 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
104 -I for libstdc++-v3 includes if $(LEAN).
105 * Makefile.in: Regenerated.
106
107 2014-02-24 Walter Lee <walt@tilera.com>
108
109 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
110 (tilegx-*-*): Change to tilegx*-*-*.
111 * configure: Regenerate.
112
113 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
114
115 * config.sub, config.guess: Import from upstream.
116
117 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
118
119 PR bootstrap/60620
120 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
121 * Makefile.in: Regenerate.
122
123 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
124
125 * Makefile.def (dependencies): Make all-ld depend on all-binutils
126 for WINDRES_FOR_TARGET in default-manifest.o rule.
127 * Makefile.in: Regenerate.
128
129 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
130
131 PR target/59788
132 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
133 *solaris2*.
134
135 2013-12-19 Keven Boell <keven.boell@intel.com>
136
137 * cp-namespace.c (cp_lookup_nested_symbol): Enable
138 nested lookups for fortran modules.
139 * dwarf2read.c (read_module): Add fortran module to
140 the symbol table.
141 (add_partial_symbol, add_partial_module): Add fortran
142 module to the partial symbol table.
143 (new_symbol_full): Create full symbol for fortran module.
144 * f-exp.y (yylex): Add new module domain to be parsed.
145 * symtab.h: New domain for fortran modules.
146
147 2013-12-19 Keven Boell <keven.boell@intel.com>
148
149 * f-exp.y (yylex): Add domain array to enable lookup
150 in multiple domains. Loop over lookup domains and try
151 to find requested symbol. Add STRUCT_DOMAIN to lookup
152 domains to be able to query for user defined types.
153
154 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
155
156 * configure.ac: Add user-friendly check for native x86_64-linux
157 multilibs.
158 * configure: Regenerate.
159
160 2013-11-23 Alan Modra <amodra@gmail.com>
161
162 * config.sub, config.guess: Import from upstream.
163
164 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
165
166 * Makefile.in: Regenerate.
167
168 * Makefile.tpl: Fix typo.
169 * Makefile.in: Regenerate partially.
170
171 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
172
173 * configure.ac: Added libcilkrts to noconfig list when C++ is not
174 supported.
175 * configure: Regenerated.
176
177 2013-10-30 Jason Merrill <jason@redhat.com>
178
179 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
180 --disable-build-format-warnings.
181
182 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
183
184 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
185 depend on libstdc++ and libgcc.
186 * configure: Regenerate.
187 * configure.ac: Added libcilkrts to target binaries. Also, restrict
188 libcilkrts for POSIX and i*86, and x86_64 architectures.
189 * Makefile.in: Added libcilkrts related fields to support building it.
190
191 2013-10-26 Jeff Law <law@redhat.com>
192
193 * Makefile.def (target_modules): Remove libmudflap
194 (languages): Remove check-target-libmudflap).
195 * Makefile.in: Rebuilt.
196 * Makefile.tpl (check-target-libmudflap-c++): Remove.
197 * configure.ac (target_libraries): Remove target-libmudflap.
198 Remove checks which disabled libmudflap on some systems.
199 * configure: Rebuilt.
200 * libmudflap: Directory removed.
201
202 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
203
204 * configure.ac: Update from GCC.
205 * configure: Regenerate.
206
207 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
208
209 * src-release (do-proto-toplevel): Support subdir-path-prefixed
210 files in SUPPORT_FILES.
211 (SIM_SUPPORT_DIRS): New variable.
212 (sim.tar.bz2): New rule.
213
214 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
215
216 * configure.ac: Update from GCC.
217 * configure: Regenerate.
218
219 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
220
221 * COPYING.NEWLIB: Update with new copyright.
222
223 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
224
225 * configure.ac: Update from GCC.
226 * configure: Regenerate.
227
228 2013-09-20 Alan Modra <amodra@gmail.com>
229
230 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
231 ppc host match. Support little-endian powerpc linux hosts.
232
233 2013-08-16 Joel Brobecker <brobecker@adacore.com>
234
235 * src-release (VER): When using $(TOOL)/common/create-version.sh,
236 strip the "-cvs" suffix from the version number if present.
237
238 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
239
240 * configure.ac: Sync with GCC repo.
241 * Makefile.def: Ditto.
242 * configure: Regenerate.
243 * Makefile.in: Ditto.
244
245 2013-07-22 Joel Brobecker <brobecker@adacore.com>
246
247 * src-release (VER): Use $(TOOL)/common/create-version.sh
248 if it exists.
249
250 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
251
252 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
253 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
254 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
255 * configure: Regenerate.
256
257 2013-06-01 George Thomas <george.thomas@atmel.com>
258
259 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
260 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
261
262 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
263
264 * COPYING.NEWLIB: Add Altera Corporation copyright.
265
266 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
267
268 * config.guess: Update from config repo.
269 * config.sub: Ditto.
270
271 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
272
273 * Makefile.def: Sync with GCC.
274 * Makefile.in: Regenerate.
275
276 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
277
278 * configure.ac: Sync with GCC.
279 * configure: Regenerate.
280
281 2013-03-22 Mike Frysinger <vapier@gentoo.org>
282
283 * src-release (VER): Change bfd/configure.in sed to use the new
284 `bfd/configure --version` output.
285
286 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
287
288 * configure.ac: Sync with GCC repo.
289 * configure: Ditto.
290
291 2013-02-05 Ian Lance Taylor <iant@google.com>
292
293 PR go/55969
294 * configure.ac: Disable libgo on some systems where it does not
295 work.
296 * configure: Rebuild.
297
298 2013-02-05 Alan Modra <amodra@gmail.com>
299
300 * configure: Regenerate after syncing config/.
301
302 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
303
304 * configure.ac: Sync with GCC repo.
305 * configure: Ditto.
306 * Makefile.def: Ditto.
307 * Makefile.in: Ditto.
308
309 2013-01-11 Joel Brobecker <brobecker@adacore.com>
310
311 Sync with GCC, merge:
312
313 2013-01-09 Jason Merrill <jason@redhat.com>
314
315 * .gitignore: Import from gdb repository.
316
317 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
318
319 * config.sub: Update from config repo.
320
321 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
322
323 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
324 * Makefile.in: Regenerate.
325
326 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
327
328 * Makefile.def (configure-gcc): Depend on all-gmp.
329 (all-gcc): Remove dependency on all-gmp.
330 * Makefile.in: Regenerated.
331
332 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
333
334 * config.guess: Update from config repo.
335 * config.sub: Ditto.
336
337 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
338
339 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
340 exists and replace the new bfin license in its location.
341
342 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
343
344 PR gas/14899
345 * Makefile.def (dependencies): Make all-binutils, all-gprof,
346 all-ld and all-gold depend on all-gas.
347 * Makefile.in: Regenerated.
348
349 2012-12-29 Ben Elliston <bje@gnu.org>
350
351 * config.guess: Update to 2012-12-29 version.
352 * config.sub: Likewise.
353
354 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
355
356 * Makefile.def (install-target-libgo): Depend on
357 install-target-libatomic. Merged from GCC repo.
358 * Makefile.in: Regenerate.
359
360 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
361
362 * COPYING.LIBGLOSS: Add license for bfin libgloss.
363
364 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
365
366 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
367 * configure: Regenerate.
368
369 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
370
371 * Makefile.def (target_modules): Add bootstrap=true and
372 raw_cxx=true to libsanitizer.
373 * configure.ac (bootstrap_target_libs): Add libsanitizer.
374 * Makefile.in: Regenerated.
375 * configure: Likewise.
376
377 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
378
379 * config.sub: Merge from config repo.
380
381 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
382
383 * configure.ac: Merge from GCC.
384 * Makefile.tpl: Ditto.
385 * Makefile.in: Ditto.
386 * configure: Ditto.
387
388 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
389
390 * configure.ac (noconfigdirs): Merge from GCC.
391 * configure: Regenerate.
392
393 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
394
395 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
396
397 2012-11-14 Roland McGrath <mcgrathr@google.com>
398
399 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
400 * configure: Regenerate.
401
402 2012-11-13 Richard Henderson <rth@redhat.com>
403
404 * configure.ac: Move libsanitizer logic to subdirectory.
405 * configure: Regenerate.
406
407 2012-11-13 Dodji Seketeli <dodji@redhat.com>
408
409 * configure.ac: Enable libsanitizer just on x86 linux for now.
410 * configure: Re-generate.
411
412 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
413
414 * configure.ac: Merge libquadmath sections.
415 * configure: Regenerate.
416
417 2012-11-12 Wei Mi <wmi@google.com>
418
419 * configure.ac: Add libsanitizer to target_libraries.
420 * Makefile.def: Ditto.
421 * configure: Regenerate.
422 * Makefile.in: Regenerate.
423
424 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
425
426 * configure: Regenerated.
427
428 2012-11-03 Robert Mason <rbmj@verizon.net>
429
430 * configure.ac: add --disable-libstdcxx configure option
431 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
432
433 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
434
435 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
436 against Mingw64 w32api.
437 * configure: Regenerate.
438
439 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
440
441 PR bootstrap/54820
442 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
443 * configure: Regenerate.
444
445 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
446
447 PR bootstrap/54820
448 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
449 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
450 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
451 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
452 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
453 * Makefile.in: Regenerate.
454 * configure.ac (have_static_libs): New variable and associated check.
455 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
456 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
457 * configure: Regenerate.
458
459 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
460
461 * config.guess, config.sub: Include updated version from
462 config-patches. Adds microblaze little endian support.
463
464 2012-09-28 Ian Lance Taylor <iant@google.com>
465
466 * Makefile.def: Make all-target-libgo depend on
467 all-target-libbacktrace.
468 * Makefile.in: Rebuild.
469
470 2012-09-26 Ian Lance Taylor <iant@google.com>
471
472 * Makefile.def: Make all-gcc depend on all-libbacktrace.
473 * Makefile.in: Rebuild.
474
475 2012-09-06 Diego Novillo <dnovillo@google.com>
476
477 * configure.ac: Bump minimum GMP version to 4.2.3.
478 * configure: Re-generate.
479
480 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
481
482 PR target/54461
483 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
484 target-libgloss if not configured --with-avrlibc=no.
485 * configure: Regenerate.
486
487 2012-09-04 Jason Merrill <jason@redhat.com>
488
489 * configure.ac: Fix --enable-languages=all.
490
491 2012-09-03 Richard Guenther <rguenther@suse.de>
492
493 PR bootstrap/54138
494 * configure.ac: Re-organize ISL / CLOOG checks to allow
495 disabling with either --without-isl or --without-cloog.
496 * configure: Regenerated.
497
498 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
499
500 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
501 * configure: Regenerate.
502
503 2012-09-21 Steve Ellcey <sellcey@mips.com>
504
505 * configure.ac: Add mips*-mti-elf* target.
506 * configure: Regenerate.
507
508 2012-09-19 Ian Lance Taylor <iant@google.com>
509
510 * configure.ac (host_libs): Add libbacktrace.
511 (target_libraries): Add libbacktrace.
512 * Makefile.def (host_modules): Add libbacktrace.
513 (target_modules): Likewise.
514 * configure, Makefile.in: Rebuild.
515
516 2012-09-15 Jiong Wang <jiwang@tilera.com>
517
518 * configure.ac (ENABLE_GOLD): support tilegx*
519 * configure: rebuild
520
521 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
522
523 PR target/38607
524 Merge upstream change.
525 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
526
527 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
528 Add libgomp*.o to compare_exclusions for AIX.
529 * configure: Regenerate.
530
531 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
532
533 PR binutils/4970
534 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
535 and opcodes.
536 * Makefile.in: Regenerated.
537
538 2012-08-14 Diego Novillo <dnovillo@google.com>
539
540 Merge from cxx-conversion branch.
541
542 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
543 POSTSTAGE1_CONFIGURE_FLAGS.
544 * Makefile.in: Regenerate.
545 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
546 Force C++ when bootstrapping.
547 * configure: Regenerate.
548
549 2012-07-06 Richard Guenther <rguenther@suse.de>
550
551 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
552 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
553 --with-gmp=system.
554 * Makefile.in: Regenerated.
555 * configure: Likewise.
556
557 2012-07-06 Richard Guenther <rguenther@suse.de>
558
559 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
560 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
561 supply V=1 as extra_make_flags.
562 * configure: Regenerated.
563 * Makefile.in: Likewise.
564
565 2012-07-03 Richard Guenther <rguenther@suse.de>
566
567 * Makfile.def (isl): Remove not necessary extra_exports and
568 extra_make_flags.
569 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
570 * Makefile.in: Regenerated.
571
572 2012-07-03 Richard Guenther <rguenther@suse.de>
573
574 * Makefile.def (cloog): Add V=1 to extra_make_flags.
575 * configure.ac: If either the ISL or the CLooG check failed
576 do not try to build in-tree versions.
577 * Makefile.in: Regenerated.
578 * configure: Regenerated.
579
580 2012-07-02 Richard Guenther <rguenther@suse.de>
581 Michael Matz <matz@suse.de>
582 Tobias Grosser <tobias@grosser.es>
583 Sebastian Pop <sebpop@gmail.com>
584
585 * Makefile.def: Add ISL host module, remove PPL host module.
586 Adjust ClooG host module to use the proper ISL.
587 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
588 * configure.ac: Include config/isl.m4. Add ISL host library,
589 remove PPL. Remove PPL configury, add ISL configury, adjust
590 ClooG configury.
591 * Makefile.in: Regenerated.
592 * configure: Likewise.
593
594 2012-07-02 Richard Guenther <rguenther@suse.de>
595
596 Merge from graphite branch
597 2011-07-21 Tobias Grosser <tobias@grosser.es>
598
599 * configure: Regenerated.
600 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
601 both cloog.org and legacy versions. The only supported version will
602 be CLooG with the isl backend.
603
604 2011-07-21 Tobias Grosser <tobias@grosser.es>
605
606 * configure: Regenerated.
607 * configure.ac: Require cloog isl 0.17.0
608
609 2011-07-21 Tobias Grosser <tobias@grosser.es>
610
611 * configure: Regenerated.
612 * config/cloog.m4: Do not define CLOOG_ORG
613
614 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
615
616 * configure.ac: Skip C if explicitly selected.
617 * configure: Regenerate.
618
619 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
620
621 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
622 they contain -O2.
623 * configure: Regenerate.
624
625 2012-06-20 Jason Merrill <jason@redhat.com>
626
627 * Makefile.tpl (check-target-libgomp-c++): New.
628 (check-target-libitm-c++): New.
629 * Makefile.def (c++): Add them.
630 * Makefile.in: Regenerate.
631
632 2012-05-16 Olivier Hainque <hainque@adacore.com>
633
634 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
635 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
636 (install-no-fixedincludes): Adjust accordingly.
637 * Makefile.in: Regenerate.
638
639 2012-05-09 Nick Clifton <nickc@redhat.com>
640 Paul Smith <psmith@gnu.org>
641
642 PR bootstrap/50461
643 * configure.ac (mpfr-dir): When using in-tree MPFR sources
644 allow for the fact that from release v3.1.0 of MPFR the source
645 files were moved into a src sub-directory.
646 * configure: Regenerate.
647
648 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
649
650 * configure.ac: Bump minimum MPFR version to 2.4.0.
651 * configure: Regenerated.
652
653 2012-05-01 Richard Henderson <rth@redhat.com>
654
655 * Makefile.def (libatomic): New target_module.
656 * configure.ac (target_libraries): Add libatomic.
657 (noconfigdirs): Check if libatomic is supported.
658 * Makefile.in, configure: Rebuild.
659
660 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
661
662 Merge upstream change
663 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
664
665 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
666
667 * libtool.m4: Additional FreeBSD 10 fixes.
668
669 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
670
671 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
672 they contain -O2.
673 * configure: Regenerate.
674
675 2012-05-14 Catherine Moore <clm@codesourcery.com>
676
677 * NEWS: Mention PowerPC VLE port.
678
679 2012-05-11 Mike Frysinger <vapier@gentoo.org>
680
681 * MAINTAINERS (config/): Move to intl/ section.
682 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
683
684 2012-05-09 Nick Clifton <nickc@redhat.com>
685 Paul Smith <psmith@gnu.org>
686
687 PR bootstrap/50461
688 * configure.ac (mpfr-dir): When using in-tree MPFR sources
689 allow for the fact that from release v3.1.0 of MPFR the source
690 files were moved into a src sub-directory.
691 * configure: Regenerate.
692
693 2012-05-02 Roland McGrath <mcgrathr@google.com>
694
695 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
696 * configure: Regenerate.
697
698 2012-04-25 Joel Brobecker <brobecker@adacore.com>
699
700 * config.sub: Update to 2012-04-18 version from official repo.
701
702 2012-03-19 Tristan Gingold <gingold@adacore.com>
703
704 * configure.ac (ia64*-*-*vms*): Add support for ld.
705 * configure: Regenerate.
706
707 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
708
709 * configure.ac (enable_libgomp): Remove *-*-irix6*.
710 (unsupported_languages): Remove mips-sgi-irix6.*.
711 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
712 (with_stabs): Remove.
713 * configure: Regenerate.
714
715 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
716
717 * configure.ac (enable_libgomp): Remove *-*-osf*.
718 (with_stabs): Remove alpha*-*-osf*.
719 * configure: Regenerate.
720
721 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
722
723 * COPYING.NEWLIB: Modify DJ Delorie license to include
724 modification rights in clause as permitted by DJ Delorie.
725 * COPYING.LIBGLOSS: Ditto.
726
727 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
728
729 * COPYING.NEWLIB: Remove two unused licenses.
730
731 2012-03-05 Tristan Gingold <gingold@adacore.com>
732
733 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
734 * configure: Regenerate.
735
736 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
737
738 * COPYING.NEWLIB: Add Adapteva notice.
739 * COPYING.LIBGLOSS: Add Adapteva notice.
740
741 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
742
743 * configure: Regenerate.
744
745 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
746
747 * COPYING.LIBGLOSS: Add GPL with exception license.
748
749 2011-11-09 Roland McGrath <mcgrathr@google.com>
750
751 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
752 * configure: Rebuild.
753 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
754 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
755 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
756 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
757 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
758 Add READELF.
759 * Makefile.in: Rebuild.
760
761 2011-11-08 Richard Henderson <rth@redhat.com>
762
763 * configure.ac: Test for libitm directory present first.
764
765 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
766
767 * configure.ac: Test libitm/configure.tgt to disable libitm.
768 * configure: Rebuild.
769
770 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
771
772 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
773 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
774 * Makefile.in: Regenerate.
775
776 2011-11-01 DJ Delorie <dj@redhat.com>
777
778 * configure.ac (rl78-*-*) New case.
779 * configure: Regenerate.
780
781 2011-11-01 DJ Delorie <dj@redhat.com>
782
783 * config.sub: Update to version 2011-10-29 (added rl78)
784
785 2011-10-27 Nick Clifton <nickc@redhat.com>
786
787 * config.sub: Import these changes from the config project:
788
789 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
790 Ben Elliston <bje@gnu.org>
791
792 * config.sub (epiphany): New.
793
794 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
795 Ben Elliston <bje@gnu.org>
796
797 * config.sub (hexagon, hexagon-*): New.
798
799 2011-08-23 Roland McGrath <mcgrathr@google.com>
800
801 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
802 64eb to be64.
803
804 2011-08-16 Roland McGrath <mcgrathr@google.com>
805
806 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
807 (nacl): Grok as alias for 32el-unknown-nacl.
808
809 2011-08-19 Joel Brobecker <brobecker@adacore.com>
810
811 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
812
813 2011-08-14 Yao Qi <yao@codesourcery.com>
814
815 Merge from gcc:
816
817 2011-08-14 Yao Qi <yao@codesourcery.com>
818 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
819 * configure: Regenerate.
820
821 2011-07-26 Ian Lance Taylor <iant@google.com>
822
823 Merge from gcc:
824
825 2011-07-26 Ian Lance Taylor <iant@google.com>
826 * configure.ac: Set have_compiler based on whether gcc directory
827 exists, rather than on whether gcc is in configdirs.
828 * configure: Rebuild.
829
830 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
831 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
832 link directories.
833 * Makefile.in: Rebuild.
834
835 2011-07-20 Ian Lance Taylor <iant@google.com>
836 PR bootstrap/49787
837 * configure.ac: Move --enable-bootstrap handling earlier in file.
838 If --enable-bootstrap and either --enable-build-with-cxx or
839 --enable-build-poststage1-with-cxx, enable C++ automatically.
840 * configure: Rebuild.
841
842 2011-07-19 Ian Lance Taylor <iant@google.com>
843 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
844 make C++ a boot_language. Set and substitute
845 POSTSTAGE1_CONFIGURE_FLAGS.
846 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
847 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
848 * configure, Makefile.in: Rebuild.
849
850 2011-07-16 Jason Merrill <jason@redhat.com>
851 * Makefile.def (language=c++): Add check-c++0x and
852 check-target-libmudflap-c++.
853 * Makefile.tpl (check-target-libmudflap-c++): New.
854 * Makefile.in: Regenerate.
855
856 2011-07-16 Matthias Klose <doko@ubuntu.com>
857 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
858 * Makefile.def (target_modules/libjava): Pass
859 $(EXTRA_CONFIGARGS_LIBJAVA).
860 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
861 if not configured with --enable-static-libjava.
862 * Makefile.in: Regenerate.
863 * configure: Likewise.
864
865 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
866 PR regression/47836
867 PR bootstrap/23656
868 PR other/47733
869 PR bootstrap/49247
870 PR c/48825
871 * configure.ac (target_libraries): Remove target-libiberty.
872 Remove case-statement setting skipdirs=target-libiberty for
873 multiple targets. Remove checking target_configdirs and
874 removing target-libiberty but keeping target-libgcc if
875 otherwise empty.
876 * Makefile.def (target_modules): Don't add libiberty.
877 (dependencies): Remove all traces of target-libiberty.
878 * configure, Makefile.in: Regenerate.
879
880 2011-07-22 Jason Merrill <jason@redhat.com>
881
882 * Makefile.def (language=c++): Add check-c++0x and
883 check-target-libmudflap-c++.
884 * Makefile.tpl (check-target-libmudflap-c++): New.
885 * Makefile.in: Regenerate.
886
887 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
888
889 * configure: Regenerate.
890
891 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
892
893 PR target/39150
894 * configure.ac (i[3456789]86-*-solaris2*): Also accept
895 x86_64-*-solaris2.1[0-9]*.
896 * configure: Regenerate.
897
898 2011-06-13 Walter Lee <walt@tilera.com>
899
900 * configure.ac (tilepro-*-*) New case.
901 (tilegx-*-*): Likewise.
902 * configure: Regenerate.
903
904 2011-06-06 Nick Clifton <nickc@redhat.com>
905
906 * config.sub: Sync from upstream.
907
908 2011-05-08 Doug Kwan <dougkwan@google.com>
909
910 Merge from gcc:
911
912 2011-05-08 Doug Kwan <dougkwan@google.com>
913
914 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
915 * configure: Regenerated.
916 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
917 value from configure.
918 * Makefile.in: Regenerated.
919
920 2011-05-05 Joseph Myers <joseph@codesourcery.com>
921
922 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
923 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
924 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
925 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
926 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
927 *-*-vxworks*): Disable newlib and libgloss in separate case
928 statement.
929 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
930 to separate case statement.
931 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
932 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
933 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
934 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
935 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
936 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
937 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
938 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
939 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
940 i[[3456789]]86-*-rdos*, m32r-*-*,
941 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
942 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
943 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
944 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
945 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
946 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
947 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
948 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
949 and libgloss in main case over targets. Remove most empty cases
950 in main case over targets.
951 * configure: Regenerate.
952
953 2011-05-04 Joseph Myers <joseph@codesourcery.com>
954
955 * configure.ac: Remove code setting special library locations for
956 hppa*64*-*-hpux11*. Remove code setting compiler for
957 sparc-sun-solaris2*.
958 * configure: Regenerate.
959
960 2011-05-04 Joseph Myers <joseph@codesourcery.com>
961
962 * configure.ac: Separate libgloss_dir settings from general case
963 over targets.
964 * configure: Regenerate.
965
966 2011-04-28 Joseph Myers <joseph@codesourcery.com>
967
968 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
969 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
970 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
971 cases in libgcj-disabling case statement.
972 (hppa*64*-*-linux*): Set unsupported_languages instead of
973 disabling target-zlib.
974 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
975 to hppa*64*-*-hpux*.
976 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
977 hppa*-*-hpux*.
978 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
979 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
980 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
981 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
982 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
983 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
984 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
985 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
986 libgcj-disabling case statement.
987 * configure: Regenerate.
988
989 2011-04-28 Joseph Myers <joseph@codesourcery.com>
990
991 * configure.ac: Disable Java for targets not supporting libffi.
992 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
993 Remove cases in Java-disabling statement.
994 (*arm-wince-pe): Change to arm-wince-pe.
995 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
996 cases in Java-disabling statement.
997 (bfin-*-*): Don't disable Java again.
998 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
999 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1000 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1001 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1002 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1003 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1004 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1005 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1006 Java-disabling statement.
1007 (mmix-*-*): Don't disable Java again.
1008 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1009 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1010 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1011 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1012 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1013 statement.
1014 * configure: Regenerate.
1015
1016 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1017
1018 Merge from GCC:
1019
1020 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1021
1022 PR lto/48086
1023 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1024 * configure: Regenerate.
1025
1026 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1027
1028 * configure.ac: Separate cases disabling Java and Java libraries
1029 from general case over targets.
1030 * configure: Regenerate.
1031
1032 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1033
1034 * configure.ac (build_tools): Remove build-byacc.
1035 (host_libs): Remove mmalloc.
1036 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1037 autoconf automake libtool diff rcs fileutils shellutils time
1038 textutils wdiff find uudecode hello tar gzip indent recode release
1039 sed perl gawk findutils gettext zip.
1040 (libgcj): Remove target-qthreads.
1041 (target_tools): Remove target-examples target-gperf.
1042 (YACC): Don't handle building byacc.
1043 * configure: Regenerate.
1044 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1045 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1046 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1047 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1048 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1049 handle building components.
1050 * Makefile.in: Regenerate.
1051
1052 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1053
1054 * config.sub: Sync from upstream.
1055
1056 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1057
1058 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1059 (microblaze*): Don't disable libssp.
1060 * configure: Regenerate.
1061
1062 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1063
1064 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1065 moveifchange.
1066 * configure: Regenerate.
1067 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1068 * Makefile.in: Regenerate.
1069
1070 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1071
1072 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1073 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1074 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1075 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1076 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1077 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1078 md_exec_prefix cases.
1079 * configure: Regenerate.
1080
1081 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1082
1083 * configure.ac: Separate cases disabling target-libssp,
1084 target-libiberty, target-libstdc++-v3 and Fortran from general
1085 case over targets.
1086 * configure: Regenerate.
1087
1088 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1089
1090 * configure.ac (*-*-chorusos): Don't disable libgcj.
1091 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1092 Remove case.
1093 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1094 (arm-*-coff): Don't disable libgcj.
1095 (arm*-*-linux-gnueabi): Remove useless assignment.
1096 (arm-*-riscix*): Don't disable libgcj.
1097 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1098 configuration.
1099 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1100 (c54x*-*-*): Remove case.
1101 (tic54x-*-*): Don't disable GCC or GCC libraries.
1102 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1103 to *.
1104 (d10v-*-*): Don't disable GCC libraries.
1105 (d30v-*-*): Don't disable libgcj.
1106 (h8500-*-*): Don't disable GCC libraries.
1107 (i960-*-*): Don't disable libgcj.
1108 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1109 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1110 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1111 libgcj.
1112 (m68k-*-coff*): Remove case.
1113 (mmix-*-*): Don't disable libgloss on host.
1114 (mn10200-*-*, mn10300-*-*): Remove cases.
1115 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1116 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1117 Don't disable libgcj.
1118 (romp-*-*): Remove case.
1119 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1120 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1121 case.
1122 (v810-*-*): Don't disable GCC libraries.
1123 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1124 (ip2k-*-*): Don't disable GCC libraries.
1125 * configure: Regenerate.
1126
1127 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1128
1129 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1130 libffi on host.
1131 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1132 on host.
1133 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1134 * configure: Regenerate.
1135
1136 2011-03-26 John Marino <binutils@marino.st>
1137
1138 * configure.ac: Add support for *-*-dragonfly*
1139 * configure: Regenerate.
1140
1141 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1142
1143 * configure.ac (native_only): Remove.
1144 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1145 send-pr uudecode guile gnuserv on host.
1146 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1147 send-pr rcs guile perl texinfo libtool on host.
1148 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1149 automake send-pr rcs guile perl texinfo libtool on host.
1150 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1151 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1152 (alpha*-dec-osf*): Don't disable fileutils on target.
1153 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1154 texinfo send-pr expect dejagnu on target.
1155 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1156 target-qthreads on target.
1157 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1158 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1159 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1160 x86_64-*-mingw*): Don't disable expect on target.
1161 (*-*-cygwin*): Don't disable target-gperf on target.
1162 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1163 gnuserv on target.
1164 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1165 target.
1166 * configure: Regenerate.
1167
1168 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1169
1170 * configure.ac (target_tools): Remove target-groff.
1171 (native_only): Remove target-groff.
1172 (hppa*64*-*-*): Don't disable byacc.
1173 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1174 setting.
1175 (*-*-kaos*): Don't skip target-librx and target-groff.
1176 (*-*-netware*): Don't skip target-libmudflap.
1177 (*-*-tpf*): Don't skip target-libmudflap.
1178 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1179 directories on the host.
1180 (ia64*-*-*vms*): Don't skip tix.
1181 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1182 host.
1183 * configure: Regenerate.
1184
1185 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1186
1187 * configure.ac: Remove references to mt-mep, mt-netware,
1188 mt-wince.
1189 * Makefile.def: Add all-utils soft dependencies.
1190 * Makefile.tpl: Remove GDB_NLM_DEPS.
1191 * configure: Regenerate.
1192 * Makefile.in: Regenerate.
1193
1194 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1195
1196 Sync from GCC:
1197
1198 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1199
1200 * configure.ac: Do not include mh-x86omitfp.
1201 * configure: Regenerate.
1202
1203 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1204
1205 * configure.ac: Remove empty cases.
1206 * configure: Regenerate.
1207
1208 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1209
1210 * Makefile.def: Add dependency from termcap to gdb.
1211 * Makefile.in: Regenerate.
1212
1213 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1214
1215 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1216 * configure: Regenerate.
1217 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1218 * Makefile.tpl: Likewise.
1219 * Makefile.in: Regenerate.
1220
1221 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1222
1223 * configure.ac: Remove all mentions of tentative_cc.
1224 * configure: Regenerate.
1225
1226 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1227
1228 PR lto/48086
1229 * configure.ac: Re-enable LTO on *-apple-darwin9.
1230 * configure: Regenerate.
1231
1232 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1233
1234 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1235 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1236 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1237 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1238 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1239 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1240 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1241 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1242 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1243 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1244 *-*-rhapsody*): Remove host cases.
1245 * configure: Regenerate.
1246
1247 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1248
1249 * configure.ac (ppc*-*-pe): Remove host case.
1250 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1251 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1252 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1253 cases.
1254 * configure: Regenerate.
1255
1256 2011-03-24 Joseph Myers <joseph@codesourcery.com>
1257
1258 * config.sub: Update to version 2011-03-23.
1259
1260 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1261
1262 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1263 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1264 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1265 * configure: Regenerate.
1266
1267 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1268
1269 * config-ml.in: Don't handle arc-*-elf*.
1270 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1271 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1272 handle GCC libraries.
1273 * configure: Regenerate.
1274
1275 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1276
1277 PR bootstrap/48120:
1278 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1279 Add -lstdc++ -lm to LIBS.
1280 * configure: Regenerate.
1281
1282 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1283
1284 * config.guess: Update to version 2011-02-02
1285 * config.sub: Update to version 2011-02-24
1286
1287 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1288
1289 * configure.ac: Adjust test of with_ppl.
1290 * configure: Regenerated.
1291
1292 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1293
1294 * configure.ac: Add -lpwl to ppllibs.
1295 * config/cloog.m4: Add -lisl to clooglibs.
1296 * configure: Regenerated.
1297
1298 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1299
1300 Import from Libtool and gnulib:
1301
1302 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1303
1304 Prepare for supporting FreeBSD 10.
1305 * config.rpath: Remove handling of freebsd1* which soon would
1306 match FreeBSD 10.0.
1307
1308 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1309
1310 Remove support for FreeBSD 1.x.
1311 * libtool.m4 (_LT_LINKER_SHLIBS)
1312 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1313 soon would incorrectly match FreeBSD 10.0.
1314
1315 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1316
1317 PR binutils/12283
1318 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1319 (move-if-change): Comes from gnulib.
1320 * move-if-change: Import version from gnulib.
1321
1322 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1323
1324 Sync from GCC:
1325
1326 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1327
1328 PR lto/47225
1329 * Makefile.def (lto-plugin): Double dash for enable-shared.
1330 (configure-gcc): Depend on all-lto-plugin.
1331 * Makefile.in: Rebuilt.
1332
1333 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1334
1335 * configure.ac: Remove extra bracket.
1336 * configure: Regenerate.
1337
1338 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1339
1340 PR lto/47225
1341 * Makefile.def: Add dependency for install-gcc
1342 on install-lto-plugin.
1343 * Makfile.in: Regenerated
1344
1345 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1346
1347 * configure.ac: If with_ppl is no, move setting with_cloog=no
1348 after CLOOG_REQUESTED check.
1349 * configure: Regenerated.
1350
1351 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1352
1353 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1354 CLooG has been requested.
1355 * configure: Regenerated.
1356
1357 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1358
1359 * configure: Regenerated.
1360 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1361
1362 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1363
1364 * configure: Regenerated.
1365 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1366
1367 2011-01-07 Jan Hubicka <jh@suse.cz>
1368
1369 PR lto/47225
1370 * Makefile.in: Regenerate.
1371 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1372 configure.
1373
1374 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1375
1376 PR libgcj/44341
1377 * configure.ac: Discard --with-* flags for host when configuring
1378 target libraries for cross build.
1379 * configure: Rebuilt.
1380
1381 2011-01-21 Andreas Schwab <schwab@redhat.com>
1382
1383 Sync from GCC:
1384
1385 2011-01-21 Andreas Schwab <schwab@redhat.com>
1386
1387 * configure.ac: Use AS_HELP_STRING throughout.
1388 * configure: Regenerate.
1389
1390 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1391
1392 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1393 * configure: Regenerate.
1394
1395 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1396
1397 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1398
1399 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1400
1401 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1402 for ia64-hpux.
1403 * configure: Regenerate.
1404
1405 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1406
1407 Sync from GCC:
1408 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1409
1410 * configure.ac: (picochip): Disable libiberty.
1411 * configure: Regenerate.
1412
1413 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1414
1415 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1416
1417 2010-12-10 Ian Lance Taylor <iant@google.com>
1418
1419 PR bootstrap/46819
1420 * configure.ac: For --disable-libgcj clear libgcj_saved.
1421 * configure: Rebuild.
1422
1423 2010-12-10 Tobias Burnus <burnus@net-b.de>
1424
1425 PR fortran/46540
1426 * configure.ac: Add --disable-libquadmath and
1427 --disable-libquadmath-support.
1428 * configure: Regenerate.
1429
1430 2010-12-10 Tristan Gingold <gingold@adacore.com>
1431
1432 * src-release (ETC_SUPPORT): add gnu-oids.texi
1433
1434 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1435
1436 PR libffi/46792
1437 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1438 * configure: Regenerate.
1439
1440 2010-12-02 Ian Lance Taylor <iant@google.com>
1441
1442 * configure.ac: Always set default for poststage1_ldflags to
1443 -static-libstdc++ -static-libgcc.
1444
1445 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1446
1447 * COPYING.NEWLIB: Add National Semiconductor notice.
1448
1449 2010-11-29 Andreas Schwab <schwab@redhat.com>
1450
1451 * configure.ac: Move comment to remove extra space in last argument
1452 of GCC_TARGET_TOOL.
1453
1454 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1455
1456 PR other/46026
1457 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1458 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1459 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1460 (BASE_FLAGS_TO_PASS): Use it.
1461 * configure: Rebuilt.
1462 * Makefile.in: Rebuilt.
1463
1464 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1465
1466 PR binutils/12258
1467 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1468 Properly check default linker.
1469 * configure: Regnerated.
1470
1471 2010-11-23 Matthias Klose <doko@ubuntu.com>
1472
1473 * configure.ac: For --enable-gold, handle value `default' instead of
1474 `both*'. New configure option --{en,dis}able-ld.
1475 * configure: Regenerate.
1476
1477 2010-11-20 Ian Lance Taylor <iant@google.com>
1478
1479 * configure.ac: Only disable a language library if no language needs
1480 it. Don't let --disable-libgcj uncondtionally disable libffi.
1481 * configure: Rebuild.
1482
1483 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
1484
1485 * configure: Regenerate.
1486
1487 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1488
1489 PR other/46202
1490 * configure.ac: Fix just-built in-tree STRIP name to be
1491 binutils/strip-new.
1492 * configure: Regenerate.
1493 * Makefile.def (install-strip-gcc, install-strip-binutils)
1494 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1495 (install-strip-sid): Mirror dependencies on non-strip variants
1496 of these targets on the respective -strip prerequisites.
1497 * Makefile.tpl (install-strip, install-strip-host)
1498 (install-strip-target): New targets.
1499 (install-strip-[+module+], install-strip-target-[+module+]):
1500 New targets.
1501 * Makefile.in: Regenerate.
1502
1503 2010-11-19 Ian Lance Taylor <iant@google.com>
1504 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1505
1506 * configure.ac: Add target-libgo to target_libraries. Set
1507 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1508 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1509 (HOST_EXPORTS): Add GOC.
1510 (BASE_TARGET_EXPORTS): Add GOC.
1511 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1512 (GOCFLAGS_FOR_TARGET): New variable.
1513 (EXTRA_HOST_FLAGS): Add GOC.
1514 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1515 * Makefile.def (target_modules): Add libgo.
1516 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1517 (dependencies): Add dependency from configure-target-libgo to
1518 configure-target-libffi and all-target-libstdc++-v3. Add
1519 dependencies from all-target-libgo to all-target-libffi.
1520 (languages): Add go.
1521 * configure: Rebuild.
1522 * Makefile.in: Rebuild.
1523
1524 2010-11-19 Ian Lance Taylor <iant@google.com>
1525
1526 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1527 compiler/flag environment variables.
1528
1529 2010-11-18 Ian Lance Taylor <iant@google.com>
1530
1531 * configure.ac: Check for lang_requires_boot_languages in
1532 config-lang.in files.
1533 * configure: Rebuild.
1534
1535 2010-11-17 Mike Frysinger <vapier@gentoo.org>
1536
1537 * .gitignore: New file.
1538
1539 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1540 Tobias Burnus <burnus@net-b.de>
1541
1542 PR fortran/32049
1543 * Makefile.def: Add libquadmath; build it with language=fortran.
1544 * configure.ac: Add libquadmath.
1545 * Makefile.tpl: Handle multiple libs in check-[+language+].
1546 * Makefile.in: Regenerate.
1547 * configure: Regenerate.
1548
1549 2010-11-15 Andreas Schwab <schwab@redhat.com>
1550
1551 * configure.ac: Fix spelling in option names.
1552 * configure: Regenerated.
1553
1554 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1555
1556 PR bootstrap/39622
1557 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1558 * configure: Regenerated.
1559
1560 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1561
1562 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1563 define the cloog backend to use. Furthermore, only pass the ppllibs to
1564 the configure checks, if necessary.
1565 * configure: Regenerate.
1566
1567 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1568
1569 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1570 * configure: regenerate
1571
1572 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1573
1574 * config/cloog.m4: Fix typo. verison -> version.
1575 * configure: Regenerate.
1576
1577 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1578
1579 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1580 * configure: Regenerate.
1581
1582 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1583
1584 * configure.ac: Support official CLooG.org versions.
1585 * configure: Regenerate.
1586 * config/cloog.m4: New.
1587
1588 2010-11-05 Michael Eager <eager@eagercon.com>
1589
1590 * COPYING.LIBGLOSS: Correct typo in microblaze.
1591 * COPYING.NEWLIB: Same.
1592
1593 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1594
1595 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1596 * configure: Regenerate.
1597
1598 2010-11-03 Ian Lance Taylor <iant@google.com>
1599 Dave Korn <dave.korn.cygwin@gmail.com>
1600
1601 PR lto/46273
1602 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1603 and on other supported platforms whenever LTO is enabled.
1604 * configure: Rebuild.
1605
1606 2010-11-02 Alan Modra <amodra@gmail.com>
1607
1608 PR binutils/12110
1609 * configure.ac: Error when source path contains spaces.
1610 * configure: Regenerate.
1611
1612 2010-10-20 Ian Lance Taylor <iant@google.com>
1613
1614 * Makefile.def (target_modules): Set lib_path to src/.libs for
1615 libstdc++-v3 module.
1616 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1617 * Makefile.in: Rebuild.
1618
1619 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1620 Joseph Myers <joseph@codesourcery.com>
1621
1622 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1623 notices.
1624 * COPYING.NEWLIB: Add Texas Instruments notice.
1625
1626 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1627
1628 * configure.ac (build_lto_plugin): New shell variable.
1629 (--enable-lto): Turn on by default for all non-ELF platforms that
1630 have had LTO support added so far. Set build_lto_plugin appropriately
1631 for both ELF and non-ELF.
1632 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1633 * configure: Regenerate.
1634
1635 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1636
1637 PR bootstrap/45326
1638 PR bootstrap/45174
1639 * configure.ac: Honor initial values of $build_configargs,
1640 $host_configargs, $target_configargs. Mark the precious, so
1641 environment settings get recorded.
1642 * configure: Regenerate.
1643
1644 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1645
1646 Sync from GCC:
1647
1648 2010-09-30 Michael Eager <eager@eagercon.com>
1649
1650 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1651 * configure: Regenerate.
1652
1653 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1654
1655 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1656 targets and amend comment.
1657 * configure: Regenerate.
1658
1659 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1660
1661 * configure.ac: Enable LTO by default on Darwin.
1662 * configure: Regenerate.
1663
1664 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1665
1666 PR bootstrap/44455
1667 * configure.ac (extra_mpfr_configure_flags): Copy from
1668 extra_mpc_gmp_configure_flags.
1669 * configure: Re-generated.
1670
1671 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1672
1673 Sync from GCC:
1674
1675 PR bootstrap/45796
1676 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1677 Depend on all-build-libiberty.
1678 * Makefile.in: Regenerate.
1679
1680 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1681
1682 Sync from GCC:
1683
1684 PR bootstrap/44621
1685 * configure.ac: Fix unportable shell quoting.
1686 * configure: Regenerate.
1687
1688 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1689
1690 * configure.ac: Support all v850 targets.
1691 * configure: Regenerate.
1692
1693 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1694
1695 PR target/44862
1696 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1697 Provide -B option to allow for link spec %s substitutions for
1698 libstdc++.a on darwin.
1699 * Makefile.in: Regenerate.
1700
1701 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1702
1703 * Makefile.def (configure-gcc): Depend on all-libelf.
1704 * Makefile.in: Rebuild.
1705
1706 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1707
1708 * config.sub, config.guess: Update from upstream sources.
1709
1710 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1711
1712 Sync from GCC:
1713
1714 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1715 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1716 * configure: Regenerated.
1717
1718 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1719 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1720 * configure: Regenerate.
1721
1722 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1723 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1724 * configure: Regenerate.
1725
1726 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1727 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1728 separately.
1729 * configure: Regenerate.
1730
1731 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1732 * configure: Regenerate after change to elf.m4.
1733
1734 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1735 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1736 * configure: Regenerated.
1737
1738 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1739 * configure.ac: Print "buggy but acceptable" when CLooG
1740 revision is less than 9.
1741 * configure: Regenerated.
1742
1743 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1744
1745 Merge from gcc:
1746
1747 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1748 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1749 * configure: Regenerate.
1750
1751 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1752 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1753 a platform that supports LTO.
1754 * configure: Regenerate.
1755
1756 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1757 PR lto/42776
1758 * configure.ac (--enable-lto): Refactor handling so libelf tests
1759 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1760 and allow LTO to be explicitly enabled on non-ELF platforms that
1761 are known to support it inside else-clause.
1762 * configure: Regenerate.
1763
1764 2010-04-27 Roland McGrath <roland@redhat.com>
1765 H.J. Lu <hongjiu.lu@intel.com>
1766
1767 * configure.ac (--enable-gold): Support both, both/gold and
1768 both/bfd to add gold to configdirs without removing ld.
1769 * configure: Regenerated.
1770
1771 * Makefile.def: Add install-gold dependency to install-ld.
1772 * Makefile.in: Regenerated.
1773
1774 2010-04-14 Tristan Gingold <gingold@adacore.com>
1775
1776 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1777 * configure: Regenerate.
1778
1779 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1780
1781 Merge from gcc:
1782 PR bootstrap/43615
1783 PR bootstrap/43328
1784 Revert:
1785 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1786 * configure.ac: Do not pass --enable-multilib nor
1787 --disable-multilib in baseargs. Accept explicitly passed
1788 --enable_multilib.
1789 * configure: Regenerate.
1790
1791 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1792
1793 PR bootstrap/43328
1794 * configure.ac: Do not pass --enable-multilib nor
1795 --disable-multilib in baseargs. Accept explicitly passed
1796 --enable_multilib.
1797 * configure: Regenerate.
1798
1799 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1800
1801 * configure.ac (tic6x-*-*): New case.
1802 * configure: Regenerate.
1803
1804 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1805
1806 Merge from gcc:
1807 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1808 PR ada/42554
1809 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1810 * configure: Regenerate.
1811
1812 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1813
1814 * config.sub: Update to version 2010-03-22.
1815 * config.guess: Update to version 2009-12-30.
1816
1817 2010-03-14 Joseph Myers <joseph@codesourcery.com>
1818
1819 Merge from gcc:
1820 2010-01-11 Richard Guenther <rguenther@suse.de>
1821 PR lto/41569
1822 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1823 * Makefile.in: Regenerated.
1824
1825 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1826
1827 PR libstdc++/32499
1828 * configure.ac (RANLIB): Default to true.
1829 (STRIP): Likewise.
1830 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1831 * configure: Regenerate.
1832
1833 2010-02-17 Nick Clifton <nickc@redhat.com>
1834
1835 PR 11238
1836 * Makefile.tpl (local-distclean): Also remove config.cache files in
1837 sub-directories as there may not be Makefiles present in the
1838 sub-directories.
1839 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1840 the config.cache files found by the find command.
1841
1842 * Makefile.in: Regenerate.
1843 * configure.ac: Revert previous delta.
1844 * configure: Regenerate.
1845
1846 2010-02-15 Nick Clifton <nickc@redhat.com>
1847
1848 PR 11238
1849 * configure.ac: Delete config.cache files in sub-directories when
1850 deleting Makefiles.
1851 * configure: Regenerate.
1852
1853 2010-02-15 Nick Clifton <nickc@redhat.com>
1854
1855 * configure.ac: Sync from gcc.
1856 * configure: Regenerate.
1857
1858 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1859
1860 Sync from gcc:
1861 * configure.ac: Add "recommended" version checks for GMP/MPC.
1862 Update recommended GMP/MPFR/MPC versions.
1863 * configure: Regenerate.
1864
1865 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1866
1867 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1868 * configure.ac (bootstrap_target_libs): Make inclusion of
1869 target-libgomp conditional on libgomb being in target_configdirs.
1870 * configure: Regenerate.
1871
1872 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1873
1874 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1875 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1876 * configure: Regenerate.
1877
1878 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1879
1880 gcc PR libstdc++/36101, gcc PR libstdc++/42813
1881 * configure.ac (target_configdirs): Substitute.
1882 * Makefile.def: Bootstrap target module libgomp.
1883 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1884 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1885 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1886 * configure, Makefile.in: Regenerate.
1887
1888 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1889
1890 * libtool.m4: Sync from git Libtool.
1891 * ltmain.sh: Likewise.
1892 * ltoptions.m4: Likewise.
1893 * ltversion.m4: Likewise.
1894 * lt~obsolete.m4: Likewise.
1895
1896 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1897 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1898
1899 PR bootstrap/42424
1900 * configure.ac: Include libtool m4 files.
1901 (_LT_CHECK_OBJDIR): Call it.
1902 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1903 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1904
1905 * configure: Regenerate.
1906
1907 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1908
1909 PR bootstrap/41818
1910 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1911 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1912 * Makefile.in: Regenerate.
1913
1914 2009-12-18 Ben Elliston <bje@au.ibm.com>
1915
1916 * config.sub, config.guess: Update from upstream sources.
1917
1918 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
1919
1920 * COPYING.NEWLIB: Update copyright date.
1921 * COPYING.LIBGLOSS: Ditto.
1922
1923 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1924
1925 PR middle-end/30447
1926 PR middle-end/30789
1927 PR other/40302
1928
1929 * configure.ac: Require MPC.
1930 * configure: Regenerate.
1931
1932 * configure.ac: Update minimum MPC version to 0.8.
1933 * configure: Regenerate.
1934
1935 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
1936
1937 * config.guess: Sync with upstream and gcc.
1938 * config.sub: Sync with upstream and gcc.
1939
1940 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1941
1942 * Makefile.def: Restore host and target settings for gmp.
1943 * Makefile.in: Rebuild.
1944
1945 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1946
1947 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1948 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1949 Fix portability of test of C++ as bootstrap language. Add
1950 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1951 * configure: Rebuild.
1952 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1953 and cloog. Fix in-tree ppl configuration. Introduce libelf
1954 in-tree building.
1955 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1956 (POSTSTAGE1_HOST_EXPORTS): Use it.
1957 (STAGE[+id+]_CXXFLAGS): New.
1958 (BASE_FLAGS_TO_PASS): Pass it down.
1959 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1960 extra_exports.
1961 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1962 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1963 extra_exports.
1964 * Makefile.in: Rebuild.
1965
1966 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1967
1968 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1969 paths for *-w64-mingw* and x86_64-*mingw*.
1970 * configure: Regenerated.
1971
1972 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1973
1974 * configure.ac: Disable target-winsup & co for
1975 x86_64-*-mingw* and *-w64-mingw* targets.
1976 * configure: Regenerated.
1977
1978 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1979
1980 * configure.ac (CLooG test): Use = with test.
1981 * configure: Regenerate.
1982
1983 2009-10-22 Richard Guenther <rguenther@suse.de>
1984
1985 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1986 cloog if the ppl version check failed. Move flags saving
1987 before setting in libelf check.
1988 * configure: Regenerate.
1989
1990 2009-10-21 Richard Guenther <rguenther@suse.de>
1991
1992 * configure.ac: Adjust the ppl and cloog configure to work as
1993 documented. Disable cloog if ppl was disabled. Omit the version
1994 checks if they were disabled.
1995 * configure: Re-generate.
1996
1997 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1998
1999 * configure.ac: Add 'lto' to enable_languages, not
2000 new_enable_languages, and only if not already present.
2001 * configure: Regenerate.
2002
2003 2009-10-06 Ian Lance Taylor <iant@google.com>
2004
2005 * Makefile.def: check-gold depends upon all-gas.
2006 * Makefile.in: Rebuild.
2007
2008 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2009
2010 * Makefile.def: all-lto-plugin depends on all-libiberty.
2011 set bootstrap=true for lto-plugin.
2012 Add lto-plugin.
2013 * Makefile.in: Regenerate.
2014 * configure.ac (host_libs): Add lto-plugin.
2015 * configure: Regenerate.
2016
2017 2009-10-03 Diego Novillo <dnovillo@google.com>
2018
2019 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2020 (HOST_LIBELFLIBS): Define.
2021 (HOST_LIBELFINC): Define.
2022 * Makefile.in: Regenerate.
2023 * configure.ac: Add --enable-lto.
2024 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2025 If --enable-lto is used, add 'lto' to new_enable_languages.
2026 If --enable-lto is used and gold is enabled, add
2027 lto-plugin to configdirs.
2028 * configure: Regenerate.
2029
2030 2009-10-03 Simon Baldwin <simonb@google.com>
2031
2032 * configure.ac: If --with-system-zlib, suppress local zlib and
2033 pass --with-system-zlib to subdir configure scripts.
2034 * configure: Regenerate.
2035
2036 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2037 Paolo Bonzini <bonzini@gnu.org>
2038
2039 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2040 $(srcdir).
2041 * Makefile.in: Rebuilt.
2042
2043 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
2044
2045 Sync from gcc:
2046 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2047
2048 * configure.ac: Update minimum MPC version to 0.7.
2049 * configure: Regenerate.
2050
2051 2009-09-25 Nick Clifton <nickc@redhat.com>
2052
2053 * configure.ac: Pass any --cache-file=/dev/null option on to
2054 subconfigures.
2055 * configure: Regenerate.
2056
2057 2009-09-23 Nick Clifton <nickc@redhat.com>
2058
2059 * config.sub, config.guess: Update from upstream sources.
2060
2061 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2062
2063 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2064 * Makefile.in: Rebuilt.
2065
2066 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2067
2068 PR bootstrap/32272
2069 * configure.ac: Error out if $srcdir isn't '.' but contains
2070 host-${host_noncanonical}.
2071 * configure: Regenerate.
2072
2073 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2074
2075 * configure.ac: If bootstrapping a combined tree with
2076 --enable-gold, require c++ in stage1_languages.
2077 * configure: Regenerate.
2078
2079 * configure.ac: Also add target_libs of stage1_languages to
2080 bootstrap_target_libs.
2081 * configure: Regenerate.
2082
2083 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2084 with --enable-languages not containing c++.
2085 * configure: Regenerate.
2086
2087 2009-09-16 Jie Zhang <jie.zhang@analog.com>
2088
2089 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2090 * configure: Regenerate.
2091
2092 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2093
2094 * configure.ac: Do not use $extrasub for replacing @if/@endif
2095 parts in Makefile; instead, use additional arguments to
2096 AC_CONFIG_COMMANDS to do the replacement manually, with several
2097 sed invocations, to avoid HP-UX sed command limits.
2098 * configure: Regenerate.
2099
2100 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2101
2102 * configure.ac (with-build-config): Document. Handle without.
2103 Handle missing argument.
2104 * configure: Rebuilt.
2105
2106 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2107
2108 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2109 Default to bootstrap-debug only if compare-debug works.
2110 * configure: Rebuilt.
2111 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2112 * Makefile.in: Rebuilt.
2113
2114 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2115
2116 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2117 * Makefile.in: Rebuilt.
2118
2119 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2120
2121 * Makefile.tpl (AWK): Fix typo.
2122 * Makefile.in: Regenerate.
2123
2124 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
2125
2126 * configure.ac: Detect awk and sed.
2127 * Makefile.def (flags_to_pass): Add AWK and SED.
2128 * Makefile.tpl (AWK, SED): New.
2129 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2130 * configure: Regenerate.
2131 * Makefile.in: Regenerate.
2132
2133 2009-09-01 Tristan Gingold <gingold@adacore.com>
2134
2135 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2136 Remove logical names.
2137
2138 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2139
2140 * ltmain.sh (func_normal_abspath): New function.
2141 (func_relative_path): Likewise.
2142 (func_mode_help): Document new -bindir option for link mode.
2143 (func_mode_link): Add new -bindir option, and use it to place
2144 output DLL if specified.
2145
2146 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2147
2148 * configure.ac (AC_PREREQ): Bump to 2.64.
2149
2150 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2151
2152 * README-maintainer-mode: Point directly to upstream locations
2153 for autoconf, automake, libtool, gettext, instead of copies on
2154 sources.redhat.com. Document required versions.
2155 * configure.ac: Do not substitute datarootdir, htmldir,
2156 pdfdir, docdir. Do not process --with-datarootdir,
2157 --with-htmldir, --with-pdfdir, --with-docdir.
2158 * configure: Regenerate.
2159
2160 * configure: Regenerate.
2161
2162 * compile: Sync from Automake 1.11.
2163 * depcomp: Likewise.
2164 * install-sh: Likewise.
2165 * missing: Likewise.
2166 * mkinstalldirs: Likewise.
2167 * ylwrap: Likewise.
2168
2169 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2170
2171 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2172 (baseargs): Add --disable-option-checking.
2173 * configure: Regenerate.
2174
2175 * Makefile.def (configure-target-libiberty): Depend on
2176 all-binutils and all-ld.
2177 (configure-target-newlib): Likewise.
2178 * Makefile.in: Regenerate.
2179
2180 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2181
2182 Sync with GCC, merge:
2183
2184 2009-07-31 Christian Bruel <christian.bruel@st.com>
2185
2186 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2187 * configure: Regenerate.
2188
2189 2009-07-06 Ian Lance Taylor <iant@google.com>
2190
2191 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2192 * configure: Rebuild.
2193
2194 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2195
2196 PR bootstrap/40338
2197 * configure.ac (comparestring): Create new variable.
2198 * Makefile.tpl (comparestring): Use to skip some comparisions.
2199 * configure: Regenerate.
2200 * Makefile.in: Regenerate.
2201
2202 2009-06-23 Ian Lance Taylor <iant@google.com>
2203
2204 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2205 boot_languages. Only bootstrap target libraries listed in
2206 target_libs for some boot language. Add --with-stage1-ldflags,
2207 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2208 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2209 if not building with C++.
2210 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2211 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2212 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2213 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2214 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2215 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2216 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2217 * configure, Makefile.in: Rebuild.
2218
2219 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2220
2221 * configure.ac: Detect MPC in default directory.
2222 * configure: Regenerate.
2223
2224 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2225
2226 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2227 to noconfdirs.
2228 * configure: Regenerate.
2229
2230 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2231
2232 * Makefile.def: Add MPC support and dependencies.
2233 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2234
2235 * Makefile.in, configure: Regenerate.
2236
2237 2009-05-24 Nicolas Roche <roche@adacore.com>
2238
2239 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2240 * Makefile.in: Regenerate.
2241
2242 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2243
2244 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2245 * configure: Regenerate.
2246
2247 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2248
2249 * configure.ac ($with_ppl): Default to no if not supplied.
2250 ($with_cloog): Likewise.
2251 configure: Regenerate.
2252
2253 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2254
2255 PR bootstrap/39739
2256 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2257 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2258
2259 * configure, Makefile.in: Regenerate.
2260
2261 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2262
2263 * configure.ac: Change copyright header to refer to version
2264 3 of the GNU General Public License and to point readers at the
2265 COPYING3 file and the FSF's license web page.
2266 * Makefile.def: Likewise.
2267 * Makefile.tpl: Likewise.
2268 * Makefile.in: Regenerate.
2269
2270 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2271
2272 * configure.ac: Restore match for darwin9 or later. Use double
2273 brackets since regeneration eats one pair.
2274 * configure: Regenerate.
2275
2276 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2277
2278 * MAINTAINERS: Perform some obvious fixups.
2279
2280 2009-08-17 Ben Elliston <bje@au.ibm.com>
2281
2282 * config.sub, config.guess: Update from upstream sources.
2283
2284 2009-08-06 Michael Eager <eager@eagercon.com>
2285
2286 * configure.ac: Add Microblaze target.
2287 * configure: Regenerate.
2288
2289 2009-07-02 Tristan Gingold <gingold@adacore.com>
2290
2291 * configure.ac: Do not exclude gas for i386-*-darwin.
2292 Add a case for x86_64-*-darwin.
2293 * configure: Regenerate.
2294
2295 2009-06-26 Doug Evans <dje@sebabeach.org>
2296
2297 * Makefile.def (host_modules): Add cgen.
2298 * Makefile.in: Regenerate.
2299 * configure.ac (host_tools): Add cgen.
2300 * configure: Regenerate.
2301
2302 2009-06-17 Michael Eager <eager@eagercon.com>
2303
2304 * COPYING.LIBGLOSS: Add Xilinx license.
2305
2306 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2307
2308 * configure.ac: Define is_elf for QNX Neutrino targets.
2309 * configure: Regenerate.
2310
2311 2009-06-03 Jerome Guitton <guitton@adacore.com>
2312 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2313
2314 * Makefile.tpl (all): Avoid a trailing backslash.
2315 * Makefile.in: Regenerate.
2316
2317 2009-06-03 Ben Elliston <bje@au.ibm.com>
2318
2319 * config.sub, config.guess: Update from upstream sources.
2320
2321 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2322
2323 * Makefile.tpl ([+compare-target+]): Compare all stage
2324 directories, rather than just gcc.
2325 * Makefile.in: Rebuilt.
2326
2327 2009-05-28 Doug Kwan <dougkwan@google.com>
2328
2329 * configure.ac: Support gold for target arm*-*-*.
2330 * configure: Regenerate.
2331
2332 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2333
2334 * Makefile.tpl (all): Avoid harmless warning in make all when
2335 gcc-bootstrap is enabled but stage_last does not exist.
2336 * Makefile.in: Rebuilt.
2337
2338 2009-05-25 Tristan Gingold <gingold@adacore.com>
2339
2340 * setup.com: Complete the file with configuration and build.
2341
2342 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2343
2344 PR other/40159
2345 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2346 gcc-no-bootstrap are mutually exclusive.
2347 * Makefile.in: Rebuilt.
2348
2349 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2350
2351 PR other/40159
2352 * Makefile.tpl (all): Don't end with unconditional success.
2353 * Makefile.in: Rebuilt.
2354
2355 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2356
2357 PR target/37137
2358 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2359 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2360 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2361 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2362 stage_configureflags, stage_cflags and stage_libcflags into
2363 explicit Makefile macros.
2364 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2365 GFORTRAN.
2366 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2367 CC. Set CC_FOR_BUILD from CC.
2368 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2369 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2370 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2371 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2372 and GFORTRAN.
2373 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2374 (_LIBCFLAGS): Renamed to _TFLAGS.
2375 (do-compare-debug, do-compare3-debug): Drop.
2376 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2377 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2378 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2379 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2380 (XGCC_FLAGS_FOR_TARGET): New.
2381 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2382 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2383 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2384 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2385 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2386 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2387 TFLAGS.
2388 (BUILD_CONFIG): Include if requested.
2389 (all): Set TFLAGS on bootstrap.
2390 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2391 (all-stageid-prefixmodule): Likewise.
2392 (do-clean, distclean-stageid): Set TFLAGS.
2393 (restrap): Fix whitespace.
2394 * Makefile.in: Rebuilt.
2395
2396 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2397
2398 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2399 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2400 * Makefile.in: Regenerate.
2401
2402 2009-04-24 Eli Zaretskii <eliz@gnu.org>
2403
2404 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2405 consistency with config.sub. (Update from upstream sources.)
2406
2407 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2408
2409 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2410
2411 2009-04-17 Ben Elliston <bje@au.ibm.com>
2412
2413 * config.sub, config.guess: Update from upstream sources.
2414
2415 2009-04-15 Anthony Green <green@moxielogic.com>
2416
2417 * configure.ac: Add moxie support.
2418 * configure: Rebuilt.
2419
2420 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2421
2422 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2423 * configure: Regenerate.
2424
2425 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2426
2427 PR gas/10039
2428 * configure.ac: Require texinfo 4.7.
2429 * configure: Regenerated.
2430
2431 2009-04-09 Steve Ellcey <sje@cup.hp.com>
2432
2433 * Makefil.def (languages): New entries.
2434 * Makefile.tpl (check-gcc-*): New generic target.
2435 * Makefile.in: Regenerate.
2436
2437 2009-03-27 Eli Zaretskii <eliz@gnu.org>
2438
2439 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2440 Windows builds of Sed.
2441
2442 2009-03-18 Tom Tromey <tromey@redhat.com>
2443
2444 * configure: Rebuild.
2445 * configure.ac (host_libs): Add libiconv.
2446 * Makefile.in: Rebuild.
2447 * Makefile.def (host_modules): Add libiconv.
2448 (configure-gdb, all-gdb): Depend on libiconv.
2449
2450 2009-03-16 Tristan Gingold <gingold@adacore.com>
2451
2452 * configure.ac: Treat gdb as supported on x86_64-darwin.
2453 * configure: Regenerate.
2454
2455 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2456
2457 Merge from GCC:
2458
2459 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2460
2461 * configure.ac (--with-host-libstdcxx): New option.
2462 * configure: Regenerate.
2463
2464 2009-01-29 Robert Millan <rmh@aybabtu.com>
2465
2466 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2467 * configure: Regenerate.
2468
2469 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2470
2471 PR tree-optimization/38515
2472 * configure.ac (cloog-polylib): Removed.
2473 (with_ppl, with_cloog): Test for "no".
2474 * configure: Regenerated.
2475
2476 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2477
2478 Backport from git Libtool:
2479
2480 2009-01-19 Robert Millan <rmh@aybabtu.com>
2481 Support GNU/kOpenSolaris.
2482 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2483 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2484 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2485 GNU/kOpenSolaris.
2486
2487 2009-02-05 Andreas Schwab <schwab@suse.de>
2488
2489 * Makefile.tpl (stage_last): Define $r and $s before using
2490 $(RECURSE_FLAGS_TO_PASS).
2491 * Makefile.in: Regenerate
2492
2493 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2494
2495 * COPYING.NEWLIB: Add ARM license.
2496
2497 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2498
2499 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2500 (all-opcodes): Depend on all-libiberty.
2501 * Makefile.in: Regenerate.
2502
2503 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2504
2505 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2506 * configure: Regenerate.
2507
2508 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2509
2510 Backport link test fix from upstream Libtool:
2511
2512 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2513 Add cache variables to tests that require the linker to work.
2514 For shlibpath_overrides_runpath, this also changes the semantics
2515 to let the result from the C compiler take precedence.
2516 compiler take precedence.
2517
2518 2008-12-02 Ben Elliston <bje@au.ibm.com>
2519
2520 * config.sub, config.guess: Update from upstream sources.
2521
2522 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2523
2524 * COPYING.NEWLIB: Updated.
2525 * COPYING.LIBGLOSS: Ditto.
2526
2527 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
2528
2529 Sync with GCC:
2530
2531 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2532
2533 * configure.ac (ppllibs): Add by default the lib flags.
2534 * configure: Regenerate.
2535
2536 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2537
2538 * configure.ac: Add double brackets on darwin[912].
2539 * configure: Regenerate.
2540
2541 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2542
2543 * configure.ac: Expand to darwin10 and later.
2544 * configure: Regenerate.
2545
2546 2008-12-02 Andreas Schwab <schwab@suse.de>
2547
2548 * Makefile.def: configure-target-boehm-gc depends on
2549 all-target-libstdc++-v3.
2550 * Makefile.in: Regenerate.
2551
2552 2008-12-02 Ben Elliston <bje@au.ibm.com>
2553
2554 * config.sub, config.guess: Update from upstream sources.
2555
2556 2008-11-27 Joseph Myers <joseph@codesourcery.com>
2557
2558 Merge from GCC:
2559
2560 2007-12-02 Matthias Klose <doko@ubuntu.com>
2561
2562 * config-ml.in: Remove 64bit configure tests.
2563
2564 2008-05-14 Rafael Espindola <espindola@google.com>
2565
2566 * config-ml.in: don't handle --enable-shared and --enable-static.
2567
2568 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2569 Tobias Grosser <grosser@fim.uni-passau.de>
2570 Jan Sjodin <jan.sjodin@amd.com>
2571 Harsha Jagasia <harsha.jagasia@amd.com>
2572 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2573 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2574 Adrien Eliche <aeliche@isty.uvsq.fr>
2575
2576 Merge from graphite branch.
2577 * configure: Regenerate.
2578 * Makefile.in: Regenerate.
2579 * configure.ac (host_libs): Add ppl and cloog.
2580 Add checks for PPL and CLooG.
2581 * Makefile.def (ppl, cloog): Added modules and dependences.
2582 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2583 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2584
2585 2008-09-03 Richard Guenther <rguenther@suse.de>
2586
2587 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2588 cloog test.
2589 * configure: Re-generate.
2590
2591 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2592
2593 * configure.ac (--with-cloog-polylib): New.
2594 (--disable-cloog-version-check): New.
2595 (--disable-ppl-version-check): New.
2596 * configure: Re-generate.
2597
2598 2008-09-05 Richard Guenther <rguenther@suse.de>
2599
2600 * configure.ac: Initialize clooglibs to -lcloog.
2601 * configure: Re-generate.
2602
2603 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2604
2605 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2606 recommended version to 2.3.2.
2607
2608 * configure: Regenerate.
2609
2610 2008-10-31 Ben Elliston <bje@au.ibm.com>
2611
2612 * configure.ac (spu-*-*): Remove special case.
2613 * configure: Regenerate.
2614
2615 Complete comment text from GCC version of:
2616
2617 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2618
2619 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2620 (GCC_SHLIB_SUBDIR): New.
2621 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2622 * configure: Regenerate.
2623 * Makefile.in: Regenerate.
2624
2625 2008-11-27 Tristan Gingold <gingold@adacore.com>
2626
2627 * configure.ac: Build gdb for i?86-*-darwin*
2628 * configure: Regenerated.
2629
2630 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2631
2632 PR bootstrap/38014
2633 PR bootstrap/37923
2634
2635 Revert:
2636
2637 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2638
2639 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2640 * Makefile.in: Regenerated.
2641
2642 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2643
2644 PR gdb/921
2645 PR gdb/1646
2646 PR gdb/2175
2647 PR gdb/2176
2648
2649 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2650 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2651 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2652 (HOST_EXPORTS): Pass CPPFLAGS.
2653 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2654 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2655 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2656 * Makefile.in, configure: Regenerated.
2657 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2658 and CPPFLAGS_FOR_BUILD.
2659
2660 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2661
2662 * configure.ac [spu-*-*]: Do not set skipdirs.
2663 * configure: Re-generate.
2664
2665 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2666
2667 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2668 * Makefile.in: Regenerated.
2669
2670 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2671
2672 PR gdb/921
2673 PR gdb/1646
2674 PR gdb/2175
2675 PR gdb/2176
2676
2677 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2678 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2679 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2680 (HOST_EXPORTS): Pass CPPFLAGS.
2681 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2682 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2683 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2684 * Makefile.in, configure: Regenerated.
2685 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2686 and CPPFLAGS_FOR_BUILD.
2687
2688 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2689
2690 * libtool.m4: Update to libtool 2.2.6.
2691 * lt~obsolete.m4: Update to libtool 2.2.6.
2692 * ltmain.sh: Update to libtool 2.2.6.
2693 * ltsugar.m4: Update to libtool 2.2.6.
2694 * ltversion.m4: Update to libtool 2.2.6.
2695 * ltoptions.m4: Update to libtool 2.2.6.
2696 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2697
2698 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2699
2700 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2701 (GCC_SHLIB_SUBDIR): New.
2702 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2703 * configure: Regenerate.
2704 * Makefile.in: Regenerate.
2705
2706 2008-08-28 Tristan Gingold <gingold@adacore.com>
2707
2708 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2709 Enable bfd, binutils and opcodes.
2710 * configure: Regenerate.
2711
2712 2008-08-16 Nicolas Roche <roche@adacore.com>
2713
2714 * Makefile.tpl: Add BOOT_ADAFLAGS.
2715 * Makefile.in: Regenerate.
2716
2717 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2718
2719 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2720 * configure: Regenerate.
2721
2722 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2723
2724 Sync with gcc:
2725 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2726
2727 * configure.ac: Add makefile fragments for hpux.
2728 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2729 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2730 * configure: Regenerate.
2731 * Makefile.in: Regenerate.
2732
2733 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2734
2735 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2736 * Makefile.in: Regenerate.
2737 * configure: Regenerate.
2738
2739 2008-06-18 Ian Lance Taylor <iant@google.com>
2740
2741 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2742
2743 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2744
2745 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2746
2747 * configure: Regenerate.
2748
2749 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2750
2751 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2752 "$@" is still intact with both Autoconf 2.59 and 2.62.
2753 * configure: Regenerate.
2754
2755 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2756
2757 * Makefile.tpl: Fix comment errors.
2758 * Makefile.in: Regenerate.
2759
2760 2008-06-13 Julian Brown <julian@codesourcery.com>
2761
2762 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2763 of libobjc for ARM EABI Linux.
2764 * configure: Regenerate.
2765
2766 2008-06-12 David S. Miller <davem@davemloft.net>
2767 David Edelsohn <edelsohn@gnu.org>
2768
2769 * configure.ac: Add powerpc*-*-* to gold supported targets.
2770 * configure: Regenerate.
2771
2772 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2773
2774 PR tree-optimization/36218
2775 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2776 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2777 (all prefix="build-"): Pass them to build-system sub-makes.
2778 * Makefile.in: Regenerate.
2779
2780 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2781
2782 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2783 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2784 mkdep, and compile. Update comments.
2785 (ETC_SUPPORT): Add ChangeLog and update comments.
2786
2787 2008-05-11 Ian Lance Taylor <iant@google.com>
2788
2789 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2790
2791 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2792
2793 Sync with gcc:
2794 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2795
2796 PR bootstrap/35457
2797 * configure.ac: Include override.m4.
2798 * configure: Regenerate.
2799
2800 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2801
2802 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2803 * Makefile.in: Regenerate.
2804
2805 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2806
2807 * configure.ac: Do not build libssp for the AVR.
2808 * configure: Regenerate.
2809
2810 2008-04-18 Nick Clifton <nickc@redhat.com>
2811
2812 * MAINTAINERS: Replace reference to configure.in with reference to
2813 configure.ac.
2814
2815 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2816
2817 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2818 as nonconfigurable directories list.
2819 * configure: Regenerate.
2820
2821 2008-04-14 David S. Miller <davem@davemloft.net>
2822
2823 * configure.ac: Add sparc*-*-* to gold supported targets.
2824 * configure: Regenerate.
2825
2826 2008-04-14 Ben Elliston <bje@au.ibm.com>
2827
2828 * config.sub, config.guess: Update from upstream sources.
2829
2830 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2831
2832 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2833 * Makefile.in: Regenerate.
2834
2835 2008-04-07 Ian Lance Taylor <iant@google.com>
2836
2837 * Makefile.def: check-gold depends upon all-binutils.
2838 * Makefile.in: Regenerate.
2839
2840 2008-04-04 Nick Clifton <nickc@redhat.com>
2841
2842 PR binutils/4334
2843 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2844 builds.
2845 * configure: Regenerate.
2846
2847 2008-04-04 NightStrike <NightStrike@gmail.com>
2848
2849 PR other/35151
2850 * configure.ac: Combine rules for mingw32 and mingw64.
2851 * configure: Regenerate.
2852
2853 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2854
2855 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2856 * Makefile.in: Regenerate.
2857
2858 2008-03-20 Ian Lance Taylor <iant@google.com>
2859
2860 * configure.ac: Add support for --enable-gold.
2861 * Makefile.def: Add gold as a directory like ld.
2862 * configure, Makefile.in: Regenerate.
2863
2864 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
2865
2866 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2867 (s390_cond_extensions): Reduced extensions to the compare related.
2868 (main): z10 cpu type option added.
2869 (expandConditionalJump): Renamed to ...
2870 (insertExpandedMnemonic): ... this.
2871
2872 * opcodes/s390-opc.c: Re-group the operand format makros.
2873 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2874 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2875 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2876 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2877 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2878 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2879 INSTR_SIL_RDU): New instruction formats added.
2880 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2881 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2882 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2883 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2884 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2885 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2886 masks added.
2887 (s390_opformats): New formats added "ris", "rrs", "sil".
2888 * opcodes/s390-opc.txt: Add the conditional jumps with the
2889 extensions removed from automatic expansion in s390-mkopc.c manually.
2890 (asi - trtre): Add new System z10 EC instructions.
2891 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2892
2893 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2894
2895 * configure.ac: m4_include config/proginstall.m4.
2896 * configure: Regenerate.
2897
2898 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2899
2900 Backport from upstream Libtool:
2901
2902 2007-10-12 Eric Blake <ebb9@byu.net>
2903
2904 Deal with Autoconf 2.62's semantic change in m4_append.
2905 * ltsugar.m4 (lt_append): Replace broken versions of
2906 m4_append.
2907 (lt_if_append_uniq): Don't require separator to be overquoted,
2908 and avoid broken m4_append.
2909 (lt_dict_add): Fix typo.
2910 * libtool.m4 (_LT_DECL): Don't overquote separator.
2911
2912 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2913
2914 * config.rpath: Add AIX 6 support.
2915
2916 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2917
2918 * Makefile.def (stageprofile). Remove -fprofile-generate
2919 from stage_libcflags.
2920 * Makefile.in: Regenerate.
2921
2922 2008-03-13 Ben Elliston <bje@au.ibm.com>
2923
2924 * config.sub, config.guess: Update from upstream sources.
2925
2926 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
2927
2928 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2929 * s390-opc.txt (cmpsc): Duplicate entry removed.
2930 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2931 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2932 fier, cu42, cu41): Fix operand format.
2933
2934 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2935
2936 PR bootstrap/32009
2937 PR bootstrap/32161
2938
2939 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2940 * configure: Regenerate.
2941
2942 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2943 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2944 STAGE4_LIBCFLAGS): New.
2945 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2946 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2947 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2948 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2949 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2950 for target modules. Don't export LIBCFLAGS.
2951 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2952 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2953 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2954 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2955 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2956 * Makefile.in: Regenerate.
2957
2958 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2959
2960 PR libgcj/33085
2961 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2962 Do not use -DDLL_EXPORT. Backport from upstream.
2963
2964 2008-02-14 Nick Clifton <nickc@redhat.com>
2965
2966 Import this patch from gcc:
2967 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2968
2969 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2970
2971 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2972
2973 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2974 * configure: Regenerate.
2975
2976 2008-01-31 Marc Gauthier <marc@tensilica.com>
2977
2978 * configure.ac (xtensa*-*-*): Recognize processor variants.
2979 * configure: Regenerate.
2980
2981 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2982
2983 PR bootstrap/34922
2984 * configure.ac (PARSE_ARGS): Push suitable setting of
2985 ac_subdirs_all, for `./configure --help=recursive'.
2986 Handle `+' in generic toplevel directory disabling.
2987 * configure: Regenerate.
2988
2989 2008-01-23 Ben Elliston <bje@au.ibm.com>
2990
2991 * config.sub, config.guess: Update from upstream sources.
2992
2993 2008-01-08 Ben Elliston <bje@au.ibm.com>
2994
2995 * config.sub, config.guess: Update from upstream sources.
2996
2997 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
2998
2999 * COPYING.LIBGLOSS: Update default copyright.
3000
3001 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3002
3003 * COPYING.NEWLIB: Update default copyright.
3004
3005 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3006
3007 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3008 Change recommended MPFR from 2.2.1 > 2.3.0.
3009 * configure: Regenerate.
3010
3011 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3012
3013 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3014 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3015 * Makefile.in: Regenerate.
3016
3017 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3018
3019 * configure.ac: Enable libjava for x86_64-*-darwin9.
3020 * configure: Regenerate.
3021
3022 2007-12-05 Ben Elliston <bje@au.ibm.com>
3023
3024 * config.sub, config.guess: Update from upstream sources.
3025
3026 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3027
3028 * config-ml.in: Robustify against white space in absolute file
3029 names.
3030
3031 * config-ml.in (multi-clean): Substitute ${Makefile}.
3032 Remove superfluous ${Makefile} in list.
3033
3034 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3035
3036 * Makefile.def (dependencies): Make configure-gdb depend on
3037 all-intl.
3038 * Makefile.in: Regenerated.
3039
3040 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3041
3042 * Makefile.def: To avoid problems running with parallel makes,
3043 build newlib before libgloss so that target specific header
3044 files are availble.
3045 * Makefile.in: Regenerate.
3046
3047 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3048
3049 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3050 * Makefile.in: Regenerate.
3051
3052 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3053
3054 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3055 * libdecnumber: New directory, imported from GCC.
3056
3057 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3058
3059 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3060 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3061 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3062 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3063 * configure: Regenerate.
3064
3065 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3066
3067 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3068 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3069 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3070 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3071 * configure.ac: Default them to host tools for $host = $build.
3072 Subst them.
3073
3074 * configure: Regenerate.
3075 * Makefile.in: Regenerate.
3076
3077 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3078
3079 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3080 * configure: Regenerate.
3081
3082 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3083
3084 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3085 libstdc++.
3086 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3087 * configure: Regenerate.
3088 * Makefile.in: Regenerate.
3089
3090 2007-09-17 Andreas Schwab <schwab@suse.de>
3091
3092 * configure.ac: Raise minimum makeinfo version to 4.6.
3093 * configure: Regenerate.
3094
3095 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3096
3097 * configure.ac: Correct makeinfo version check.
3098 * configure: Regenerate.
3099
3100 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3101
3102 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3103 to $skipdirs and only disable gprof for newlib. Use the normal
3104 mips*-elf* handling in other respects.
3105 * configure: Regnerate.
3106
3107 2007-09-12 David Daney <ddaney@avtrex.com>
3108
3109 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3110 enabling libgcj.
3111 * configure: Regenerate.
3112
3113 2007-09-12 Richard Guenther <rguenther@suse.de>
3114
3115 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3116 nor --disable-checking is provided also turn on yes and types
3117 checking for stage1.
3118 * configure: Re-generate.
3119
3120 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3121
3122 PR target/33281
3123 * configure.ac: Use config/mh-mingw on mingw.
3124 * configure: Regenerate.
3125
3126 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3127
3128 PR other/32154
3129 * configure.ac: For libgloss targets, point the linker to the linker
3130 script, startup code and simulator library.
3131 * configure: Regenerate.
3132
3133 2007-09-09 Andrew Haley <aph@redhat.com>
3134
3135 * configure.ac (noconfigdirs): Remove target-libffi and
3136 target-libjava.
3137
3138 2007-08-29 Nick Clifton <nickc@redhat.com>
3139
3140 * config.sub, config.guess: Update from upstream sources.
3141
3142 2007-08-21 Richard Guenther <rguenther@suse.de>
3143
3144 * configure.ac: Add types checking to stage1 checking flags.
3145 * configure: Regenerate.
3146
3147 2007-08-18 Paul Brook <paul@codesourcery.com>
3148 Joseph Myers <joseph@codesourcery.com>
3149
3150 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3151 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3152 * Makefile.in: Regenerate.
3153 * configure.ac (--with-debug-prefix-map): New.
3154 * configure: Regenerate.
3155
3156 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3157 Nigel Stephens <nigel@mips.com>
3158
3159 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3160 as target_makefile_frag.
3161 * configure: Regenerate.
3162
3163 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3164
3165 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3166 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3167 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3168 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3169 (do-compare, do-compare3, do-compare-debug): New.
3170 ([+compare-target+]): Use them.
3171
3172 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3173
3174 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3175 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3176 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3177 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3178 (do-compare, do-compare3, do-compare-debug): New.
3179 ([+compare-target+]): Use them.
3180
3181 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3182 Ben Elliston <bje@au.ibm.com>
3183
3184 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3185 --silent if $silent.
3186 * configure: Regenerate.
3187
3188 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3189
3190 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3191
3192 2007-07-17 Nick Clifton <nickc@redhat.com>
3193
3194 * COPYING3: New file. Contains version 3 of the GNU General
3195 Public License.
3196 * COPYING3.LIB: New file. Contains version 3 of the GNU
3197 Lesser General Public License.
3198
3199 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3200
3201 * configure.ac: Fix my previous change to really match GCC.
3202 * configure: Regenerate.
3203
3204 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3205
3206 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3207 * configure: Regenerate.
3208
3209 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3210
3211 * configure.ac: Add some missing m4 quotation.
3212 * configure: Regenerate.
3213
3214 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
3215
3216 * Makefile.def: Add windmc tool to build.
3217 * Makefile.tpl: Likewise.
3218 * configure.ac: Likewise.
3219 * Makefile.in: Regenerate.
3220 * configure: Regenerate.
3221
3222 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3223
3224 * lt~obsolete.m4: New. Import from 20070318 libtool.
3225
3226 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3227
3228 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3229 uclinux and linux-uclibc targets.
3230 * configure: Regenerate.
3231
3232 2007-06-28 DJ Delorie <dj@redhat.com>
3233
3234 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3235 not building newlib.
3236 * configure: Regenerated.
3237
3238 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3239
3240 * src-release (DEVO_SUPPORT): Correct typos.
3241
3242 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3243
3244 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3245 * Makefile.in: Regenerated.
3246
3247 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3248
3249 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3250 (distclean-stage[+id+]): Possibly delete stage_last.
3251 * Makefile.in: Regenerate.
3252
3253 2007-06-07 Ben Elliston <bje@au.ibm.com>
3254
3255 * config.sub, config.guess: Update from upstream sources.
3256
3257 2007-06-07 Ben Elliston <bje@au.ibm.com>
3258
3259 * Makefile.tpl: Fix spelling error.
3260 * Makefile.in: Regenerate.
3261
3262 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
3263
3264 Sync with gcc:
3265 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3266
3267 PR bootstrap/29382
3268 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3269 * configure: Rebuilt.
3270
3271 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3272
3273 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3274 lt_cv_sys_max_cmd_len.
3275
3276 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
3277
3278 * ltgcc.m4: Update from GCC.
3279
3280 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3281
3282 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3283
3284 2007-05-24 Steve Ellcey <sje@cup.hp.com>
3285
3286 * ltmain.sh: Update from GCC.
3287 * libtool.m4: Update from GCC.
3288 * ltsugar.m4: New. Update from GCC.
3289 * ltversion.m4: New. Update from GCC.
3290 * ltoptions.m4: New. Update from GCC.
3291 * ltconfig: Remove.
3292 * ltcf-c.sh: Remove.
3293 * ltcf-cxx.sh: Remove.
3294 * ltcf-gcj.sh: Remove.
3295 * src-release: Update with new libtool file list.
3296
3297 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3298
3299 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3300 stage_cflags.
3301 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3302 Remove CFLAGS/LIBCFLAGS.
3303 (configure-stage[+id+]-[+prefix+][+module+],
3304 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3305 * Makefile.in: Regenerate.
3306
3307 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3308
3309 * config-ml.in: Update from GCC.
3310
3311 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3312
3313 * src-release (do-proto-toplev): Process the support directories before
3314 the tool directory.
3315
3316 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3317
3318 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3319 of glob. Quote arguments with single quotes too.
3320 * configure: Regenerate.
3321
3322 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3323
3324 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3325 * Makefile.in: Regenerate
3326
3327 2007-03-07 Andreas Schwab <schwab@suse.de>
3328
3329 * configure: Regenerate.
3330
3331 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3332
3333 * configure.ac: Add "--with-pdfdir" configure option,
3334 which defines pdfdir variable.
3335 * Makefile.def (target=fixincludes): Add install-pdf to
3336 missing targets.
3337 (recursive_targets): Add install-pdf target.
3338 (flags_to_pass): Add pdfdir.
3339 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3340 target.
3341 * configure: Regenerate
3342 * Makefile.in: Regenerate
3343
3344 2007-02-28 Eric Christopher <echristo@apple.com>
3345
3346 Revert:
3347 2006-12-07 Mike Stump <mrs@apple.com>
3348
3349 * Makefile.def (dependencies): Add dependency for
3350 install-target-libssp and install-target-libgomp on
3351 install-gcc.
3352 * Makefile.in: Regenerate.
3353
3354 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3355
3356 * configure: Regenerate.
3357 * configure.ac: Move statements after variable declarations.
3358
3359 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3360
3361 * configure.ac: Adjust for loop syntax.
3362 * configure: Regenerate.
3363
3364 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3365
3366 * configure: Rebuilt.
3367
3368 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3369
3370 * configure.ac: Drop multiple occurrences of --enable-languages,
3371 and fix its quoting.
3372 * configure: Rebuilt.
3373
3374 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3375 Nathan Sidwell <nathan@codesourcery.com>
3376 Vladimir Prus <vladimir@codesourcery.com
3377 Joseph Myers <joseph@codesourcery.com>
3378
3379 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3380 * configure: Regenerate.
3381
3382 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3383
3384 * configure.ac (target_libraries): Move libgcc before libiberty.
3385 * configure: Regenerated.
3386
3387 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3388
3389 * configure: Regenerate again?
3390
3391 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
3392
3393 * configure: Reapply PR30748 fix which was lost in the previous commit.
3394
3395 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3396 Paolo Bonzini <bonzini@gnu.org>
3397
3398 PR bootstrap/30753
3399 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3400 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3401 * configure: Regenerated.
3402
3403 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
3404
3405 * configure: Regenerate.
3406
3407 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3408
3409 PR bootstrap/30748
3410 * configure.ac: Correct syntax for Solaris ksh.
3411 * configure: Regenerated.
3412
3413 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3414
3415 * Makefile.def: Sync with GCC.
3416 * Makefile.tpl: Sync with GCC.
3417 * Makefile.in: Regenerate.
3418 * configure: Regenerate.
3419
3420 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3421
3422 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3423 noncanonical equivalents.
3424 * configure.in: Rename to...
3425 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3426 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3427 target_noncanonical. Use them. Rewrite removal of configure
3428 arguments for autoconf 2.59. Discard variable settings. Force
3429 program_transform_name for native tools.
3430
3431 * Makefile.in: Regenerated.
3432 * configure: Regenerated with autoconf 2.59.
3433
3434 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3435
3436 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3437
3438 * COPYING.LIBGLOSS: Reformat default Red Hat
3439 license to fit within 80 columns.
3440 * COPYING.NEWLIB: Ditto.
3441
3442 2007-02-05 Dave Brolley <brolley@redhat.com>
3443
3444 * Contribute the following changes:
3445 2006-11-28 DJ Delorie <dj@redhat.com>
3446
3447 * configure.in: Fix typo for mep's target_makefile_frag.
3448 * configure: Regenerated.
3449
3450 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3451
3452 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3453 * configure: Regenerate.
3454
3455 2001-09-19 DJ Delorie <dj@redhat.com>
3456
3457 * configure.in (target_makefile_frag): use mt-mep
3458
3459 2001-06-12 Don Howard <dhoward@redhat.com>
3460
3461 * configure.in: Remove gdb from MeP skip list.
3462
3463 2001-04-05 DJ Delorie <dj@redhat.com>
3464
3465 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3466
3467 2001-03-20 Ben Elliston <bje@redhat.com>
3468
3469 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3470
3471 2001-03-19 Ben Elliston <bje@redhat.com>
3472
3473 * config.sub (mep, mep-*): Add.
3474
3475 2007-01-31 Andreas Schwab <schwab@suse.de>
3476
3477 * Makefile.tpl (LDFLAGS): Substitute it.
3478 * Makefile.in: Regenerate.
3479
3480 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3481
3482 * configure.in: Change == to = in test command.
3483 * configure: Regenerate.
3484
3485 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3486 Nick Clifton <nickc@redhat.com>
3487 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3488
3489 * configure.in (build_configargs, host_configargs, target_configargs):
3490 Remove build/host/target parameters.
3491 (host_libs): Add gmp and mpfr.
3492 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3493 * Makefile.def (gmp, mpfr): New.
3494 (gcc): Remove target.
3495 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3496 target_os, target_vendor): New.
3497 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3498 * configure: Regenerate.
3499 * Makefile.in: Regenerate.
3500
3501 2007-01-11 Matt Fago <fago@earthlink.net>
3502
3503 * configure.in: Try to link to functions only in mpfr 2.2.x
3504 to improve robustness of configure tests.
3505 * configure: Regenerate.
3506
3507 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3508
3509 * configure.in: Add support for an x86_64-mingw* target.
3510 * configure: Regenerate.
3511
3512 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3513
3514 * Makefile.tpl (all-target): Correct @if conditional for target
3515 modules.
3516 * configure.in: Omit libiberty if building only target libgcc.
3517 * configure, Makefile.in: Regenerated.
3518
3519 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3520
3521 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3522 * configure: Regenerate.
3523
3524 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3525
3526 * Makefile.def (target_modules): Add libgcc.
3527 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3528 * Makefile.tpl (clean-target-libgcc): Delete.
3529 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3530 on gcc even for bootstrapped modules. Rewrite handling of
3531 lang_env_dependencies to loop over target_modules.
3532 * configure.in (target_libraries): Add target-libgcc.
3533 * Makefile.in, configure: Regenerated.
3534
3535 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3536
3537 Sync with gcc:
3538 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3539
3540 * configure.in: Reorganize recognition of languages. Add
3541 --enable-stage1-languages. Show supported languages for the chosen
3542 target rather than all recognized languages.
3543 * configure: Regenerate.
3544
3545 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3546
3547 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3548 * Makefile.in: Regenerate.
3549
3550 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3551
3552 * configure.in: Warn that MPFR 2.2.0 is buggy.
3553 * configure: Regenerate.
3554
3555 2006-12-27 Ian Lance Taylor <iant@google.com>
3556
3557 * configure.in: When removing Makefiles to force a reconfigure, also
3558 remove prev-DIR*/Makefile.
3559 * configure: Regenerate.
3560
3561 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
3562
3563 * config.bfd: Recognize fido.
3564
3565 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3566
3567 Sync with gcc:
3568
3569 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3570
3571 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3572 it only affects bootstrap and could be tested on "$host" as well.
3573 * configure: Regenerate.
3574 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3575
3576 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3577
3578 PR bootstrap/29544
3579 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3580 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3581 move here comment from Makefile.tpl.
3582 * Makefile.tpl: Move some definitions higher in the file.
3583 (STAGE1_CHECKING): New.
3584 * configure.in: Add --enable-stage1-checking.
3585 * configure: Regenerate.
3586 * Makefile.in: Regenerate.
3587
3588 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3589
3590 * configure.in: Update error message for missing GMP/MPFR.
3591
3592 * configure: Regenerate.
3593
3594 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3595
3596 * configure.in: Update MPFR version in error message.
3597
3598 * configure: Regenerate.
3599
3600 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3601
3602 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3603 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3604 --with-gmp-lib): New flags.
3605
3606 * configure: Regenerate.
3607
3608 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3609
3610 PR bootstrap/30134
3611 * configure.in: Correct x86 darwin support for libjava to powerpc
3612 and i?86 only.
3613 * configure: Regenerate.
3614
3615 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3616
3617 * configure.in: Handle spu makefile frag.
3618 * Makefile.tpl (MAINT): Define
3619 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3620 * configure: Regenerate.
3621 * Makefile.in: Regenerate.
3622
3623 2006-12-11 Ben Elliston <bje@au.ibm.com>
3624
3625 * config.sub, config.guess: Update from upstream sources.
3626
3627 2006-12-11 Ben Elliston <bje@au.ibm.com>
3628
3629 * configure.in: Sync with GCC (spu-*-*).
3630 * configure: Sync with GCC.
3631
3632 2006-12-07 Mike Stump <mrs@apple.com>
3633
3634 * Makefile.def (dependencies): Add dependency for
3635 install-target-libssp and install-target-libgomp on
3636 install-gcc.
3637 * Makefile.in: Regenerate.
3638
3639 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3640
3641 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3642 (unstage): Test for stage_last presence.
3643
3644 PR bootstrap/29802
3645 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3646 * Makefile.in: Regenerate.
3647
3648 2006-11-14 DJ Delorie <dj@redhat.com>
3649
3650 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3651 * Makefile.in: Sync with GCC.
3652 * configure.in: Sync with GCC (mpfr, gmp).
3653 * configure: Sync with GCC.
3654
3655 2006-11-08 Jie Zhang <jie.zhang@analog.com>
3656
3657 * configure.in: Remove target-libgloss from noconfigdirs for
3658 bfin-*-*.
3659 * configure: Regenerated.
3660
3661 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3662
3663 * COPYING.NEWLIB: Add spu license.
3664 * COPYING.LIBGLOSS: Ditto.
3665
3666 2006-10-17 Brooks Moses <bmoses@stanford.edu>
3667
3668 * Makefile.def: Added pdf target handling.
3669 * Makefile.tpl: Added pdf target handling.
3670 * Makefile.in: Regenerated.
3671
3672 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3673
3674 * COPYING.NEWLIB: Updated.
3675 * COPYING.LIBGLOSS: Ditto.
3676
3677 2006-09-27 Dave Brolley <brolley@redhat.com>
3678
3679 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3680 $s instead of $r.
3681 * configure: Regenerated.
3682
3683 2006-09-26 Ben Elliston <bje@au.ibm.com>
3684
3685 * config.sub, config.guess: Update from upstream sources.
3686
3687 2006-09-20 Thiemo Seufer <ths@mips.com>
3688
3689 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3690 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3691 * configure: Regenerate.
3692
3693 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3694
3695 * configure.in: Never build newlib for a Mingw host.
3696 Never build newlib as Mingw target library.
3697 Test the existence of winsup/cygwin for building a Cygwin newlib,
3698 rather than just winsup.
3699 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3700 building a Mingw target.
3701 * configure: Regenerate.
3702
3703 2006-08-15 Thiemo Seufer <ths@mips.com>
3704 Nigel Stephens <nigel@mips.com>
3705 David Ung <davidu@mips.com>
3706
3707 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3708
3709 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3710
3711 Sync from GCC:
3712 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3713
3714 PR bootstrap/18058
3715 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3716 if the bootstrap compiler is a GCC version that supports it.
3717 * configure: Regenerate.
3718
3719 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3720
3721 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3722 * configure: Regenerated.
3723
3724 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3725
3726 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3727 for stages after the first.
3728
3729 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3730
3731 * Makefile.def: Add dependencies for configure-opcodes
3732 on configure-intl and all-opcodes on all-intl.
3733 * Makefile.in: Regenerated.
3734
3735 2006-07-04 Peter O'Gorman <peter@pogma.com>
3736
3737 * ltconfig: chmod 644 before ranlib during install.
3738
3739 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3740
3741 * configure.in: Fix thinkos in previous check-in.
3742 * configure: Regenerate.
3743
3744 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3745
3746 Sync from gcc:
3747
3748 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3749
3750 PR other/27063
3751 * configure.in: Test subdir_requires and give an appropriate
3752 error message.
3753 * configure: Regenerate.
3754
3755 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3756
3757 PR target/27540
3758 * configure.in: Only enable libgomp on IRIX 6.
3759 * configure: Regenerate.
3760
3761 2006-06-20 David Ayers <d.ayers@inode.at>
3762
3763 PR bootstrap/28072
3764 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3765 whether target-libjava is being configured instead of whether the
3766 java front end is enabled.
3767 * configure: Regenerate.
3768
3769 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3770
3771 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3772 to R_ARM_LDC_SB_G{0,1,2} respectively.
3773
3774 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3775
3776 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3777 too.
3778 * Makefile.in: Regenerate.
3779
3780 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3781
3782 Sync from gcc:
3783
3784 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3785 * configure.in: Don't enable libgomp on hpux10.
3786 * configure: Rebuilt.
3787
3788 2006-06-13 David Ayers <d.ayers@inode.at>
3789
3790 Sync from gcc:
3791
3792 2006-06-12 David Ayers <d.ayers@inode.at>
3793
3794 PR bootstrap/27963
3795 PR target/19970
3796 * configure.in: Remove target-boehm-gc from noconfigdirs where
3797 ${libgcj} is specified.
3798 * configure: Regenerate.
3799
3800 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3801
3802 Sync from gcc:
3803
3804 2005-01-12 David Edelsohn <edelsohn@gnu.org>
3805 Andreas Schwab <schwab@suse.de>
3806
3807 PR bootstrap/18033
3808 * config-ml.in: Eval option if surrounded by single quotes.
3809
3810 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3811
3812 Sync from gcc:
3813
3814 2006-06-06 David Ayers <d.ayers@inode.at>
3815
3816 PR libobjc/13946
3817 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3818 * Makefile.in: Regenerate.
3819 * configure.in: Add --enable-objc-gc at toplevel and have it
3820 enable boehm-gc for Objective-C.
3821 Remove target-boehm-gc from libgcj.
3822 Add target-boehm-gc to target_libraries.
3823 Add target-boehm-gc to noconfigdirs where ${libgcj}
3824 is specified.
3825 Assert that boehm-gc is supported when requested for Objective-C.
3826 Only build boehm-gc if needed either for Java or Objective-C.
3827 * configure: Regenerate.
3828
3829 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3830
3831 PR 27674
3832 * Makefile.tpl (configure-[+prefix+][+module+],
3833 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3834 Remove rule to unstage bootstrapped modules.
3835 (stage_current): New.
3836 * Makefile.in: Regenerate.
3837
3838 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3839 Andreas Tobler <a.tobler@schweiz.ch>
3840
3841 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3842 * configure: Rebuilt.
3843
3844 Revert
3845 2006-01-31 Richard Guenther <rguenther@suse.de>
3846 Paolo Bonzini <bonzini@gnu.org>
3847
3848 * Makefile.def (target_modules): Add libgcc-math target module.
3849 * configure.in (target_libraries): Add libgcc-math target library.
3850 (--enable-libgcc-math): New configure switch.
3851 * Makefile.in: Re-generate.
3852 * configure: Re-generate.
3853
3854 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
3855
3856 * config-ml.in: Alter CCASFLAGS to include special
3857 multilib options the same as is done for CFLAGS.
3858
3859 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3860
3861 * Makefile.def: Added dependencies from sim and gdb on intl, and
3862 added configure dependencies to everything with an all dependency
3863 on intl.
3864 * gettext.m4: Removed.
3865 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3866 (GDB_SUPPORT_DIRS): Add intl.
3867 * Makefile.in: Regenerated.
3868
3869 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
3870
3871 * src-release (DEVO_SUPPORT): Add config.rpath.
3872
3873 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3874
3875 * Makefile.def (bfd, opcodes): Fix lib_path.
3876 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3877 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3878 * Makefile.in: Regenerate.
3879
3880 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3881
3882 * configure.in: Enable gprof for cross builds.
3883 * configure: Regenerate.
3884
3885 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * src-release (MAKEINFOFLAGS): Define.
3888 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3889
3890 2006-05-14 Ben Elliston <bje@au.ibm.com>
3891
3892 * config.sub, config.guess: Update from upstream sources.
3893
3894 2006-05-12 Ben Elliston <bje@au.ibm.com>
3895
3896 * config.sub, config.guess: Update from upstream sources.
3897
3898 2006-05-04 Steve Ellcey <sje@cup.hp.com>
3899
3900 * blt, iwidgets, mmalloc: Remove directories.
3901
3902 2006-05-01 DJ Delorie <dj@redhat.com>
3903
3904 * configure.in: Restore CFLAGS if GMP isn't present.
3905 * configure: Regenerate.
3906
3907 2006-04-18 DJ Delorie <dj@redhat.com>
3908
3909 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3910 reference libgloss so that libssp can be built in a combined
3911 tree.
3912 * configure: Regenerate.
3913
3914 2006-04-10 Ben Elliston <bje@au.ibm.com>
3915
3916 * contrib: Remove directory.
3917
3918 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
3919
3920 * Makefile.tpl: Add install-html target.
3921 * Makefile.def: Add install-html target.
3922 * Makefile.in: Regenerate.
3923 * configure.in: Add --with-datarootdir, --with-docdir,
3924 and --with-htmldir options.
3925 * configure: Regenerate.
3926
3927 2006-03-31 Ben Elliston <bje@au.ibm.com>
3928
3929 PR binutils/1860
3930 * configure.in: Require makeinfo 4.4 or higher.
3931 * configure: Regenerate.
3932
3933 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3934
3935 * Makefile.in: Regenerate.
3936
3937 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
3938
3939 Sync with gcc:
3940 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3941
3942 * configure.in: Handle --disable-<component> generically.
3943 * configure: Regenerate.
3944
3945 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3946
3947 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3948 (TARGET_CONFIGDIRS): Remove.
3949 * configure.in: Remove AC_SUBST(target_configdirs).
3950 * Makefile.in, configure: Regenerated.
3951
3952
3953 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3954
3955 PR libgcj/17311
3956 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3957
3958 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3959
3960 PR bootstrap/25670
3961
3962 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3963
3964 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3965 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3966 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3967 BUILD_PREFIX, BUILD_PREFIX_1.
3968 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3969
3970 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3971 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3972
3973 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3974 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3975 of `cat stage_current`. Always provide the `r' and `s' variables.
3976 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3977 a single shell execution.
3978 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3979 bootstrapped modules, make the stage1 module if the build was not
3980 started yet, else build the current stage.
3981 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3982 (all-build, all-host, all-target, [+make_target+]-host,
3983 [+make_target+]-target): Do not use \-continued lines.
3984 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3985 (current_stage, restrap, stage_last): New.
3986
3987 * Makefile.in: Regenerate.
3988 * configure: Regenerate.
3989
3990 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3991
3992 Sync from gcc:
3993
3994 2006-01-31 Richard Guenther <rguenther@suse.de>
3995 Paolo Bonzini <bonzini@gnu.org>
3996
3997 * Makefile.def (target_modules): Add libgcc-math target module.
3998 * configure.in (target_libraries): Add libgcc-math target library.
3999 (--enable-libgcc-math): New configure switch.
4000 * Makefile.in: Re-generate.
4001 * configure: Re-generate.
4002 * libgcc-math: New toplevel directory.
4003
4004 2006-01-18 Richard Henderson <rth@redhat.com>
4005 Jakub Jelinek <jakub@redhat.com>
4006 Diego Novillo <dnovillo@redhat.com>
4007
4008 * libgomp: New directory.
4009 * Makefile.def: Add target_module libgomp.
4010 * Makefile.in: Regenerate.
4011 * configure.in (target_libraries): Add target-libgomp.
4012 * configure: Regenerate.
4013
4014 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4015 Andreas Schwab <schwab@suse.de>
4016
4017 * configure: Regenerate.
4018
4019 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
4020
4021 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4022 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4023 the assembler, linker and binutils.
4024 * configure: Regenerate.
4025
4026 2006-01-16 Nick Clifton <nickc@redhat.com>
4027
4028 * config.sub, config.guess: Sync from config repository.
4029
4030 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4031
4032 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4033 @ from continuation.
4034 * Makefile.in: Rebuilt.
4035
4036 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4037
4038 Sync from gcc:
4039
4040 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4041
4042 PR bootstrap/24252
4043
4044 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4045 * Makefile.tpl (OBJDUMP): New.
4046 (EXTRA_HOST_FLAGS): Add it.
4047 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4048
4049 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4050 to use symbolic links between directories. Avoid race conditions
4051 or make them harmless.
4052 * configure.in: Do not try to use symbolic links between directories.
4053
4054 * Makefile.def (LEAN): Pass.
4055 * Makefile.tpl (LEAN): Define.
4056 (stage[+id+]-start): Accept that the previous directory does not
4057 exist, if the bootstrap is lean.
4058 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4059 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4060 configure substitution.
4061 ([+compare-target+]): Likewise.
4062 ([+bootstrap-target+]-lean): New.
4063 * configure.in: Remove lean bootstrap support from here.
4064
4065 * Makefile.in: Regenerate.
4066 * configure: Regenerate.
4067
4068 2006-01-02 Andreas Schwab <schwab@suse.de>
4069
4070 * configure.in: When reconfiguring remove Makefile in
4071 all stage directories.
4072 * configure: Regenerate.
4073
4074 2005-12-27 Leif Ekblad <leif@rdos.net>
4075
4076 * configure.in: Add support for RDOS target.
4077 * configure: Regenerate.
4078
4079 2005-12-27 Nick Clifton <nickc@redhat.com>
4080
4081 PR binutils/1990
4082 * libtool.m4: Synchronize with version in GCC sources.
4083
4084 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4085
4086 Revert Ada-related part of the previous change.
4087
4088 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4089 Do not pass.
4090 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4091 * Makefile.in: Regenerate.
4092 * configure.in: Do not include mt-ppc-aix target fragment.
4093 * configure: Regenerate.
4094
4095 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4096
4097 * configure.in: Select appropriate fragments for PowerPC/AIX.
4098 * configure: Regenerate.
4099
4100 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4101 BOOT_CFLAGS, BOOT_LDFLAGS.
4102 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4103 BOOT_CFLAGS, BOOT_LDFLAGS.
4104 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4105 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4106 (stage): Fail if we cannot complete the work.
4107 * Makefile.in: Regenerate.
4108
4109 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4110
4111 * COPYING.NEWLIB: Update copyright year for default
4112 copyright.
4113
4114 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4115
4116 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4117 install-host-nogcc): Don't invoke $(stage) at the end.
4118 * Makefile.in: Regenerate.
4119
4120 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4121
4122 * configure.in: Flip the top-level bootstrap switch.
4123 * configure: Regenerate.
4124
4125 Merge from gcc:
4126
4127 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4130 $(stage) and $(unstage).
4131 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4132 (all): Remove stray semicolon.
4133 (local-distclean): Don't handle multilib.tmp and multilib.out.
4134 (install.all): Set $s for consistency.
4135 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4136 check_multilibs setting. Always make the install directory.
4137 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4138 Correct @if/@endif.
4139 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4140 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4141 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4142 (multilib.out): Remove.
4143 * Makefile.in: Regenerated.
4144
4145 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4146
4147 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4148 * configure.in: Replace ms1 arch with mt.
4149 * configure: Rebuilt.
4150
4151 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4152
4153 Sync with gcc:
4154
4155 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4156
4157 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4158 * configure.in: Replace ms1 arch with mt.
4159 * configure: Rebuilt.
4160
4161 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4162
4163 Sync with gcc:
4164
4165 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4166
4167 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4168 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4169 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4170 Find in-tree tools if available.
4171 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4172 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4173 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4174 (COMPILER_*_FOR_TARGET): New.
4175 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4176 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4177 (CONFIGURED_*, USUAL_*): Remove.
4178 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4179 STRIP): Use autoconf substitutions.
4180 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4181 COMPILER_NM_FOR_TARGET): New.
4182 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4183
4184 (all): Make all-host and all-target in parallel.
4185 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4186 that $$r and $$s are set before invoking a recursive make.
4187 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4188 ([+bootstrap-target+]): Inline most of the `all' target.
4189
4190 2005-11-29 Ben Elliston <bje@au.ibm.com>
4191
4192 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4193 from the gcc build directory.
4194 * Makefile.in: Regenerate.
4195
4196 2005-11-29 Ben Elliston <bje@au.ibm.com>
4197
4198 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4199 depend on all-libdecnumber.
4200 * configure.in (host_libs): Include libdecnumber.
4201 * Makefile.in: Regenerate.
4202 * configure: Likewise.
4203
4204 2005-11-21 Kean Johnston <jkj@sco.com>
4205
4206 * config.sub, config.guess: Sync from upstream sources.
4207
4208 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4209
4210 * Makefile.def: Remove gdb dependencies for gdbtk.
4211 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4212 (configure-gdb, install-gdb): New rules.
4213 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4214 * Makefile.in, configure: Regenerated.
4215
4216 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4217
4218 PR bootstrap/24297
4219 * Makefile.tpl (do-[+make-target+], do-check, install,
4220 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4221 are set before recursing.
4222 * Makefile.in: Regenerate.
4223
4224 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4225
4226 PR bootstrap/18939
4227 * Makefile.def (gcc) <target>: Fix thinko.
4228 * Makefile.in: Regenerate.
4229
4230 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4231
4232 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4233 * configure: Regenerate.
4234
4235 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
4236
4237 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4238 target-libffi, target-qthreads, target-libjava, and
4239 targetlibobjc.
4240 * configure: Regenerate.
4241
4242 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4245 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4246 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4247 (USUAL_OBJDUMP_FOR_TARGET): New.
4248 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4249 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4250 * configure, Makefile.in: Regenerated.
4251
4252 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4253
4254 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4255 before other host packages.
4256
4257 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4258
4259 PR bootstrap/22340
4260
4261 * configure.in (default_target): Remove.
4262 * Makefile.tpl (all): Do not use prerequisites as subroutines
4263 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4264 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4265 use prerequisites as subroutines.
4266 (check-host, check-target): New.
4267 (bootstrap configure & all targets): Do not use stage*-start
4268 if the directory layout is already ok.
4269 (non-bootstrap configure & all targets): Prepend a $(unstage).
4270 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4271 (NOTPARALLEL): Remove.
4272 (unstage, stage variables): New variables.
4273 (unstage, stage targets): Simply expand to those variables.
4274
4275 * configure: Regenerate.
4276 * Makefile.in: Regenerate.
4277
4278 2005-10-04 James E Wilson <wilson@specifix.com>
4279
4280 * Makefile.def (lang_env_dependencies): Add libmudflap.
4281 * Makefile.in: Regenerate.
4282
4283 2005-10-03 Catherine Moore <clm@cm00re.com>
4284
4285 * configure.in (bfin-*-*): Support bfin.
4286 * configure: Regenerated.
4287
4288 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4289
4290 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4291 * configure: Regenerated.
4292
4293 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4294
4295 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4296 (LIPO_FOR_TARGET): New.
4297 (CONFIGURED_LIPO_FOR_TARGET): New.
4298 (USUAL_LIPO_FOR_TARGET): New.
4299 (STRIP_FOR_TARGET): New.
4300 (CONFIGURED_STRIP_FOR_TARGET): New.
4301 (USUAL_STRIP_FOR_TARGET): New.
4302 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4303 STRIP_FOR_TARGET.
4304 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4305 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4306 * Makefile.in: Regenerate.
4307 * configure: Regenerate.
4308
4309 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4310
4311 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4312 (rs6000-*-aix*): Same.
4313 * configure: Regenerate.
4314
4315 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4316
4317 * configure.in: Recognize f95 in the --enable-languages option,
4318 and substitute it for fortran, issuing a warning.
4319 * configure: Regenerate.
4320
4321 2005-09-07 Ben Elliston <bje@au.ibm.com>
4322
4323 Import from Autoconf sources:
4324
4325 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4326 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4327 Elliston. Handle weird characters correctly.
4328
4329 2005-08-30 Phil Edwards <phil@codesourcery.com>
4330
4331 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4332 * configure: Regenerated.
4333
4334 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4335
4336 * Makefile.def (libssp): Add to lang_env_dependencies.
4337 * Makefile.in: Regenerate.
4338
4339 2005-08-17 Christian Groessler <chris@groessler.org>
4340
4341 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4342 * Makefile.in: Regenerate.
4343
4344 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4345
4346 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4347 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4348 Look for alternate names of the target cc and c++
4349 * configure: Regenerate.
4350
4351 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4352
4353 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4354 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4355 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4356 tools; remove code to manually set them.
4357 (Target tools): Look in the environment for them.
4358 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4359 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4360 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4361 build directory.
4362 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4363 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4364 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4365 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4366 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4367 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4368 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4369 * configure: Regenerate.
4370 * Makefile.in: Regenerate.
4371
4372 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4373
4374 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4375 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4376 * Makefile.in: Regenerated.
4377
4378 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4379
4380 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4381 (CFLAGS_FOR_TARGET): Use it.
4382 (CXXFLAGS_FOR_TARGET): Likewise.
4383 * Makefile.in: Regenerated.
4384 * configure.in (--with-build-sysroot): New option.
4385 * configure: Regenerated.
4386
4387 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4388
4389 * Makefile.tpl: Wrap install between unstage and stage
4390 * Makefile.in: Regenerate.
4391
4392 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4393
4394 * all files: Update FSF address.
4395
4396 2005-07-14 Jim Blandy <jimb@redhat.com>
4397
4398 * configure.in: Add cases for Renesas m32c.
4399 * configure: Regenerated.
4400
4401 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4402
4403 * COPYING, compile, config-ml.in, config.guess,
4404 config.sub, install-sh, missing, mkinstalldirs,
4405 symlink-tree, ylwrap: Sync from upstream sources.
4406
4407 2005-07-13 Eric Christopher <echristo@redhat.com>
4408
4409 * configure.in: Add toplevel noconfigdir support for tpf.
4410 * configure: Regenerate.
4411
4412 2005-07-11 Jakub Jelinek <jakub@redhat.com>
4413
4414 * Makefile.def (target_modules): Add libssp.
4415 * configure.in (target_libraries): Add target-libssp.
4416 * configure: Rebuilt.
4417 * Makefile.in: Rebuilt.
4418
4419 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4420
4421 PR ada/22340
4422
4423 * Makefile.def: Sync with gcc.
4424 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4425 * Makefile.in: Regenerate.
4426
4427 2005-07-07 Andreas Schwab <schwab@suse.de>
4428
4429 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4430 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4431 * Makefile.in: Regenerated.
4432
4433 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
4434
4435 * configure.in: Add --enable-libssp and --disable-libssp.
4436 * configure: Regenerate with autoconf-2.13.
4437
4438 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4439
4440 * configure.in: Don't build sim or rda when targetting darwin.
4441 * configure: Regenerate.
4442
4443 2005-07-04 Ben Elliston <bje@gnu.org>
4444
4445 * src-release (do-proto-toplev): Remove dejagnu bits.
4446 (DEJAGNU_SUPPORT_DIRS): Remove.
4447 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4448 (GDBD_SUPPORT_DIRS): Likewise.
4449 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4450 (INSIGHTD_SUPPORT_DIRS): Likewise.
4451 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4452
4453 2005-06-30 Ben Elliston <bje@gnu.org>
4454
4455 * setup.com (mpw): Remove unused directive.
4456
4457 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4458
4459 * Makefile.def (stagefeedback): Come after profile.
4460 Define profiledbootstrap target.
4461 * Makefile.tpl (profiledbootstrap): Remove.
4462 (stageprofile-end): Zap stagefeedback.
4463 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4464 * Makefile.in: Regenerate.
4465
4466 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4467
4468 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4469 In 'cpp' stanza, support '#line' as well as '# '.
4470
4471 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4472
4473 * configure.in (unsupported_languages): New macro.
4474 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4475 non-ported target libraries in noconfigdirs.
4476 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4477 non-linux-gnu. Remove libgcj_ex_libffi.
4478 <lang_frag loop>: Set add_this_lang=no if the language is in
4479 unsupported_languages.
4480 * configure: Regenerate.
4481
4482 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4483
4484 * configure.in: Fix typo in handling of --with-mpfr-dir.
4485 * configure: Regenerate.
4486
4487 2005-06-02 Jim Blandy <jimb@redhat.com>
4488
4489 * config.sub: Add cases for the Renesas m32c. (This patch has been
4490 accepted into the master sources.)
4491
4492 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4493 Michael Snyder <msnyder@redhat.com>
4494 Stan Cox <scox@redhat.com>
4495
4496 * configure.in: Set noconfigdirs for ms1.
4497
4498 * configure: Regenerate.
4499
4500 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4501
4502 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4503 (Dependencies): Consider target modules for bootstrap dependencies.
4504 Make target bootstrap modules depend on each stage's gcc.
4505 * Makefile.in: Regenerate.
4506
4507 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4508
4509 * Makefile.def (configure-gcc): Depend on binutils having been built.
4510 (all-gcc): No need to do it here.
4511 * Makefile.in: Regenerate.
4512
4513 2005-05-19 Paul Brook <paul@codesourcery.com>
4514
4515 * configure.in: Rewrite misleading error message when requested
4516 language cannot be built.
4517 * configure: Regenerate.
4518
4519 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4520
4521 * ylwrap: Import from Automake 1.9.5.
4522
4523 2005-05-04 Mike Stump <mrs@apple.com>
4524
4525 * configure.in: Always pass --target to target configures as
4526 otherwise rebuilds that do --recheck will fail.
4527 * configure: Rebuilt.
4528
4529 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4530
4531 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4532 STAGE_HOST_EXPORTS.
4533 (configure, all): Add bootstrap support.
4534 (Host modules, target modules): Pass post-stage1 flags and exports.
4535 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4536 * Makefile.in: Regenerate.
4537
4538 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4539
4540 Sync from gcc:
4541
4542 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4543
4544 * config.sub: Update from master copy.
4545
4546 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4547
4548 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4549 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4550 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4551 "*-*-elf" and "*-*-linux*".
4552 * configure: Regenerate.
4553
4554 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4555
4556 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4557 (TARGET_CONFIGARGS): Include --with-target-subdir.
4558 (configure, all): New macros. Use them throughout.
4559
4560 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
4561
4562 * Makefile.tpl: Sync with gcc.
4563 * Makefile.in: Regenerate.
4564
4565 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4566
4567 * config/mh-mingw32: Delete.
4568 * configure.in: Don't use it.
4569 * configure: Regenerate.
4570
4571 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4572
4573 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4574 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4575 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4576 (HOST_LIB_PATH): Generate from Makefile.def.
4577 (TARGET_LIB_PATH): Likewise.
4578 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4579 * Makefile.in: Regenerate.
4580 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4581 (RPATH_ENVVAR): Include Darwin case.
4582 * configure: Regenerate.
4583
4584 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4585
4586 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4587 * configure: Regenerate.
4588
4589 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4590
4591 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4592 gcc_version, and gcc_version_trigger from set of flags to pass.
4593 * Makefile.tpl: Remove definitions of above variables.
4594 (config.status): Remove dependency on $(gcc_version_trigger).
4595 * Makefile.in: Regenerate.
4596 * configure.in: Do not reference config/gcc-version.m4 nor
4597 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4598 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4599 * configure: Regenerate.
4600
4601 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4602 Andrew Pinski <pinskia@physics.uc.edu>
4603
4604 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4605 * Makefile.in: Regenerate.
4606
4607 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4608
4609 PR libgcj/20160
4610 * ltmain.sh: Avoid creating archives with components that have
4611 duplicate basenames.
4612
4613 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4614
4615 PR bootstrap/20250
4616 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4617 instead of check.
4618 * Makefile.in: Regenerate.
4619
4620 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4621
4622 Sync from gcc.
4623
4624 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4625
4626 PR bootstrap/17383
4627 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4628 * Makefile.tpl (HOST_SUBDIR): New substitution.
4629 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4630 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4631 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4632 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4633 (Host modules, Bootstrapped modules): Use it.
4634 (Build modules, Target modules): Do not create symlink trees,
4635 always configure out-of-srcdir.
4636 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4637 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4638 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4639 $(HOST_SUBDIR). Create a symlink for host_subdir.
4640
4641 * Makefile.in: Regenerate.
4642 * configure: Regenerate.
4643
4644 Merged from libada-gnattools-branch:
4645 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4646
4647 * Makefile.def: Add gnattools as a module, depending on target-libada.
4648 * Makefile.in: Regenerate.
4649 * configure.in: Include gnattools in host_tools; disable it if ada
4650 is disabled.
4651 * configure: Regenerate.
4652
4653 2005-02-23 Nick Clifton <nickc@redhat.com>
4654
4655 * configure: Regenerate.
4656
4657 2005-02-22 Paul Schlie <schlie@comcast.net>
4658
4659 * configure.in: Allow darwin targeted ports to build tk, itcl and
4660 libgui.
4661
4662 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4663
4664 PR libgcj/10353
4665 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4666 * configure: Regenerate.
4667
4668 2005-02-08 Andrew Cagney <cagney@gnu.org>
4669
4670 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4671 gdb/ section. Update GDB's URL.
4672
4673 2005-01-31 Andrew Cagney <cagney@gnu.org>
4674
4675 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4676
4677 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4678
4679 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4680 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4681 target-libgloss when not *-*-elf and *-*-aout.
4682 * configure: Regenerate.
4683
4684 2005-01-27 Andrew Cagney <cagney@gnu.org>
4685
4686 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4687
4688 2005-01-24 Andrew Cagney <cagney@gnu.org>
4689
4690 * gettext.m4: Only fall back to ../intl/ when it's present.
4691
4692 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4693
4694 * install-sh, config.sub: Import from upstream.
4695
4696 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4697
4698 PR bootstrap/18222
4699 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4700 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4701 * Makefile.in: Regenerate.
4702
4703 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
4704
4705 Revert 2004-12-28 Makefile changes, a better fix will be
4706 applied to mainline and src after GCC 4.0 branches.
4707
4708 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4709
4710 PR bootstrap/17383
4711
4712 * Makefile.def (target_modules): Remove stage parameter,
4713 it is always true now.
4714 * Makefile.tpl (configure-build-[+module+],
4715 configure-target-[+module+]): Always build symlink tree
4716 for the directory and for include. BUILD_SUBDIR and
4717 TARGET_SUBDIR cannot be . anymore.
4718 * Makefile.in: Regenerate.
4719
4720 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4721
4722 Revert 2004-12-08 Makefile changes.
4723
4724 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4725
4726 * configure.in (sh64-*-*): Reenable gprof.
4727 * configure: Regenerate.
4728
4729 2004-12-09 Jim Blandy <jimb@redhat.com>
4730
4731 * MAINTAINERS: List 'depcomp' as part of automake.
4732
4733 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4734
4735 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4736 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4737 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4738 * Makefile.in: Regenerate.
4739
4740 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4741
4742 * Makefile.tpl: Generate normal dependencies if the LHS module is
4743 not bootstrapped.
4744 * Makefile.in: Regenerate.
4745
4746 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4747
4748 * configure.in: Include config/gxx-include-dir.m4. Use
4749 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4750 * configure: Regenerate.
4751
4752 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4753
4754 * config.if: Delete.
4755 * configure.in: Set libstdcxx_incdir directly.
4756 * configure: Regenerate.
4757 * MAINTAINERS: Remove mention of config.if.
4758 * src-release (DEVO_SUPPORT): Remove config.if.
4759
4760 2004-12-02 Eric Christopher <echristo@redhat.com>
4761
4762 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4763 of things to remove.
4764 * Makefile.in: Regenerate.
4765
4766 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4767
4768 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4769 * configure: Regenerate.
4770
4771 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4772
4773 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4774 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4775 * configure: Regenerate.
4776
4777 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4778
4779 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4780 (hppa*64*-*-*): Delete incorrect comment.
4781 * configure: Rebuilt.
4782
4783 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4784
4785 * install-sh, compile: Import from automake.
4786
4787 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4788
4789 * config.guess, config.sub: Import from savannnah.
4790
4791 2004-11-12 Mike Stump <mrs@apple.com>
4792
4793 * Makefile.def: Add html support.
4794 * Makefile.tpl: Likewise.
4795 * Makefile.in: Regenerate.
4796
4797 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4798
4799 PR 18423
4800 * configure.in: Remove all instances of build-fixincludes from
4801 noconfigdirs.
4802 (build_configargs): Supply --target to subdirectories.
4803 * configure: Regenerate.
4804
4805 * Makefile.def: Make gcc install depend on fixincludes install.
4806 * Makefile.in: Regenerate.
4807
4808 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4809
4810 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4811 target-libgfortran.
4812 * configure: Regenerate.
4813
4814 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4815
4816 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4817 like CC.
4818
4819 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4820
4821 * Makefile.def (host fixincludes): Specify missing targets.
4822 * Makefile.in: Regenerate.
4823
4824 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4825
4826 PR other/17783
4827 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4828 * configure: Regenerated.
4829
4830 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4831
4832 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4833 * configure: Regenerated.
4834
4835 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4836
4837 PR target/18151
4838 * configure.in (case ${target}): Do not build fixincludes for avr.
4839 * configure: Regenerated.
4840
4841 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4842
4843 * configure.in (case ${target}): Do not build fixincludes
4844 on platforms where it is not used.
4845 * configure: Regenerated.
4846
4847 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4848
4849 * configure.in: Use an absolute path to install-sh.
4850 * configure: Regenerated.
4851
4852 2004-10-19 Andrew Cagney <cagney@gnu.org>
4853
4854 * src-release (do-djunpack, do-md5sum): Install the generated file
4855 directly into the proto-toplev/ directory.
4856
4857 2004-10-19 Andrew Cagney <cagney@gnu.org>
4858
4859 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4860
4861 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4862
4863 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4864 * configure: Regenerate.
4865
4866 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4867
4868 Fix wrong conflict resolution in:
4869
4870 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4871
4872 * Makefile.in: Regenerate.
4873 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4874 in the recursive `make', instead of hardwiring `all'.
4875 (Autogenerated TARGET-* variables): New.
4876
4877 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4878
4879 Merged from GCC / libtool upstream:
4880 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4881 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4882 * ltcf-cxx.sh (tpf*): Likewise.
4883 * ltconfig (tpf*): Add TPF OS configuration support.
4884
4885 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
4886
4887 * configure.in: Enable target-libgloss for crx-*-*.
4888 * configure: Regenerate.
4889
4890 2004-09-24 Michael Roth <mroth@nessie.de>
4891
4892 * configure.in (--without-headers): Add missing double quotes.
4893 * configure: Regenerate.
4894
4895 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4896
4897 * ylwrap: Revert to previous version.
4898
4899 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4900
4901 PR bootstrap/17369
4902 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4903 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4904 SET_GCC_LIB_PATH_CMD.
4905 (BASE_TARGET_EXPORTS): Likewise.
4906 * Makefile.in: Regenerated.
4907
4908 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4909 * configure: Regenerated.
4910
4911 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4912
4913 * config.guess: New upstream version
4914 * compile, depcomp, install-sh, ylwrap: Likewise.
4915
4916 2004-09-19 Roger Sayle <roger@eyesopen.com>
4917
4918 * config/mh-x86omitfp: New host makefile fragment. Add
4919 -fomit-frame-pointer to the default BOOT_CFLAGS.
4920 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4921 * configure: Regenerate.
4922
4923 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4924
4925 PR target/11572
4926 * configure.in (*-*-darwin*): Renable libobjc.
4927 * configure: Regenerate.
4928
4929 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4930
4931 * Makefile.def: Remove libbanshee.
4932 * Makefile.tpl: Ditto.
4933 * configure.in: Ditto.
4934 * Makefile.in: Regen.
4935 * configure: Ditto.
4936
4937 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4938
4939 * missing: Import latest version from master repository.
4940
4941 2004-09-04 Nick Clifton <nickc@redhat.com>
4942
4943 * config.sub: Import latest version from master repository.
4944 * config.guess: Likewise.
4945 This includes these changes:
4946
4947 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4948
4949 * config.sub: Handle crisv32, alias etraxfs.
4950 * config.guess (crisv32:Linux:*:*): Handle.
4951
4952 2004-08-13 Brad Smith <brad@comstyle.com>
4953
4954 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4955 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4956
4957 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4958
4959 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4960 assume the processor is a powerpc. This is because coreutils
4961 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4962 in this case, due to a MacOS X bug that causes
4963 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4964 to return a negative number.
4965 Problem reported by Petter Reinholdtsen in:
4966 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4967
4968 2004-07-19 Ben Elliston <bje@gnu.org>
4969
4970 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4971
4972 2004-06-24 Ben Elliston <bje@gnu.org>
4973
4974 * config.guess: Update copyright years.
4975 * config.sub: Likewise.
4976
4977 2004-06-22 Robert Millan <robertmh@gnu.org>
4978
4979 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4980 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4981
4982 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4983
4984 * config.guess (*:*VMS:*:*): New entry. Replaces
4985 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4986 manufacturer.
4987
4988 2004-06-22 Ben Elliston <bje@gnu.org>
4989
4990 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4991 * config.sub: Likewise.
4992
4993 2004-06-22 Ben Elliston <bje@gnu.org>
4994
4995 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4996 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4997
4998 2004-06-11 Ben Elliston <bje@gnu.org>
4999
5000 * config.guess (pegasos:OpenBSD:*:*): Remove.
5001
5002 2004-06-11 Ben Elliston <bje@gnu.org>
5003
5004 From Wouter Verhelst <wouter@grep.be>:
5005 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5006
5007 2004-06-11 Ben Elliston <bje@gnu.org>
5008
5009 * config.guess (luna88k:OpenBSD:*:*): New.
5010
5011 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5012
5013 * config.guess (m32r*:Linux:*:*): New case.
5014 * config.sub: Handle m32rle.
5015
5016 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5017
5018 From Jens Petersen <petersen@redhat.com>:
5019 * config.sub: Handle sparcv8.
5020
5021 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5022
5023 From Tom Smith <smith@cag.lkg.hp.com>:
5024 * config.guess: Version suffixes are equally significant on Tru64
5025 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5026 prefix of "P" (patched kernel).
5027
5028 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5029
5030 * config.sub: Add support for National Semiconductor CRX target.
5031
5032 2004-09-03 Jan Beulich <jbeulich@novell.com>
5033
5034 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5035 *-*-netware, but add target-libmudflap.
5036 Consolidate *-*-netware targets (of which really only i?86 exists)
5037 into a single entry.
5038 * configure: Likewise.
5039
5040 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5041
5042 * Makefile.tpl (sorry): Remove.
5043 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5044 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5045 (do-clean): Clean per-stage directories too.
5046 (do-distclean): Run distclean-stage1 too.
5047 (.NOTPARALLEL): Enable during toplevel bootstrap.
5048 (stage[+id+]-bubble): Enable parallel execution during
5049 the recursive invocation.
5050 * Makefile.in: Regenerate.
5051
5052 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5053
5054 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5055
5056 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5057 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5058 * configure: regenerate
5059 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5060 -mdynamic-no-pic
5061
5062 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5063
5064 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5065 include.
5066 * configure.in: Fix indentation.
5067 * configure: Regenerate.
5068
5069 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5070
5071 * Makefile.def (build_modules): Add fixincludes.
5072 (dependencies): Make gcc depend on fixincludes.
5073 * configure.in (build_tools): Add fixincludes.
5074 (build_configdirs): Always include build_libs.
5075 * Makefile.in: Regenerate.
5076 * configure: Regenerate.
5077
5078 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5079
5080 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5081 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5082 phony targets; do not generate timestamp files.
5083 (distclean-stageN): Remove references to their timestamp files.
5084 (restageN, touch-stageN): Remove.
5085 (stageN-bubble): Rewritten.
5086 (compare): Support lean bootstraps.
5087 * Makefile.in: Regenerate.
5088
5089 * configure.in: Only warn when bootstrapping but
5090 build != host or build != target. Support lean bootstraps.
5091 * configure: Regenerate.
5092
5093 Sync from gcc:
5094 2004-08-26 Phil Edwards <phil@codesourcery.com>
5095
5096 * configure.in: Give a better error message if GMP/MPFR are missing
5097 and a language needing them has been requested.
5098 * configure: Regenerated.
5099
5100 2004-08-25 Phil Edwards <phil@codesourcery.com>
5101
5102 * configure.in: Print a list of available language front-ends if
5103 a requested one is missing. Tidy stray tab characters.
5104 * configure: Regenerated.
5105
5106 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
5107
5108 * Makefile.in: Regenerate.
5109 * configure: Regenerate.
5110
5111 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5112 stage_*_flags.
5113 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5114 for bootstrapped modules if toplevel bootstrap is going.
5115 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5116 modules. Adjust for changes in Makefile.def. Enable several
5117 rules even in non-bootstrap mode, just to avoid peppering the
5118 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5119 (stage-[+prev+]-bubble): Remove.
5120
5121 * Makefile.def (Dependencies): Depend on all-build-bison,
5122 all-build-flex, all-build-byacc, all-build-texinfo, rather
5123 than the host variations.
5124 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5125 with BUILD_SUBDIR.
5126 (BISON): Update for recent Bisons.
5127 (YACC): Fix typo.
5128 (cross): Depend on all-build.
5129 (all): Do not depend on all-build.
5130 (prebootstrap): Remove.
5131 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5132 (Prebootstrap dependencies): Add them to the per-stage targets
5133 and to all-prebootstrap.
5134 * configure.in (build_configdirs): Always enable build_tools.
5135 (BUILD_DIR_PREFIX): Remove.
5136
5137 * Makefile.def (gcc): Add target variable.
5138 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5139 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5140 in the recursive `make', instead of hardwiring `all'.
5141 (Autogenerated TARGET-* variables): New.
5142
5143 2004-08-17 Robert Millan <robertmh@gnu.org>
5144
5145 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5146 (instead of FreeBSD).
5147 * configure: Regenerate.
5148
5149 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5150
5151 * Makefile.def, configure.in, src-release: Remove useless, bogus
5152 references to tix.
5153 * Makefile.in, configure: Regenerate.
5154
5155 * src-release: Stop distributing mmalloc with gdb (which doesn't
5156 use it).
5157 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5158 * Makefile.in: Regenerate.
5159
5160 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5161
5162 * configure.in (arm*-*-eabi*): New target.
5163 * configure: Regenerate.
5164
5165 2004-08-01 Robert Millan <robertmh@gnu.org>
5166
5167 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5168 libmudflap for all GNU-based systems (with Glibc).
5169 * configure: Regenerate.
5170
5171 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5172
5173 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5174 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5175 (Dependencies): New section.
5176 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5177 (configure-target-[+module+]): Depend on maybe-all-gcc
5178 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5179 (toplevel profiledbootstrap): Fix dependencies.
5180 * Makefile.in: Regenerate.
5181
5182 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5183
5184 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5185 target-libiberty to noconfigdirs.
5186
5187 2004-08-03 Paul Brook <paul@codesourcery.com>
5188
5189 * configure.in: Check for MPFR as well as GMP.
5190 * configure: Regenerate.
5191
5192 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5193
5194 * Makefile.def (host-modules): Add gcc.
5195 * Makefile.in: Regenerate.
5196 * Makefile.tpl (sorry): New rule.
5197 (configure-host, all-host, [+make_target+]-host, do-check,
5198 install-host): Do not add gcc as a special case.
5199 (host modules): Add a small special-casing for gcc. Export
5200 extra_make_flags through the environment.
5201 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5202 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5203 other recursive targets for gcc): Remove.
5204
5205 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5206 (stage, unstage): New rules.
5207 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5208 distclean-stage[+id+]): Use stage_current.
5209 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5210 the stage*-start rules.
5211
5212 2004-07-19 Robert Millan <robertmh@gnu.org>
5213
5214 Synced from gcc:
5215
5216 2004-04-26 Robert Millan <robertmh@gnu.org>
5217
5218 Add patches from libtool CVS.
5219 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5220 * ltconfig: Likewise.
5221 * ltcf-c.sh: Likewise.
5222 * ltcf-cxx.sh: Likewise.
5223 * ltcf-gcj.sh: Likewise.
5224
5225 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5226
5227 * configure.in: Add noconfigdirs for crx-*-*.
5228 * configure: Regenerate.
5229
5230 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
5231
5232 Synced from gcc:
5233
5234 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5235
5236 * configure.in: Build libmudflap by default on FreeBSD.
5237 * configure: Regenerated.
5238
5239 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5240
5241 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5242 systems.
5243 * configure: Regenerated.
5244
5245 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5246
5247 PR target/16344
5248 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5249 feedback based compiler.
5250 * Makefile.in: Rebuilt.
5251
5252 2004-07-05 Phil Edwards <phil@codesourcery.com>
5253
5254 * configure.in: Do not prepend $srcdir to /dev/null in
5255 makefile fragments.
5256 * configure: Regenerate.
5257
5258 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5259
5260 * Makefile.def (host_modules): Set bootstrap=true for flex.
5261 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5262 * Makefile.in: Rebuilt.
5263
5264 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5265
5266 * Makefile.def (build_modules): Add bison, byacc, flex,
5267 m4, texinfo.
5268 (flags_to_pass): Add FLEX.
5269 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5270 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5271 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5272 DEFAULT_MAKEINFO): Remove.
5273 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5274 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5275 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5276 objdir or else use configured tool.
5277 (all-build): New.
5278 (all): Depend on it.
5279 (Build module dependencies): Add.
5280 * Makefile.in: Regenerate.
5281 * configure.in: Better support for multiple build modules,
5282 matching what is done for host/target modules. Do not look
5283 for "plausible" locations of build tools if Canadian cross.
5284 Use autoconf's AC_PROG_CC to find a C compiler. Define
5285 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5286 * configure: Regenerate.
5287
5288 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5289
5290 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5291 * Makefile.in: Regenerate.
5292
5293 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5294
5295 * Makefile.tpl (configure-build-[+module+],
5296 configure-[+module+], configure-target-[+module+]): Pass
5297 [+extra_configure_args+].
5298 (all-build-[+module+], all-[+module+], check-[+module+],
5299 install-[+module+], [+make_target+]-[+module+],
5300 all-target-[+module+], check-target-[+module+],
5301 install-target-[+module+], [+make_target+]-target-[+module+]):
5302 Pass [+extra_make_args+].
5303 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5304 (GCC_HOST_EXPORTS): Remove.
5305 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5306 cross, check-gcc, check-gcc-c++, install-gcc,
5307 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5308 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5309 * Makefile.in: Regenerate.
5310
5311 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5312
5313 * configure.in: Check for srcdir/winsup rather than build directory
5314 winsup.
5315 * configure: Regenerate.
5316
5317 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5318
5319 * configure.in: Don't build Cygwin native newlib if winsup
5320 directory is missing. Emit warning instead.
5321 * configure: Regenerate.
5322
5323 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5324
5325 * Makefile.tpl (touch-stage[+id+]): New.
5326 (restage[+prev+]): Depend on touch-stage[+id+].
5327
5328 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5329 Use it throughout.
5330
5331 * Makefile.def: Add profile and feedback bootstrap stages.
5332 Remove next field from bootstrap stages.
5333 * Makefile.tpl (LN, LN_S): Substitute.
5334 (stageN-start, stageN-end): Use double-colon rules, to
5335 provide a hook for additional setup commands.
5336 (distclean-stageN-gcc, restageN): Create dependencies from
5337 [+prev+], not from [+next+].
5338 (stageN-bubble): Add commands for successive stages from
5339 [+prev+], using double-colon rules.
5340 (all-stageN-gcc): Fix typo.
5341 (stagefeedback-start, profiledbootstrap): New.
5342 * Makefile.in: Regenerate.
5343 * configure.in: Call ACX_PROG_LN.
5344 * configure: Regenerate.
5345
5346 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5347
5348 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5349 without gcc.
5350 * configure: Regenerate.
5351
5352 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5353
5354 * Makefile.tpl: Fix typo.
5355 * Makefile.in: Regenerate.
5356
5357 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5358
5359 * configure.in: Remove new- prefix from toplevel
5360 bootstrap targets.
5361 * configure: Regenerate.
5362
5363 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5364
5365 Merge this patch from the gcc tree:
5366
5367 2004-05-30 Andreas Jaeger <aj@suse.de>
5368 Jim Wilson <wilson@specifixinc.com>
5369
5370 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5371 like CC.
5372
5373 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5374
5375 * Makefile.tpl (all.normal): Rename to all.
5376 (all): Replace with a rule to pick the default
5377 target from configure.
5378 (all-gcc, configure-gcc): Use conditionals to
5379 do nothing when toplevel bootstrap is going on.
5380 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5381 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5382 * configure.in: Support --enable-bootstrap.
5383
5384 * Makefile.def: Remove new- prefix from toplevel
5385 bootstrap targets.
5386 * Makefile.tpl: Likewise.
5387
5388 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5389 target.
5390
5391 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5392 $(RECURSE_FLAGS) to recursive invocation of make.
5393
5394 * Makefile.in: Regenerate.
5395 * configure: Regenerate.
5396
5397 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5398
5399 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5400 * configure: Regenerate.
5401
5402 2004-05-25 Daniel Jacobowitz <drow@false.org>
5403
5404 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5405 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5406 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5407 targets.
5408 * Makefile.in: Regenerate.
5409
5410 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
5411
5412 * configure.in: Test the ability to symlink directories.
5413 * configure: Regenerate.
5414
5415 * Makefile.def (bootstrap-stage): New definitions.
5416 * Makefile.tpl (configure-stage1-gcc,
5417 configure-stage2-gcc, configure-stage3-gcc,
5418 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5419 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5420 new-restage3, compare): Autogenerate, see Makefile.in
5421 entry for behavioral changes.
5422 (distclean-stage1, new-stage1-start, new-stage1-end,
5423 new-stage1-bubble, distclean-stage2, new-stage2-start,
5424 new-stage2-end, new-stage2-bubble, distclean-stage3,
5425 new-stage3-start, new-stage3-end): New autogenerated targets.
5426 (objext, prebootstrap, BOOT_CFLAGS,
5427 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5428 targets.
5429
5430 * Makefile.in: Regenerate.
5431 (distclean-stage1, new-stage1-start, new-stage1-end,
5432 new-stage1-bubble, distclean-stage2, new-stage2-start,
5433 new-stage2-end, new-stage2-bubble, distclean-stage3,
5434 new-stage3-start, new-stage3-end): New targets.
5435 (all-stage1-gcc): Move prebootstrap dependency from here...
5436 (configure-stage1-gcc): ...to here.
5437 (new-bootstrap): Use bubble targets.
5438 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5439 Use per-stage distclean targets.
5440 (configure-stage1-gcc, configure-stage2-gcc,
5441 configure-stage3-gcc, all-stage1-gcc,
5442 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5443 Use new-stageN-start to prepare the tree.
5444
5445 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5446
5447 * Makefile.def (host_modules): add libcpp.
5448 * Makefile.tpl: Add dependencies on and for libcpp.
5449 * Makefile.in: Regenerate.
5450 * configure.in: Add libcpp host module.
5451 * configure: Regenerate.
5452
5453 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5454
5455 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5456 of libf2c.
5457 * configure, Makefile.in: Regenerate.
5458
5459 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5460
5461 Merge from tree-ssa-20020619-branch.
5462
5463 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5464 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5465 (HOST_GMPLIBS): Define.
5466 (HOST_GMPINC): Define.
5467 (TARGET_LIB_PATH): Add libmudflap.
5468 (GFORTRAN_FOR_TARGET): Define.
5469 (configure-build*): Export GFORTRAN.
5470 (configure-gcc): Export GMPLIBS and GMPINC.
5471 (all-gcc): Add maybe-all-libbanshee.
5472 (configure-target-libgfortran): Define.
5473 * Makefile.in: Regenerate.
5474 * configure.in (host_libs): Add libbanshee.
5475 (target_libraries): Add target-libmudflap and target-libgfortran.
5476 Add --with-libbanshee.
5477 Handle --disable-libmudflap.
5478 (*-*-freebsd*): Use with_gmp.
5479 Add $(libgcj) to noconfigdirs.
5480 * configure: Regenerate.
5481 * depcomp: New file.
5482 * MAINTAINERS: Add tree-ssa maintainers.
5483
5484 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5485
5486 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5487 * configure: Regenerate.
5488
5489 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5490
5491 Revert:
5492 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5493
5494 * Makefile.def (flags_to_pass): Remove *dir variables that
5495 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5496 as well as prefix and exec_prefix.
5497 * Makefile.in: Regenerate.
5498
5499 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5500
5501 * Makefile.def (host_modules): Mark with the bootstrap
5502 flag packages on which gcc depends.
5503 * Makefile.tpl (all-bootstrap): Use it.
5504 * Makefile.in: Regenerate.
5505
5506 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5507
5508 * Makefile.def (flags_to_pass): Remove *dir variables that
5509 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5510 as well as prefix and exec_prefix.
5511 * Makefile.in: Regenerate.
5512
5513 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5514
5515 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5516 * configure: Regenerate.
5517 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5518 * gcc/Makefile.tpl (compare): Use the result of the test.
5519 * gcc/Makefile.in: Regenerate.
5520
5521 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5522
5523 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5524 Always relocate gcc and prev-gcc to the original names, even
5525 if the build fails.
5526 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5527 New targets.
5528
5529 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5530
5531 * configure.in (mips*-*-irix5*): Enable ld.
5532 * configure: Regenerate.
5533
5534 2004-04-15 James E Wilson <wilson@specifixinc.com>
5535
5536 * Makefile.tpl (configure-[+module+], configure-gcc,
5537 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5538 Set and export LDFLAGS.
5539 * Makefile.in: Regenerate.
5540
5541 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5542
5543 PR bootstrap/14871
5544 * Makefile.tpl: If we don't have built-in-tree target tools,
5545 use the ones found by configure rather than hacking around with
5546 program_transform_name.
5547 * configure.in: Give Makefile.tpl the information necessary
5548 to do that.
5549 * Makefile.in: Regenerate.
5550 * configure: Regenerate.
5551
5552 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5553
5554 PR bootstrap/14760
5555 * configure.in: When computing baseargs, strip *all* copies of
5556 offending options. Also, don't match/substitute the trailing space,
5557 so that this actually works when two similar options are separated by
5558 only one space.
5559 * configure: Regenerate.
5560
5561 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5562
5563 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5564 (rs6000-*-aix*): Same.
5565 * configure: Regenerate.
5566
5567 2004-03-25 Stan Shebs <shebs@apple.com>
5568
5569 Remove MPW support, no longer used.
5570 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5571 mpw-install: Remove files.
5572 * src-release (DEVO_SUPPORT): Remove names of removed files.
5573 * MAINTAINERS: Likewise.
5574
5575 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5576
5577 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5578 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5579 * Makefile.in: Regenerate.
5580
5581 * configure.in (top level bootstrap support): Rework --enable-werror
5582 to set @stage2_werror_flag@.
5583 * configure: Regenerate.
5584 * Makefile.tpl (top level bootstrap support): Pass
5585 @stage2_werror_flag@ down to configure in stages 2 and 3.
5586 * Makefile.in: Regenerate.
5587
5588 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5589
5590 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5591 for stages 2 and 3 as well as in make. As a consequence, remove
5592 OUTPUT_OPTION (now detected by configure) from the flags passed down
5593 to make.
5594 * Makefile.in: Regenerate.
5595
5596 * Makefile.tpl (new-bootstrap): Fix typo.
5597 * Makefile.in: Regenerate.
5598
5599 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5600
5601 * Makefile.tpl: Rearrange by moving recursive_targets rules
5602 into their proper sections.
5603 * Makefile.tpl (top level bootstrap support): Move disabling
5604 of coverage flags from 'make' to 'configure'; improve comments.
5605 * Makefile.in: Regenerate.
5606
5607 * Makefile.tpl (experimental top level bootstrap) Move stage1
5608 language setting from all- target to configure- target; disable
5609 intermodule optimization in stage 1; prevent gratuitous rebuilds
5610 of stage 1.
5611 * Makefile.in: Regenerate.
5612 * configure.in: Comma-separate stage 1 language list for top
5613 level bootstrap.
5614 * configure: Regenerate.
5615
5616 * Makefile.tpl: Clean up experimental top level bootstrap support:
5617 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5618 prev-gcc in configure- targets as well as all- targets.
5619 * Makefile.in: Regenerate.
5620
5621 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5622
5623 * configure.in: Remove symbolic link section.
5624 * configure: Regenerate.
5625 * Makefile.tpl (links): Remove.
5626 * Makefile.in: Regenerate.
5627
5628 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5629 Nathanael Nerode <neroden@gcc.gnu.org>
5630
5631 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5632 Set with AC_CHECK_PROGS.
5633 * configure.in: Fix comment typo from last patch.
5634 * configure: Regenerate.
5635
5636 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5637
5638 * Makefile.tpl: Introduce experimental top level bootstrap support.
5639 * Makefile.in: Regenerate.
5640 * configure.in: Introduce support for top level bootstrap.
5641 * configure: Regenerate.
5642
5643 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5644 Paolo Bonzini <bonzini@gnu.org>
5645
5646 PR bootstrap/14522
5647 * configure.in: Cope with shells that do not support unquoted ^
5648 * configure: Regenerate.
5649
5650 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5651 Paolo Bonzini <bonzini@gnu.org>
5652
5653 PR bootstrap/14522
5654 * configure.in: Cope with shell that do not support nesting
5655 quotes inside quoted backquote substitutions.
5656 * configure: Regenerate.
5657
5658 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5659
5660 PR bootstrap/14522
5661 * configure.in: Fix escaping of $.
5662 * configure: Regenerate.
5663
5664 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5665
5666 * configure: Regenerate.
5667
5668 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
5669
5670 PR ada/14131
5671 Move language detection to the top level.
5672 * configure.in: Find default values for the tools as
5673 soon as possible. Disable ada if GNAT is not found.
5674 Emit error message about missing languages. Expand
5675 --enable-languages=all for the gcc subdirectory.
5676
5677 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
5678
5679 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5680 and disable libgcj.
5681 * configure: Regenerated.
5682
5683 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5684
5685 PR bootstrap/7087
5686 * Makefile.tpl: Guard XFOO sed statements better.
5687 * Makefile.tpl: Add dependency for configure-target-libada.
5688 * Makefile.in: Regenerate (incidentally fixes broken
5689 commit when libada-branch was merged).
5690
5691 2004-02-28 Andrew Cagney <cagney@redhat.com>
5692
5693 * src-release (CVS_NAMES): Define.
5694 (do-tar, do-tar): Prune $(CVS_NAMES).
5695
5696 2004-02-23 Andrew Cagney <cagney@redhat.com>
5697
5698 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5699 2004-02-19.09.
5700
5701 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5702
5703 PR bootstrap/11932
5704 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5705
5706 2004-02-19 Andrew Cagney <cagney@redhat.com>
5707
5708 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5709 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5710
5711 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5712
5713 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5714 (rs6000-*-aix*): Same.
5715 * configure: Regenerate.
5716
5717 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5718
5719 * configure.in (host): Add in missing $noconfigdirs to defines.
5720 * configure: Regenerate.
5721
5722 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5723 Nathanael Nerode <neroden@gcc.gnu.org>
5724
5725 PR ada/6637, PR ada/5911
5726 Merge with libada-branch:
5727 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5728 with appropriate dependencies. Add --enable-libada configure switch.
5729 * configure, Makefile.in: Regenerate.
5730
5731 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5732
5733 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5734 * configure: Regenerate.
5735
5736 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5737
5738 * COPYING.NEWLIB: Update Red Hat license to 2004.
5739
5740 2004-01-23 DJ Delorie <dj@redhat.com>
5741
5742 * Makefile.def (target_modules) [libiberty]: Don't stage.
5743 * Makefile.in: Rebuilt.
5744
5745 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
5746
5747 * COPYING.NEWLIB: Update to include copyrights for new
5748 iconv code.
5749
5750 2004-01-15 Andrew Cagney <cagney@redhat.com>
5751
5752 * src-release: Update copyright year.
5753 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5754 (NEWLIB_SUPPORT_DIRS): Delete macro.
5755 (newlib.tar.bz2): Delete rule.
5756
5757 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5758
5759 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5760 * Makefile.tpl (configure-target-[+module+]): Support stage.
5761 * Makefile.in: Rebuilt.
5762
5763 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5764
5765 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5766 throughout.
5767
5768 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5769
5770 * configure.in: Use ./config.cache, not config.cache.
5771 * configure: Regenerate.
5772 * Makefile.tpl: Special-casing not needed for GCC any more.
5773 * Makefile.in: Regenerate.
5774
5775 * configure.in: Don't share a cache file for host dirs.
5776 * configure: Regenerate.
5777
5778 * config-ml.in: Don't mess with the cache file.
5779
5780 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5781
5782 * Makefile.tpl: Make GCC use a separate config.cache.
5783 * Makefile.in: Regenerate.
5784
5785 PR bootstrap/11932, PR bootstrap/11933
5786 (I don't know if it will fix either of them, but it relates
5787 to them.)
5788 * configure.in: Don't use shared config.cache for target
5789 directories.
5790 * configure: Regenerate.
5791
5792 2003-12-31 Roger Sayle <roger@eyesopen.com>
5793
5794 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5795 * configure: Regenerated.
5796
5797 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5798
5799 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5800 * configure: Regenerated.
5801
5802 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5803
5804 Port change over from GCC:
5805 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5806 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5807 (configure-build-[+module+], configure-[+module+]): Likewise.
5808 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5809 * Makefile.in: Regenerate.
5810
5811 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5812
5813 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5814 * configure: Regenerate.
5815
5816 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
5817
5818 * COPYING.NEWLIB: Add license info for long long routines added to
5819 stdlib.
5820
5821 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5822
5823 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5824 * Makefile.in: Regenerate.
5825
5826 2003-10-20 Phil Edwards <phil@codesourcery.com>
5827
5828 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5829 * configure: Regenerate.
5830
5831 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5832
5833 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5834 HOST_FLAGS_TO_PASS.
5835 * Makefile.in: Regenerate.
5836
5837 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
5838
5839 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5840 * configure: Rebuilt
5841 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5842 * Makefile.in: Rebuilt
5843
5844 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
5845
5846 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5847
5848 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
5849
5850 * config-ml.in: Use ac_configure_args directly instead of
5851 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5852 actually seen.
5853
5854 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5855
5856 * config-ml.in: Propagate INSTALL variables.
5857
5858 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
5859
5860 * configure.in: Pass a computed --program-transform-name
5861 to subconfigures.
5862 * configure: Regenerated.
5863
5864 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
5865
5866 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5867 * Makefile.in: Regenerate.
5868
5869 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5870 * Makefile.in: Regenerate.
5871
5872 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
5873
5874 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5875 quoting.
5876 * configure: Regenerated.
5877
5878 2003-09-12 Michael Chastain <mec@shout.net>
5879
5880 Fix PR gdb/857.
5881 * src-release (do-proto-topleve): Remove junk files
5882 intl/config.cache, intl/config.status,
5883 intl/config.h, intl/stamp-h.
5884
5885 2003-09-14 Andrew Cagney <cagney@redhat.com>
5886
5887 * src-release (dejagnu.tar): New target.
5888 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5889 (do-djunpack): Use $(PACKAGE) for the package name.
5890
5891 2003-09-04 DJ Delorie <dj@redhat.com>
5892
5893 * configure: Regenerate.
5894
5895 2003-09-04 Robert Millan <robertmh@gnu.org>
5896
5897 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5898
5899 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5900
5901 * configure.in: Ensure arguments to sed are properly spaced.
5902 * configure: Regenerate.
5903
5904 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
5905
5906 Merge from gcc:
5907 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
5908 * install-sh: Update to newer upstream versions (associated with
5909 aclocal 1.7).
5910 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5911
5912 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
5913
5914 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5915 * configure: Regenerated.
5916
5917 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
5918
5919 * configure.in: Use newline instead of semicolon when assuming
5920 shell arguments in a for loop.
5921 * configure: Regenerated.
5922
5923 2003-08-20 Geoffrey Keating <geoffk@apple.com>
5924
5925 PR 8180
5926 * configure.in: When testing with_libs and with_headers, treat
5927 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5928 * configure: Regenerate.
5929
5930 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5931 make, shell, etc.
5932 (baseargs): Likewise.
5933 * configure: Regenerate.
5934
5935 2003-08-19 Geoffrey Keating <geoffk@apple.com>
5936
5937 * configure.in: Disable libgcj for darwin not on powerpc.
5938 * configure: Rebuild.
5939
5940 2003-08-15 Michael Chastain <mec@shout.net>
5941
5942 * src-release (do-proto-toplev): Remove junk files
5943 dejagnu/example/calc/config.status,
5944 dejagnu/example/calc/config.log.
5945
5946 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5947
5948 * config-ml.in, symlink-tree: Add license.
5949
5950 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
5951
5952 Merge from gcc:
5953
5954 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5955 * Makefile.tpl (check, check-c++): Express dependencies using
5956 dependencies rather than commands.
5957 * Makefile.in: Regenerate.
5958
5959 2003-07-31 Geoffrey Keating <geoffk@apple.com>
5960 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5961 * Makefile.in: Update.
5962
5963 2003-08-01 Andrew Cagney <cagney@redhat.com>
5964
5965 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5966 * configure: Ditto.
5967
5968 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5969
5970 * configure.in: Enable libgcj for darwin.
5971 * configure: Rebuild.
5972
5973 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
5974
5975 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5976
5977 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5978
5979 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5980 creating target and build subdirs to build all parent dirs as needed.
5981 * Makefile.in: Rebuild.
5982 * configure.in: Don't build dirs explicitly here.
5983 * configure: Rebuild.
5984
5985 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
5986
5987 * Makefile.tpl (all-make): Depend on intl.
5988 * Makefile.in: Rebuilt.
5989
5990 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5991
5992 * config.if: Remove unused libc_interface determination.
5993
5994 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5995
5996 * Makefile.in: Regenerate, correctly this time.
5997
5998 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5999
6000 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6001 unused INSTALL_PROGRAM_ARGS.
6002 * configure.in: Use AC_PROG_INSTALL.
6003 * Makefile.in: Regenerate.
6004 * configure: Regenerate.
6005
6006 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6007
6008 * configure: Rebuilt.
6009 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6010 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6011 newlib nor libgloss.
6012 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6013 * configure.in (am33_2.0-*-linux*): Added.
6014
6015 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6016
6017 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6018 * configure: Regenerate.
6019
6020 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6021
6022 * config-ml.in: Replace PWD with PWD_COMMAND.
6023 * Makefile.tpl: Likewise.
6024 * Makefile.in: Regenerated.
6025
6026 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6027
6028 * configure.in: Clean up config-lang.in handling. Delete
6029 useless assignment to "subdirs".
6030 * configure: Regenerate.
6031
6032 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6033
6034 * configure.in: Rename 'target_libs' to 'target_libraries'.
6035 Remove useless reference to 'target_libs'.
6036 * configure: Regenerate.
6037
6038 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6039
6040 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6041 * Makefile.in: Regenerate.
6042
6043 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6044
6045 * Makefile.def: Introduce flags_to_pass.
6046 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6047 * Makefile.in: Regenerate.
6048
6049 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6050
6051 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6052 and target-libgloss.
6053 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6054 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6055 * configure: Regenerate.
6056
6057 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6058
6059 * configure.in: Update testsuite_flags to new location.
6060 * configure. Regenerate.
6061
6062 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6063
6064 * Makefile.tpl: Remove BUILD_CC stuff.
6065 * Makefile.in: Regenerate.
6066
6067 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6068
6069 * config.guess: Update to 2003-06-12 version.
6070 * config.sub: Update to 2003-06-13 version.
6071
6072 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6073
6074 * MAINTAINERS: Add myself as MIPS co-maintainer.
6075
6076 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6077
6078 * config.guess: Update to 2003-06-06 version.
6079 * config.sub: Update to 2003-06-06 version.
6080
6081 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6082
6083 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6084 * configure. Regenerate.
6085
6086 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6087
6088 * configure.in: Disable serial configure by default.
6089 * configure: Regenerate.
6090 * Makefile.tpl: Abolish .NOTPARALLEL.
6091 * Makefile.in: Regenerate.
6092
6093 * Makefile.tpl: Replace {build,host,target}_canonical by
6094 {build,host,target}.
6095 * Makefile.in: Regenerate.
6096
6097 * Makefile.tpl: Fix stupid pasto.
6098 * Makefile.in: Regenerate.
6099
6100 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6101
6102 * Makefile.tpl: Remove bogus conditional.
6103 * Makefile.in: Regenerate.
6104
6105 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6106
6107 * Makefile.tpl: Make 'recursive targets' using autogen rather
6108 than shell loop. Remove duplicate 'clean' targets and false
6109 comments.
6110 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6111 Add systematic method of specifying missing targets in subdirs.
6112 Add copyright boilerplate.
6113 * Makefile.in: Regenerate.
6114 * configure.in: Add 'recursive targets' to maybe list.
6115 * configure: Regenerate.
6116
6117 * Makefile.tpl: Rename [+target+] to [+make_target+].
6118 * Makefile.def: Rename 'target' to 'make_target'.
6119
6120 2003-05-30 Nick Clifton <nickc@redhat.com>
6121
6122 * README-maintainer-mode: Update URL for locating blessed config
6123 tools.
6124
6125 2003-05-29 Robert Millan <rmh@debian.org>
6126
6127 * ltconfig: Import this patch and modify for use with current
6128 version of ltconfig:
6129
6130 2003-05-21 Bruno Haible <bruno@clisp.org>
6131
6132 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6133 GNU/FreeBSD.
6134
6135 2003-05-28 DJ Delorie <dj@redhat.com>
6136
6137 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6138 * Makefile.in: Regenerate.
6139
6140 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6141
6142 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6143
6144 2003-05-21 DJ Delorie <dj@redhat.com>
6145
6146 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6147 newlib or libgloss.
6148 * Makefile.in: Regenerate.
6149
6150 2003-05-21 DJ Delorie <dj@redhat.com>
6151
6152 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6153 * Makefile.in: Regenerate.
6154
6155 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6156
6157 * configure.in: Use curly braces in the definition of tooldir.
6158 * configure: Regenerate.
6159
6160 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6161
6162 * configure.in: Switch more things to use maybe dependencies.
6163 * Makefile.tpl: Switch more things to use maybe dependencies.
6164 Factor out common code from autogen IF statements.
6165 * configure: Regenerate.
6166 * Makefile.in: Regenerate.
6167
6168 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6169
6170 * configure.in: Accept i[3456789]86 for machine type.
6171 * configure: Regenerate.
6172
6173 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6174
6175 * configure.in: Switch more things to use maybe dependencies.
6176 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6177 * configure: Regenerate.
6178 * Makefile.tpl: Switch more things to use maybe dependencies.
6179 * Makefile.in: Regenerate.
6180
6181 2003-05-16 Andreas Schwab <schwab@suse.de>
6182
6183 * Makefile.tpl (install-opcodes): Define.
6184 * Makefile.in: Rebuild.
6185
6186 2003-05-13 Andreas Jaeger <aj@suse.de>
6187
6188 * config.guess: Update to 2003-05-09 version.
6189 * config.sub: Update to 2003-05-09 version.
6190
6191 2003-05-13 Michael Eager <eager@mvista.com>
6192
6193 * configure.in: Correct sed script so that options in quotes are not
6194 deleted.
6195 * configure: Rebuild.
6196
6197 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6198
6199 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6200 and $$s/newlib/libc/sys/cygwin32 include paths.
6201 * configure: Ditto.
6202
6203 2003-05-05 H.J. Lu <hjl@gnu.org>
6204
6205 * config-ml.in: Restored from gcc repository.
6206
6207 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6208
6209 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6210 * Makefile.in: Regenerate.
6211
6212 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6213
6214 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6215 and Makefile.def.
6216
6217 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6218
6219 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6220 * Makefile.in: Regenerated.
6221
6222 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6223
6224 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6225 * Makefile.in: Regenerate.
6226
6227 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6228
6229 * configure.in (powerpc64*-*-linux*): Remove.
6230 * configure: Rebuilt.
6231
6232 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6233
6234 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6235 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6236 and restrap.
6237 * Makefile.in: Regenerate.
6238
6239 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6240
6241 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6242 * configure: Regenerated.
6243
6244 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
6245
6246 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6247 * */configure: Rebuilt.
6248
6249 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6250
6251 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6252 * Makefile.in: Regenerate.
6253
6254 2003-03-14 Michael Chastain <mec@shout.net>
6255
6256 * Makefile.in: Regenerate with correct Makefile.def.
6257
6258 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6259
6260 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6261 Make macro.
6262 * Makefile.in: Regenerate.
6263 * configure.in: Clean up gxx_include_dir logic.
6264 * configure: Regenerate.
6265
6266 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6267
6268 * configure.in (gxx_include_dir): Fix typo.
6269 * configure: Regenerated.
6270
6271 2003-03-06 Andrew Cagney <cagney@redhat.com>
6272
6273 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6274
6275 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6276
6277 * configure.in: Include $(build_tooldir)/sys-include in
6278 FLAGS_FOR_TARGET.
6279 * configure: Regenerated.
6280
6281 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6282
6283 * Makefile.tpl: Reindent.
6284 * Makefile.in: Regenerate.
6285 * configure.in: Reindent. Don't set unused variables.
6286 * configure: Regenerate.
6287
6288 * Makefile.tpl: Always pass down RANLIB.
6289 * Makefile.in: Regenerate.
6290
6291 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6292 * Makefile.in: Regenerate.
6293 * configure.in: Remove unused logic relating to --enable-shared
6294 and --enable-threads. Remove bogus comments. Remove redundant
6295 noconfigdirs.
6296 * configure: Regenerate.
6297
6298 * configure.in: Replace ${libstdcxx_version} by its value.
6299 Remove reference to mh-dgux.
6300 * configure: Regenerate.
6301
6302 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6303
6304 * Makefile.tpl: Rearrange.
6305 * Makefile.in: Regenerate.
6306
6307 2003-02-25 Nick Clifton <nickc@redhat.com>
6308
6309 * configure: Remove site-file supprot - it is obsolete.
6310
6311 2003-02-24 Uwe Stieber <uwe@wwws.de>
6312
6313 * configure.in: Add support for kaOS as cross build target system.
6314 * configure: Regenerated.
6315
6316 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6317
6318 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6319 configure-target-* as some target builds may require additional
6320 flags for preprocessor tests.
6321 * Makefile.in: Regenerated.
6322
6323 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6324
6325 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6326 * ltconfig: Handle it.
6327 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6328 auto-detecting it.
6329
6330 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6331
6332 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6333 it is used as argument to $CC.
6334 * ltcf-gcj.sh: Likewise.
6335
6336 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6337
6338 * configure.in: Introduce --enable-maintainer-mode.
6339 * configure: Rebuilt.
6340 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6341 for maintainer mode.
6342 * Makefile.in: Rebuilt.
6343
6344 2003-02-19 Andrew Cagney <ac131313@redhat.com>
6345
6346 * configure: Regenerate using autoconf 2.13.
6347
6348 2003-02-19 Alan Modra <amodra@bigpond.net.au>
6349
6350 * config.guess: Import latest version.
6351 * config.sub: Import latest version.
6352
6353 2003-02-18 Jason Merrill <jason@redhat.com>
6354
6355 * Makefile.tpl (check-c++): Allow parallelism.
6356
6357 2003-02-17 Andrew Cagney <ac131313@redhat.com>
6358
6359 * configure: Regenerate using autoconf 000227.
6360
6361 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6362
6363 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6364 don't configure target-libobjc.
6365 * configure: Regenerate.
6366
6367 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6368
6369 * Makefile.tpl (RANLIB): Define.
6370 * Makefile.in: Regenerate.
6371
6372 2003-02-06 Keith R Seitz <keiths@redhat.com>
6373
6374 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6375 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6376 * Makefile.in: Regenerated.
6377 * configure.in: Remove all traces of snavigator, db, and grep.
6378 * configure: Regenerated.
6379
6380 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6381
6382 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6383 * Makefile.in: Regenerated.
6384
6385 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6386
6387 * config.if: Copy from GCC.
6388
6389 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6390
6391 * configure.in: Revert 24Jan change.
6392 * configure: Regenerate.
6393
6394 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6395
6396 * configure.in: Revert previous change.
6397 * configure: Regenerate.
6398
6399 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6400
6401 * configure.in: Make rda native-only.
6402 * configure: Regenerate.
6403
6404 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6405
6406 * configure.in: Add missing \.
6407 * configure: Rebuilt.
6408
6409 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6410
6411 * configure.in (baseargs): Avoid using \| in sed regular
6412 expressions.
6413 * configure: Rebuilt.
6414
6415 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6416
6417 * configure.in (baseargs): Remove all supported forms of
6418 --cache-file, --srcdir, --host, --build and --target options
6419 from argument lists.
6420 * configure: Rebuilt.
6421
6422 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6423
6424 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6425 * configure: Rebuilt.
6426
6427 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6428
6429 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6430 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6431 * Makefile.in: Regenerate.
6432 * configure: Regenerate.
6433
6434 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6435
6436 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6437 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6438 * Makefile.in: Regenerate.
6439
6440 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6441
6442 * configure.in: Remove Makefile in build, host and target modules
6443 unless configure was run with --no-recursion.
6444 * configure: Rebuilt.
6445
6446 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6447
6448 * config.guess: Update to 2003-01-03 version.
6449 * config.sub: Update to 2003-01-03 version.
6450
6451 2003-01-07 Christopher Faylor <cgf@redhat.com>
6452
6453 * configure: Regenerate with proper autoconf 2.13.
6454
6455 2003-01-07 Christopher Faylor <cgf@redhat.com>
6456
6457 * configure.in: Add AC_PREREQ for consistency.
6458 * configure: Regenerate.
6459
6460 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6461
6462 * configure.in (GDB_TK): Add tcl directories conditional on
6463 gdb/gdbtk directory being present.
6464 * configure: Regenerate.
6465
6466 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6467
6468 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6469 by gcc if LD is not defined and we are not doing a Canadian Cross.
6470 * configure: Rebuilt.
6471
6472 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
6473
6474 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6475
6476 2002-12-31 Tom Tromey <tromey@redhat.com>
6477
6478 * Makefile.in: Rebuilt.
6479 * Makefile.def (target_modules) [libffi]: Allow installation.
6480
6481 2002-12-31 Andreas Schwab <schwab@suse.de>
6482
6483 * configure.in: Fix use of $program_transform_name.
6484 * configure: Regenerated.
6485
6486 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6487
6488 * configure.in (baseargs): Don't remove first configure argument.
6489 * configure: Regenerated.
6490
6491 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6492
6493 * Makefile.tpl (local-distclean): Don't remove...
6494 (multilib.ts): ... this. Moved into...
6495 (multilib.out): ... this. Don't use sub-make.
6496 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6497 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6498 (configure-build-[+module+], configure-[+module+],
6499 configure-target-[+module+], configure-gcc): ... these. Test
6500 for Makefile existence. Drop config.status from dependencies.
6501 * Makefile.in: Rebuilt.
6502 * configure.in: Move gcc-version-trigger to the end of
6503 ac_configure_args. Add comments to maybedep.tmp and
6504 serdep.tmp. Introduce --disable-serial-configure. Remove
6505 nonopt from baseargs, matching and removing corresponding
6506 whitespace while at it.
6507 * configure: Rebuilt.
6508
6509 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6510
6511 * configure.in (host_configargs): Replace reference to
6512 no-longer-defined buildopts with --build=${build_alias}.
6513 * configure: Rebuilt.
6514
6515 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6516
6517 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6518 program_transform_name to standard idiom.
6519 (AUTOGEN, AUTOCONF): Define.
6520 (Makefile.in): Use $(AUTOGEN).
6521 (Makefile): Depend on config.status, and use autoconf-style rule to
6522 build it. Move original commands to...
6523 (config.status): ... this new target.
6524 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6525 $(AUTOCONF).
6526 * Makefile.in: Rebuilt.
6527
6528 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6529
6530 * Makefile.tpl: Fix dramatic bustage due to change in
6531 program_transform_name.
6532 * Makefile.in: Regenerate.
6533
6534 * configure.in: Remove unnecessary PATH setting.
6535 * configure: Regnerate.
6536
6537 * configure.in: Don't default to unprefixed tools unless
6538 the native tools will work.
6539 * configure: Regenerate.
6540
6541 * configure.in: Convert to autoconf script. Blow away lots
6542 of now-redundant Makefile fragments.
6543 * configure: Generate using Autoconf.
6544 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6545 * Makefile.in: Regenerate.
6546
6547 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6548
6549 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6550 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6551
6552 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6553 where they belong.
6554
6555 2002-12-24 Andreas Schwab <schwab@suse.de>
6556
6557 * Makefile.tpl (multilib.out): Fix missing space.
6558 * Makefile.in: Regenerate.
6559
6560 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6561
6562 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6563 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6564 * Makefile.in: Regenerate.
6565 * configure.in: Remove unnecessary leftovers.
6566
6567 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6568
6569 * configure.in (extra_ranlibflags_for_target): New variable.
6570 (*-*-darwin): Add -c to ranlib commands.
6571 * configure (tooldir): Handle extra_ranlibflags_for_target.
6572
6573 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6574
6575 * COPYING.NEWLIB: Updated.
6576 * COPYING.LIBGLOSS: Ditto.
6577
6578 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6579
6580 * Makefile.tpl: Revert HJL's change.
6581 * Makefile.in: Regenerated.
6582 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6583 always.
6584
6585 2002-12-19 Andreas Schwab <schwab@suse.de>
6586
6587 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6588 * Makefile.in: Regenerate.
6589
6590 2002-12-18 H.J. Lu <hjl@gnu.org>
6591
6592 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6593 * Makefile.in: Regenerated.
6594
6595 * configure.in (build_prefix): New. Substitute.
6596
6597 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6598
6599 * Makefile.tpl: Don't let real targets depend on phony targets.
6600 * Makefile.in: Regenerate.
6601
6602 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6603 * Makefile.in: Regenerate.
6604
6605 2002-12-16 Jason Merrill <jason@redhat.com>
6606
6607 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6608 previous 'make bootstrap'.
6609 * Makefile.in: Regenerate.
6610
6611 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6612
6613 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6614
6615 2002-12-13 Jason Merrill <jason@redhat.com>
6616
6617 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6618 library tests.
6619 (check-c++): Just depend on it and check-target-libstdc++-v3.
6620 * Makefile.in: Regenerate.
6621
6622 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6623
6624 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6625 * Makefile.in: Regenerate.
6626
6627 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6628
6629 * COPYING.NEWLIB: Update list of alternate Regent of California
6630 licenses and discuss official revoking of advertising clause.
6631 * COPYING.LIBGLOSS: Ditto.
6632
6633 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6634
6635 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6636 * Makefile.in: Rebuilt.
6637
6638 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6639
6640 * configure: Fix bug put in by gremlins.
6641
6642 * Makefile.tpl: Substitute more autoconfily.
6643 * configure: Substitute more autoconfily.
6644 * Makefile.in: Regenerate.
6645
6646 2002-12-08 Andrew Cagney <ac131313@redhat.com>
6647
6648 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6649 * Makefile.in (all-sim): Ditto.
6650
6651 2002-12-06 DJ Delorie <dj@redhat.com>
6652
6653 * Makefile.tpl: Change configure dependencies to not have real
6654 targets depend on phony targets.
6655
6656 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6657
6658 * configure.in: Revert unintentional change.
6659
6660 * src-release: Configure host subdirs.
6661
6662 * Makefile.tpl: Change dependency for */multilib.out so that
6663 it works when gcc isn't in the tree.
6664
6665 * configure.in: Substitute more.
6666 * configure: Run subconfigures from the Makefile.
6667 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6668 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6669
6670 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6671
6672 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6673 and corresponding dependencies.
6674 * Makefile.in: Regenerate.
6675
6676 * configure.in (host_tools): Order binutils, gas and ld for
6677 convenience in running the testsuites.
6678
6679 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6680 * Makefile.in: Regenerate.
6681 * configure.in: Introduce rules to serialize subconfigure runs.
6682
6683 * configure.in: Introduce BASE_CC_FOR_TARGET.
6684 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6685 Realize configure-build-* targets. Realize configure-target-* targets.
6686 * Makefile.in: Regenerate.
6687
6688 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6689
6690 * configure: Move gcc_version_trigger stuff from here...
6691 * configure.in: ...to here.
6692
6693 * configure.in: Separate subconfigure options added by this file from
6694 options given by the user. Add machinery to put args for host
6695 subconfigures into the Makefile.
6696
6697 * Makefile.tpl: Remove 'vault' targets.
6698 * Makefile.tpl: Reorder and comment dependencies.
6699 * Makefile.in: Regenerate.
6700
6701 2002-11-28 Geoffrey Keating <geoffk@apple.com>
6702
6703 * configure.in: Move host-specific darwin noconfigdirs into
6704 the host-specific section.
6705
6706 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6707
6708 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6709 during replay.
6710 * Makefile.in: Regenerate.
6711
6712 (finishing slow-motion replay)
6713 * configure: Remove skip-this-dir support.
6714 * Makefile.tpl: Remove skip-this-dir support.
6715
6716 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6717 subdirectories.
6718 * Makefile.in: Regenerate.
6719
6720 * Makefile.tpl: Strip out useless setting of 'dir'.
6721 * Makefile.in: Regenerate.
6722
6723 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6724
6725 (finishing slow-motion replay)
6726 * configure.in: Fix deeply stupid bug.
6727
6728 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6729 shell code in CXX_FOR_TARGET
6730 * Makefile.def: Introduce raw_cxx.
6731 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6732 RAW_CXX_FOR_TARGET.
6733 * Makefile.in: Regenerate.
6734
6735 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6736
6737 (finishing slow-motion replay)
6738 * Makefile.tpl: Remove unnecessary ifs.
6739 * Makefile.in: Regenerate.
6740
6741 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6742 dependencies. Maybe-ize build-libiberty. Create dummy install
6743 targets for 'no_install' modules.
6744 * configure: Move GDB_TK substitution to configure.in. Move
6745 build_modules stuff to configure.in.
6746 * configure.in: Implement soft dependency machinery. Maybe-ize
6747 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6748 * Makefile.in: Regenerate.
6749
6750 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6751
6752 (continuing slow-motion replay)
6753 * Makefile.tpl: Make all-target, install-target behave similarly
6754 to all, install (only hitting configured targets). Eliminate
6755 unused macro defintions.
6756
6757 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6758 build != host.
6759
6760 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6761
6762 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6763
6764 * configure.in: Produce lists of subdir targets we're actually
6765 configuring. Remove references to "dosrel".
6766 * Makefile.tpl: Let configure set which subdir targets are hit.
6767 Remove install-cross; clean up install; remove ALL. Remove
6768 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6769 Autogenerate host module targets. Remove empty dependency lines
6770 and redundant dependency; rearrange slightly.
6771 * Makefile.def: Add host-side libtermcap, utils.
6772
6773 * Makefile.in: Regenerate.
6774
6775 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6776
6777 (Continuing slow-motion replay)
6778 * Makefile.def: Add list of recursive targets to autogenerate.
6779 Add build_modules.
6780 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6781 targets. Autogenerate *-build-* targets.
6782 * Makefile.in: Regenerate.
6783
6784 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6785
6786 (Continuing slow-motion replay)
6787 * configure: More autoconf-style substitutions.
6788 * Makefile.tpl: More autoconf-style substitutions.
6789 * Makefile.in: Regenerate.
6790
6791 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6792
6793 (Continuing slow-motion replay)
6794 * configure: Substitute more variables in a more autoconf-friendly
6795 way. Simplify slightly.
6796 * Makefile.tpl: Make more variables substitutable in an
6797 autoconf-friendly way.
6798 * Makefile.in: Regenerate.
6799
6800 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6801
6802 (Continuing slow-motion replay)
6803 * configure.in (v810*): Remove special setting of tools.
6804
6805 * configure: Add support for extra required flags for ar or nm.
6806 * configure.in (aix4.3+): Use above support for target-specific
6807 issues, rather than using config/mt-aix43.
6808
6809 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6810
6811 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6812 * configure: Remove 'removing', which doesn't work. Replace $subdir
6813 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6814 with $srcdir. Reformat indentation. Substitute some variables
6815 formerly hard-coded in the Makefile for build=host.
6816 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6817 * Makefile.def: Autogenerate more.
6818 * Makefile.in: Regenerate.
6819
6820 2002-11-13 Bruce Korb <bkorb@gnu.org>
6821
6822 * Makefile.tpl: syntactic cleanup
6823
6824 2002-11-04 Kevin Buettner <kevinb@redhat.com>
6825
6826 * Makefile.def (host_modules): Add rda.
6827 * Makefile.in: Regenerate.
6828 * configure.in (target_tool): Add target-rda to list.
6829
6830 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
6831
6832 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6833 and restrap targets to this rule.
6834 * Makefile.in: Regenerate.
6835
6836 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6837
6838 * configure.in (i[3456]86-*-linux*): Add check to disable
6839 ${libgcj} for glibc1.
6840
6841 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6842
6843 * configure.in: Add tic4x target.
6844
6845 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6846
6847 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6848 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6849 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6850 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6851 * Makefile.in: Regenerate.
6852
6853 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6854
6855 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6856 * Makefile.in: Regenerate.
6857
6858 * Makefile.def: Remove order dependency comments.
6859 * Makefile.tpl: Add explicit install-install dependencies.
6860 * Makefile.in: Regenerate.
6861
6862 * Makefile.tpl: Remove material now in src-release. (Finally!)
6863 * Makefile.in: Regenerate.
6864
6865 * configure: Restore my original patch by syncing with gcc version.
6866
6867 * Bring following over from gcc:
6868
6869 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6870
6871 * configure.in (s390*-*-linux*): Enable libgcj.
6872
6873 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
6876
6877 2002-10-02 Alan Modra <amodra@bigpond.net.au>
6878
6879 * configure: Move stray lines back to where they belong.
6880
6881 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
6882
6883 * Makefile.tpl: Insert configure-target target, for src-release.
6884
6885 * configure: Finish reverting change which Andrew Cagney started
6886 reverting. Should fix bustage.
6887
6888 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6889 * src-release: New file. Contains material for making net
6890 releases for gdb, binutils, et al., formerly in Makefile.in.
6891
6892 2002-09-30 Nick Clifton <nickc@redhat.com>
6893
6894 * cpu: New top level directory. Intended to hold input files for
6895 CGEN which have FSF copyright assignment.
6896 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6897
6898 2002-09-29 Andrew Cagney <ac131313@redhat.com>
6899
6900 Revert below (note that src does not contain Makefile.tpl):
6901 * Makefile.tpl: Make subsituted variables more autoconfy.
6902 * Makefile.in: Regenerate.
6903
6904 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6905
6906 * configure: Revert accidentally applied changes.
6907
6908 * Makefile.tpl: Make more autoconf-friendly.
6909 * Makefile.in: Regenerate.
6910 * configure: Make substitution more autoconf-like.
6911
6912 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
6913
6914 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6915 single entry to handle all these.
6916 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6917 libjava on arm-*-elf.
6918
6919 2002-09-27 Geoffrey Keating <geoffk@apple.com>
6920
6921 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6922 things that depend on them.
6923
6924 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6925
6926 * Makefile.tpl: Make subsituted variables more autoconfy.
6927 * Makefile.in: Regenerate.
6928 * configure: Make seds more autoconfy.
6929
6930 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6931
6932 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6933 * Makefile.in: Regenerate.
6934 * configure.in: Rewrite sed statements to look autoconfy.
6935
6936 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6937 all-target-foo on configure-target-foo.
6938 * Makefile.def: Ditto.
6939 * Makefile.in: Rebuild.
6940
6941 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 * Makefile.def: New file.
6944 * Makefile.tpl: New file.
6945 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6946
6947 * configure.in: Minor rearrangement. Simplify tests.
6948
6949 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
6950
6951 * configure.in (with_headers): Skip copy if value is "yes".
6952 (with_libs): Likewise.
6953
6954 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6955
6956 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6957 * configure.in (sh*-*-pe*): Ditto.
6958 * configure.in (mips*-*-pe*): Ditto.
6959 * configure.in (*arm-wince-pe): Ditto.
6960
6961 * configure.in: Rearrange.
6962
6963 2002-09-12 Nick Clifton <nickc@redhat.com>
6964
6965 * Import these changes from the config master repository:
6966
6967 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
6968
6969 * config.sub: Add tic4x target.
6970
6971 2002-09-03 Ben Elliston <bje@redhat.com>
6972
6973 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6974 Reported by <Duncan_Stodart@insession.com>.
6975
6976 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
6977
6978 * COPYING.NEWLIB: More updates.
6979
6980 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
6981
6982 * COPYING.NEWLIB: Update.
6983
6984 2002-08-23 Andrew Cagney <ac131313@redhat.com>
6985
6986 * texinfo/texinfo.tex: Import version 2002-06-04.06.
6987
6988 * config.guess: Import version 2002-08-23.
6989 * config.sub: Import version 2002-08-22.
6990
6991 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
6992
6993 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6994 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6995 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6996
6997 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6998
6999 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7000
7001 2002-08-04 H.J. Lu (hjl@gnu.org)
7002
7003 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7004
7005 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7006
7007 * configure.in: Move generic linux case to end. Copy generic
7008 linux noconfigdirs to mips*-*-linux* entry and new
7009 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7010
7011 2002-07-19 Chris Demetriou <cgd@broadcom.com>
7012
7013 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7014 one instance of them which was missed to the list to update.
7015
7016 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7017
7018 * config.guess: Update to 2002-07-09 version.
7019 * config.sub: Update to 2002-07-03 version.
7020
7021 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * configure.in: Remove two redundant tests.
7024
7025 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7026
7027 * configure.in (mips*-*-irix6*o32): Enable stabs.
7028
7029 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7030
7031 * configure.in: Don't build grez.
7032 * Makefile.in: Ditto.
7033
7034 * Makefile.in: Remove references to bsp, cygmon, libstub.
7035 * configure.in: Ditto.
7036
7037 * configure.in: Remove leftover reference to gdbtest.
7038
7039 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7040
7041 * configure.in (gxx_include_dir): Change to match versioned
7042 C++ headers if --enable-version-specific-runtime-libs is used.
7043
7044 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7045
7046 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7047
7048 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7049
7050 * configure.in: Make --without-x work.
7051
7052 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7053
7054 * contrib: New directory. Created to contain a copy of the
7055 texi2pod.pl script so that it is in the same place as the version in
7056 the FSF GCC sources.
7057
7058 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7059
7060 * configure.in: Rearrange target Makefile fragment collection.
7061
7062 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7063 cvs[src].
7064 * configure.in: Ditto.
7065
7066 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7067
7068 * Makefile.in: Eliminate 'apache' targets.
7069 * configure.in: Eliminate 'apache' targets.
7070
7071 * configure.in: Eliminate redundant tests. Reorganize.
7072
7073 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7074
7075 * config-ml.in: Eliminate references to Cygnus configure.
7076
7077 * Makefile.in: Eliminate references to building emacs.
7078
7079 2002-07-01 Denis Chertykov <denisc@overta.ru>
7080
7081 * configure.in: Add support for ip2k.
7082
7083 2002-06-24 Ben Elliston <bje@redhat.com>
7084
7085 * configure.in (host_tools): Remove cgen.
7086
7087 * Makefile.in (all-cgen): Remove; runs from its source directory.
7088 (check-cgen, install-cgen, clean-cgen): Likewise.
7089 (all-opcodes): No not depend on all-cgen.
7090 (all-sim): Likewise.
7091
7092 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7093
7094 * configure.in: Fix AIX configury bug.
7095
7096 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7097
7098 * configure.in: Replace ${topsrcdir} with ${srcdir}.
7099
7100 * configure.in: Move definition of libstdcxx_flags right above
7101 usage, rather than way earlier.
7102
7103 * configure.in: Pull definition of is_cross_compiler earlier.
7104
7105 * configure.in: Rearrange a little.
7106
7107 * configure.in: Remove references to librx.
7108 * Makefile.in: Remove references to librx.
7109
7110 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7111
7112 * configure.in: Eliminate ${gasdir} variable.
7113
7114 2002-06-18 Dave Brolley <brolley@redhat.com>
7115
7116 * configure.in: Add support for frv.
7117 * config.sub: Add support for frv.
7118
7119 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7120
7121 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7122
7123 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7124
7125 * configure.in (vax-*-netbsd*): Re-enable gas.
7126
7127 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7128
7129 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7130 BUILD_PREFIX_1, to correct nomenclature.
7131 * configure: Likewise.
7132
7133 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7134 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7135
7136 2002-05-31 Olaf Hering <olh@suse.de>
7137
7138 * config-ml.in: Propogate DESTDIR also.
7139
7140 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7141
7142 * configure.in (vax-*-netbsd*): Don't build gas for this
7143 platform.
7144
7145 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7146
7147 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7148 and libgcj for AVR.
7149
7150 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7151
7152 * config.sub: Add DLX target.
7153
7154 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7155
7156 * config.guess: Update to 2002-05-22 version.
7157 * config.sub: Likewise.
7158
7159 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7160
7161 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7162 * config-ml.in: Likewise.
7163 * configure: Likewise.
7164 * configure.in: Likewise.
7165
7166 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7167
7168 * configure.in: Simplify makefile fragment collection.
7169
7170 * configure.in: Remove code to build emacs.
7171
7172 * configure.in : Remove --srcdir argument from targargs and buildargs
7173 (it's always overridden in the Makefile anyway). Rearrange a bit.
7174
7175 * configure: Move some logic to configure.in.
7176 * configure.in: Move some logic from configure.
7177
7178 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7179
7180 * COPYING.LIBGLOSS: New file.
7181
7182 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7183
7184 * Makefile.in: Honour DESTDIR.
7185
7186 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7187
7188 * configure.in (noconfigdirs): Don't disable libgcj on
7189 sparc64-*-solaris* and sparcv9-*-solaris*.
7190
7191 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7192
7193 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7194
7195 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7196
7197 * configure.in (FLAGS_FOR_TARGET): Do not add
7198 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7199 on i[3456]86-*-linux*.
7200
7201 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7202
7203 * configure.in (noconfigdirs): Replace [ ] with test.
7204
7205 * configure.in (noconfigdirs): Do not add target-newlib if
7206 target == i[3456]86-*-linux*, and host == target.
7207
7208 2002-04-29 Mark Mitchell <mark@codesourcery.com>
7209
7210 * config.guess: Updated to 2002-04-26's version.
7211 * config.sub: Updated to 2002-04-26's version.
7212
7213 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7214
7215 * configure.in: delete reference to absent file
7216
7217 * configure.in: replace '[' with 'test'
7218
7219 * configure.in: Eliminate references to gash.
7220 * Makefile.in: Eliminate references to gash.
7221
7222 * configure.in: remove useless references to 'pic' makefile fragments.
7223
7224 * configure.in: (*-*-windows*) Finish removing.
7225
7226 * configure.in: Eliminate redundant test for libgui.
7227
7228 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7229
7230 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7231 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7232
7233 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7234
7235 * configure.in: remove references to dead files
7236
7237 2002-04-18 Tom Tromey <tromey@redhat.com>
7238
7239 * configure.in: Disallow configuring libgcj when it is already
7240 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7241 Solaris 2.8 by default. For PR libgcj/6158.
7242
7243 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7244
7245 * configure.in: Move default CC setting out of config/mh-* fragments
7246 directly into here.
7247
7248 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7249
7250 * configure.in: don't even try to configure or make a subdirectory
7251 if there's no configure script for it.
7252
7253 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7254
7255 * MAINTAINERS: Remove chill maintainers.
7256 * Makefile.in (CHILLFLAGS): Remove.
7257 (CHILL_LIB): Remove.
7258 (TARGET_CONFIGDIRS): Remove libchill.
7259 (CHILL_FOR_TARGET): Remove.
7260 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7261 CHILL_LIB.
7262 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7263 (CHECK_TARGET_MODULES): Likewise.
7264 (INSTALL_TARGET_MODULES): Likewise.
7265 (CLEAN_TARGET_MODULES): Likewise.
7266 (configure-target-libchill): Remove.
7267 (all-target-libchill): Remove.
7268 * configure.in (target_libs): Remove target-libchill.
7269 Do not compute CHILL_FOR_TARGET.
7270 * libchill: Remove directory.
7271
7272 2002-04-15 DJ Delorie <dj@redhat.com>
7273
7274 * Makefile.in, configure.in, configure: Sync with gcc, entries
7275 follow...
7276
7277 2002-04-08 Tom Tromey <tromey@redhat.com>
7278
7279 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7280 Fixes PR libgcj/6068.
7281
7282 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7283
7284 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7285
7286 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7287
7288 * configure.in (alpha*-dec-osf*): Enable libgcj.
7289
7290 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7291
7292 Fix for: PR bootstrap/3591, target/5676
7293 * configure.in (mcore-pe): Disable the configuration of
7294 libstdc++-v3 since exceptions are not supported.
7295
7296 2002-03-20 Anthony Green <green@redhat.com>
7297
7298 * configure.in: Enable libgcj for xscale-elf target.
7299
7300 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7301
7302 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7303 libjava.
7304 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7305
7306 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7307
7308 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7309 libstdc++-v3 and libjava.
7310
7311 2002-02-11 Adam Megacz <adam@xwt.org>
7312
7313 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7314 boehm-gc
7315
7316 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7317
7318 * config.guess: Updated to 2002-01-30's version.
7319 * config.sub: Updated to 2002-02-01's version.
7320 Contribute sh64-elf.
7321 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7322 * configure.in: Added sh64-*-*.
7323
7324 2002-01-17 H.J. Lu <hjl@gnu.org>
7325
7326 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7327 (all-target-fastjar): Also depend on all-target-libiberty.
7328
7329 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7330
7331 * configure, configure.in: Use temp file for long sed commands.
7332
7333 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7334
7335 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7336 libf2c.
7337
7338 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7339
7340 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7341
7342 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7343
7344 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7345
7346 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7347
7348 * configure: Handle temporary files securely using mkdir.
7349
7350 2001-09-26 Will Cohen <wcohen@redhat.com>
7351
7352 * configure.in (*-*-linux*): Disable configuration of target-newlib
7353 and target-libgloss.
7354
7355 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7356
7357 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7358 RANLIB.
7359
7360 2001-08-11 Graham Stott <grahams@redhat.com>
7361
7362 * Makefile.in (check-c++): Add missing semicolon.
7363
7364 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7365
7366 * configure.in (sh-*-linux*): New.
7367
7368 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7369
7370 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7371 and libgcj on m68hc11/m68hc12.
7372
7373 2001-06-27 H.J. Lu (hjl@gnu.org)
7374
7375 * Makefile (CFLAGS_FOR_BUILD): New.
7376 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7377
7378 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
7379
7380 * configure.in (libstdcxx_flags): Do not try to execute
7381 libstdc++-v3/testsuite_flags until it exists.
7382
7383 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7384
7385 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7386
7387 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7388
7389 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7390
7391 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7392
7393 * configure.in: Move *-chorusos target case to the proper switch.
7394 Disable libgcj.
7395
7396 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7397
7398 * Makefile.in (STAGE1_CFLAGS): Pass down.
7399
7400 2001-04-13 Alan Modra <amodra@one.net.au>
7401
7402 * config.guess: Add hppa64-linux support. Note for next import that
7403 this is already in the master file.
7404 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7405
7406 2001-03-22 Colin Howell <chowell@redhat.com>
7407
7408 * Makefile.in (DO_X): Do not backslash single-quotes in
7409 backquotes (two places).
7410
7411 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
7412
7413 * Makefile.in (DO_X): Quote nested quotes.
7414
7415 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
7416
7417 * Makefile.in (DO_X): Use double quotes for quoting
7418 "RANLIB=$${RANLIB}".
7419
7420 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7421
7422 * configure.in: Only use `lang_requires' for languages athat are
7423 actually enabled.
7424
7425 2001-03-07 Tom Tromey <tromey@redhat.com>
7426
7427 * configure.in: Allow config-lang.in to set `lang_requires' to list
7428 of other required languages.
7429
7430 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
7431
7432 * Makefile.in: Remove RANLIB definition. Use RANLIB
7433 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7434 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7435
7436 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7437 Alexandre Oliva <aoliva@redhat.com>
7438
7439 * Makefile.in (check-c++): Use tabs, not spaces.
7440
7441 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7442
7443 * Makefile.in (check-c++): New rule.
7444
7445 * configure.in (target_libs): Remove libg++.
7446 (noconfigdirs): Remove libg++.
7447 (noconfigdirs): Same.
7448 (noconfigdirs): Same.
7449 (noconfigdirs): Same.
7450
7451 * config-ml.in: Remove libg++ references.
7452
7453 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7454 (ALL_TARGET_MODULES): Same.
7455 (configure-target-libg++): Remove.
7456 (all-target-libg++): Remove.
7457 (configure-target-libio): Remove.
7458 (all-target-libio): Remove.
7459 (check-target-libio): Remove.
7460 (.PHONY): Remove.
7461 (libg++.tar.bz2): Remove.
7462 (all-target-cygmon): Remove libio.
7463 (all-target-libstdc++): Remove.
7464 (configure-target-libstdc++): Remove.
7465 (TARGET_LIB_PATH): Remove libstdc++.
7466 (ALL_GCC_CXX): Remove libstdc++.
7467 (all-target-gperf): Correct.
7468
7469 2001-02-15 Anthony Green <green@redhat.com>
7470
7471 * configure: Introduce GCJ_FOR_TARGET.
7472 * configure.in: Ditto.
7473 * Makefile.in: Ditto.
7474
7475 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7476
7477 * configure.in: for *-chorusos, don't config target-newlib and
7478 target-libgloss.
7479
7480 2001-02-04 Mark Mitchell <mark@codesourcery.com>
7481
7482 Remove V2 C++ library.
7483 * configure.in: Remove --enable-libstdcxx_v3 support.
7484
7485 2001-01-27 Richard Henderson <rth@redhat.com>
7486
7487 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7488
7489 2001-01-26 Tom Tromey <tromey@redhat.com>
7490
7491 * configure.in: Allow libgcj to be built on Sparc Solaris.
7492
7493 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7494
7495 * configure.in: Enable libgcj on several additional platforms.
7496
7497 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7498
7499 * configure.in: Enable libgcj for linux targets.
7500
7501 2001-01-09 Mike Stump <mrs@wrs.com>
7502
7503 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7504 failures of subdirectories.
7505
7506 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7507
7508 * configure: handle DOS-style absolute paths.
7509
7510 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7511
7512 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7513
7514 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7515
7516 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7517 (libstdcxx_incdir): Pass down.
7518 * config.if: Remove expired bits for cxx_interface, add stub.
7519 (libstdcxx_incdir): Add variable for g++ include directory.
7520 * configure.in (gxx_include_dir): Use it.
7521
7522 2000-12-15 Andreas Jaeger <aj@suse.de>
7523
7524 * configure.in: Handle lang_dirs.
7525
7526 2000-12-13 Anthony Green <green@redhat.com>
7527
7528 * configure.in: Disable libgcj for any target not specifically
7529 listed. Disable libgcj for x86 and Alpha Linux until compatible
7530 with g++ abi.
7531
7532 2000-12-13 Mike Stump <mrs@wrs.com>
7533
7534 * Makefile.in (local-distclean): Also remove fastjar.
7535
7536 2000-12-10 Anthony Green <green@redhat.com>
7537
7538 * configure.in: Define libgcj. Disable libgcj target libraries for
7539 most targets.
7540
7541 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7542
7543 * configure.in (target_libs): Revert 2000-12-08 patch.
7544 (noconfigdirs): Added target-libjava.
7545
7546 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7547
7548 * Makefile.in: handle DOS-style absolute paths.
7549
7550 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7551
7552 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7553 libjava.
7554 * configure.in (target_libs): Removed `target-libjava'.
7555
7556 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7557
7558 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7559 (ALL_MODULES): Added fastjar.
7560 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7561 (all-target-libjava): all-fastjar replaces all-zip.
7562 (all-fastjar): Added.
7563 (configure-target-fastjar, all-target-fastjar): Likewise.
7564 * configure.in (host_tools): Added fastjar.
7565
7566 2000-12-07 Mike Stump <mrs@wrs.com>
7567
7568 * Makefile.in (local-distclean): Remove leftover built files.
7569
7570 2000-11-16 Fred Fish <fnf@be.com>
7571
7572 * configure.in (enable_libstdcxx_v3): Fix typo,
7573 libstd++ -> libstdc++.
7574
7575 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7576
7577 * configure: Provide the original toplevel configure arguments
7578 (including $0) to subprocesses in the environment rather than
7579 through gcc/configargs.h.
7580
7581 2000-11-12 Mark Mitchell <mark@codesourcery.com>
7582
7583 * configure: Turn on libstdc++ V3 by default.
7584
7585 2000-10-16 Michael Meissner <meissner@redhat.com>
7586
7587 * configure (gcc/configargs.h): Only create if there is a build GCC
7588 directory created.
7589
7590 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
7591
7592 * configure: Save configure arguments to gcc/configargs.h.
7593
7594 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
7595
7596 * Makefile.in (bootstrap): avoid recursion if subdir missing
7597 (cross): ditto
7598 (do-proto-toplev): ditto
7599
7600 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7601
7602 * configure.in: Do not build byacc for hppa64. Provide paths to the
7603 X11 libraries for hppa64.
7604
7605 2000-09-02 Anthony Green <green@cygnus.com>
7606
7607 * Makefile.in (all-gcc): Depend on all-zlib.
7608 (CLEAN_MODULES): Add clean-zlib.
7609 (ALL_MODULES): Add all-zlib.
7610 * configure.in (host_libs): Add zlib.
7611
7612 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
7613
7614 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7615 $targargs to tell whether newlib is going to be built.
7616
7617 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7618 $$r/TARGET_SUBDIR/libio for _G_config.h.
7619
7620 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7621
7622 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7623
7624 * configure: Make enable_threads and enable_shared defaults
7625 explicit. Substitute enable_threads into generated Makefiles.
7626 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7627 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7628
7629 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
7630
7631 * configure.in: Re-enable all references to libg++ and librx.
7632
7633 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
7634
7635 * configure.in: Add *-*-freebsd* configurations.
7636
7637 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7638
7639 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7640 (do-tar, do-bz2): New rules.
7641 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7642 (gdb-tar): New rule.
7643 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7644 (insight_dejagnu.tar): New rule.
7645 (insight.tar): New rule.
7646 (gdb+dejagnu.tar): New rule.
7647 (gdb.tar): New rule.
7648
7649 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7650
7651 * MAINTAINERS: Update dejagnu/
7652
7653 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
7654
7655 * ltmain.sh (relink_command): Fix typo in previous change.
7656
7657 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
7658
7659 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7660 (relink_command): Added --tag flags.
7661 (mode=install): If relinking fails; error out.
7662
7663 2002-03-12 Richard Henderson <rth@redhat.com>
7664
7665 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7666 .NOTPARALLEL tag.
7667 (do-check): Rename from check.
7668 (check): Allow parallel check.
7669
7670 2002-03-11 Richard Henderson <rth@redhat.com>
7671
7672 * Makefile.in (.NOTPARALLEL): Add fake tag.
7673
7674 2002-03-07 H.J. Lu (hjl@gnu.org)
7675
7676 * configure.in: Enable gprof for mips*-*-linux*.
7677
7678 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7679
7680 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7681 libjava.
7682 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7683
7684 2002-02-24 Andrew Cagney <ac131313@redhat.com>
7685
7686 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7687
7688 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
7689
7690 * config.guess: Import from master sources, rev 1.232.
7691 * config.sub: Import from master sources, rev 1.246.
7692
7693 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
7694
7695 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7696 because its Makefile is there; test for the executable instead.
7697
7698 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7699
7700 Contribute sh64-elf.
7701 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7702 * configure.in: Added sh64-*-*.
7703
7704 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7705
7706 * COPYING.NEWLIB: Remove advertising clause from
7707 Berkeley and Red Hat licenses.
7708
7709 2002-02-01 Mo DeJong <supermo@bayarea.net>
7710
7711 * Makefile.in: Add all-tix to deps for all-snavigator
7712 so that tix is built when building snavigator.
7713
7714 2002-02-01 Ben Elliston <bje@redhat.com>
7715
7716 * config.guess: Import from master sources, rev 1.229.
7717 * config.sub: Import from master sources, rev 1.240.
7718
7719 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7720
7721 From Steve Ellcey <sje@cup.hp.com>:
7722 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7723 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7724 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7725 IA64.
7726 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7727 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7728 soname_spec, sys_lib_search_path_spec): Ditto.
7729
7730 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7731
7732 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7733 target-libiberty, and target-libgloss. Skip Java-related
7734 libraries if not supported for NetBSD on target CPU.
7735
7736 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7737
7738 * configure.in: Import StrongARM and XScale target_configdirs from
7739 FSF GCC version.
7740
7741 2002-01-16 H.J. Lu (hjl@gnu.org)
7742
7743 * config.guess: Import from master sources, rev 1.225.
7744 * config.sub: Import from master sources, rev 1.238.
7745
7746 * MAINTAINERS: Updated notes on config.guess and config.sub.
7747
7748 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7749
7750 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7751 ld and gdb are not supported.
7752
7753 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7754
7755 * Change reference to Cygnus Solutions to be Red Hat.
7756
7757 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7758
7759 * COPYING.NEWLIB: Update generic copyright date.
7760
7761 2002-01-07 Mark Salter <msalter@redhat.com>
7762
7763 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7764 Allow target-libgloss to be built for arm, strongarm, and xscale.
7765
7766 2002-01-03 Ben Elliston <bje@redhat.com>
7767
7768 * MAINTAINERS: Update URL for config.* scripts.
7769
7770 2001-12-18 Alan Modra <amodra@bigpond.net.au>
7771
7772 * config.sub: Import latest version.
7773 * config.guess: Likewise.
7774
7775 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7776
7777 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7778 options for i[3456]86-pc-linux* native builds.
7779
7780 2001-12-05 Laurent Guerby <guerby@acm.org>
7781
7782 * MAINTAINERS: gcc adopts symlink-tree, refer more to
7783 libiberty.
7784
7785 Import this patch from gcc:
7786
7787 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7788
7789 * symlink-tree: handle DOS-style absolute paths.
7790
7791 2001-11-28 DJ Delorie <dj@redhat.com>
7792 Zack Weinberg <zack@codesourcery.com>
7793
7794 When build != host, create libiberty for the build machine.
7795
7796 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7797 CONFIG_ARGUMENTS.
7798 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7799 New variables.
7800 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7801 and rules.
7802 (all.normal): Depend on ALL_BUILD_MODULES.
7803 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7804 (all-build-libiberty): Depend on configure-build-libiberty.
7805
7806 * configure: Calculate and substitute proper value for
7807 ALL_BUILD_MODULES.
7808 * configure.in: Create the build subdirectory.
7809 Calculate and substitute TARGET_CONFIGARGS (formerly
7810 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7811
7812 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
7813
7814 * config.sub: Update to version 1.232 on subversion.
7815
7816 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7817
7818 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7819 files from .po files for a distribution.
7820
7821 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
7822
7823 * COPYING.NEWLIB: Mention preserved notice in specific parts.
7824
7825 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7826
7827 Merged from net gcc:
7828 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7829 * ltcf-c.sh: Use $objext, not $ac_objext.
7830 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7831 * ltcf-cxx.sh: Add support for GNU.
7832 2001-07-22 Timothy Wall <twall@redhat.com>
7833 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7834 default settings if using GNU tools with that configuration.
7835 * ltcf-cxx.sh: Ditto.
7836 * ltcf-gcj.sh: Ditto.
7837 2001-07-21 Michael Chastain <chastain@redhat.com>
7838 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7839 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7840 * ltmain.sh: Mark as gcc-local.
7841
7842 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
7843
7844 * Makefile.in (all-bison): Revert 2001-10-24.
7845 Don't depend on texinfo.
7846
7847 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
7848
7849 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7850
7851 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7852
7853 * configure.in (--enable-languages): Be more permissive about
7854 syntax. Check for empty lists better. Warn about $LANGUAGES.
7855
7856 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7857
7858 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7859
7860 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
7861
7862 Makefile.in (all-bison): Don't depend on texinfo.
7863
7864 2001-10-03 Alan Modra <amodra@bigpond.net.au>
7865
7866 * gettext.m4: Test po/POTFILES.in exists before trying to read.
7867
7868 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
7869
7870 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7871
7872 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
7873
7874 * config.sub, config.guess: Import latest from subversions.
7875
7876 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
7877
7878 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7879 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7880 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7881 avoid quotes nesting problems.
7882 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7883 (DO_X): Export only variables that are set.
7884
7885 2001-09-19 Ben Elliston <bje@redhat.com>
7886
7887 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7888 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7889 semantics. Use the shell built-in "type" command instead.
7890
7891 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7892
7893 * config.sub: Reverted the earlier change, this version is not the
7894 master file.
7895
7896 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7897
7898 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7899 Add support for mips64.
7900
7901 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7902
7903 * configure.in: Enable libstdc++-v3 for h8300 targets.
7904
7905 2001-08-30 Eric Christopher <echristo@redhat.com>
7906 Jason Eckhardt <jle@redhat.com>
7907
7908 * config.sub: Add support for mipsisa32.
7909
7910 2001-08-30 Eric Christopher <echristo@redhat.com>
7911
7912 * config.sub, config.guess: Import latest from subversions.
7913
7914 2001-08-20 Alan Modra <amodra@bigpond.net.au>
7915
7916 * config.sub, config.guess: Import latest from subversions.
7917
7918 2001-07-26 DJ Delorie <dj@redhat.com>
7919
7920 * MAINTAINERS: Clarify libiberty merge rules and procedures.
7921
7922 2001-06-19 Alan Modra <amodra@bigpond.net.au>
7923
7924 * Makefile.in: Revert 2001-06-17.
7925 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7926
7927 2001-06-17 H.J. Lu <hjl@gnu.org>
7928
7929 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7930 (gas+binutils.tar.bz2): Likewise.
7931 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7932
7933 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7934
7935 * Makefile.in (VER): When present, extract the version number from
7936 the file version.in.
7937
7938 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7939
7940 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7941 gcc/xgcc is built, use -print-prog-name to find out the program
7942 name to use.
7943
7944 2001-06-04 Mark Mitchell <mark@codesourcery.com>
7945
7946 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7947 with_gcc]: Use `gcc -shared' to build a shared library.
7948
7949 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
7950
7951 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7952 archives.
7953
7954 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
7955
7956 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7957 libraries when using g++ with native linker.
7958
7959 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
7960
7961 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7962
7963 2001-05-24 Tom Rix <trix@redhat.com>
7964
7965 * configure.in : enable ld for aix
7966
7967 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
7968
7969 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7970 [aix4*|aix5*]: Prepend blank.
7971
7972 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
7973
7974 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7975 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7976 of subdir/configure scripts to use the new libtool.m4.
7977
7978 2001-05-14 H.J. Lu <hjl@gnu.org>
7979
7980 * config.if (libc_interface): Set to -libc6.2- for cross
7981 compiling to Linux/glibc 2.2.
7982
7983 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
7984
7985 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7986 libgcj.
7987
7988 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7989
7990 * configure.in (noconfigdirs): Don't reset it from scratch in the
7991 target case; only append to it.
7992
7993 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
7994
7995 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7996 sparc-*-solaris2.8]: Disable ${libgcj}.
7997
7998 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
7999
8000 * configure.in (libgcj_saved): Copy from $libgcj.
8001 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8002 --disable-libgcj.
8003
8004 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
8005
8006 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8007 1.641.2.228.
8008
8009 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8010
8011 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8012 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8013
8014 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8015
8016 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8017 New macros.
8018 (bootstrap, cross): Use RECURSE_FLAGS.
8019 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8020
8021 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8022
8023 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8024
8025 2001-03-23 Nick Clifton <nickc@redhat.com>
8026
8027 * README-maintainer-mode: Add note about inability to use "make
8028 distclean" in maintainer mode.
8029
8030 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8031
8032 Re-installed:
8033 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8034 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8035 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8036 * ltcf-cxx.sh: Likewise.
8037 * ltcf-gcj.sh: Likewise.
8038
8039 2001-03-22 Philip Blundell <philb@gnu.org>
8040
8041 * config.sub, config.guess: Import latest from subversions.
8042
8043 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8044
8045 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8046 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8047
8048 2001-03-20 Michael Chastain <chastain@redhat.com>
8049
8050 * Makefile.in: all-m4 depends on all-texinfo.
8051
8052 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8053
8054 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8055
8056 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8057
8058 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8059 longer valid.
8060
8061 2001-02-16 Nick Clifton <nickc@redhat.com>
8062
8063 * configure.in (noconfigdirs): Allow configuration of texinfo
8064 for Cygwin hosts.
8065
8066 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8067
8068 * config.guess: Add linux target for S/390.
8069 * config.sub: Likewise.
8070 * configure.in: Likewise.
8071
8072 2001-02-06 Ben Elliston <bje@redhat.com>
8073
8074 * configure: Output host type to stdout, not stderr.
8075
8076 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8077
8078 * config.guess: Import from subversions.gnu.org (revision 1.181).
8079 * config.sub: Import from subversions.gnu.org (revision 1.199).
8080
8081 2001-01-30 Alan Modra <alan@linuxcare.com.au>
8082
8083 * config.guess: Handle hppa64-linux systems.
8084
8085 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8086
8087 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8088 Don't unset, it's non-portable and no longer necessary, set to empty
8089 instead.
8090
8091 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8092
8093 * ltconfig: Shell portability fix for the tagname validity check.
8094
8095 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8096
8097 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8098
8099 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8100
8101 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8102 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8103
8104 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8105
8106 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8107 keep at least one of build_libtool_libs or build_old_libs set to
8108 yes.
8109
8110 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8111
8112 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8113 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8114
8115 2000-11-07 Philip Blundell <pb@futuretv.com>
8116
8117 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8118
8119 2000-11-03 Philip Blundell <pb@futuretv.com>
8120
8121 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8122 files.
8123
8124 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8125
8126 * COPYING.NEWLIB: Put into source repository.
8127
8128 2001-01-15 Ben Elliston <bje@redhat.com>
8129
8130 * configure.in (host_tools): Add sid.
8131 Always configure cgen.
8132 * Makefile.in (all-sid): New target.
8133 (check-sid, clean-sid, install-sid): Likewise.
8134
8135 2001-01-07 Andreas Jaeger <aj@suse.de>
8136
8137 * config.sub, config.guess: Update from subversions.
8138
8139 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8140
8141 * configure.in: Disable language-specific target libraries for
8142 languages that aren't enabled.
8143
8144 2000-11-24 Nick Clifton <nickc@redhat.com>
8145
8146 * configure.in (xscale-elf): Add target.
8147 (xscale-coff): Add target.
8148 (c4x, c5x, tic54x): Move after ARM targets.
8149
8150 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
8151
8152 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8153
8154 2000-11-20 Ian Lance Taylor <ian@zembu.com>
8155
8156 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8157
8158 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8159
8160 * Makefile.in: Merge with GCC and libgcj.
8161 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8162 configure-target-<library> when their configure scripts need the C
8163 or C++ library to have already been built to work properly.
8164 (do_proto_toplev): Set them to an empty string.
8165
8166 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8167
8168 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8169 (REALLY_SET_LIB_PATH): Use them.
8170
8171 2000-11-06 Christopher Faylor <cgf@cygnus.com>
8172
8173 * config.sub: Add support for Sun Chorus
8174
8175 2000-11-02 Per Lundberg <plundis@chaosdev.org>
8176
8177 * config.sub: Add support for the *-storm-chaos OS.
8178
8179 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8180
8181 * configure.in (noconfigdirs): Don't compile some
8182 of the libraries for 68HC11 & 68hc12 targets.
8183
8184 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8185
8186 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8187 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8188 all affected `configure' scripts.
8189
8190 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
8191
8192 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8193 ltcf-c.sh.
8194
8195 2000-09-12 Philip Blundell <philb@gnu.org>
8196
8197 * config.sub, config.guess: Update from subversions.
8198
8199 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8200
8201 * Makefile.in (all-zlib): Added dummy target.
8202
8203 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8204 multi-language branch.
8205
8206 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8207
8208 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8209 (bootstrap*): Depend on all-bootstrap.
8210
8211 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8212
8213 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8214 crosses, but add gcc/include to the header search path for them.
8215
8216 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
8217
8218 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8219 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8220 * gettext.m4: New file, extracted from aclocal.m4.
8221
8222 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
8223
8224 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8225 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8226 sub-configures.
8227
8228 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8229
8230 * Makefile.in (ALL_MODULES): Add all-cgen.
8231 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8232 (all-cgen): New target.
8233 (all-opcodes,all-sim): Depend on all-cgen.
8234 * configure.in (host_tools): Add cgen.
8235 Only configure cgen if --enable-cgen-maint.
8236
8237 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
8238
8239 * config-ml.in (CC, CXX): Don't introduce a leading space.
8240
8241 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
8242
8243 * configure.in (libstdcxx_flags): Use
8244 libstdc++-v3/src/libstdc++.INC.
8245
8246 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
8247
8248 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8249
8250 2000-08-11 Jason Merrill <jason@redhat.com>
8251
8252 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8253 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8254 (FLAGS_FOR_TARGET): Not here.
8255 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8256
8257 2000-08-07 DJ Delorie <dj@redhat.com>
8258
8259 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8260 "if we're also building gcc, and it's a gcc that will run on the
8261 build machine, we want to use its includes instead of the system's
8262 default includes".
8263
8264 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
8265
8266 * configure.in (libstdcxx_flags): Don't use `"'.
8267
8268 * config-ml.in: Adjust multilib search paths to the
8269 appropriate multilib tree.
8270
8271 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
8272
8273 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8274 commas in $LANGUAGES.
8275
8276 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
8277
8278 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8279
8280 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
8281
8282 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8283 CXX_FOR_TARGET for sed.
8284
8285 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
8286
8287 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8288 Do not override if already set in the environment or in configure.
8289 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8290 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8291
8292 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
8293
8294 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8295 (GCC_FOR_TARGET): Use it.
8296 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8297 * configure.in: ... here.
8298 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8299 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8300
8301 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
8302
8303 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8304 (configure-target-libchill, configure-target-libobjc): Likewise.
8305
8306 * configure.in: Use the same cache file for all target libs.
8307 * config-ml.in: But different cache files per multilib variant.
8308
8309 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8310
8311 * configure (topsrcdir): Don't use dirname.
8312
8313 2000-07-20 Jason Merrill <jason@redhat.com>
8314
8315 * configure.in: Remove all references to libg++ and librx.
8316
8317 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8318
8319 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
8320
8321 * config.sub: Update to subversions version 2000-07-06.
8322
8323 2000-07-12 Andrew Haley <aph@cygnus.com>
8324
8325 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8326 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8327
8328 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8329
8330 * symlink-tree: Check number of arguments.
8331
8332 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
8333
8334 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8335
8336 2000-07-05 Jim Wilson <wilson@cygnus.com>
8337
8338 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8339 search path for a g++ extracted from the build tree. This
8340 will allow link tests run by configure scripts in
8341 subdirectories to succeed.
8342
8343 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
8344
8345 * ltconfig: Add support for mips-dde-sysv4.2MP
8346
8347 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8348
8349 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8350 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8351
8352 2000-06-19 Timothy Wall <twall@cygnus.com>
8353
8354 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8355 * config.sub: Add tic54x target.
8356
8357 2000-06-07 Phillip Thomas <pthomas@suse.de>
8358
8359 * README-maintainer-mode: New file: Contains notes on using
8360 --enable-maintainer-mode with binutils.
8361
8362 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
8363
8364 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8365
8366 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
8367
8368 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8369 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8370
8371 20000-05-21 H.J. Lu (hjl@gnu.org)
8372
8373 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8374 directory are used if they exist. Make sure
8375 $(build_tooldir)/include is searched for header files,
8376 $(build_tooldir)/lib/ for library files.
8377 (GCC_FOR_TARGET): Likewise.
8378 (CXX_FOR_TARGET): Likewise.
8379
8380 2000-05-18 Jeffrey A Law (law@cygnus.com)
8381
8382 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8383
8384 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
8385
8386 * Makefile.in (configure-target-libiberty): Depend on
8387 configure-target-newlib.
8388
8389 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8390
8391 * configure.in, Makefile.in: Merge all libffi-related
8392 configury stuff from the libgcj tree.
8393
8394 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8395
8396 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8397 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8398
8399 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
8400
8401 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8402 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8403 current version information. Add to proto-toplev directory.
8404 (gdb-taz): Build do-djunpack.
8405
8406 2000-05-15 David Edelsohn <edelsohn@gnu.org>
8407
8408 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8409
8410 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8411
8412 * ltmain.sh: Preserve in relink_command any environment
8413 variables that may affect the linker behavior.
8414
8415 2000-05-12 Jeffrey A Law (law@cygnus.com)
8416
8417 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8418
8419 2000-05-10 Jim Wilson <wilson@cygnus.com>
8420
8421 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8422
8423 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8424
8425 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8426 with the version name.
8427
8428 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8429
8430 * config.if: Tweak.
8431
8432 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8433
8434 * djunpack.bat: New file.
8435
8436 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
8437
8438 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8439 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8440 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8441 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8442
8443 2000-04-16 Dave Pitts <dpitts@cozx.com>
8444
8445 * config.sub (case $basic_machine): Change default for "ibm-*"
8446 to "openedition".
8447
8448 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
8449
8450 * Makefile.in (gdb-taz): New target. GDB specific archive.
8451 (do-md5sum): New target.
8452 (MD5PROG): Define.
8453 (PACKAGE): Default to TOOL.
8454 (VER): Default to a shell script.
8455 (taz): Rewrite target. Move real work to do-proto-toplev. Include
8456 md5 checksum generation.
8457 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8458 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8459 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8460 insight.tar.bz2): Use gdb-taz to create archive.
8461
8462 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
8463
8464 * configure (warn_cflags): Delete.
8465
8466 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8467 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
8468
8469 * configure.in (enable_libstdcxx_v3): Add.
8470 (target_libs): Add bits here to switch between libstdc++-v2 and
8471 libstdc++-v3.
8472 * config.if: And this file too.
8473 * Makefile.in: Add libstdc++-v3 targets.
8474
8475 2000-04-05 Michael Meissner <meissner@redhat.com>
8476
8477 * config.sub (d30v): Add d30v as a basic machine type.
8478
8479 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
8480
8481 * configure.in: -linux-gnu*, not -linux-gnu.
8482
8483 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
8484
8485 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8486 (do-tar-bz2): Replace TOOL with PACKAGE.
8487 (gdb.tar.bz2): Remove GDBTK from GDB package.
8488 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8489 dejagnu.tar.bz2): New packages.
8490
8491 2000-02-27 Andreas Jaeger <aj@suse.de>
8492
8493 * configure.in: Add entry for mips*-*-linux*, move catch all
8494 *-*-*linux* entry below this one.
8495
8496 2000-02-27 Ian Lance Taylor <ian@zembu.com>
8497
8498 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8499
8500 2000-02-24 Nick Clifton <nickc@cygnus.com>
8501
8502 * config.sub: Support an OS of "wince".
8503
8504 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
8505
8506 * config.guess, config.sub: Updated to match config's 2000-02-15
8507 version.
8508
8509 2000-02-23 Linas Vepstas <linas@linas.org>
8510
8511 * config.sub: Add support for Linux/IBM 370.
8512 * configure.in: Likewise.
8513
8514 2000-02-22 Nick Clifton <nickc@cygnus.com>
8515
8516 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8517
8518 2000-02-20 Christopher Faylor <cgf@cygnus.com>
8519
8520 * config.guess: Guess "cygwin" rather than "cygwin32".
8521
8522 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8523
8524 * configure (gcc_version): When setting, narrow search to
8525 lines containing `version_string'.
8526
8527 2000-02-15 Denis Chertykov <denisc@overta.ru>
8528
8529 * config.sub: Add support for avr target.
8530
8531 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
8532
8533 * config.sub: Add mmix-knuth-mmixware.
8534
8535 2000-01-27 Christopher Faylor <cgf@redhat.com>
8536
8537 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8538 structure stuff to -L library search.
8539 (CXX_FOR_TARGET): Ditto.
8540 (CROSS_CHECK_MODULES): Fix spelling mistake.
8541
8542 2000-01-24 Mark Mitchell <mark@codesourcery.com>
8543
8544 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8545 the C++ compiler.
8546
8547 2000-01-12 Richard Henderson <rth@cygnus.com>
8548
8549 * configure.in: Don't build some bits for beos.
8550
8551 2000-01-12 Joel Sherrill (joel@OARcorp.com)
8552
8553 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8554 as include files.
8555
8556 2000-01-06 Geoff Keating <geoffk@cygnus.com>
8557
8558 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8559 not mh-aix43.
8560
8561 1999-12-14 Richard Henderson <rth@cygnus.com>
8562
8563 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8564 * config.sub: Accept alphaev[78], alphaev8.
8565
8566 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8567
8568 * config.guess, config.sub: Update from autoconf.
8569
8570 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8571
8572 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8573 necessary libraries are missing.
8574
8575 1999-10-25 Andreas Schwab <schwab@suse.de>
8576
8577 * configure: Fix quoting inside arguments of eval.
8578
8579 1999-10-21 Nick Clifton <nickc@cygnus.com>
8580
8581 * config-ml.in: Allow suppression of some ARM multilibs.
8582
8583 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8584
8585 * config.guess: Add OS/390 match pattern.
8586 * config.sub: Add mvs, openedition targets.
8587 * configure.in (i370-ibm-opened*): New.
8588
8589 1999-09-04 Steve Chamberlain <sac@pobox.com>
8590
8591 * config.sub: Add support for configuring for pj.
8592
8593 1999-08-31 Nick Clifton <nickc@cygnus.com>
8594
8595 * config.sub (maybe_os): Add support for configuring for fr30.
8596
8597 1999-08-25 Nick Clifton <nickc@cygnus.com>
8598
8599 * configure.in: Do not configure or build ld for AIX
8600 platforms. ld is known to be broken on these platforms.
8601
8602 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8603
8604 * config-ml.in: Pass compiler flag corresponding to multidirs to
8605 subdir configures.
8606
8607 1999-08-09 Ian Lance Taylor <ian@zembu.com>
8608
8609 * Makefile.in (LDFLAGS): Define.
8610
8611 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8612
8613 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8614 noconfigdirs.
8615 (*-*-cygwin*): Likewise.
8616
8617 1999-08-08 Ian Lance Taylor <ian@zembu.com>
8618
8619 * mkdep: New file.
8620 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8621 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8622
8623 From Eli Zaretskii <eliz@is.elta.co.il>:
8624 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8625 long file name when using DJGPP on MS-DOS.
8626
8627 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8628
8629 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8630
8631 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8632
8633 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8634 dependency as this causes "make check" to globally "make all"
8635
8636 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8637
8638 * configure.in (target_libs): Added target-zlib.
8639 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8640 (CONFIGURE_TARGET_MODULES): Likewise.
8641 (CHECK_TARGET_MODULES): Likewise.
8642 (INSTALL_TARGET_MODULES): Likewise.
8643 (CLEAN_TARGET_MODULES): Likewise.
8644 (configure-target-zlib): New target.
8645 (all-target-zlib): Likewise.
8646 (all-target-libjava): Depend on all-target-zlib.
8647 (configure-target-libjava): Depend on configure-target-zlib.
8648
8649 * Makefile.in (configure-target-libjava): Depend on
8650 configure-target-newlib.
8651 (configure-target-boehm-gc): New target.
8652 (configure-target-qthreads): New target.
8653
8654 * configure.in (target_libs): Added target-qthreads.
8655 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8656 (CONFIGURE_TARGET_MODULES): Likewise.
8657 (CHECK_TARGET_MODULES): Likewise.
8658 (INSTALL_TARGET_MODULES): Likewise.
8659 (CLEAN_TARGET_MODULES): Likewise.
8660 (all-target-qthreads): New target.
8661 (configure-target-libjava): Depend on configure-target-qthreads.
8662 (all-target-libjava): Depend on all-target-qthreads.
8663
8664 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8665 (CONFIGURE_TARGET_MODULES): Likewise.
8666 (CHECK_TARGET_MODULES): Likewise.
8667 (INSTALL_TARGET_MODULES): Likewise.
8668 (CLEAN_TARGET_MODULES): Likewise.
8669 (all-target-libjava): New target.
8670 (all-target-boehm-gc): Likewise.
8671 * configure.in (target_libs): Added libjava, boehm-gc.
8672
8673 1999-07-22 Ian Lance Taylor <ian@zembu.com>
8674
8675 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8676 configure.bat in SUPPORT_FILES.
8677 (gas+binutils.tar.bz2): Likewise.
8678
8679 * makeall.bat: Remove; obsolete.
8680
8681 1999-07-21 Ian Lance Taylor <ian@zembu.com>
8682
8683 From Mark Elbrecht:
8684 * configure.bat: Remove; obsolete.
8685
8686 1999-07-11 Ian Lance Taylor <ian@zembu.com>
8687
8688 * configure: Add -W -Wall to the default CFLAGS when compiling with
8689 gcc.
8690
8691 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8692
8693 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8694
8695 1999-06-30 Mark Mitchell <mark@codesourcery.com>
8696
8697 * configure.in: Build ld on IRIX6.
8698
8699 1999-06-12 Ian Lance Taylor <ian@zembu.com>
8700
8701 * Makefile.in: Change distribution targets to use bzip2 instead of
8702 gzip.
8703 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8704 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8705
8706 1999-06-04 Nick Clifton <nickc@cygnus.com>
8707
8708 * config.sub: Add mcore target.
8709
8710 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
8711
8712 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8713
8714 1999-05-25 H.J. Lu (hjl@gnu.org)
8715
8716 * config.guess (dummy): Changed to $dummy.
8717
8718 1999-05-24 Nick Clifton <nickc@cygnus.com>
8719
8720 * config.sub: Tidied up case statements.
8721
8722 1999-05-22 Ben Elliston <bje@cygnus.com>
8723
8724 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8725 <jiro@din.or.jp>.
8726
8727 * config.guess: Merge with FSF version. Future changes will be
8728 more accurately recorded in this ChangeLog.
8729 * config.sub: Likewise.
8730
8731 1999-05-20 Stephen L Moshier <moshier@world.std.com>
8732
8733 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8734
8735 1999-04-30 Tom Tromey <tromey@cygnus.com>
8736
8737 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8738
8739 1999-04-23 Tom Tromey <tromey@cygnus.com>
8740
8741 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8742
8743 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
8744
8745 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8746 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8747 Bad merge removed these two changes.
8748
8749 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
8750 Martin Heller (Ing.-Buero_Heller@t-online.de)
8751
8752 * config.guess (interix Alpha): Add.
8753
8754 1999-04-11 Richard Henderson <rth@cygnus.com>
8755
8756 * configure.in (i?86-*-beos*): Do config gperf; don't config
8757 gdb, newlib, or libgloss.
8758
8759 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
8760
8761 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8762 link a trivial program with -mabi=64. If it fails, remove mabi=64
8763 from multidirs.
8764
8765 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
8766
8767 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8768
8769 1999-04-08 Nick Clifton <nickc@cygnus.com>
8770
8771 * config.sub: Add support for mcore targets.
8772
8773 1999-04-07 Michael Meissner <meissner@cygnus.com>
8774
8775 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8776 not mt-ospace, in order to shut up assembler warning about using
8777 symbols that are named the same as registers.
8778
8779 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
8780
8781 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8782 dependency list for all-target-cygmon.
8783
8784 1999-04-05 Doug Evans <devans@casey.cygnus.com>
8785
8786 * config-ml.in: Check $host, not $target, for selective multilibs.
8787 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8788 thumb interworking, and underscore prefix multilibs.
8789
8790 1999-04-04 Ian Lance Taylor <ian@zembu.com>
8791
8792 * missing: Update to version from current automake.
8793
8794 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8795
8796 * configure (gxx_include_dir): Removed.
8797
8798 * configure.in (gxx_include_dir): Handle it.
8799 * Makefile.in: Likewise.
8800
8801 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8802
8803 * config.sub (mips64vr4111,mips64vr4111el) Add.
8804
8805 1999-03-21 Ben Elliston <bje@cygnus.com>
8806
8807 * config.guess: Correct typo for detecting ELF on FreeBSD.
8808
8809 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8810
8811 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8812 config/mh-djgpp.
8813
8814 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8815
8816 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8817 all-target-newlib to dependency list for all-target-bsp.
8818
8819 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8820
8821 * config.sub: Add i386-uwin support.
8822 * config.guess: Likewise.
8823
8824 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8825
8826 * configure.in: cleanup, add mh-*pic handling for arm, special
8827 case powerpc*-*-aix*
8828
8829 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8830
8831 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8832 can be built.
8833
8834 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8835
8836 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8837 targets.
8838
8839 1999-03-02 Nick Clifton <nickc@cygnus.com>
8840
8841 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8842
8843 1999-02-28 Geoffrey Noer <noer@cygnus.com>
8844
8845 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8846
8847 1999-02-24 Nick Clifton <nickc@cygnus.com>
8848
8849 * config.sub: Fix typo in arm recognition.
8850
8851 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
8852
8853 * configure.in (noconfigdirs): Changed target_configdirs to
8854 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8855 rather than m68k-*-* since it is not known to work on
8856 m68k-aout. Ditto for arm-*-*oabi.
8857
8858 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
8859
8860 * configure.in (*-*-windows*): Remove, no longer used.
8861
8862 1999-02-19 Ben Elliston <bje@cygnus.com>
8863
8864 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8865 Smart and improved by Andrew Cagney.
8866
8867 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
8868
8869 * config.guess: Recognize openbsd-*-hppa.
8870
8871 1999-02-17 H.J. Lu (hjl@gnu.org)
8872
8873 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8874 only if it is not empty.
8875
8876 1999-02-17 Nick Clifton <nickc@cygnus.com>
8877
8878 Patch from: Scott Bambrough <scottb@corelcomputer.com>
8879
8880 * config.guess: Modified to recognize uname's armv* syntax.
8881
8882 * config.sub: Modified to recognize uname's armv* syntax.
8883
8884 1999-02-17 Mark Salter <msalter@cygnus.com>
8885
8886 * configure.in: Added target-bsp for sparclite.
8887
8888 1999-02-08 Richard Henderson <rth@cygnus.com>
8889
8890 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8891
8892 1999-02-08 Nick Clifton <nickc@cygnus.com>
8893
8894 * configure.in: Add support for strongarm port.
8895 * config.sub: Add support for strongarm target.
8896
8897 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
8898
8899 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8900 the old name config/mh-cygwin32.
8901 Enable texinfo.
8902
8903 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
8904
8905 * configure.in: Do build ld for ix86 Solaris.
8906
8907 1999-02-02 Jim Wilson <wilson@cygnus.com>
8908
8909 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8910 $AR_FOR_TARGET. Likewise for RANLIB.
8911
8912 1999-02-02 Catherine Moore <clm@cygnus.com>
8913
8914 * config.sub (oabi): Recognize.
8915 * configure.in (arm-*-oabi): Handle.
8916
8917 1999-01-30 Robert Lipe (robertlipe@usa.net)
8918
8919 * config.guess: Improve detection of i686 on UnixWare 7.
8920
8921 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
8922
8923 * config.guess: Add support for i386-pc-interix.
8924 * config.sub: Likewise.
8925 * configure.in: Likewise.
8926
8927 1999-01-18 Christopher Faylor <cgf@cygnus.com>
8928
8929 * Makefile.in: Remove unneeded all-target-libio from
8930 from all-target-winsup target since it is now unneeded.
8931 Add all-target-libtermcap in its place since it is now
8932 needed.
8933
8934 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8935
8936 * configure.in: makefile stub for cygwin target is probably
8937 unnecessary. Remove it for now.
8938
8939 1998-12-30 Christopher Faylor <cgf@cygnus.com>
8940
8941 * configure.in: libtermcap.a should be built when cygwin is the
8942 target as well as the host.
8943 * config.guess: Allow mixed case in cygwin uname output.
8944 * Makefile.in: Add libtermcap target.
8945
8946 1998-12-23 Jeffrey A Law (law@cygnus.com)
8947
8948 * config.sub: Clean up handling of hppa2.0.
8949
8950 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
8951
8952 * config.guess: Use C code to identify more HP machines.
8953
8954 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8955
8956 * config.sub: Handle hppa2.0.
8957
8958 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8959
8960 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8961 cygmon for all sparclite targets, regardless of object format.
8962
8963 1998-12-15 Mark Salter <msalter@cygnus.com>
8964
8965 * configure.in: Added target-bsp for several target architectures.
8966
8967 * Makefile.in: Added rules for bsp.
8968
8969 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8970
8971 * config.guess: Improve detection of hppa2.0 processors.
8972
8973 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8974
8975 * config.guess: Recognize FreeBSD using ELF automatically.
8976
8977 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8978
8979 * configure (skip-this-dir): Add handling for new shell script, which
8980 might be created by a sub-directory's configure to indicate, this particular
8981 directory is "unwanted".
8982 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8983
8984 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8985
8986 * ltconfig: import from libtool, after changing libtool to
8987 account for the cygwin name change.
8988
8989 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8990
8991 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8992 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8993
8994 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8995
8996 * configure.in: Add libtermcap to list of cygwin dependencies.
8997
8998 1998-11-17 Geoffrey Noer <noer@cygnus.com>
8999
9000 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9001 they include winsup/include when it's a cygwin target.
9002
9003 1998-11-12 Tom Tromey <tromey@cygnus.com>
9004
9005 * configure.in (host_tools): Added zip.
9006 * Makefile.in (all-target-libjava): Depend on all-zip.
9007 (all-zip): New target.
9008 (ALL_MODULES): Added all-zip.
9009 (NATIVE_CHECK_MODULES): Added check-zip.
9010 (INSTALL_MODULES): Added install-zip.
9011 (CLEAN_MODULES): Added clean-zip.
9012
9013 1998-11-12 Geoffrey Noer <noer@cygnus.com>
9014
9015 * Makefile.in: lose "32" from comment about cygwin.
9016
9017 1998-11-05 Nick Clifton <nickc@cygnus.com>
9018
9019 * configure.in: Use -Os to build target libraries for the fr30.
9020
9021 1998-11-04 Dave Brolley <brolley@cygnus.com>
9022
9023 * config.sub: Add fr30.
9024
9025 1998-11-02 Geoffrey Noer <noer@cygnus.com>
9026
9027 * configure.in: drop "32" from config/mh-cygwin32. Check
9028 cygwin* instead of cygwin32*.
9029 * config.sub: Check cygwin* instead of cygwin32*.
9030
9031 1998-10-22 Robert Lipe <robertl@dgii.com>
9032
9033 * config.guess: Match any version of Unixware7.
9034
9035 1998-10-20 Syd Polk <spolk@cygnus.com>
9036
9037 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9038 if desired.
9039
9040 1998-10-18 Jeffrey A Law (law@cygnus.com)
9041
9042 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9043 these if the appropriate directories and files to not exist.
9044
9045 1998-10-14 Jeffrey A Law (law@cygnus.com)
9046
9047 * Makefile.in (DEVO_SUPPORT): Add config.if.
9048
9049 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
9050
9051 * configure: Add pattern to replace "build_tooldir"'s
9052 definition in the generated Makefile with "tooldir"'s
9053 actual value.
9054
9055 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9056
9057 * config.sub: Bring back lost sparcv9.
9058
9059 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9060
9061 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9062
9063 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9064 CC_FOR_TARGET and friends.
9065
9066 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9067
9068 * Makefile.in (build_tooldir): New variable, same as tooldir.
9069 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9070 -B$(build_tooldir)/bin/.
9071 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9072
9073 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9074
9075 * config.sub: Add support for i[34567]86-pc-udk.
9076 * configure.in: Likewise.
9077
9078 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9079
9080 * Makefile.in: add bzip2 package building bits for user
9081 tools module
9082 * configure.in: ditto
9083
9084 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9085
9086 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9087 (ALL_TARGET_MODULES): Add all-target-libobjc.
9088 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9089 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9090 (all-target-libchill): Add dependencies.
9091 * configure.in (target_libs): Add libchill.
9092
9093 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9094
9095 * configure.in (target_subdir): Remove duplicate line.
9096
9097 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9098
9099 * Makefile.in (all-automake): fix dependencies.
9100
9101 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9102
9103 * configure.in: Minor cleanups for building in the $(target_alias)
9104 subdir.
9105
9106 1998-09-22 Jim Wilson <wilson@cygnus.com>
9107
9108 * Makefile.in (bootstrap): Set r and s before make all. Use
9109 BASE_FLAGS_TO_PASS in make all.
9110 (cross): Likewise.
9111
9112 1998-09-20 Mark Mitchell <mark@markmitchell.com>
9113
9114 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9115
9116 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9117
9118 * config.sub: Fix typo in last change.
9119
9120 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9121
9122 * config.sub: Add support for C4x target.
9123 * configure.in: Likewise.
9124
9125 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9126
9127 * config.sub: Recognize sparcv9 just like sparc64.
9128
9129 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9130
9131 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9132
9133 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9134
9135 * config.guess: Correctly identify Pentium II sco boxes.
9136
9137 * config.guess: Fix "tr" code. From Weiwen Liu.
9138
9139 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9140
9141 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9142 stabs.
9143
9144 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9145
9146 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9147 (ALL_TARGET_MODULES): Add all-target-libchill.
9148 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9149 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9150 (all-target-libchill): Add dependencies.
9151 * configure.in (target_libs): Add libchill.
9152
9153 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9154
9155 * config.guess: Avoid assumptions about "tr" behaves when
9156 LANG is set to something other than English.
9157
9158 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9159
9160 * configure (gxx_include_dir): Changed to
9161 '${prefix}/include/g++'-${libstdcxx_interface}.
9162
9163 * config.if: New to determine the interfaces.
9164
9165 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9166
9167 * config.guess: Detect and handle MPE/IX.
9168 * config.sub: Deal with MPE/IX.
9169
9170 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9171
9172 * configure.in: Use mh-aix43.
9173
9174 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9175
9176 * configure: Fix --without/--disable cases for gxx-include-dir.
9177
9178 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9179
9180 * mdata-sh: Imported. Needed for automake support.
9181
9182 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9183
9184 * Makefile.in (taz): Try "chmod -R og=u ." before
9185 "chmod og=u `find . -print`".
9186
9187 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9188
9189 * configure.in: Add arm-elf and thumb-elf support.
9190
9191 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9192
9193 * Makefile.in: Undo previous patch.
9194
9195 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9196
9197 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9198 to here ...
9199 (install-no-fixedincludes): and here
9200 (INSTALL_MODULES): ... from here.
9201
9202 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9203
9204 * config.sub: Merge with FSF.
9205
9206 * config.guess: Merge with FSF.
9207
9208 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9209
9210 * configure (extraconfigdirs): New variable.
9211 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9212 * Makefile.in (all): Move higher in file.
9213 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9214 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9215 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9216 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9217 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9218
9219 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
9220
9221 * Makefile.in (all-target-libjava): Depend on all-gcc and
9222 all-target-newlib.
9223 (configure-target-libjava): Depend on $(ALL_GCC).
9224
9225 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9226
9227 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9228 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9229
9230 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9231
9232 * ylwrap: Change absolute path checks to check for DOS style path
9233 names.
9234
9235 * ylwrap: Don't use a full path name if the source file is in the
9236 same directory. From hjl@lucon.org (H.J. Lu).
9237
9238 * config-ml.in: Default to being verbose, to match Feb 18 change to
9239 configure.
9240
9241 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9242
9243 Brought over from egcs:
9244
9245 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9246
9247 * configure.in (target_subdir): Set to ${target_alias} instead
9248 of "libraries".
9249
9250 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9251
9252 * configure.in (target_subdir): Set to libraries if enable_multilib.
9253
9254 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9255
9256 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9257 multilibs, force reconfiguration the first time we create
9258 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9259
9260 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9261
9262 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9263 avoid confusion with --no-recursion.
9264
9265 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9266
9267 * configure.in: Win32 hosts shouldn't use install -x
9268 * install-sh: remove -x option, and special .exe-handling
9269 hack.
9270
9271 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9272
9273 * config.guess: Recognize i586-pc-beos.
9274 * configure.in: Don't build some bits for beos.
9275
9276 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9277
9278 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9279 CFLAGS default to -O2.
9280
9281 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9282 when using GNU ld.
9283
9284 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9285
9286 * ltmain.sh: Correct install when using a different shell.
9287
9288 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9289
9290 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9291
9292 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9293
9294 * makefile.vms: Update to build binutils/makefile.vms. Add install
9295 target.
9296
9297 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9298
9299 * ltconfig: Update to correct AIX handling.
9300
9301 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9302
9303 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9304
9305 * configure.in (target_subdir): Set to ${target_alias} instead
9306 of "libraries".
9307
9308 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9309
9310 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9311 (Makefile): Depend on $(gcc_version_trigger).
9312
9313 * configure (gcc_version): Change default initializer to empty
9314 string.
9315 (gcc_version_trigger): New variable; pass this variable down
9316 to subdir configures to enable them checking gcc's version
9317 themselves. Emit make macros for both gcc_version vars.
9318 (topsrcdir): Initialize reliably.
9319 (recursion line): Remove --with-gcc-version=${gcc_version}.
9320
9321 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9322
9323 * configure (enable_version_specific_runtime_libs): Implement new flag
9324 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9325 in $(libsubdir); emit definition in each generated Makefile.
9326 (gxx_include_dir): Initialize depending on
9327 $enable_version_specific_runtime_libs.
9328
9329 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9330
9331 * configure (gcc_version): Initialize properly depending on
9332 how and where configure is started.
9333 (recursion line): Pass a --with-gcc-version=${gcc_version}
9334 to configures in subdirs.
9335
9336 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9337
9338 * configure.in (noconfigdirs): Add configure pattern for mips tx39
9339 cygmon
9340
9341 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9342
9343 * configure.in: Add cygmon and libstub support for mn10200.
9344
9345 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9346
9347 * configure (gcc_version): Add new variable describing the
9348 particular gcc version we're building.
9349 * Makefile.in (libsubdir): Add new macro for the directory
9350 in which the compiler finds executables, libraries, etc.
9351 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9352 and libsubdir.
9353
9354 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9355
9356 * Makefile.in (local-clean): Remove *.log.
9357 (warning.log): Built with warn_summary from build.log.
9358 (mail-report.log): Run test_summary.
9359 (mail-report-with-warnings.log): Run test_summary including
9360 warning.log in the report.
9361
9362 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9363
9364 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9365
9366 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9367
9368 * Makefile.in (grep): Grep no longer depends on libiberty.
9369
9370 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9371
9372 * Makefile.in: all-snavigator needs all-libgui.
9373
9374 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9375
9376 * configure.in: Add cygmon and libstub support for mn10300.
9377
9378 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9379
9380 * missing: Update to version from automake 1.3.
9381
9382 * ltmain.sh: On installation, don't get confused if the same name
9383 appears more than once in the list of library names.
9384
9385 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9386
9387 * config.sub: Accept m68060 and m5200 as CPU names.
9388
9389 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9390
9391 * configure: Use && rather than using -a in test, because odd
9392 strings can confuse test.
9393 * configure.in: Likewise.
9394
9395 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9396
9397 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9398
9399 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9400
9401 * Makefile.in (boostrap2-lean, bootstrap3-lean,
9402 bootstrap4-lean): New targets.
9403
9404 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9405
9406 * mpw-* Delete. Not used.
9407
9408 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9409
9410 * COPYING.LIB: Update FSF address.
9411
9412 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9413
9414 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9415
9416 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9417 GAS_SUPPORT_DIRS.
9418
9419 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9420
9421 * ltconfig, ltmain.sh: Avoid producing a version number if
9422 -version-info was not used.
9423
9424 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9425
9426 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9427 building with newlib.
9428
9429 1998-04-30 Paul Eggert <eggert@twinsun.com>
9430
9431 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9432 Solaris `make' causes it to continue to next definition.
9433
9434 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9435
9436 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9437 the right GUI libraries and files are installed along with GDB.
9438
9439 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9440
9441 * configure.in: Change alpha to alpha* in several places.
9442
9443 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9444
9445 * config.sub: Recognize sparc86x.
9446
9447 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9448
9449 * configure.in (--enable-target-optspace): Remove debug echo.
9450
9451 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9452
9453 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9454
9455 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9456
9457 * ltconfig: Update cygwin32 support.
9458
9459 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9460 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9461 (GDB_SUPPORT_DIRS): Likewise.
9462
9463 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9464
9465 * configure.in (target_makefile_frag): If --enable-target-optspace,
9466 use -Os to compile target libraries rather than -O2. Default to
9467 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9468 not used.
9469 * configure.in (target_cflags): Ditto for d30v.
9470
9471 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9472
9473 * Makefile.in (all-bfd): Depend on all-intl.
9474 (all-binutils): Likewise.
9475 (all-gas): Likewise.
9476 (all-gprof): Likewise.
9477 (all-ld): Likewise.
9478
9479 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
9480
9481 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9482
9483 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9484
9485 * Makefile.in (all-bfd): Depend upon all-libiberty.
9486
9487 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9488
9489 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9490
9491 * Makefile.in: Add libstub.
9492
9493 * configure.in: Ditto. Build libstub for targets that have cygmon
9494 support.
9495
9496 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9497
9498 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9499
9500 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9501
9502 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9503 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9504
9505 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9506
9507 * configure: Define DEFAULT_M4 by searching PATH.
9508 * Makfile.in: Use DEFAULT_M4.
9509
9510 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9511
9512 * ltconfig: Add cygwin32 support.
9513
9514 * Makefile.in, configure.in: Add libtool as a native only directory
9515 to configure and build.
9516
9517 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9518
9519 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9520
9521 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9522
9523 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9524
9525 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9526
9527 * Makefile.in: add ash make rules
9528 * configure.in: add ash to native_only and host_tools lists
9529
9530 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9531
9532 * Makefile.in (all-gettext, all-intl): New targets.
9533 (ALL_MODULES): Added all-gettext, all-intl.
9534 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9535 (INSTALL_MODULES): Added install-gettext, install-intl.
9536 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9537
9538 * configure.in (host_tools): Added gettext.
9539 (native_only): Likewise.
9540 (noconfigdirs) [various cases]: Likewise.
9541 (host_libs): Added intl.
9542
9543 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9544
9545 * configure: Do not disable building gdbtk for cygwin32 hosts.
9546
9547 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9548
9549 * configure.in: Add thumb-coff target.
9550 * config.sub: Add thumb-coff target.
9551
9552 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9553
9554 * Makefile.in: Revert yesterday's change.
9555 (all-target-winsup): all-target-librx stays out of here.
9556
9557 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9558
9559 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9560 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9561 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9562 Remove references to librx and libg++.
9563
9564 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9565
9566 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9567 recursive makes
9568
9569 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9570
9571 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9572 for newlib directory.
9573 (CXX_FOR_TARGET): Likewise.
9574
9575 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9576
9577 * ltconfig: Update after libtool/ltconfig.in change for
9578 hpux11.
9579
9580 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9581
9582 * ltconfig, ltmain.sh: Update to libtool 1.2.
9583
9584 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9585
9586 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9587 (install-gcc-cross): Instead, override LANGUAGES here.
9588
9589 1998-03-18 Dave Love <d.love@dl.ac.uk>
9590
9591 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9592 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9593
9594 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9595
9596 * configure.in: Add Thumb-pe target.
9597
9598 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
9599
9600 * Makefile.in - changed sn targets to snavigator
9601 * configure.in - changed sn targets to snavigator
9602
9603 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9604
9605 * config-ml.in: After building symlink tree call make distclean
9606 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9607 to be the case for libiberty.
9608
9609 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9610
9611 * configure: When making link, also check the current
9612 directory. The configure scripts may create one.
9613
9614 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9615
9616 * config.sub: Accept alphapca56 and alphaev6 properly.
9617
9618 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9619
9620 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9621
9622 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9623
9624 * config.sub (sco5): Fix typo.
9625
9626 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9627
9628 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9629 install-itcl.
9630 (install-itcl): Remove dependency on install-tcl.
9631
9632 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9633
9634 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9635
9636 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9637
9638 * configure.in: Don't build libgui for a cygwin32 target when not on
9639 a cygwin32 host.
9640
9641 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9642
9643 * configure (redirect): Set to null, so default behavior of
9644 configure is now --verbose.
9645
9646 1998-02-16 Dave Love <d.love@dl.ac.uk>
9647
9648 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9649 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9650
9651 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9652
9653 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9654 this change to sync Makefile.in with its ChangeLog entries.
9655
9656 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9657
9658 * ltmain.sh (mkdir): Check that the directory doesn't exist
9659 before we exit with error, so that we don't get races during
9660 parallel builds.
9661
9662 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9663
9664 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9665
9666 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9667
9668 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9669 PICFLAG_FOR_TARGET.
9670 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9671
9672 * configure: Emit a definition for the new macro enable_shared
9673 into each Makefile.
9674
9675 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9676
9677 * configure.in (host_tools, native_only): Add libtool.
9678
9679 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9680
9681 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9682 Fix typo in ming config comment.
9683
9684 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9685
9686 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9687
9688 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9689
9690 * config.sub: Add tic30 cases, and map c30 to tic30.
9691
9692 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9693
9694 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9695 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9696 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9697 (CLEAN_TARGET_MODULES): Similarly
9698 (all-target-libf2c): Add dependences.
9699 * configure.in (target_libs): Add libf2c.
9700
9701 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9702
9703 * configure.in: Remove expect from noconfigdirs when target
9704 is cygwin32. OK to build expect and dejagnu with Canadian
9705 Cross.
9706
9707 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9708
9709 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9710 host.
9711
9712 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9713 and mingw32.
9714
9715 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9716
9717 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9718 here as it is not defined in the toplevel Makefile.
9719
9720 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9721
9722 * configure (package_makefile_rules_frag): New variable, which names
9723 a file with generic rules, ...
9724 Change comment to mention we now have FIVE parts.
9725 * configure: Undo last change.
9726
9727 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9728
9729 * config.guess: More accurate determination of HP processor types.
9730 * config.sub: More accurate determination of HP processor types.
9731
9732 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9733
9734 * configure (package_makefile_frag): Move inserting the
9735 ${package_makefile_frag} to where it should be according
9736 to the comment.
9737
9738 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9739
9740 * config.guess: Add support for Linux/ARM.
9741
9742 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9743
9744 * .cvsignore: Remove *-info and *-install since they match
9745 release-info and mpw-install, which we don't want to just ignore.
9746
9747 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9748
9749 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9750
9751 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9752
9753 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9754 local_prefix to sub-make invocations.
9755
9756 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9757
9758 * configure.in: Check makefile fragments in the source
9759 directory.
9760
9761 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9762
9763 * configure.in: Check whether host and target makefile
9764 fragments exist before adding them to *_makefile_frag.
9765
9766 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9767
9768 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9769
9770 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9771
9772 * configure.in: Make sure we only replace RPATH_ENVVAR on
9773 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9774 regexp to sed.
9775
9776 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9777 to sub-makes.
9778
9779 1998-01-13 Lee Iverson (leei@ai.sri.com)
9780
9781 * config-ml.in (multi-do): LDFLAGS must include multilib
9782 designator.
9783
9784 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9785
9786 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9787
9788 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9789
9790 * config.sub: Add mingw32 support.
9791 * configure.in: Likewise.
9792
9793 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9794
9795 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9796
9797 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9798
9799 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9800 * configure (gxx_include_dir): Provide a definition for subdirs
9801 which do not use autoconf.
9802
9803 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9804
9805 * config.guess: Sync with egcs. Picks up new alpha support,
9806 BeOS & some additional linux support.
9807
9808 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9809
9810 * config.guess: HP 9000/803 is a PA1.1 machine.
9811
9812 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9813
9814 * configure.in: It's alpha*-...
9815
9816 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9817
9818 * configure.in (host_makefile_frag, target_makefile_frag):
9819 Handle multiple config files.
9820 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9821 alpha-*-*.
9822
9823 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9824
9825 * mkdep: New file.
9826
9827 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9828
9829 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9830
9831 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9832
9833 * Makefile.in: Add libgui directory.
9834 (GDB_TK): Add all-libgui.
9835 * configure.in: Add libgui directory.
9836 * configure: Add all-libgui to GDB_TK.
9837
9838 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9839
9840 * config-ml.in (multidirs): Add m32r to multilib list.
9841
9842 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9843
9844 * Makefile.in (all-target-gperf): Change dependency to
9845 all-target-libstdc++.
9846
9847 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9848
9849 * config.guess: Add BeOS support.
9850
9851 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9852
9853 Source directory cvs renamed to cvssrc:
9854 * configure.in (host_tools): Change cvs to cvssrc.
9855 (native_only): Likewise.
9856 (noconfigdirs) [various cases]: Likewise.
9857 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9858 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9859 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9860 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9861 (all-cvssrc): Rename target from all-cvs.
9862
9863 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9864
9865 * configure (gxx_include_dir): Fix thinko.
9866
9867 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9868
9869 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9870 (install-cross, install-gcc-cross): New targets.
9871
9872 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9873
9874 * configure.in (noconfigdirs): Add support for Thumb target.
9875
9876 * config.sub (maybe_os): Add support for Thumb target.
9877
9878 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9879
9880 * Makefile.in: Add rules for cygmon.
9881
9882 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9883
9884 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9885
9886 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9887 * configure (gxx_include_dir): Provide a definition for subdirs
9888 which do not use autoconf.
9889
9890 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9891
9892 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9893 11/18/97 build
9894
9895 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9896
9897 * From Franz Sirl.
9898 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9899 found on RedHat Linux systems.
9900
9901 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9902
9903 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9904 guesses.
9905
9906 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9907
9908 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9909
9910 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9911
9912 * ltmain.sh: If mkdir fails, check whether the directory was created
9913 anyhow by some other process.
9914
9915 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9916
9917 * configure.in (d30v-*-*): Configure all directories.
9918
9919 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9920
9921 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9922 for the D30V.
9923
9924 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9925
9926 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9927
9928 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9929
9930 * include/libiberty.h: Add extern "C" { so it can be used with C++
9931 progrms.
9932 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9933 programs.
9934
9935 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9936
9937 * configure.in (d30v-*-*): Configure GCC now.
9938
9939 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9940
9941 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9942 is no longer needed.
9943
9944 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9945
9946 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9947
9948 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9949
9950 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9951 targets using "$@" to provide support for similar but not identical
9952 targets without having to duplicate code.
9953
9954 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9955
9956 * makefile.vms: Fix to work with DEC C.
9957
9958 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9959
9960 * config.sub: Add mips-tx39-elf to marketing names.
9961
9962 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9963
9964 * ltmain.sh: Handle symlinks in generated script.
9965
9966 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9967
9968 * configure: Handle autoconf style directory options: --bindir,
9969 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9970 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9971 --sysconfdir.
9972 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9973 (sharedstatedir, localstatedir, oldincludedir): New variables.
9974 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9975 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9976 sbindir, sharedstatedir, and sysconfdir.
9977
9978 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9979
9980 * Makefile.in (bootstrap-lean): New target.
9981
9982 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9983
9984 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
9985 sn, and gnuserv from noconfigdirs.
9986
9987 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9988
9989 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9990
9991 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9992
9993 * Makefile.in (cross): New target.
9994
9995 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9996 Jeff Law <law@cygnus.com>
9997
9998 * Makefile.in (bootstrap2, bootstrap3): New targets.
9999 (all-bootstrap): Remove outdated and confusing target.
10000 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10001
10002 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10003
10004 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10005 windows. Consistent with gdb/configure.
10006
10007 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10008
10009 * configure.in: Name Linux target fragment.
10010
10011 * configure: Rewrite so that project Makefile fragment is inserted
10012 first and appears last in the resulting Makefile.
10013
10014 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10015
10016 * Makefile.in (install-itcl): Install tcl first.
10017
10018 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10019
10020 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10021
10022 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10023
10024 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10025
10026 * configure.in (skipdirs): Add target-librx for Linux.
10027 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10028
10029 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10030
10031 * Makefile.in (bootstrap): New target.
10032
10033 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10034
10035 * config.sub: Accept 'amigados' for backward compatability.
10036
10037 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10038
10039 * config.guess: Merge with FSF.
10040
10041 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10042
10043 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10044
10045 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10046
10047 * config.sub: Add "marketing-names" patch.
10048
10049 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10050
10051 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10052
10053 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10054
10055 * config.sub: Handle v850-elf.
10056
10057 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10058
10059 * .cvsignore (*-install): Remove.
10060
10061 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10062
10063 * ltconfig: Set CONFIG_SHELL in libtool.
10064 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10065
10066 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10067
10068 * configure.in (target_subdir): Set to libraries if enable_multilib.
10069
10070 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10071
10072 * config.guess: Update from gcc directory.
10073
10074 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10075
10076 * Makefile.in (all-sim): Depends on all-readline.
10077
10078 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10079
10080 * Makefile.in (BISON, YACC): Use $$s.
10081 (all-bison): Depend on all-texinfo.
10082
10083 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10084
10085 * Makefile.in (BISON): Add -L flag.
10086 (YACC): Likewise.
10087
10088 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10089
10090 * configure.in (noconfigdirs): Add support for v850e target.
10091
10092 * config.sub (maybe_os): Add support for v850e target.
10093
10094 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10095
10096 * configure.in (noconfigdirs): Add support for v850ea target.
10097
10098 * config.sub (maybe_os): Add support for v850ea target.
10099
10100 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10101
10102 * config.sub: Add mipstx39. Delete r3900.
10103
10104 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10105
10106 * Makefile.in (all-autoconf): Depends on all-texinfo.
10107
10108 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10109
10110 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10111 eabi targets.
10112
10113 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10114
10115 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10116
10117 * configure: When handling a Canadian Cross, handle YACC as well as
10118 BISON. Just set BISON to bison. When setting YACC, prefer bison.
10119 * Makefile.in (all-bison): Depend upon all-texinfo.
10120
10121 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10122
10123 * Makefile.in (BISON): bison, not byacc or bison -y.
10124 (YACC): bison -y or byacc or yacc.
10125 (various): Add *-bison as appropriate.
10126 (taz): No need to mess with BISON anymore.
10127
10128 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10129
10130 * configure: If OSTYPE matches *win32*, try to find a good value for
10131 CONFIG_SHELL.
10132
10133 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10134
10135 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10136 configure.in if it is present.
10137
10138 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10139
10140 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10141
10142 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10143
10144 * config.sub: Recognize `arc' cpu.
10145 * configure.in: Likewise.
10146 * config-ml.in: Likewise.
10147
10148 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10149
10150 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10151
10152 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10153
10154 * configure: Changed sed delimiter from ':' to '|' when
10155 attempting to substitute ${config_shell} for SHELL. On
10156 NT ${config_shell} may contain a ':' in it.
10157
10158 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10159
10160 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10161
10162 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10163
10164 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10165
10166 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10167
10168 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10169
10170 * ylwrap: If the program is a relative path, force it to be
10171 absolute.
10172
10173 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10174
10175 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10176
10177 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10178
10179 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10180 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10181 for libraries.
10182
10183 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10184
10185 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10186 separated by spaces.
10187
10188 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10189
10190 * ylwrap: New file.
10191 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10192
10193 * ltmain.sh: Handle /bin/sh at start of install program.
10194
10195 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10196
10197 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10198 * missing: New file, from automake 1.2.
10199
10200 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10201
10202 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10203 check-tk to CHECK_X11_MODULES.
10204
10205 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10206
10207 * config.sub: Merge with FSF.
10208
10209 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10210
10211 * config.guess: Merge with FSF.
10212
10213 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10214
10215 * configure: Treat msdosdjgpp like go32.
10216 * configure.in: Likewise. Don't remove gprof for go32.
10217
10218 * configure: Change Makefile.tem2 to Makefile.tm2.
10219
10220 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10221
10222 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10223
10224 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10225
10226 * install-sh (chmodcmd): Set to null if the DST directory already
10227 exists. Same as Nov 11th change.
10228
10229 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10230
10231 * configure (GDB_TK): Needs itcl and tix.
10232
10233 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10234
10235 * config.guess: Update from FSF.
10236
10237 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10238
10239 * Makefile.in (GDB_TK): Depend on itcl and tix.
10240
10241 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10242
10243 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10244 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10245 (INSTALL_SCRIPT): New variable.
10246 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10247 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10248 to -x.
10249 * install-sh: Add support for -x option.
10250
10251 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10252
10253 * configure.in, Makefile.in: Treat tix like itcl.
10254
10255 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10256
10257 * Makefile.in (WINDRES): New variable.
10258 (WINDRES_FOR_TARGET): New variable.
10259 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10260 (EXTRA_HOST_FLAGS): Add WINDRES.
10261 (EXTRA_TARGET_FLAGS): Add WINDRES.
10262 (EXTRA_GCC_FLAGS): Add WINDRES.
10263 ($(DO_X)): Pass down WINDRES.
10264 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10265 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10266 DLLTOOL_FOR_TARGET.
10267
10268 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10269
10270 * configure.in: configure sim before gdb for win32-x-ppc
10271
10272 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10273
10274 Move gperf into the toplevel, from libg++.
10275 * configure.in (target_tools): Add target-gperf.
10276 (native_only): Add target-gperf.
10277 * Makefile.in (all-target-gperf): New target, depend on
10278 all-target-libg++.
10279 (configure-target-gperf): Empty rule.
10280 (ALL_TARGET_MODULES): Add all-target-gperf.
10281 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10282 (CHECK_TARGET_MODULES): Add check-target-gperf.
10283 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10284 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10285
10286 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
10287
10288 * config.sub (mn10200): Recognize new basic machine.
10289
10290 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10291
10292 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10293 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10294
10295 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10296
10297 * configure.in: If we're building mips-sgi-irix6* native, turn on
10298 ENABLE_MULTILIB and set TARGET_SUBDIR.
10299
10300 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10301
10302 * Makefile.in (all-sn): Depend on all-grep.
10303
10304 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10305
10306 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10307
10308 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10309 Makefile. From Jeff Makey <jeff@cts.com>.
10310 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10311
10312 * Makefile.in (DISTBISONFILES): Remove.
10313 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10314 $(DEFAULT_YACC).
10315
10316 * configure.in: Build itl, db, sn, etc., when building for native
10317 cygwin32.
10318
10319 * Makefile.in (LD): New variable.
10320 (EXTRA_HOST_FLAGS): Pass down LD.
10321 ($(DO_X)): Likewise.
10322
10323 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10324
10325 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10326
10327 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10328
10329 * configure.in (targargs): Strip out any supplied --build argument
10330 before adding our own. Always add --build.
10331
10332 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10333
10334 * configure.in (targargs): Pass --build if we're doing
10335 a cross-compile.
10336
10337 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10338
10339 * configure: Use '|' instead of ":" as the separator in
10340 sed. Otherwise sed chokes on NT path names with drive
10341 designators. Also look for "?:*" as the leading characters in an
10342 absolute pathname.
10343
10344 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10345
10346 * config.sub: Support for r3900.
10347
10348 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * configure.in: Use install-sh, not install.sh.
10351
10352 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10353
10354 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10355 apply it twice.
10356
10357 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10358
10359 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10360 install-binutils.
10361
10362 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10363
10364 * Makefile.in: Add automake targets.
10365 * configure.in (host_tools): Add automake.
10366
10367 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10368
10369 * configure: Default CXX to c++, not gcc.
10370 * Makefile.in (CXX): Set to c++, not gcc.
10371 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10372
10373 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10374
10375 * install-sh: try appending a .exe if source file doesn't
10376 exist
10377
10378 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10379
10380 * configure.in: Turn on multilib by default.
10381 (cross_only): Remove target-libiberty.
10382
10383 * Makefile.in (all-gcc): Don't depend on libiberty.
10384
10385 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10386
10387 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10388
10389 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10390
10391 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10392 (DISTBISONFILES): Add ld/Makefile.in
10393
10394 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10395
10396 * configure.in: if target is cygwin32 but host isn't cygwin32,
10397 don't configure gdb tcl tk expect, not just gdb.
10398
10399 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10400
10401 * configure.in: Added gnuserv everywhere sn appears.
10402
10403 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10404 (CROSS_CHECK_MODULES): Added check-gnuserv.
10405 (INSTALL_MODULES): Added install-gnuserv.
10406 (CLEAN_MODULES): Added clean-gnuserv.
10407 (all-gnuserv): New target.
10408
10409 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10410
10411 * config.guess: Fixes for MIPS OpenBSD systems.
10412
10413 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10414
10415 * Makefile.in (INSTALL_XFORM): Remove.
10416 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10417
10418 * mkinstalldirs: New file, copied from automake.
10419 * Makefile.in (installdirs): Rename from install-dirs. Use
10420 mkinstalldirs. Change all users.
10421 (DEVO_SUPPORT): Add mkinstalldirs.
10422
10423 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10424
10425 * install-sh: Rename from install.sh.
10426 * Makefile.in (INSTALL): Change install.sh to install-sh.
10427 (DEVO_SUPPORT): Likewise.
10428
10429 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10430 Graichen <graichen@rzpd.de>.
10431
10432 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10433
10434 * config.guess: Recognize OpenBSD systems correctly.
10435
10436 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10437
10438 * README, Makefile.in (ETC_SUPPORT): Remove references to
10439 cfg-paper*, configure.{texi,man,info*}._
10440
10441 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10442
10443 * Makefile.in (all.normal): Ensure that gcc is built after all
10444 the x11 - ie gdb - targets.
10445
10446 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10447
10448 * makefile.vms: Don't run conf-a-gas.
10449
10450 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10451
10452 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10453
10454 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10455
10456 * configure.in: Remove noconfigdirs case since gdb also
10457 configures and builds for tic80-coff.
10458
10459 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10460
10461 * configure: Set cache_file to config.cache.
10462 * Makefile.in (local-distclean): Remove config.cache.
10463
10464 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * COPYING: Update FSF address.
10467
10468 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10469
10470 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10471 noconfigdirs.
10472
10473 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10474
10475 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10476 MAKEDIRS, is empty.
10477
10478 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10479
10480 * config.sub: Tweak mn10300 entry.
10481
10482 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10483
10484 * configure.in (host_tools): Put sim before gdb, so gdb's
10485 configure.tgt can determine if the simulator was configured.
10486
10487 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10488
10489 * config.sub: Move BeOS $os case to be with other Cygnus
10490 local cases.
10491
10492 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10493
10494 * config.sub: Remove misplaced comment that broke Linux.
10495
10496 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10497
10498 * config.sub: Add BeOS support.
10499
10500 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10501
10502 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10503
10504 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10505
10506 * configure.in (noconfigdirs): Remove tcl and tk from
10507 noconfigdirs for cygwin32 builds.
10508
10509 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10510
10511 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10512
10513 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10514
10515 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10516 make-all.com, use makefile.vms instead.
10517
10518 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10519
10520 * config.sub: Accept -lnews*.
10521
10522 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10523
10524 * configure.in (noconfigdirs): Disable target-newlib,
10525 target-examples and target-libiberty for d30v.
10526
10527 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10528
10529 * configure.in (noconfigdirs): Enable ld for d30v.
10530
10531 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10532
10533 * configure.in (tic80-*-*): Build compiler.
10534
10535 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10536
10537 * configure.in (d30v-*): Remove sim directory from list of
10538 unsupported d30v directories
10539
10540 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10541
10542 * config.sub, configure.in: Add d30v target cpu.
10543
10544 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10545
10546 * makefile.vms: New file.
10547 * make-all.com: Remove.
10548
10549 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10550
10551 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10552
10553 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10554
10555 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10556
10557 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10558
10559 * Makefile.in (ALL_MODULES): Added all-db.
10560 (CROSS_CHECK_MODULES): Addec check-db.
10561 (INSTALL_MODULES): Added install-db.
10562 (CLEAN_MODULES): Added clean-db.
10563
10564 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10565
10566 * config.guess: Merge with latest FSF sources.
10567
10568 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10569
10570 * Makefile.in (ALL_MODULES): Added all-itcl.
10571 (CROSS_CHECK_MODULES): Added check-itcl.
10572 (INSTALL_MODULES): Added install-itcl.
10573 (CLEAN_MODULES): Added clean-itcl.
10574
10575 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10576
10577 * configure.in: build gdb for mn10200
10578
10579 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10580
10581 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10582
10583 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10584
10585 * configure.in (tic80-*-*): Turn off most targets right now.
10586
10587 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10588
10589 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10590 rather than the makeinfo program.
10591 (do-info): Depend upon all-texinfo.
10592
10593 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10594
10595 * configure.in: Remove uses of config/mh-linux.
10596
10597 * config.sub, config.guess: Merge with latest FSF sources.
10598
10599 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10600
10601 * config.sub (case $basic_machine): Add tic80 entries.
10602
10603 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10604
10605 * config.sub, config.guess: Merge with latest FSF sources.
10606
10607 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10608
10609 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10610 * mpw-config.in: Test for NewFolderRecursive.
10611 * mpw-install: Use symbolic name for startup filename.
10612 * mpw-README: Add various additional details.
10613
10614 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10615
10616 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10617
10618 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10619
10620 * configure.in: Do build gcc and the target libraries for
10621 the mn10200.
10622
10623 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10624
10625 * configure.in: don't avoid building gdb for mn10300 any more
10626 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10627 instead of single-quoting it.
10628
10629 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10630
10631 * configure.in: Don't use --with-stabs on IRIX 6.
10632
10633 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10634
10635 * configure.in (m32r): Build gdb, libg++ now.
10636
10637 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10638
10639 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10640 directories from noconfigdirs.
10641
10642 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10643
10644 * config.sub (basic_machine): added mips16 configuration
10645
10646 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10647
10648 * config.sub: Handle d10v-unknown.
10649
10650 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10651
10652 * config.sub: Handle v850-unknown.
10653
10654 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10655
10656 * Makefile.in: add findutils
10657 * configure.in: add findutils to list of host_tools
10658
10659 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10660
10661 * config.sub: Handle mn10200 and mn10300.
10662
10663 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10664
10665 * configure.in (d10v-*): Do not build librx.
10666
10667 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10668
10669 * configure.in (mn10300): Build everything except gdb & libgloss.
10670
10671 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10672
10673 * config.guess: Patch for Dansk Data Elektronik servers,
10674 from Niels Skou Olsen <nso@dde.dk>.
10675
10676 For ncr, use /bin/uname rather than uname, since GNU uname does not
10677 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10678
10679 Patch for MIPS R4000 running System V,
10680 from Eric S. Raymond <esr@snark.thyrsus.com>.
10681
10682 Fix thinko for nextstep.
10683
10684 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10685
10686 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10687 * config.guess: Guess mips-dec-mach_bsd4.3.
10688
10689 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10690 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10691 release numbers.
10692 * config.guess (mips-mips-riscos*): Emit just enough of the
10693 release number.
10694
10695 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10696 * config.guess (sparc-auspex-sunos*): Added.
10697 (f300-fujitsu-*): Added.
10698
10699 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10700 * config.guess: Recognize a Tadpole as a sparc.
10701
10702 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10703
10704 * config.guess: Don't assume that NextStep version is either 2 or
10705 3. NextStep 4 (aka OpenStep 4) has come out now.
10706
10707 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10708
10709 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10710 From Rik Faith <faith@cs.unc.edu>.
10711
10712 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10713
10714 * config.sub: Contributions from bug-gnu-utils to:
10715 Support plain "hppa" (no version given) architecture, reported by
10716 OpenStep.
10717 OpenBSD like NetBSD.
10718 LynxOs is not a hardware supplier.
10719
10720 * config.guess: Contributions from bug-gnu-utils to add support for:
10721 OpenBSD like NetBSD.
10722 Stratus systems.
10723 More Pyramid systems.
10724 i[n>4]86 Intel chips.
10725 M680[n>4]0 Motorola chips.
10726 Use unknown instead of lynx for hardware manufacturer.
10727
10728 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10729
10730 * install.sh (chmodcmd): Set to null if the DST directory already
10731 exists.
10732
10733 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10734
10735 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10736 not use mt-ppc target Makefile fragment any more.
10737
10738 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10739
10740 * configure.in (*-*-windows): Exclude everything but those dirs
10741 needed to build windows.
10742
10743 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10744
10745 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10746
10747 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10748
10749 * configure.in: Exclude mmalloc from i386-windows.
10750
10751 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10752
10753 * Undo my previous change.
10754
10755 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10756
10757 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10758 unconditionally.
10759 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10760
10761 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10762
10763 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10764 host to add it's own flags.
10765
10766 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10767
10768 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10769
10770 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10771
10772 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10773 (CXX_FOR_TARGET): Likewise.
10774 (GCC_FOR_TARGET): Define.
10775 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10776 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10777 CC_FOR_TARGET was specified on the command line.
10778 (MAKEOVERRIDES): Don't define.
10779
10780 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10781
10782 * configure.in (m32r): Fix spelling of libg++ libs.
10783
10784 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10785
10786 * config.sub (-apple*): Remove, now redundant.
10787
10788 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10789
10790 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10791
10792 * configure: Rework yesterday's sed script patch.
10793
10794 * config.sub: Merge with FSF.
10795
10796 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10797
10798 * config.guess: Merge from FSF.
10799
10800 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10801 * config.guess: Use pc instead of unknown, for pc clone systems.
10802 Change linux to linux-gnu.
10803
10804 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10805 * config.guess: Avoid non-portable tr syntax.
10806
10807 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10808
10809 * test-build.mk (HOLES): Add "xargs" for gdb.
10810
10811 * configure: Avoid hpux10.20 sed bug.
10812
10813 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10814
10815 * configure.in: Add support for windows host
10816 (that is a build done under the Microsoft build environment).
10817
10818 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10819
10820 * Makefile.in: Replace all uses of srcroot with s, to shrink
10821 command line lengths.
10822
10823 Patches from Geoffrey Noer <noer@cygnus.com>:
10824 * configure.in: If configuring for newlib, pass --with-newlib to
10825 subdirectories.
10826 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10827 -Bnewlib/ and -Lwinsup to gcc.
10828 (CXX_FOR_TARGET): Likewise.
10829
10830 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10831
10832 * Makefile.in (ETC_SUPPORT): Add configure.
10833
10834 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10835
10836 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10837 host configuration file.
10838
10839 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10840
10841 * configure.in: Break mn10x00 support into separate
10842 mn10200 and mn10300 configurations.
10843 * config.sub: Likewise.
10844
10845 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10846
10847 * configure.in: Add lots of stuff to noconfigdirs for
10848 the mn10x00 targets.
10849
10850 * config.sub, configure.in: Add mn10x00 support.
10851
10852 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10853
10854 * make-all.com: Call conf-a-gas, not config-a-gas.
10855
10856 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10857
10858 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10859 targets.
10860
10861 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10862
10863 * mpw-README: Add much more detail for native PowerMac.
10864 * mpw-install: New file.
10865 * mpw-configure: Add --norecursion and --help options.
10866 * mpw-config.in: Translate readme and install files when
10867 copying to objdir.
10868 * mpw-build.in: Don't always depend on byacc and flex.
10869 (install-only-top): New action.
10870
10871 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10872
10873 * configure.in: You can now configure GDB for the v850.
10874
10875 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10876
10877 * configure.in (noconfigdirs): Don't configure any C++ dirs
10878 if targeting D10V.
10879
10880 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10881
10882 * config.sub: Recognize mips64vr5000.
10883
10884 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10885
10886 * configure.in: Use a single line for host_tools and native_only.
10887
10888 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10889
10890 * config.sub, configure.in: Add entries for m32r.
10891
10892 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10893
10894 * Makefile.in (inet-install): Don't run install-gzip.
10895
10896 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10897
10898 * configure.in: Don't config lots of things for *-*-windows*.
10899
10900 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10901
10902 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10903 (host_libs, host_tools): Copy from configure.in.
10904 * mpw-configure: Don't complain about directories not found.
10905
10906 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10907
10908 * configure.in (i[345]86): Recognize i686 for pentium pro.
10909 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10910 file.
10911
10912 * config.guess (i[345]86): Ditto.
10913
10914 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10915
10916 * configure.in (noconfigdirs): Removed gdb for D10V.
10917
10918 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
10919
10920 * configure.in: Remove ld, target-libio, target-libg++, and
10921 target-libstdc++ from noconfigdirs.
10922
10923 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10924
10925 * configure: Fix three locations where shell scripts were
10926 being run directly rather than with config_shell.
10927
10928 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10929
10930 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10931 * config.sub (basic_machine): Recognize v850.
10932
10933 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10934
10935 * mpw-configure: Handle multiple enable/disable options and
10936 pass them down recursively, handle -c and -s flags appropriately
10937 depending on choice of compiler, add escape mechanism for
10938 quoted arguments to gC.
10939
10940 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10941
10942 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10943 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10944 so that -mrelocatable-lib and -mno-eabi are used.
10945
10946 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10947 not support --print-multi-lib, don't abort.
10948
10949 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10950
10951 * make-all.com: Run config-a-gas.
10952 * setup.com: Don't copy subdirectory files around.
10953
10954 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10955
10956 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10957 target, it now compiles correctly.
10958
10959 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10960
10961 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10962
10963 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10964
10965 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10966
10967 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10968
10969 * configure.in (native_only): Add prms.
10970
10971 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10972
10973 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10974 (BINUTILS_SUPPORT_DIRS): Likewise.
10975
10976 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10977
10978 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10979 d10v support is added.
10980
10981 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10982
10983 * configure.in (d10v-*-*): New target.
10984
10985 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10986
10987 * config.guess (HP 9000/811): Recognize this as a PA1.1
10988 machine.
10989
10990 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10991
10992 * Makefile.in (do-tar-gz): New target, split out from tail end of
10993 taz target. Run each command separately, don't use pipes.
10994 (taz): Use it.
10995
10996 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10997
10998 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10999 * mpw-build.in: No builds should depend on building byacc or flex,
11000 they are assumed to be installed already.
11001
11002 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11003
11004 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11005 variable that CC_FOR_TARGET needs.
11006
11007 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11008
11009 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11010 options have changed since the last time the subdirectory was
11011 configured, and if it has, reconfigure.
11012 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11013 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11014
11015 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11016
11017 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11018 CLEAN_MODULES): Add bash.
11019 (all-bash): New target.
11020
11021 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11022
11023 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11024
11025 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11026
11027 * config.sub (basic_machine): Recognize d10v as a valid processor.
11028
11029 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11030
11031 * mpw-configure: Add support for --bindir.
11032 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11033
11034 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11035
11036 * configure.in: add bash, time, gawk to list of hosttools and things
11037 to only build for native toolchains
11038
11039 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11040
11041 * Makefile.in (docdir): Remove.
11042
11043 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11044
11045 * Makefile.in (datadir): Set to $(prefix)/share.
11046
11047 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11048
11049 * configure.in: build diff and patch for cygwin32-hosted
11050 toolchains.
11051
11052 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11053
11054 * config.sub: Accept -rtems*.
11055
11056 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11057
11058 * configure.in: enable dosrel for cygwin32-hosted builds,
11059 remove diff from the list of things not buildable
11060 via Canadian Cross
11061
11062 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11063
11064 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11065 don't get ". ".
11066
11067 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11068
11069 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11070
11071 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11072
11073 * Makefile.in (taz): Handle case where tex3patch didn't even get
11074 checked out. Also, if it was found, put the symlink in a new util
11075 subdirectory.
11076
11077 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11078
11079 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11080
11081 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11082
11083 * config.sub: Recognize -openvms.
11084 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11085 * make-all.com, setup.com: New files.
11086
11087 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11088
11089 * Makefile.in (taz): tex3patch moved to texinfo/util.
11090
11091 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11092
11093 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11094 * configure.in: remove make from disable-if-Can-Cross list
11095 enable gdb if ${host} and ${target} are cygwin32
11096
11097 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11098
11099 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11100 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11101
11102 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11103
11104 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11105 distinguish sysv/svr4/bsd variants.
11106 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11107
11108 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11109
11110 * configure.in: Added copyright notice.
11111 * move-if-change: Added copyright notice.
11112
11113 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11114
11115 * configure.in (powerpcle-*-solaris*): Until we get shared
11116 libraries working, don't build gdb, sim, make, tcl, tk, or
11117 expect.
11118
11119 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11120
11121 * config.guess: Merge with FSF:
11122
11123 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11124 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11125
11126 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11127 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11128
11129 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11130 * config.guess: Combine two OSF1 rules.
11131 Also recognize field test versions. From mjr@zk3.dec.com.
11132 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11133 because GNU uname does not support -p. From pmr@pajato.com.
11134
11135 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11136
11137 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11138
11139 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11140
11141 * mpw-README: Document GCCIncludes.
11142
11143 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11144
11145 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11146
11147 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11148
11149 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11150
11151 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11152
11153 * configure.in (*-*-cygwin32): Configure make.
11154
11155 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11156
11157 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11158
11159 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11160
11161 * Makefile.in (all-inet): Depend on all-perl.
11162
11163 * Makefile.in (inet-install): New target.
11164
11165 * Makefile.in (all-inet): Depend on all-tcl.
11166 (all-inet): Depend on all-send-pr.
11167
11168 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11169
11170 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11171 temporarily.
11172
11173 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11174
11175 * configure.in: Don't configure --with-gnu-ld on AIX.
11176
11177 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11178
11179 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11180
11181 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11182
11183 * Makefile.in (ALL_MODULES): Added all-inet.
11184 (CROSS_CHECK_MODULES): Added check-inet.
11185 (INSTALL_MODULES): Added install-inet.
11186 (CLEAN_MODULES): Added clean-inet.
11187 (all-indent): New target.
11188
11189 * configure.in (host_tools): Added inet.
11190 (native_only): Added inet.
11191 (noconfigdirs): Added inet.
11192
11193 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11194
11195 * configure.in: Don't configure libgloss if we are not configuring
11196 newlib.
11197
11198 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11199
11200 * configure.in: Don't configure libgloss for unsupported
11201 architectures.
11202
11203 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11204
11205 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11206
11207 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11208
11209 * Makefile.in (ALL_MODULES): Include all-apache.
11210 (CROSS_CHECK_MODULES): Include check-apache.
11211 (INSTALL_MODULES): Include install-apache.
11212 (all-apache): New target.
11213
11214 * configure.in: Added apache everywhere perl is seen.
11215
11216 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11217
11218 * Makefile.in: Add support for clean-{module} and
11219 clean-target-{module} rules.
11220
11221 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11222
11223 * configure.in (*-*-ose) do not build libgloss.
11224
11225 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11226
11227 * config.guess (prep*:SunOS:5.*:*): Turn into
11228 powerpele-unknown-solaris2.
11229
11230 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11231
11232 * configure.in: Permit --enable-shared to specify a list of
11233 directories.
11234
11235 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11236
11237 * configure.in (host==solaris): Pass only the first word of $CC
11238 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11239
11240 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11241
11242 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11243
11244 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11245
11246 * Makefile.in (ALL_MODULES): Include all-perl.
11247 (CROSS_CHECK_MODULES): Include check-perl.
11248 (INSTALL_MODULES): Include install-perl.
11249 (ALL_X11_MODULES): Include all-guile.
11250 (CHECK_X11_MODULES): Include check-guile.
11251 (INSTALL_X11_MODULES): Include install-guile.
11252 (all-perl): New target.
11253 (all-guile): New target.
11254
11255 * configure.in (host_tools): Include perl and guile.
11256 (native_only): Include perl and guile.
11257 (noconfigdirs): Don't build guile and perl; no ports have been
11258 done.
11259
11260 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11261
11262 * configure (--enable-*): Handle quoted option lists such as
11263 --enable-sim-cflags='-g0 -O' better.
11264
11265 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11266
11267 * Makefile.in ({,inst}all-target): New rule so we can make and
11268 install all of the target directories easily.
11269
11270 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11271
11272 * configure.in: Add missing global flag in sed substitution when
11273 deleting `target-' from ${configdirs}.
11274
11275 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11276
11277 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11278 option.
11279
11280 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11281 config/mh-necv4.
11282
11283 * install.sh: Correct misspelling of transformbasename.
11284
11285 * config.guess: Recognize mips-*-sysv*.
11286
11287 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11288
11289 * config.sub: Recognize mon960.
11290
11291 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11292
11293 * configure: Restore Canadian Cross handling of BISON and LEX,
11294 removed in Feb 20 change.
11295
11296 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11297
11298 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11299 Mention make install. Remove the old copyright date as well the
11300 clumsy and rather pointless copyright on the README file.
11301
11302 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11303
11304 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11305 Makefile after running symlink-tree, then run `make distclean' to
11306 avoid clobbering any generated files in srcdir.
11307
11308 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11309
11310 * configure.in (m68k-*-netbsd*): Build everything now.
11311
11312 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11313
11314 * Makefile.in (taz): Fix quoting.
11315
11316 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11317
11318 * configure.in (sparclet-*-*): Build everything now.
11319
11320 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11321
11322 * configure.in (m68k-*-linux*): New host.
11323
11324 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11325
11326 * configure: Check for bison before byacc.
11327
11328 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11329
11330 * Makefile.in configure: Change the way LEX and BISON/YACC are
11331 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11332 searching PATH. These are used as fallbacks by Makefile.in if
11333 flex/bison/byacc aren't in objdir.
11334
11335 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11336
11337 * Makefile.in: Make everything which depends upon all-bfd also
11338 depend upon all-opcodes, in case --with-commonbfdlib is used.
11339
11340 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11341
11342 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11343 building NT native compilers on Unix.
11344
11345 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11346
11347 * configure.in: Don't get CC from the host Makefile fragment if we
11348 can find gcc in PATH, or if this is a Canadian Cross. Move the
11349 Solaris test for /usr/ucb/cc to the post target script, just after
11350 the compiler sanity test.
11351
11352 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11353
11354 * config.sub: Merge with FSF.
11355
11356 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11357
11358 * Makefile.in (RPATH_ENVVAR): New variable.
11359 (REALLY_SET_LIB_PATH): Use it.
11360 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11361
11362 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11363
11364 * config.sub, configure.in: Recognize sparclet cpu.
11365
11366 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11367
11368 * config.guess: Support m68k-cbm-sysv4.
11369
11370 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11371
11372 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11373 m68k-unknown-linuxaout from linker help string. Put quotes around
11374 $ld_help_string.
11375
11376 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11377
11378 * config.guess (powerpc-harris-powerunix): Add guess for port
11379 to new target.
11380
11381 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11382
11383 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11384
11385 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11386
11387 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11388 $(REALLY_SET_LIB_PATH) in Makefile.
11389 * Makefile.in (SET_LIB_PATH): New variable.
11390 (REALLY_SET_LIB_PATH): New variable.
11391 ($(DO_X)): Use $(SET_LIB_PATH).
11392 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11393 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11394 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11395 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11396 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11397 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11398 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11399 (install-dosrel): Likewise.
11400 (all-opcodes): Depend upon all-libiberty.
11401
11402 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11403
11404 * config.guess (*:CYGWIN*): New
11405
11406 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11407
11408 * Makefile.in (all-target-winsup): All all-target-libiberty.
11409
11410 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11411
11412 * configure.in (noconfigdirs): Add missing # in front of comment.
11413
11414 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11415
11416 * configure.in: add second pass to things added to noconfigdirs
11417 so *-gm-magic can exclude libgloss properly.
11418
11419 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11420
11421 * mpw-configure (extralibs_name, rez_name): Set correctly
11422 for MWC68K compiler.
11423
11424 * mpw-README: Add more info on the necessary build tools.
11425
11426 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11427
11428 * configure.in, config.sub: Recognize cygwin32.
11429
11430 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11431
11432 * config.guess, config.sub: Recognize A/UX.
11433
11434 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11435
11436 * config.sub: Merge with gcc/config.sub.
11437
11438 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11439
11440 * mpw-build.in (do-binutils): Add build of stamps.
11441
11442 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11443
11444 * config.sub: Add recognition for mips64vr4100*-* targets.
11445
11446 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11447
11448 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11449 Add creation of gconfigargs with `--enable-shared' turned on.
11450 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11451 ($(host)-stamp-stage3-configured): Likewise.
11452 (HOLES): Add chatr and ldd.
11453 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11454
11455 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11456
11457 * configure: Pass --nfp to recursive configures.
11458
11459 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11460
11461 * Makefile.in (DLLTOOL): New.
11462 (DLLTOOL_FOR_TARGET): New.
11463 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11464 (EXTRA_TARGET_FLAGS): Ditto.
11465 (EXTRA_GCC_FLAGS): Ditto.
11466 (CONFIGURE_TARGET_MODULES): Ditto.
11467 (DO_X): Ditto.
11468 * configure: Add DLLTOOL.
11469
11470 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11471
11472 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11473 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11474 mh-sco, since old workarounds no longer needed, and don't
11475 build ld, since libraries have weak symbols in COFF.
11476
11477 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11478
11479 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11480
11481 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11482
11483 * configure.in: Make sure that ${CC} can be used to compile an
11484 executable.
11485
11486 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11487
11488 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11489 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11490 nothing depending on whether gdbtk is being built.
11491
11492 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11493
11494 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11495
11496 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11497
11498 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11499 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11500
11501 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11502
11503 * config-ml.in: Add support for
11504 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11505 Simplify setting of multidirs from --disable-foo.
11506
11507 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11508
11509 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11510 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11511 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11512 non-empty, pass them on to the GCC make.
11513 (all-bootstrap): New rule that is like all-gcc, except it executes
11514 the GCC bootstrap rule instead of the GCC all rule.
11515
11516 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11517
11518 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11519
11520 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11521
11522 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11523 DG/UX support.
11524
11525 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11526
11527 * config.sub (i*86*) Change [345] to [3456]
11528
11529 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11530
11531 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11532 --with-gnu-ld=no.
11533
11534 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11535
11536 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11537 AIX multilibs get built.
11538
11539 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11540
11541 * configure.in (i386-win32): Don't build expect if we're not
11542 building the tcl subdir.
11543
11544 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11545
11546 * Makefile.in: (configure-target-examples, all-target-examples):
11547 New targets, configure and build example programs.
11548
11549 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11550
11551 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11552 use it as input to sedit the generated MPW makefile.
11553 * mpw-README: Add a suggestion about Gestalt.h.
11554
11555 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11556
11557 * config.sub: Accept *-*-ieee*.
11558
11559 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11560
11561 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11562 Ronald F. Guilmette <rfg@monkeys.com>.
11563
11564 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11565
11566 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11567 for powerpc-pe native.
11568 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11569 (target==powerpc-pe): duplicate i386-win32 entry.
11570
11571 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11572
11573 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11574 of vxworks, not just vxworks5.1.
11575
11576 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11577
11578 * mpw-configure: Add support for exec-prefix.
11579
11580 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11581
11582 * config.guess: Recognize HP model 816 machines as having
11583 a PA1.1 processor.
11584
11585 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11586
11587 * configure: Ignore new autoconf configure options.
11588
11589 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11590
11591 * config.guess: Recognize Pentium under SCO.
11592 From Robert Lipe <robertl@arnet.com>.
11593
11594 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11595
11596 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11597
11598 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11599
11600 * configure.in: Don't configure gas for alpha-dec-osf*.
11601
11602 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11603
11604 * configure.in: Default to --with-stabs for some targets for which
11605 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11606 i[345]86*-*-unixware*.
11607
11608 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11611 rather than basing it on the target. Simplify handling of options
11612 controlling which directories to configure. Remove extraneous
11613 slash in multi-clean target.
11614
11615 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11616
11617 * config-ml.in: Prefix more variables with ml_ so they don't collide
11618 with configure's.
11619
11620 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11621
11622 * configure: Don't turn -v into --v.
11623
11624 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11625
11626 * configure.in (targargs): Fix typo.
11627
11628 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11629
11630 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11631
11632 * configure.in: Strip --host and --target options from
11633 CONFIG_ARGUMENTS, and always configure for --host only. Add
11634 --with-cross-host option when building with a cross-compiler.
11635 * configure: Canonicalize the arguments put into config.status by
11636 always using `=' for an option with an argument. Pass a presumed
11637 --host or --target explicitly.
11638
11639 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11640
11641 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11642 into general OS recognition case.
11643
11644 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11645
11646 * configure.in (target_configdirs): add target-winsup only
11647 for win32 target systems.
11648
11649 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11650
11651 * Makefile.in (all-target-libgloss): Depend upon
11652 configure-target-newlib, since when libgloss is built it looks to
11653 see if the newlib directory exists.
11654
11655 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11656
11657 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11658 cfg-ml-*.in.
11659
11660 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11661
11662 * configure: Handle LD and LD_FOR_TARGET when configuring a
11663 Canadian Cross.
11664
11665 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11666
11667 * configure.in (target_libs): add target-winsup.
11668 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11669 (target==ppcle-pe): remove ld from $noconfigdirs.
11670
11671 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11672
11673 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11674 Preserve relative path names in $srcdir. Build symlink tree if
11675 configuring cross target dir and srcdir=. (= no VPATH support).
11676 (configure-target-libg++): Depend on configure-target-librx.
11677 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11678 * config-ml.in: New file.
11679 * symlink-tree: New file.
11680 * configure: Ensure srcdir="." if that's what it is.
11681
11682 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11683
11684 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11685 includes and FLEX_SKELETON setting.
11686 * mpw-configure (--with-gnu-ld): New option, controls whether
11687 to use PPCLink or ld with PowerMac GCC.
11688 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11689 * mpw-config.in: Configure grez if targeting Mac.
11690
11691 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11692 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11693 just macos.
11694 * configure.in: Configure grez resource compiler if targeting Mac.
11695 * Makefile.in (all-grez, install-grez): New targets.
11696
11697 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11698
11699 * configure: CXX defaults to gcc, not g++. If we find
11700 gcc in the path, set CC to gcc -O2.
11701
11702 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11703
11704 * configure: Default ${build} correctly. Avoid picking up extra
11705 spaces when reading CC and CXX from Makefile. When doing a
11706 Canadian Cross, use plausible default values for numerous
11707 variables.
11708 * configure.in: When doing a Canadian Cross, don't try to
11709 configure tools whose configure script can't handle it.
11710
11711 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11712
11713 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11714
11715 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11716
11717 * configure: Remove dubious bug reporting address.
11718
11719 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11720
11721 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11722 configure script, run that instead of this directory's configure.
11723 In either case, print a message that we're configuring the sub-dir.
11724
11725 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11726
11727 * configure.in: Before checking for the existence of various files,
11728 use sed to filter out "target-".
11729
11730 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11731
11732 * Makefile.in (DO_X): Split rule to decrease command line length
11733 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11734 (Philippe De Muyter).
11735
11736 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11737
11738 * Makefile.in (all-patch): depend on all-libiberty.
11739
11740 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11741
11742 * configure.in: If the only directory in target_configdirs which
11743 actually exists is libiberty, then set target_configdirs to empty,
11744 to avoid trying to build a target libiberty in a gas or gdb
11745 distribution.
11746
11747 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11748
11749 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11750 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11751 systems.
11752
11753 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11754
11755 * configure.in (copy_dirs): Use sys-include instead of include
11756 for --with-headers option.
11757
11758 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11759
11760 * Makefile.in, configure.in: Make winsup builds work with
11761 new scheme.
11762
11763 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11764
11765 * configure.in: Build the linker on AIX.
11766
11767 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11768
11769 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11770 where needed.
11771
11772 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11773
11774 * Makefile.in (all-gcc): Fix typo.
11775
11776 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11777
11778 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11779
11780 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11781
11782 * configure.in: Rename libFOO to target-libFOO, and xiberty
11783 to target-xiberty, to provide more flexibility.
11784 (target_subdir): Define. Create if cross.
11785 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11786 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11787 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11788 check-libFOO -> check-target-libFOO, etc.
11789 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11790 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11791 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11792 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11793 allow ALL_GCC="" to only configure.
11794 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11795 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11796 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11797
11798 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11799
11800 * Makefile.in (taz): Build "info" in etc explicitly.
11801
11802 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11803
11804 * configure.in: Make sure that CC is undefined (as opposed to
11805 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11806 problem with autoconf trying to configure on a host without GCC.
11807
11808 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11809
11810 * mpw-configure: Set host alias from choice of host compiler,
11811 only use generic MPW Makefile sed if present, edit a file
11812 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11813 * mpw-README: Add problem notes about CW6 and CW7.
11814
11815 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11816
11817 * Makefile.in (taz): Use ";" instead of ";;".
11818
11819 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11820
11821 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11822 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11823 DISTDOCDIRS.
11824 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11825 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11826
11827 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11828
11829 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11830 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11831 Move bfd to DISTSTUFFDIRS.
11832
11833 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11834
11835 * Makefile.in (X11_LIB): Removed.
11836 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11837
11838 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11839
11840 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11841
11842 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11843 names.
11844
11845 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11846
11847 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11848
11849 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11850
11851 * configure.in (i[345]86-*-win32): Always build newlib.
11852 Don't configure cvs, autoconf or texinfo.
11853 * Makefile.in (LD_FOR_TARGET): New.
11854 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11855 Pass down LD_FOR_TARGET.
11856
11857 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11858
11859 * winsup: New directory.
11860 * Makefile.in: Build winsup.
11861 * configure.in: Winsup is configured when target is win32.
11862 Can only build win32 target GDB when native.
11863
11864 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11865
11866 * config.guess: Recognize HP model 819 machines as having
11867 a PA 1.1 processor.
11868
11869 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11870
11871 * configure: Fix sed loop which substitutes for CC and CXX to
11872 avoid bug found in various sed implementations.
11873
11874 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11875
11876 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11877 simulator. Use standard powerpc-*-eabi*.
11878
11879 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11880
11881 * configure.in: Stop putting gas and binutils in noconfigdirs for
11882 powerpc-*-aix* and rs6000-*-*.
11883
11884 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11885
11886 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11887 -mcall-aixdesc libraries.
11888
11889 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11890
11891 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11892
11893 * config.sub (arm | armel | armeb): Fix shell syntax.
11894
11895 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11896
11897 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11898 -msoft-float and -mcpu=common support.
11899 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11900 libraries.
11901
11902 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11903
11904 * configure.in: Allow configuration and build of emacs19 for the alpha.
11905
11906 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11907
11908 * configure.in (CC): Get ^CC, not just any old CC, from
11909 ${host_makefile_frag}.
11910
11911 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11912
11913 * configure.in (CC): Try to get CC from
11914 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11915
11916 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11917
11918 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11919 only if it exists in $(srcdir).
11920
11921 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * configure: If CC and CXX are not set in the environment, set
11924 them, based on either an existing Makefile or on searching for gcc
11925 in PATH. Substitute for CC and CXX in Makefile.
11926 * configure.in: Remove libm from target_libs. Separate
11927 target_configdirs from configdirs. If CC is not set in
11928 environment, try to get it from a host Makefile fragment. Rewrite
11929 changes of configdirs to use skipdirs instead. A few minor
11930 tweaks. Take directories out of target_configdirs as they are
11931 taken out of configdirs. Remove existing Makefile files from
11932 subdirectories. Substitute for TARGET_CONFIGDIRS and
11933 CONFIG_ARGUMENTS in Makefile.
11934 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11935 by configure.in.
11936 (CONFIG_ARGUMENTS): Likewise.
11937 (CONFIGURE_TARGET_MODULES): New variable.
11938 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11939 ($(CONFIGURE_TARGET_MODULES)): New target.
11940 (configure-libg++, configure-libio): New targets.
11941 (all-libg++): Depend upon configure-libg++.
11942 (all-libio): Depend upon configure-libio.
11943 (configure-libgloss, all-libgloss): New targets.
11944 (configure-libstdc++): New target.
11945 (all-libstdc++): Depend upon configure-libstdc++.
11946 (configure-librx, all-librx): New targets.
11947 (configure-newlib): New target.
11948 (all-newlib): Depend upon configure-newlib
11949 (configure-xiberty): New target.
11950 (all-xiberty): Depend upon configure-xiberty.
11951
11952 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11953
11954 * configure.in (host i[345]86-*-win32): Expand the
11955 noconfigdirs again.
11956
11957 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11958
11959 * mpw-configure: Fix sed command file name.
11960
11961 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11962
11963 * configure.in (host i[345]86-*-win32): Reduce the
11964 noconfigdirs again.
11965
11966 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11967
11968 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11969 or powerpc*-*-pe*, since they are not yet supported.
11970
11971 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11972
11973 Add PowerMac support and many other enhancements.
11974 * mpw-configure: New option --cc to select compiler to use,
11975 paste options set according to --cc into the generated
11976 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11977 if mpw-make.sed is present.
11978 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11979 add forward includes for PowerPC include files.
11980 * mpw-build.in: Build using Makefile.PPC if present.
11981 (do-byacc, etc): Remove separate version resource builds.
11982 (do-gas): Build "stamps" before "all".
11983 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11984 * mpw-README: Update to reflect --cc option, PowerMac support,
11985 and recently-reported compatibility problems.
11986
11987 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11988
11989 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11990 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11991 (--with-multilib-top): Pass to recursive invocations.
11992
11993 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11994
11995 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11996 v810-*-*.
11997
11998 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11999
12000 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12001 gdb, ld and opcodes on v810-*-*.
12002
12003 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12004
12005 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12006 (local-maintainer-clean): New target.
12007 (maintainer-clean): New target.
12008 (realclean): Just depend upon maintainer-clean.
12009
12010 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12011
12012 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12013
12014 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * configure.in: Build ld in mips*-*-bsd* case.
12017
12018 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12019
12020 * config.sub: Accept -lites* OS. From Ian Dall.
12021
12022 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12023
12024 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12025 targets.
12026
12027 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12028
12029 * configure.in: treat i386-win32 canadian cross the same as
12030 i386-go32 canadian cross.
12031
12032 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12033
12034 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12035 running under the simulator to build a reduced set of libraries.
12036 (powerpc-*-eabiaix): Add fine grained multilib support added to
12037 other powerpc targets yesterday.
12038
12039 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12040
12041 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12042 -disable-softfloat, -disable-relocatable, -disable-aix, and
12043 -disable-sysv to control which multilib libraries get built.
12044
12045 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12046
12047 * configure: Add Makefile.tem to list of files to remove in trap
12048 handler.
12049
12050 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12051
12052 * config.guess (*Linux*): Add missing "exit"s.
12053 Also, need specific check for alpha-unknown-linux (uses COFF).
12054
12055 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12056
12057 * config.guess: Merge with FSF:
12058
12059 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12060 * config.guess (AIX4): More robust release numbering discovery.
12061
12062 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12063 * config.guess (i386-sequent-ptx): Properly get version number.
12064
12065 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12066 * config.guess (mips:*:4*:UMIPS): New case.
12067
12068 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12069
12070 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12071 (i386-win32 host): Likewise. Don't build readline.
12072
12073 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12074
12075 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12076 SUPPORT_FILES to submakes.
12077
12078 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12079
12080 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12081 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12082 mpw-configure.
12083
12084 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12085
12086 * configure.in (appdirs): Use =, not ==, in test expression when
12087 trying to build the text to print in the warning message for
12088 Solaris users.
12089
12090 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12091
12092 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12093
12094 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12095
12096 * config.guess: Recognize lynx-2.3.
12097
12098 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12099
12100 * config.sub (z8ksim): Deleted
12101 (z8k-*-coff): New, this is the one true name of the target.
12102
12103 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12104
12105 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12106
12107 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12108
12109 * config.guess (*:Linux:*:*): First try asking the linker what the
12110 default object file format is (elf, aout, or coff). Then if this
12111 fails, try previous methods.
12112
12113 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12114
12115 * configure.in: Don't build newlib for *-*-vxworks5.1.
12116
12117 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12118
12119 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12120 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12121
12122 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12123
12124 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12125
12126 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12127
12128 * cfg-ml-com.in: New file.
12129 * cfg-ml-pos.in: New file.
12130
12131 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12132
12133 * COPYING.NEWLIB: Add HP free copyright to list.
12134
12135 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12136
12137 * config.sub: Recognize -eabi* for the system, not just -eabi.
12138
12139 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12140
12141 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12142 * config.sub, configure.in (win32): New target and host.
12143
12144 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12145
12146 * configure.in: Add i386-pe configuration.
12147
12148 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12149
12150 * mpw-build.in (install): Install GDB after LD.
12151
12152 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12153
12154 * mpw-config.in (elf/mips.h): Always forward-include, needed
12155 for GDB to build.
12156
12157 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12158
12159 * testsuite: New directory for customer acceptance and whole tool
12160 chain tests.
12161
12162 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12163
12164 * configure: If per-host line isn't found, but AC_OUTPUT is found
12165 and a configure script exists, run it instead.
12166
12167 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12168
12169 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12170
12171 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12172
12173 * configure: Set build_{cpu,vendor,os,alias} to host values when
12174 --build isn't specified.
12175
12176 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12177
12178 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12179 (FLAGS_TO_PASS): Pass them.
12180 (EXTRA_TARGET_FLAGS): Ditto.
12181
12182 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12183
12184 * Makefile.in (all-libg++): Depend on all-libstdc++.
12185
12186 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12187
12188 * configure.in (noconfigdirs): Enable all packages for
12189 i386-unknown-netbsd.
12190
12191 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12192
12193 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12194 hosted builds (DOS builds)
12195
12196 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12197
12198 Changes for ARM based on patches from Richard Earnshaw:
12199 * config.sub: Handle armeb and armel.
12200 * configure.in: Omit arm linker only for riscix.
12201
12202 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12203
12204 * config.guess: Update from FSF.
12205
12206 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12207
12208 * config.sub: Recognize powerpcle as the little endian varient of
12209 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12210 powerpcle variant. Convert pentium into i586, not i486. Add p5
12211 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12212 temporarily.
12213
12214 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12215
12216 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12217
12218 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12219
12220 * config.sub: Accept -lites* as a basic system type.
12221
12222 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12223
12224 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12225 installed, and if so return linuxoldld as the system name.
12226
12227 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12228
12229 * config.guess: Add hppa1.1-hp-lites support.
12230
12231 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12232
12233 * configure.in: Don't build newlib for m68k-vxworks5.1.
12234
12235 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12236
12237 * configure.in (mips-sgi-irix6): Use mh-irix5.
12238
12239 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12240
12241 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12242
12243 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12244
12245 * test-build.mk: Enable building of shared libraries on IRIX 5 and
12246 OSF/1. Fix compiler flags.
12247 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12248
12249 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12250
12251 * configure.in: Recognize --with-newlib.
12252 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12253
12254 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12255
12256 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12257 to *_X11_MODULES due to gdbtk needing X include files et al.
12258
12259 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12260
12261 Merge in support for Mac MPW as a host.
12262 (Old change descriptions retained for informational value.)
12263
12264 * mpw-config.in: Add generic include forwards for cpu-specific
12265 include files in aout and elf directories.
12266
12267 * mpw-configure: Added copyright.
12268 * mpw-config.in: Check for presence of required build tools.
12269 (target_libs): Add newlib.
12270 (target_tools): Add examples.
12271 (Read Me): Generate as "Read Me for MPW" instead.
12272 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12273 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12274 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12275
12276 * mpw-configure: Remove subdir-specific makefile hackery,
12277 delete mk.tmp after using it.
12278
12279 * mpw-build.in (all): Display start and end times.
12280
12281 * mpw-configure (host_canonical): Set.
12282 (target_cpu): Always add to makefiles.
12283 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12284 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12285 (mpw-mh-mpw): Look for in srcdir and srcroot.
12286 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12287
12288 * mpw-build.in: (install-only): New target.
12289
12290 * mpw-configure (host_alias, target_alias): Rename from hostalias
12291 and targetalias, add into generated Makefile.
12292 (mk.tmp): If present, add into generated Makefile.
12293 * mpw-build.in (all-gas): Build config.h first before gas proper.
12294
12295 * mpw-configure (config.status): Write only if changed.
12296 * mpw-config.in (readline): Configure it (not built, just used for
12297 definitions).
12298
12299 * mpw-config.in (elf/mips.h): Add a forward include.
12300
12301 * mpw-config.in: Forward-include most .h files in include into
12302 extra-include.
12303 (readline): Don't build.
12304 mpw-build.in (install): Install GDB.
12305
12306 * mpw-configure (prefix, mpw_prefix): Handle it.
12307 * mpw-config.in (mmalloc, readline): Don't configure.
12308 * mpw-build.in (thisscript): Rename to ThisScript.
12309 Use mpw-build instead of BuildProgram everywhere.
12310 (mmalloc, readline): Don't build.
12311 * mpw-README: New file, basic documentation about the MPW port.
12312
12313 * mpw-config.in: Use forward-include to create include files.
12314
12315 * mpw-configure: Add more things to the top of each configured
12316 Makefile, including contents of config/mpw-mh-mpw.
12317 * mpw-config.in (extra-include): Create this directory and fill it
12318 with Posix-like include files when configuring.
12319
12320 * config.sub (apple, mac, mpw): Add various aliases.
12321
12322 * mpw-build.in: New file, top-level build script fragment for MPW.
12323 * mpw-configure: New file, configure script for MPW.
12324 * mpw-config.in: New file, config fragment for MPW.
12325
12326 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12327
12328 * configure.in (host_libs): Remove glob, since it is gone from the
12329 sources.
12330
12331 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12332
12333 * Makefile.in: define empty GDB_NLM_DEPS var.
12334
12335 * configure.in(target_makefile_frag): use config/mt-netware
12336 for netware targets.
12337
12338 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12339
12340 * config.sub: Merge in recent FSF changes. Remove linux special
12341 cases.
12342
12343 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12344
12345 Revert this change:
12346
12347 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12348
12349 * build-all.mk: Use CC=cc -Xs on Solaris.
12350
12351 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12352
12353 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12354 stop using it.
12355 * Makefile.in: Nuke all references to glob subdirectory.
12356
12357 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12358
12359 * configure.in: Fix --enable-shared logic in per-host.
12360
12361 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12362
12363 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12364
12365 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12366
12367 * configure.in (noconfigdirs): Don't build gas on AIX, for
12368 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12369
12370 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12371
12372 * configure: Fix --cache-file to work if the file argument is a
12373 relative path.
12374
12375 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12376
12377 * configure: If the --cache-file is used, pass it down to
12378 configure in subdirectories.
12379
12380 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12381
12382 * config.sub: add vxworks29k configuration.
12383
12384 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12385
12386 * Makefile.in (taz): Do "diststuff" part quietly.
12387
12388 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12389
12390 * config.sub: Mini-merge with gcc/config.sub.
12391
12392 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12393
12394 * config.guess (IRIX): Sed - to _.
12395
12396 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12397
12398 * Makefile.in (source-vault, binary-vault): New targets.
12399
12400 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12401
12402 * config.sub: Recognize -eabi as a basic system type.
12403
12404 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12405
12406 * configure.in (enable_shared stuff): Fix typo.
12407
12408 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12409
12410 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12411
12412 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12413
12414 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12415
12416 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12417
12418 * configure.in (rs6000-*-*): Don't build gas.
12419
12420 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12421
12422 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12423 reduce command line length.
12424 (AS_FOR_TARGET): Check for as.new, not Makefile.
12425 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12426
12427 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12428
12429 * config.guess: Merge from FSF.
12430
12431 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12432
12433 * configure: Don't use $ when handling program_suffix.
12434
12435 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12436
12437 * configure.in: Configure tk for hppa/hpux.
12438
12439 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12440
12441 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12442
12443 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12444
12445 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12446 to LIBCXXFLAGS. Tests are better run without it.
12447
12448 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12449
12450 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12451
12452 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12453
12454 * configure.in (*-*-netware*): Don't configure xiberty.
12455
12456 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12457
12458 * configure.in: Remove tk from native_only list.
12459
12460 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12461
12462 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12463 for special NCD build.
12464
12465 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12466
12467 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12468 makeall.bat, they're only useful for binutils snapshots.
12469 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12470 makeall.bat to specified SUPPORT_FILES.
12471
12472 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12473
12474 * build-all.mk: Add Ericsson targets to sun4 and solaris
12475 hosts. Add BNR's sun4 target to solaris host, so their
12476 build-from-source will be tested in-house first.
12477
12478 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12479
12480 * Makefile.in (LIBCFLAGS): New variable.
12481 (CFLAGS_FOR_TARGET): Ditto.
12482 (LIBCFLAGS_FOR_TARGET): Ditto.
12483 (LIBCXXFLAGS): Ditto.
12484 (CXXFLAGS_FOR_TARGET): Ditto.
12485 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12486 (BASE_FLAGS_TO_PASS): Pass them.
12487 (EXTRA_TARGET_FLAGS): Ditto.
12488
12489 * configure.in: Support --enable-shared.
12490
12491 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12492
12493 * configure.in (target_libs): Include libstdc++ again.
12494 * config.guess: Update from FSF (for FreeBSD).
12495
12496 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12497
12498 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12499 makeall.bat.
12500 (DISTDOCDIRS): Add `etc'.
12501 (ETC_SUPPORT_PFX): New variable.
12502 (taz): Include anything from etc starting with a word in
12503 ETC_SUPPORT_PFX.
12504
12505 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12506
12507 * config.sub: Update for recent FSF changes. Remove obsolete
12508 h8300hds entry. Add -windows* and -osx as basic os. Minor
12509 spacing changes.
12510
12511 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12512
12513 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12514
12515 * config.guess: Merge with FSF.
12516 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12517
12518 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12519
12520 * configure: Since the "trap 0" handler will override the exit
12521 status on many systems, only use it for "exit 1", and make it set
12522 a non-zero exit status; reset it before "exit 0". Also, check
12523 exit status of config.sub, and error out if it failed.
12524
12525 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12526
12527 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12528 and install libgloss.
12529
12530 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12531
12532 * Makefile.in (all-binutils): Depend upon all-byacc.
12533
12534 * configure.in: Don't build emacs on Irix 5.
12535
12536 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12537
12538 * configure.in (*-*-netware*): Add libio.
12539
12540 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12541
12542 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12543 (CHECK_TARGET_MODULES): Ditto.
12544 (INSTALL_TARGET_MODULES): Ditto.
12545 (TARGET_LIBS): Ditto.
12546 (all-libstdc++): Note dependencies.
12547
12548 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12549
12550 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12551
12552 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12553
12554 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12555 -fexternal-templates.
12556
12557 * configure.in (target_libs): Add libstdc++.
12558 (noconfigdirs): Add libstdc++ as appropriate.
12559
12560 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12561
12562 * config.guess: Update from FSF.
12563
12564 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12565
12566 * configure: Use ${config_shell} when running ${configsub}.
12567
12568 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12569
12570 * config.sub: No longer recognize h8300h.
12571
12572 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12573
12574 * config.sub: Remove extraneous differences between config.sub and
12575 gcc/config.sub.
12576
12577 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12578
12579 * Makefile.in (DISTSTUFFDIRS): Add gas.
12580
12581 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12582
12583 * COPYING.NEWLIB: New file.
12584
12585 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12586
12587 * config.guess (HP-UX): Patch from Harlan Stenn
12588 <harlan@landmark.com> to also emit release level.
12589
12590 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12591
12592 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12593
12594 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12595
12596 * config.sub: Merge nextstep cleanup from FSF.
12597
12598 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12599
12600 * configure.in (arm-*-*): Don't configure ld for this target.
12601
12602 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12603
12604 * configure.in (*-*-netware): don't configure libg++, libio,
12605 librx, or newlib.
12606
12607 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12608
12609 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12610 configure ld--it works, but it doesn't support shared libraries.
12611
12612 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12613
12614 * config.guess (*-unknown-freebsd*): Get rid of possible
12615 trailing "(Release)" in version string.
12616 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12617
12618 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12619
12620 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12621 Fix type: *-next-neststep -> *-next-nextstep.
12622
12623 * config.guess: Merge from FSF:
12624
12625 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12626
12627 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12628
12629 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12630
12631 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12632 instead of UNIX_SV for UnixWare 1.0).
12633
12634 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12635
12636 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12637 to make gdb/nlm/* build after the compiler and linker.
12638
12639 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12640
12641 * config.guess (netbsd, freebsd, linux): Accept any machine,
12642 not just i[34]86.
12643 (m68k-atari-sysv4): Relocate to match FSF version.
12644
12645 * config.guess: More merges from the FSF:
12646
12647 Add a space before function call or macro invocation.
12648
12649 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12650
12651 * config.guess: Add trap cmd to remove dummy.c and dummy when
12652 interrupted.
12653
12654 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12655
12656 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12657 (dummy): Redirect stderr from compilation of dummy.c.
12658
12659 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12660
12661 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12662
12663 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12664
12665 * configure: Accept and ignore --cache*, for compatibility with
12666 new autoconf.
12667
12668 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12669
12670 * config.guess: Merge from FSF:
12671
12672 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12673
12674 * config.guess (Pyramid*:OSx*:*:*): New case.
12675 (PATH): Add /.attbin at end for finding uname.
12676 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
12677
12678 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12679
12680 * config.guess (M88*:DolphinOS:*:*): New case.
12681
12682 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12683
12684 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12685 to select whether to use ELF or COFF.
12686
12687 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12688
12689 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12690
12691 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12692
12693 * config.guess: Guess the OS version for HPUX.
12694
12695 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12696
12697 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12698
12699 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12700
12701 * configure.in: Recognize --with-headers, --with-libs, and
12702 --without-newlib.
12703 * Makefile.in (all-xiberty): Depend upon all-ld.
12704
12705 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12706
12707 * configure.in: Change i[34]86 to i[345]86.
12708
12709 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12710
12711 * configure (version): A few more tweaks to help message.
12712
12713 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12714
12715 * Makefile.in: Remove (for now) librx as a host library,
12716 now that we're building it for target.
12717
12718 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12719
12720 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12721 (Karl Berry).
12722
12723 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12724
12725 * configure.in: Also configure librx.
12726
12727 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12728
12729 * Makefile.in: Update various rules to reflect that librx
12730 is now needed for libg++.
12731
12732 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12733
12734 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12735
12736 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12737
12738 * configure.in: Configure the examples directory.
12739
12740 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12741
12742 * configure: Simplify Jun 2 1994 change.
12743
12744 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12745
12746 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12747 /bin/gcc isn't good enough to build gcc.
12748
12749 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12750
12751 * Makefile.in (GDB_SUPPORT_FILES): Remove
12752 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12753 (gdb.tar.gz): Add new rule to use standard distribution building
12754 mechanism.
12755
12756 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12757
12758 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12759 Bill Cox <bill@cygnus.com>.
12760
12761 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12762
12763 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12764
12765 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12766
12767 * configure: Search current dir first in .gdbinit.
12768
12769 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12770
12771 * config.sub: Recognize freebsd (merged from gcc config.sub).
12772
12773 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12774
12775 * config.sub: Refer to NeXT's operating system as nextstep.
12776
12777 * config.sub (case $basic_machine): Re-order the cases, to match
12778 the order in the FSF version (which is mostly alphabethical).
12779 Merge in some additions and changes from the FSF.
12780
12781 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12782
12783 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12784 * config.sub: Recognize cxux7.
12785 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12786
12787 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12788
12789 * config.sub: Fix typo powerpc -> powerpc-*.
12790
12791 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12792
12793 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12794
12795 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12796 parallel with all-emacs and install-emacs). Top-level command
12797 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12798
12799 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12800
12801 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12802 $(relbindir)/make before doing ``make install'', and use
12803 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12804 installing over running make binary.
12805 ($(host)-stamp-stage3-installed): Likewise.
12806
12807 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12808
12809 * config.guess: Recognize Mach.
12810
12811 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12812
12813 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12814 see whether --exec-prefix was used.
12815
12816 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12817
12818 * README: Explicitly mention libg++/README. (Zoo's idea.)
12819
12820 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12821
12822 * Makefile.in: Add all-librx target similar to all-libproc.
12823
12824 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12825
12826 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12827 with post 1.2 uname bogosity.
12828
12829 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12830
12831 * configure: Remove temporary files on receipt of a signal.
12832
12833 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12834
12835 * configure: If there is a package_makefile_frag, remove
12836 ${subdir}/Makefile.tem after copying it in.
12837
12838 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12839
12840 * build_all.mk: support rs6000 lynx identifies itself as
12841 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12842 since /bin/gcc is too feeble to compile a modern gcc.
12843
12844 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12845
12846 * brought devo/test-build.mk update-to-date with progressive/
12847 test-build.mk. Add lynx targets and hppa flag info.
12848
12849 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12850
12851 * configure.in: Use mh-ncrsvr43. Patch from
12852 Tom McConnell <tmcconne@sedona.intel.com>.
12853
12854 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12855
12856 * config.guess (i386-unknown-bsdi): No longer need to
12857 check #if defined(__bsdi__) && defined(__i386__).
12858
12859 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12860
12861 * configure: Set program_transform_nameoption correctly.
12862
12863 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12864
12865 * brought build-all.mk update-to-date with progressive build-all.mk,
12866 added new targets and hppa info.
12867
12868 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12869
12870 * configure: If config.guess result is a prefix of the user
12871 specified target, assume a native build and use the user specified
12872 target as the host alias. Remove SunOS patch suffix removal hack.
12873 * configure.in: Remove SunOS patch suffix removal hack.
12874
12875 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12876 in NATIVE_CHECK_MODULES.
12877
12878 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12879
12880 * Makefile.in: Rename HOST_ONLY to NATIVE.
12881 * configure: Delete SunOs patch suffix from host_canonical
12882 and build_canonical variables that are prepended to Makefiles.
12883 * configure.in: Add comments for easier maintenance.
12884
12885 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12886
12887 * Makefile.in: Add all-libproc target similar to all-gui.
12888
12889 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12890
12891 * Makefile.in (CHECK_MODULES): split into
12892 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12893
12894 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12895
12896 * config.guess (i386-unknown-bsdi): New system to guess.
12897
12898 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12899
12900 * Makefile.in: Add all-gui target (but not yet build by "all").
12901
12902 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12903
12904 * config.sub: Move deletion of patch suffix from here...
12905 * configure.in: To here, at Ian's suggestion. The top-
12906 level scripts might need to know of a patch level.
12907
12908 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12909
12910 * config.sub: Strip off patch suffix so rtl is recognized
12911 as a sunos4.1.3 machine, even though it's been patched.
12912
12913 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12914
12915 * Makefile.in (INSTALL_LAST): Delete.
12916 (INSTALL_DOSREL): New.
12917
12918 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12919
12920 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12921 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12922 whether we pass down --with-gnu-ld anyhow.
12923
12924 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12925
12926 * Makefile.in (INSTALL_LAST): Change operation so it works
12927 on more flavors of make.
12928 * configure.in (go32): Don't build libg++ or libio.
12929
12930 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12931
12932 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12933 they can be overriden by templates.
12934
12935 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12936
12937 * configure.in (target==go32): Don't build gdb.
12938 * dosrel: New directory.
12939
12940 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12941
12942 * configure.in (host==go32): Configure dosrel too.
12943 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12944 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12945 be set by incoming names or templates.
12946 (INSTALL_LAST): New rule.
12947
12948 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12949
12950 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12951
12952 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12953
12954 * configure.in (appdirs): New variable. Currently empty, but will
12955 be used in gas distribution. If nonempty, lists a set of
12956 directories at least one of which must get configured, or top
12957 level configuration is considered to have failed.
12958 (rs6000-*-lynxos*): Use new file name.
12959
12960 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12961
12962 Eliminate XTRAFLAGS.
12963 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12964 newlib include files using -idirafter, and also use -nostdinc.
12965 (CXX_FOR_TARGET): Likewise.
12966 (XTRAFLAGS): Removed.
12967 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12968 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12969 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12970 ($(DO_X)): Don't pass down XTRAFLAGS.
12971
12972 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12973
12974 * configure.in (mips*-dec-bsd*): New target; do build linker.
12975 (mips*-*-bsd*): New target; don't build linker.
12976
12977 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12978
12979 * configure.in: support rs6000-*-lynxos* configuration.
12980 support sunos4 as a cross target.
12981
12982 * config.sub: look for lynx*, not lynx since the OS version may
12983 legitimately be part of the name.
12984
12985 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12986
12987 * configure.in (i[34]86-*-sco*): Move to be with other i386
12988 targets.
12989 (romp-*-*): New target. Skip various binary utilities.
12990 (vax-*-*): New target. Don't build newlib.
12991 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12992
12993 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12994
12995 * configure.in: Only set host_makefile_frag if config
12996 directory exists.
12997
12998 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12999
13000 * install.sh: If $dstdir exists, don't check whether each
13001 component does.
13002
13003 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13004
13005 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13006
13007 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13008
13009 * configure.in (*-*-lynxos*): Don't configure newlib for either
13010 native or cross Lynx.
13011
13012 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13013
13014 * config.sub (sparc64-elf): Fix os.
13015 (z8k): Remove duplicate.
13016
13017 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13018
13019 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13020 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13021
13022 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13023
13024 * configure: Make file links cleanly even if Lynx fails on
13025 an NFS symlink (at least fail cleanly).
13026
13027 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13028
13029 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13030 -XNh2000.
13031
13032 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13033
13034 * configure: Unknown options are fatal again.
13035
13036 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13037
13038 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13039 compatibility.
13040
13041 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13042
13043 * build-all.mk: Add `clean' target.
13044
13045 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13046
13047 * config.guess: Add SINIX support.
13048 * configure.in: Add mips-*-sysv4* support.
13049
13050 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13051
13052 * build-all.mk: Document all useful targets.
13053 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13054 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13055
13056 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13057
13058 * configure: Support --silent, --quiet.
13059
13060 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13061
13062 * configure: Support --disable-FEATURE.
13063
13064 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13065
13066 * config.guess: Recognize NCR running SVR4.3.
13067
13068 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13069
13070 * config.guess: Make BSDI generate i386-unknown-bsd386.
13071 Patch from Paul Eggert <eggert@twinsun.com>.
13072
13073 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13074
13075 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13076
13077 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13078
13079 * configure: Make unrecognized options give nonfatal warnings
13080 instead of fatal errors, and pass them to any subdirectory
13081 configures in case they recognize them.
13082 Make --x equivalent to --with-x.
13083
13084 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13085
13086 * configure: Add --enable-* options. Clean up usage message and
13087 some comments.
13088
13089 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13090
13091 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13092
13093 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13094
13095 * configure.in (hppa*-*-*): Enable binutils.
13096
13097 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13098
13099 * config.sub: Recognize cisco.
13100
13101 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13102
13103 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13104
13105 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13106
13107 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13108 than one configuration name. Add comment.
13109
13110 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13111
13112 * config.guess: about target *-hitachi-hiuxwe2, fixed
13113 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13114 macro is incorrect.]
13115
13116 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13117
13118 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13119 than the "make ls" stuff which used to be here.
13120
13121 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13122
13123 * config.guess: Recognize i[34]86-unknown-freebsd.
13124 From Shawn M Carey <smcarey@rodan.syr.edu>.
13125
13126 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13127
13128 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13129
13130 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13131
13132 * config.guess: Check for ptx.
13133
13134 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13135
13136 * config.sub: Add os9k checking.
13137
13138 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13139
13140 * config.guess: Handle OSF1 running on HPPA processors
13141
13142 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13143
13144 * configure: If subdir configure fails, print out a message with
13145 subdirectory name, in case subdir's configure code didn't identify
13146 itself.
13147
13148 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13149
13150 * configure.in: Remove embedded newlines from configdirs.
13151 Avoid mismatches of substrings. Fix matching strings at end
13152 of configdirs.
13153
13154 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13155
13156 * config.guess: Add Lynx/rs6000 config support.
13157
13158 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13159
13160 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13161
13162 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13163
13164 * configure.in (hppa*-*-osf*): Treat this just like most other
13165 PA configurations (eg no binutils or ld).
13166 (hppa*-*-*elf*): These configurations have binutils and ld.
13167
13168 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13169
13170 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13171
13172 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13173
13174 * configure.in (rs6000-*-*): Build gas.
13175
13176 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13177
13178 * Makefile.in: Avoid bug in losing hpux sed.
13179
13180 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13181
13182 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13183 for GDB and GDB has been fixed to not need it.
13184
13185 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13186
13187 * config.guess: Recognize vax hosts.
13188
13189 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13190
13191 * configure (while loop): Don't use "break 2" inside case
13192 statement -- the case statement isn't an enclosing loop.
13193
13194 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13195
13196 * config.guess: Clean up NeXT support, to allow nextstep
13197 on Intel machines. Make OS be nextstep.
13198
13199 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13200
13201 * config.guess: Add alternate forms for Convex.
13202
13203 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13204
13205 * configure: Completely rewrite option processing. Take
13206 advantage of pattern-matching to avoid invoking test frequently.
13207 Also clean up host and target defaulting logic.
13208
13209 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13210
13211 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13212 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13213 commands (plus user environment) will fit SCO limits.
13214
13215 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13216
13217 * configure.in: Don't issue warnings about directories which are
13218 not being configured if -norecursion is set. Correct test for
13219 --with-gnu-as and --with-gnu-ld to not get confused by substring
13220 matches.
13221
13222 * configure.in: Don't build gas for alpha-dec-osf1*.
13223
13224 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13225
13226 * configure: Back out Per's change of 12/19/1993. It changes the
13227 behavior of configure in unexpected and confusing ways.
13228
13229 Also, use different delim char when calculating
13230 program_transform_name so that the name can contain slashes.
13231
13232 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13233
13234 * configure.in, config.sub: Add support for VSTa micro-kernel.
13235
13236 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13237
13238 * configure.in: Nuke hacks which were used to get a special
13239 version of GAS for HPPA configurations.
13240
13241 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13242
13243 * configure: If only ${target_alias} is given, use that
13244 as the default for ${host_alias}.
13245 * configure: Add missing back-slashes before nested quotes.
13246
13247 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13248
13249 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13250
13251 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13252
13253 * config.guess: Recognize some Tektronix configurations.
13254 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13255
13256 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13257
13258 * config.sub: Match any flavor of SH.
13259
13260 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13261
13262 * configure.in: Don't try to configure newlib for Alpha.
13263
13264 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13265
13266 * configure.in: Don't build ld for Irix 5. Don't build gas,
13267 libg++ or libio for any Alpha target.
13268
13269 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13270
13271 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13272
13273 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13274 default arguments -- so it tried to compress itself.
13275
13276 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13277
13278 * configure.in (notsupp): ensure that a space is always at the end
13279 of the configdirs list, since the grep checks for an explicit space
13280
13281 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13282
13283 * configure.in (target i386-sysv4.2): don't build ld, since static
13284 versions of many libraries are not available.
13285
13286 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13287
13288 * config.guess: Recognize Apollos (using environment variables).
13289 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13290
13291 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13292
13293 * config.guess: Recognize Sony news mips running newsos.
13294
13295 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13296
13297 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13298 "fi ; else" for bash.
13299
13300 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13301
13302 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13303
13304 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13305
13306 * config.sub: accept unixware as an alias for svr4.2.
13307 Fix some inconsistancies with the gcc version.
13308
13309 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13310
13311 * Makefile.in (DISTDOCDIRS): Add gdb.
13312
13313 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13314
13315 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13316
13317 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13318
13319 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13320 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13321 this now.
13322
13323 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13324
13325 * config.sub: Accept hiux* as an OS name.
13326
13327 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13328 etc/make-stds.texi. The underscore came from gcc, and dje now
13329 agrees that RUNTESTFLAGS is the correct name.
13330
13331 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13332
13333 * install.sh: Remove 'set -e'. It makes any conditionals
13334 in the script useless.
13335
13336 * config.guess: Automatically recognize arm-acorn-riscix
13337 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13338
13339 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13340
13341 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13342
13343 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13344
13345 * Makefile.in (DISTDOCDIRS): New variable.
13346 (taz): Edit local Makefile.in sooner, instead of proto-toplev
13347 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
13348
13349 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13350
13351 * configure.in (hppa target): check the source directory for the
13352 pagas sub-directory
13353
13354 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13355
13356 * config.sub: Allow -aout* and -elf*.
13357
13358 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13359
13360 * configure.in: Don't build ld on i386-solaris2, same as for
13361 sparc-solaris2.
13362
13363 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13364
13365 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13366
13367 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13368
13369 * configure.in: Configure gdb for alpha.
13370
13371 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13372
13373 * Makefile.in (CXXFLAGS): Add -O.
13374
13375 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13376
13377 * config.guess: added support for DG Aviion
13378
13379 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13380
13381 * configure.in: Produce warning message for subdirectories not
13382 configurable for this host/target combination. Don't try to
13383 configure gdb for vms.
13384
13385 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13386
13387 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13388 appropriate files before making "diststuff".
13389 (DISTBISONFILES): New var: list of files to be edited.
13390 (DISTSTUFFDIRS): Add binutils.
13391
13392 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13393
13394 * config.sub: also handle mipsel and mips64el (for little endian mips)
13395
13396 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13397
13398 * configure.in: Add * to end of all OS names.
13399
13400 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13401
13402 * configure.in: Build newlib for LynxOS native.
13403
13404 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13405
13406 * config.guess: Add support for delta 88k running SVR3.
13407
13408 * configure.in: Add comment about HP compiler vs. emacs.
13409
13410 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13411
13412 * configure.in: don't build ld on solaris2 (not a viable option
13413 due to bugs in getpwnam & getpwuid)
13414
13415 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13416
13417 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13418 config.guess will produce a full version number.
13419
13420 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13421
13422 * configure.in: Build linker and binutils for alpha-dec-osf1.
13423
13424 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13425
13426 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13427 and gdb/testsuite/Makefile.in.
13428
13429 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13430
13431 * configure.in: recognize mips*- instead of mips-
13432
13433 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13434
13435 * config.sub: Accept linux*coff and linux*elf as operating
13436 systems.
13437
13438 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13439
13440 * config.sub: Recognize mips64, and mips3 as an alias for it.
13441
13442 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13443
13444 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13445 gdb knows how to handle OSF/1 shared libraries.
13446
13447 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13448
13449 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13450 * config.guess: Recognize Hitachi's HIUX.
13451 * config.sub: Recognize h3050r* and hppahitachi.
13452 Remove redundant cases for hp9k[23]*.
13453
13454 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13455
13456 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13457 if gas and ld are in the source tree and are in ${configdirs}.
13458 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13459 --with options (but still pass them down on the command line,
13460 if they were explicitly specified).
13461
13462 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13463
13464 * configure: substitute SHELL value in Makefile.in with
13465 ${CONFIG_SHELL}
13466
13467 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13468
13469 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13470 *-*-solaris2* targets.
13471
13472 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13473
13474 * Makefile.in: define M4, and pass it down to sub-makes;
13475 all-autoconf now depends on all-m4
13476
13477 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13478
13479 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13480 presence of {ar,ranlib} instead of a configured directory
13481
13482 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13483
13484 * config.guess: Accept 34?? as well as 33?? for NCR.
13485
13486 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13487
13488 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13489 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13490
13491 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13492
13493 * configure: grab values for $(CC) and $(CXX) from the
13494 environment, so that someone can do "CC=gcc configure; make" and
13495 have it work right (matching the way that autoconf works now)
13496
13497 * configure.in, Makefile.in: add support for gash, the tcl
13498 interface to Galaxy
13499
13500 * config.guess: add NetBSD variants (hp300, x86)
13501
13502 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13503
13504 * install.sh: Support -d option (in the manner of SunOS 4 install,
13505 as it is more deterministic than that of GNU install)
13506 (chmodcmd): Set file to mode 755 by default (should also do default
13507 chgrp and chown, but I don't feel like dealing with that now)
13508
13509 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13510
13511 * config.sub: Remove h8300hhms alias.
13512
13513 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13514
13515 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13516
13517 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13518
13519 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13520 as stmp-fixinc
13521
13522 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13523
13524 * config.sub: recognize m88110-bug-coff.
13525
13526 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13527
13528 * Makefile.in (all-libio): all dependencies on the toolchain used
13529 to build this (gcc, gas, ld, etc)
13530
13531 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13532
13533 * config.guess: Deal with OSF/1 1.3 on alpha.
13534
13535 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13536
13537 * install.sh: add some 'else true' clauses for portability
13538
13539 * configure.in: don't build libio for h8[35]00-*-* targets
13540
13541 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13542
13543 * Makefile.in: Add support for new libio.
13544
13545 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13546
13547 * install.sh: If one command fails, don't try the rest. Don't try
13548 to remove $dsttmp (via trap) unless we have already created it.
13549 If $src doesn't exist, detect it and exit with an error.
13550
13551 * config.guess: Recognize BSD on hp300.
13552
13553 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13554
13555 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13556 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13557
13558 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13559
13560 * Makefile.in (all-send-pr): depends on all-prms
13561
13562 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13563
13564 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13565
13566 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13567
13568 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13569 Added test for mips-mips-riscos5.
13570
13571 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13572
13573 * configure.in: use mh-hp300 for 68k HP hosts
13574
13575 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13576
13577 * configure: add support for CONFIG_SHELL, so that you can use
13578 some alternate shell for evaluating configure scripts
13579
13580 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13581
13582 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13583 in configure script to bug-gdb@prep.ai.mit.edu when building
13584 distribution archive.
13585 * Makefile.in (COMPRESS): Remove def.
13586 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13587 gdb.tar.Z and make-gdb.tar.Z respectively.
13588 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13589 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13590 to convergence with 'taz' target in Makefile.in.
13591
13592 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13593
13594 * install.sh (dsttmp): use trap to ensure that tmp files go
13595 away on error conditions
13596
13597 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13598
13599 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13600
13601 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13602
13603 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13604 its parent is '/' not ''.
13605
13606 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13607
13608 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13609
13610 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13611 that ${newsrcdir}/configure.in does.
13612
13613 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13614
13615 * test-build.mk: support for CONFIG_SHELL
13616
13617 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13618
13619 * config.sub (netware): Add as a basic system type.
13620
13621 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13622
13623 * Makefile.in (Makefile): depend on configure.in. Also drop the
13624 $(srcdir)/ from the dependency on Makefile.in.
13625
13626 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13627
13628 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13629 (h8300hhms is temporary until multi-libraries are implemented).
13630 * configure.in: Handle h8300h too.
13631
13632 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13633
13634 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13635
13636 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13637
13638 * configure: Remove extraneous output when guessing host type.
13639 * config.guess: Remove extraneous output when guessing using C
13640 compiler rather than uname, or when guessing fails.
13641
13642 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13643
13644 * Makefile.in: remove all.cross and install.cross targets
13645
13646 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13647 definitions
13648
13649 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13650
13651 * configure.in (target sh): Build gprof.
13652
13653 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13654
13655 * config.sub: change -solaris to -solaris2
13656
13657 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13658
13659 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13660
13661 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13662
13663 * configure: Correct error message for missing Makefile.in to
13664 print correct directory.
13665
13666 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13667
13668 * install.sh: kludge around 386BSD shell bug
13669
13670 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13671
13672 * config.guess: Recognize NeXT.
13673 * config.guess: Recognize i486-ncr-sysv4.
13674 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13675
13676 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13677
13678 * Makefile.in (MAKEINFOFLAGS): New variable.
13679 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13680 * build-all.mk, test-build.mk: Pass down --no-split as
13681 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13682
13683 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13684
13685 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13686
13687 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13688
13689 * Makefile.in (libg++.tar.z): New rule.
13690 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13691 * Makefile.in (taz): Only do a single chmod.
13692
13693 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13694
13695 * install.sh: don't use dirname anymore (replaced with sed usage)
13696
13697 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13698
13699 * Makefile.in: Change extension for gzip'd files from '.z' to
13700 '.gz' per new FSF standard usage.
13701
13702 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13703
13704 * configure: put quotes around the final value of program_transform_name
13705
13706 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13707
13708 * Makefile.in: new install.sh support; update install-info rules
13709
13710 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13711
13712 * configure.in: Build diff for crosses, but not for go32 host.
13713
13714 * configure.in: Build gprof only for native, and don't build it
13715 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13716
13717 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13718
13719 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13720
13721 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13722
13723 * configure.in (host_tools): Add prms.
13724
13725 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13726
13727 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13728 with $(FLAGS_TO_PASS) on the command line
13729
13730 * config.sub: Recognize lynx and lynxos
13731
13732 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13733
13734 * config.sub: Accept -ecoff*, not just -ecoff.
13735
13736 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13737
13738 * Makefile.in (taz): Use .gz suffix instead of .z.
13739 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13740 names.
13741
13742 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13743
13744 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13745
13746 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13747
13748 * Makefile.in (install-no-fixedincludes): install gcc last, so
13749 that rebuilds that might happen during 'make install' don't get
13750 bogus gcc include files
13751
13752 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13753
13754 Change from Utah for HPPA support:
13755 * config.guess: Recognize hppa1.x-hp-bsd.
13756
13757 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13758
13759 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13760 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13761
13762 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13763
13764 * config.sub: Add support for rom68k and bug boot monitors.
13765
13766 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13767
13768 * Makefile.in: Make all-opcodes depend on all-bfd.
13769
13770 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13771
13772 * config.guess: Added special check for i[34]86-univel-sysv4*.
13773
13774 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13775
13776 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13777 the processor rather than assuming i486.
13778
13779 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13780
13781 * config.guess: Recognize SunOS6 as Solaris3.
13782
13783 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13784
13785 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13786 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13787
13788 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13789
13790 * build-all.mk (all-cross): New target for Canadian Cross.
13791 Added Q2 go32 targets.
13792 * test-build.mk: Configure go32 cross sparclite-aout and
13793 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13794 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13795
13796 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13797
13798 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13799 GO32 hosted toolchains
13800
13801 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13802
13803 * configure: change so "-exec-prefix" gets passed down rather
13804 than "-exec_prefix" so autoconf generated Makefiles get the
13805 exec_prefix set right.
13806
13807 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13808
13809 * config.guess: get the Solaris2 minor version number
13810
13811 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13812
13813 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13814
13815 * config.guess: Recognize some Sequent platforms.
13816
13817 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13818
13819 * Makefile.in: added the vault-install target
13820
13821 * configure.in: actually use the Sun3 makefile fragment that's in
13822 config, also added the release dir to configdirs
13823
13824 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13825
13826 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13827
13828 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13829
13830 * configure.in: remove some program from Alpha targetted toolchains
13831
13832 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13833
13834 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13835 gprof.
13836 (taz): Run "make diststuff" in those directories instead of "make
13837 proto-dir". Look for "VERSION=" only at start of line in subdir
13838 Makefile. Use "gzip -9" for compression.
13839 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13840 (binutils.tar.z): New target.
13841
13842 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13843
13844 * Makefile.in (taz): Include gpl.texinfo.
13845
13846 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13847
13848 * Makefile.in (setup-dirs): Merged into "taz" target.
13849 (taz): Only do `proto-dir' stuff if a directory is actually needed
13850 for this target.
13851
13852 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13853
13854 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13855 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13856 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13857 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13858 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13859
13860 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13861
13862 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13863 config.sub, and move-if-change to gdb testsuite distribution
13864 archive, so the testsuite can be extracted, configured, and
13865 run separately from the gdb distribution. Blow away the Chill
13866 tests that require a Chill compiled executable, since GNU Chill
13867 is not yet publically available.
13868
13869 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13870
13871 * test-build.mk: set environment variables in a single command,
13872 instead of a list of assignments and exports
13873
13874 * config.guess: recognize Alpha/OSF1 systems
13875
13876 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13877
13878 * configure: Change help message to prefer --options rather than
13879 -options.
13880
13881 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13882
13883 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13884 zippy@ecst.csuchico.edu.
13885 * config.guess: Recognize miniframe.
13886
13887 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13888
13889 * Makefile.in: Use srcroot to find runtest rather than rootme.
13890 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13891
13892 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13893
13894 * test-build.mk: Extensive additions to support building on a
13895 machine other than the host.
13896
13897 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13898
13899 * configure (tooldir): Fix for i386-aix again.
13900
13901 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13902
13903 * configure, Makefile.in: Change definition of $(tooldir)
13904 to match the FSF.
13905
13906 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13907
13908 * config.guess: Recognize i[34]86/SVR4.
13909
13910 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13911
13912 * Makefile.in (all-gdb): gdb depends on sim.
13913
13914 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13915
13916 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13917 at the same time we make the prototype gdb directory.
13918 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13919 files at the same time as the gdb base release distribution.
13920
13921 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13922
13923 * Makefile.in (check): Use individual check targets rather than
13924 DO_X rule.
13925 (check-gcc): Added.
13926
13927 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13928
13929 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13930 for System V release 3.2.
13931
13932 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13933
13934 * config.sub: Recognize hppaosf.
13935 * configure.in: Do configure ld/binutils/gas for it.
13936
13937 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13938
13939 * configure (tooldir): Alter syntax used to set this, for systems
13940 where "\$" isn't handled right, like i386-aix.
13941
13942 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13943
13944 * configure: Pass program-transform-name, not
13945 program_transform_name, to recursive configures.
13946
13947 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13948
13949 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13950 of gas+ld+binutils.
13951
13952 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13953
13954 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13955
13956 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13957
13958 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13959
13960 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13961
13962 * Makefile.in (PRMS): Set back to all-prms.
13963
13964 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13965
13966 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13967 targets, rather than for MIPS hosts.
13968
13969 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13970
13971 * configure.in: add comment for --with-x default values
13972
13973 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13974
13975 * Makefile.in: add check-* targets for each of the directories in
13976 the tree. Add a definition of RUNTEST that will use the one we
13977 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13978
13979 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13980
13981 * configure.in: Removed obsolete references to bfd_target and
13982 target_makefile_frag.
13983
13984 * build-all.mk: Set assorted targets for Q2.
13985 * config.sub: Recognize z8k-sim and h8300-hms.
13986 * test-build.mk: Really don't pass host to configure.
13987 (HOLES): Added uname.
13988
13989 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13990
13991 * configure: Handle an empty program-prefix, program-suffix or
13992 program-transform-name correctly.
13993
13994 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13995
13996 * build-all.mk: -G 8 no longer required for MIPS targets.
13997 * test-build.mk: Don't pass host argument to configure; make it
13998 guess.
13999
14000 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14001
14002 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14003 * Makefile.in (COMPRESS): New macro, like GZIP.
14004
14005 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14006
14007 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14008
14009 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14010 with gas currently defaults to -G 0.
14011
14012 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14013
14014 * Makefile.in (all-flex): flex depends on byacc.
14015
14016 * build-all.mk: If host not specified, use config.guess. Pass TAG
14017 to test-build.mk as RELEASE_TAG.
14018 * test-build.mk (configargs): New variable containing arguments to
14019 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14020 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14021
14022 * config.guess: Use /bin/uname when checking -X argument on SCO,
14023 to avoid invoking GNU uname which doesn't understand -X.
14024
14025 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14026
14027 * configure.in: Build gas for mips-*-*.
14028
14029 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14030
14031 * Makefile.in (all.normal): insert missing backslash.
14032
14033 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14034
14035 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14036
14037 * Makefile.in: Complete overhaul to merge many almost identical
14038 targets.
14039
14040 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14041
14042 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14043 (gdb.tar.Z): Adjusted.
14044
14045 * Makefile.in (setup-dirs, taz): New targets; should be general
14046 enough to adapt for gdb sometime. Build only .z file.
14047 (gas.tar.z): New target.
14048
14049 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14050
14051 * build-all.mk: Use CC=cc -Xs on Solaris.
14052
14053 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14054
14055 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14056 for handling BISON for FSF releases.
14057
14058 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14059
14060 * configure: Actually implement the change zoo just documented.
14061
14062 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14063
14064 * configure: when using config.guess, only set target_alias when
14065 it's not already been set (ie, on the command line)
14066
14067 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14068
14069 * Makefile.in: add installcheck target, set PRMS to install-prms
14070
14071 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14072
14073 * configure: add support for package_makefile_fragment, handle the
14074 case where a directory has a configure.in file but no Makefile.in
14075 more gracefully (with an actual understandable error message, even);
14076 add support for --without (and add this to the usage message); also
14077 explicitly add a --host=${host_alias} to the command line when
14078 config.guess is used
14079
14080 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14081
14082 * configure: Must use both --host and --target in recursive calls.
14083
14084 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14085
14086 * Makefile.in: Change deja-gnu to dejagnu.
14087
14088 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14089
14090 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14091
14092 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14093
14094 * configure.in: canonicalize all instances to *-*-solaris2*,
14095 also strip out a number of tools to not build for go32 host
14096
14097 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14098
14099 * config.guess: add GPL.
14100
14101 * Makefile.in, config.guess, config.sub, configure: bump
14102 copyrights to 93.
14103
14104 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14105
14106 * Makefile.in (do-info): Removed obsolete check for existence of
14107 localenv file.
14108
14109 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14110
14111 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14112
14113 * Makefile.in: a couple of 'else true' for decstation,
14114 support for TclX
14115
14116 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14117
14118 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14119
14120 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14121
14122 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14123
14124 * config.guess: Recognize i386-ibm-aix (PS/2).
14125 * configure.in: Use config/mh-aix386 file for it.
14126
14127 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14128
14129 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14130 CC_FOR_TARGET instead.
14131 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14132
14133 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14134
14135 * Makefile.in: Add sim to list of directories sent with gdb
14136
14137 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14138
14139 * configure.in: Put back mips-dec-bsd* case.
14140
14141 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14142
14143 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14144 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14145 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14146
14147 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14148
14149 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14150
14151 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14152 (install-info): install dir.info only if it exists,
14153 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14154
14155 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14156
14157 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14158 gas for mips-dec-bsd.
14159
14160 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14161
14162 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14163 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14164
14165 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14166
14167 * configure.in: Added "dejagnu" to hosttools list.
14168
14169 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14170
14171 * config.sub, configure.in, config.guess: Add support
14172 for Bosx, an AIX variant from Bull.
14173 Patches from F.Pierresteguy@frcl.bull.fr.
14174
14175 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14176
14177 * devo/dejagnu: Initial creation of devo/dejagnu.
14178 Migrated dejagnu testcases and support files for testing software
14179 tools to reside as subdirectories, currently called "testsuite",
14180 within the directory of the software tool. Migrated all programs,
14181 support libraries, etc. beloging to dejagnu proper from
14182 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14183 with no modifications. The changes to these files which will
14184 allow them to configure, build, and execute properly will be made
14185 in a future update.
14186
14187 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14188
14189 * Makefile.in: Change send_pr to send-pr.
14190 * configure.in: Likewise.
14191 * send_pr: Renamed directory to send-pr.
14192
14193 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14194
14195 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14196
14197 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14198
14199 * README: Update for gdb-4.8 release.
14200 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14201 gdb-xxx.tar.z (gzip'd) file also.
14202
14203 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14204
14205 * Makefile.in: make all-diff depend on all-libiberty
14206
14207 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14208
14209 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14210
14211 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14212
14213 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14214
14215 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14216
14217 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14218 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14219 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14220
14221 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14222
14223 * Makefile.in: makeinfo binary is in a new location
14224
14225 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14226
14227 * config.sub: Accept -ecoff as an OS.
14228
14229 * Makefile.in: Various changes to eliminate a level of make
14230 recursion and reduce the required command line length.
14231 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14232 sub-makes.
14233 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14234 variables holding settings for specific sub-makes.
14235 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14236 in terms of BASE_FLAGS_TO_PASS.
14237 (TARGET_LIBS): New variable listing directories which use
14238 TARGET_FLAGS_TO_PASS.
14239 (subdir_do): Eliminated.
14240 (do-*): New set of targets to replace subdir_do.
14241 (various): All targets which used subdir_do now depend on do-*.
14242 (local-clean): Renamed from do_clean.
14243 (local-distclean): New target, dependency of distclean and
14244 realclean.
14245 (install-info): Don't create directories. Depend on dir.info
14246 rather than calling make recursively.
14247 (install-dir.info): Eliminated.
14248 (install-info-dirs): Create all info directories here.
14249 (dir.info): Depend upon do-install-info.
14250
14251 * test-build.mk (HOLES): Added false.
14252
14253 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14254
14255 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14256
14257 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14258
14259 * Makefile.in (info): remove dependency on all-texinfo. The
14260 problem was really in texinfo/C, not at this level.
14261
14262 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14263
14264 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14265
14266 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14267
14268 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14269 GDB releases.
14270
14271 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14272
14273 * configure: Include srcdir in message about target of link not
14274 being found. Don't convert `-' to `_' in `with' options being
14275 passed to subdirs.
14276
14277 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14278
14279 * configure.in: add uudecode to host_tools
14280
14281 * Makefile.in: added {all,install}-uudecode targets, added them to
14282 the appropriate lists
14283
14284 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14285
14286 * Makefile.in (all-gcc): Added dependency on all-gas.
14287
14288 * configure.in (mips-*-*): Build ld and binutils.
14289
14290 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14291
14292 * configure: check return code from mkdir, print error message and
14293 exit on failure.
14294
14295 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14296
14297 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14298
14299 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14300
14301 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14302
14303 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14304
14305 * config.sub (h8500): Recognize this as a cpu type.
14306
14307 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14308
14309 * configure: source directory missing is no longer a warning
14310
14311 * configure.in: recognize irix[34]* instead of irix[34]
14312
14313 * Makefile.in: define and pass down X11_LIB
14314
14315 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14316
14317 * guess-systype: Renamed to ...
14318 * config.guess: ... by popular request.
14319 * configure.in, Makefile.in: Update accordingly.
14320
14321 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14322
14323 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14324 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14325 + Execute ./dummy instead of assuming . is in PATH.
14326
14327 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14328
14329 * guess-systype: New shell script. Attempts to guess the
14330 canonical host name of the executing host.
14331 Only a few hosts are supported so far.
14332 * configure: Call guess-systype if no host is specified.
14333
14334 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14335
14336 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14337 gcc Makefile.
14338
14339
14340 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14341
14342 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14343 (all-gcc, install-gcc, subdir_do): Use it.
14344
14345 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14346
14347 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14348
14349 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14350
14351 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14352 set exclusively by configure, using configure.in .
14353
14354 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14355
14356 * test-build.mk: set $PATH for all builds
14357
14358 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14359
14360 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14361
14362 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14363 the one used in gcc/Makefile.in, so that a null expansion doesn't
14364 override the one needed to build gcc with a native cc.
14365
14366
14367 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14368
14369 * configure: Accept -with arguments.
14370
14371 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14372
14373 * Makefile.in: added h8300sim
14374
14375 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14376
14377 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14378 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14379 (all-cygnus, native, build-cygnus): Make
14380 $(canonhost)-stamp-3stage-done, not $(host)....
14381 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14382 i386-sco3.2v4. Added else true to if command.
14383
14384 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14385
14386 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14387
14388 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14389
14390 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14391
14392 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14393
14394 * configure.in: don't remove binutils from Solaris builds
14395
14396 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14397
14398 * Makefile.in: get rid of earlier definitions for *clean,
14399 also handle the recursive info rule better
14400
14401 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14402
14403 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14404 do more-or-less the right thing.
14405
14406 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14407
14408 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14409 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14410
14411 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14412
14413 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14414 $(host_canonical).
14415
14416 * configure.in: split the configdirs list into 4 categories (native
14417 v. cross, library v. tool) and handle the cross-only and native-
14418 only in more reasonable (and correct!) way.
14419
14420 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14421
14422 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14423 configdirs anymore.
14424
14425 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14426
14427 * Makefile.in: extensive cleanup:: removed all of the explicit
14428 clean-* targets, collapsed many wrappers around subdir_do into
14429 one, added additional targets to satisfy standards.texi, deleted
14430 some old targets, some changes for consistency
14431
14432 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14433
14434 * configure.in: handle some programs as cross-only, and others as
14435 native only
14436
14437 * test-build.mk: handle partial holes in a more generic manner
14438
14439 * Makefile.in: m4 depends on libiberty
14440
14441 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14442
14443 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14444 time, wdiff, and find to configdirs
14445
14446 * Makefile.in: all, clean, and install rules for the new programs
14447 added to configure.in
14448
14449 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14450
14451 * configure.in: use mh-sun for all *-sun-* hosts
14452
14453 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14454
14455 * Makefile.in: define flags for X11 include files and library file
14456 locations, pass them down to the programs that need this info
14457
14458 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14459
14460 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14461
14462 * configure.in: start building libg++ for HP-UX targets
14463
14464 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14465
14466 * README: Update references to files moved into etc/.
14467
14468 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14469
14470 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14471 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14472
14473 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14474
14475 * configure: accept dash as well as underscore in long option
14476 names for FSF compatibility.
14477
14478 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14479
14480 * config.sub: added -sco3.2v4 support from FSF.
14481
14482 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14483
14484 * configure.in: expand the section that adds or removes
14485 directories from the list of programs to build, to handle native
14486 vs. cross in addition to host v. native
14487
14488 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14489
14490 * Makefile.in: Replace C++ in macro names with CXX.
14491 This is less likely to break ...
14492
14493 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14494
14495 * test-build.mk: add -w to GNU_MAKE
14496
14497 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14498
14499 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14500 add 'sparc' to list of recognized cpus. This needed to make
14501 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14502 Delete some redundant ose68 variants. Recognize -wrs as an os,
14503 then changes that into $CPU-wrs-vxworks.
14504
14505 * configure.in: remove most references to gdbtest, regularize
14506 target based program removal
14507
14508 * test-build.mk: import from p3 tree (many fixes and changes)
14509
14510 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14511
14512 * Makefile.in: added rules to handle tcl, tk, and expect
14513
14514 * configure.in: handle those directories if they exist
14515
14516 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14517
14518 * config.sub: removed bogus hppabsd and hppahpux names, since
14519 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14520
14521 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14522
14523 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14524 depends upon all-xiberty
14525
14526 * Makefile.in: changes from p3, including:
14527
14528 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14529
14530 * Makefile.in (XTRAFLAGS): include newlib directories if
14531 newlib/Makefile exists, rather than if host != target.
14532
14533 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14534
14535 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14536 from the same source tree and not building a cross-compiler. This
14537 matters for the libg++ configuration if reconfiguring a tree that
14538 has already been installed.
14539
14540 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14541
14542 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14543 pick up the machine and system specific header files.
14544
14545 * Makefile.in: added AS_FOR_TARGET, passed down in
14546 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14547 the C compiler to use to create programs which are run in the
14548 build environment, set it to default to $(CC), and passed it down
14549 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14550
14551 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14552
14553 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14554 We need them for unusual native builds, like systems without
14555 ranlib.
14556
14557 * configure: also define $(host_canonical) and
14558 $(target_canonical), which are the full, canonical names for the
14559 given host and target
14560
14561 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14562
14563 * Makefile.in: Added separate definitions for C++.
14564
14565 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14566
14567 * configure.in (configdirs): Add deja-gnu.
14568
14569 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14570
14571 * README: Update for configure.texi and gdb-4.7 release.
14572
14573 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14574
14575 * Makefile.in: Move "all" target to top of file.
14576 Previously, first target was ".PHONY" which caused BSD4.4 make
14577 to build .PHONY when make was run without arguments.
14578
14579 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14580
14581 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14582 Library-copylefted code in libiberty.
14583
14584 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14585
14586 * config.sub: Replace m68kmote with plain old m68k.
14587
14588 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14589
14590 * Makefile.in: Remove space from blank line, avoid Make complaints.
14591
14592 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14593
14594 * config.sub: Complain if no argument is given. Added support for
14595 386bsd as OS and target alias.
14596
14597 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14598
14599 * Makefile.in (XTRAFLAGS): include newlib directories if
14600 newlib/Makefile exists, rather than if host != target.
14601
14602 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14603
14604 * config.sub: recognize sparclite-wrs-vxworks.
14605
14606 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14607 p3.) Added clean-xiberty to clean.
14608
14609 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14610
14611 * configure.in: use *-*-* instead of nested cases for host and target
14612
14613 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14614
14615 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14616 from the same source tree and not building a cross-compiler. This
14617 matters for the libg++ configuration if reconfiguring a tree that
14618 has already been installed.
14619
14620 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14621
14622 * config.sub (i486v/i486v4): Merge in from FSF version.
14623
14624 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14625
14626 * configure: only set PWD if it is already set.
14627
14628 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14629
14630 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14631 doesn't have unset and all success paths (and most error paths)
14632 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14633 to just ${PWD} to avoid confusion.)
14634
14635 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14636
14637 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14638 even for a native compilation.
14639
14640 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14641
14642 Changes to make the gdb.tar.Z rule work better.
14643
14644 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14645 (DEVO_SUPPORT): Add configure.texi.
14646 (bfd-ilrt.tar.Z): Remove ancient rule.
14647
14648 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14649
14650 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14651 pick up the machine and system specific header files.
14652
14653 * configure.in, config.sub: added new target m68010-adobe-scout,
14654 with alias of adobe68k. Changed configure.in to check for
14655 -scout before -sco* to avoid a false match.
14656
14657 * Makefile.in: added AS_FOR_TARGET, passed down in
14658 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14659 the C compiler to use to create programs which are run in the
14660 build environment, set it to default to $(CC), and passed it down
14661 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14662
14663 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14664
14665 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14666 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14667 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14668 FOR_TARGET variants, to newlib and libg++.
14669
14670 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14671
14672 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14673 first.
14674
14675 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14676
14677 * config.sub: Accept `elf' as an environment.
14678
14679 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14680
14681 * Makefile.in (all-opcodes): cd into the right directory
14682
14683 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14684
14685 * configure: added -program_transform_name option, used as
14686 argument to sed when installing programs.
14687 configure.texi: added documentation for -program_prefix,
14688 -program_suffix and -program_transform_name.
14689
14690 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14691
14692 * config.sub: Accept i486 where i386 ok.
14693
14694 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14695
14696 * config.sub: accept we32k
14697
14698 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14699
14700 * config.sub, configure.in: accept OSE68000 and OSE68k.
14701
14702 * Makefile.in: don't create all directories for ``make install'';
14703 let the subdirectories create the ones they need.
14704
14705 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14706
14707 * COPYING: new file, GPL v2
14708
14709 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14710
14711 * Makefile.in: use the new gen-info-dir, which needs a template
14712 argument (which also lives in texinfo)
14713
14714 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14715
14716 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14717
14718 * config.sub (ncr3000): Change i386 to i486.
14719
14720 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14721
14722 * Makefile.in: add install-rcs, install-grep to
14723 install-no-fixedincludes, removed install-bison and install-libgcc
14724
14725 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14726
14727 * configure.in: grab the HPUX makefile fragment if on HPUX
14728
14729 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14730
14731 * Makefile.in: eradicate bison spoor (ditto libgcc).
14732 configure.in: recognise m68{k,000}-ericsson-OSE.
14733 es1800 is alias for m68k-ericsson-OSE
14734
14735 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14736
14737 * configure.in: rearrange the parts that remove programs from
14738 configdirs, based now on HOST==TARGET or by canonical triple.
14739
14740 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14741
14742 * test-build.mk: recurse explicitly with -f test-build.mk when
14743 appropriate. predicate stage3 and comparison on the existence
14744 of gcc. That is, if gcc isn't around, we aren't three-staging.
14745 On very clean, also remove ...stamp-co. Build in-place before
14746 doing other builds.
14747
14748 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14749
14750 * Makefile.in, configure.in: add tgas
14751
14752 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14753
14754 * Makefile.in: a number of changes merged in from progressive.
14755
14756 * configure.in: add libm.
14757
14758 * .cvsignore: ignore some stuff that comes from test-build.mk.
14759
14760 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14761
14762 * config.sub: Add es1800 (m68k-ericsson-es1800).
14763
14764 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14765
14766 * configure: Add program_suffix (parallel to program_prefix)
14767 * Makefile.in: adjust directory-creating script for losing decstation
14768
14769 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14770
14771 * configure: Minor $subdir-related fixes.
14772
14773 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14774
14775 * configure: fix various problems with propogating
14776 makefile_target_frag in subdirs.
14777 * configure.in: config libgcc if its there
14778
14779 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14780
14781 * config.sub: HPPA merge.
14782
14783 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14784
14785 * Makefile.in: Replace all-bison with all-byacc in all
14786 dependency lines for other tools (which now use byacc).
14787
14788 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14789
14790 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14791
14792 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14793
14794 * Makefile.in: make gprof rules similar to byacc rules (instead of
14795 vestigal $(unsubdir) that didn't work...)
14796
14797 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14798
14799 * config.sub: Add support for Linux.
14800 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14801 (at least for libg++).
14802
14803 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14804
14805 * configure.texi: fix doc for the -nfp option to configure
14806
14807 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14808
14809 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14810
14811 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14812
14813 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14814 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14815 * configure.in: added solaris* host_makefile_frag hook.
14816
14817 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14818
14819 * config.sub: changed recognition of m68000 so that various
14820 m68k types can be specified via m680[01234]0
14821
14822 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14823
14824 * config.sub (basic_machine): fix sed so that '-foo' isn't
14825 completely substituted out while .+'-foo' loses the '-foo'
14826
14827 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14828
14829 * config.sub ($os): Add -aout.
14830
14831 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14832
14833 * configure: If host_makefile_frag is absolute, don't
14834 prefix ${invsubdir} (relevant to libg++ auto-configure).
14835
14836 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14837
14838 * Makefile.in (tooldir): Define it.
14839 (all-ld): Depend on all-flex.
14840
14841 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14842
14843 * Makefile.in (check): Fix libg++ special case.
14844
14845 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14846
14847 * configure: do not bury `pwd` into config.status, thus do fewer
14848 pwd's.
14849
14850 * configure: print the "Building in" message only when building in
14851 other than "." AND verbose.
14852
14853 * configure: remove -s, rework -v to better accomodate guested
14854 configures.
14855
14856 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14857
14858 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14859
14860 * Makefile.in: macroize flags passed on recursion. remove
14861 fileutils.
14862
14863 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14864
14865 * configure: get makesrcdir right for subdirs deeper than 1.
14866
14867 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14868 install.
14869
14870 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14871
14872 * Makefile.in: don't print subdir_do or recursion lines.
14873
14874 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14875
14876 * standards.texi: added menu item.
14877
14878 * Makefile.in: build and install standards.info.
14879
14880 * standards.texi: new file.
14881
14882 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14883
14884 * configure: test for and move config.status pieces from
14885 ${subdir}/.
14886
14887 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14888
14889 * configure: Test for existance of files before trying to mv
14890 them, to avoid numerous non-existance messages.
14891
14892 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14893
14894 * configure: correct final line of config.status.
14895
14896 * configure: patch from eggert. Avoids a protection problem if
14897 the original Makefile.in is read only.
14898
14899 * configure: use move-if-change from gcc to create config.status.
14900 Some makefiles depend on config.status to tell if a directory
14901 has been reconfigured for a different host. This change
14902 prevents those directories from remaking everything in the case
14903 where the reconfig was only intended to rebuild a Makefile.
14904
14905 * configure: test for config.sub with "config.sub sun4" rather
14906 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14907 host alias from a missing config.sub.
14908
14909 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14910
14911 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14912 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14913
14914 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14915
14916 * configure: mkdir ${subdir} as needed.
14917
14918 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14919
14920 * Makefile.in,configure.in: added autoconf.
14921
14922 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14923
14924 * Makefile.in: no longer pass against on recursion.
14925
14926 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14927 definitions are not inherited.
14928
14929 * configure: correct makesrcdir when subdir is .
14930
14931 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14932
14933 * configure: Add support for 'subdirs' variable, which is
14934 like 'configdirs', except that configure doesn't re-invoke
14935 itself for subdirs, it just creates a Makefile for each subdir.
14936 * configure.texi: Document subdirs.
14937
14938 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14939
14940 * configure.in: added flex to configdirs
14941
14942 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14943
14944 * Makefile.in: remove clean-stamps from clean.
14945
14946 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14947
14948 * configure.in: Add gdbtest to configdirs.
14949
14950 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14951
14952 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14953 to recursive makes.
14954 * configure.in: Recognize new ncr3000 config.
14955
14956 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14957
14958 * Makefile.in, configure.in: removed references to gdbm.
14959
14960 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14961
14962 * config.sub: Don't canonicalize os value
14963 newsos* to bsd (readline needs to check for newsos).
14964 (This fix was earlier made Jan 31, but got re-broken.)
14965
14966 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14967
14968 * configure.in: sco is an os, not a vendor!
14969
14970 * configure: Quote $( better. Keep various shells happy.
14971
14972 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14973
14974 * Makefile.in: eliminate stamp-files.
14975
14976 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14977
14978 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14979 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14980
14981 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14982
14983 * config.sub: fix iris/iris3.
14984
14985 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14986
14987 * configure: re-add -rm.
14988
14989 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14990
14991 * Maskefile.in: add .stmp-rcs to all.
14992
14993 * configure.in: remove gas from rs6000 build, use aix host fragment.
14994
14995 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14996
14997 * configure: pass down site_option during recursion.
14998
14999 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15000
15001 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15002
15003 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15004
15005 * configure: Change exec_prefix so that it really defaults to prefix.
15006
15007 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15008
15009 * Makefile.in, configure.in: Add support for mmalloc library.
15010
15011 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15012
15013 * Makefile.in: add stmp dependencies for a few more things.
15014
15015 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15016
15017 * configure: adjusted error message on objdir/srcdir configure
15018 collision, per john's suggestion.
15019
15020 * Makefile.in: add libiberty stmp to all and all.cross.
15021
15022 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15023
15024 * Makefile.in: remove force dependencies, add grep to all.
15025
15026 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15027
15028 * Makefile.in: drop flex. make stamp files work.
15029
15030 * configure: added test for conflicting configuration in srcdir,
15031 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15032 gets cranky. use relative paths for configure and srcdir
15033 whenever possible. Send some error messages to stderr that were
15034 going to stdout.
15035
15036 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15037
15038 * Makefile.in: Fix libg++ rule to check for gcc directory
15039 before using gcc/gcc. Also pass XTRAFLAGS.
15040
15041 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15042
15043 * Makefile.in: added stmp-files so that directories aren't polled
15044 when they are already built.
15045
15046 * configure.texi: fixed a node pointer problem.
15047
15048 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15049
15050 * config.sub configure.in gdb/configure.in
15051 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15052 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15053 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15054
15055 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15056
15057 * configure: -recurring becomes -silent. corrected help message
15058 for -site= option.
15059
15060 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15061
15062 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15063
15064 * configure: when building Makefile for crosses, replace
15065 tooldir and program_prefix. default srcdir from location of
15066 config.sub. remove "for host in hosts" and "for target in
15067 targets" loops.
15068
15069 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15070
15071 * Makefile.in: Do not pass bindir or mandir to cvs.
15072
15073 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15074
15075 * Makefile.in, configure.in: removed traces of namesubdir,
15076 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15077 copyrights to '92, changed some from Cygnus to FSF.
15078
15079 * configure.texi: remove most references to multiple hosts,
15080 multiple targets, subdirs, etc.
15081
15082 * configure.man: removed rcsid. reference config.sub not
15083 config.subr.
15084
15085 * Makefile.in: mkdir $(infodir) on install-info.
15086
15087 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15088
15089 * configure.texi: Explain better about .gdbinit and about
15090 the environment that configure.in sections run in.
15091
15092 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15093
15094 * configure.in: Ultrix is only a decstation if it's a MIPS.
15095
15096 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15097
15098 * README: DOC.configure => cfg-paper.texi.
15099
15100 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15101
15102 * config.sub (near case $os): Don't convert newsos* to bsd!
15103
15104 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15105
15106 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15107 the number of copies of COPYING that go into the GDB tar file.
15108
15109 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15110
15111 * bfd/configure.in, gdb/config/mh-i386sco,
15112 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15113 Fix SCO configuration stuff.
15114
15115 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15116
15117 * Makefile.in: For libg++, make sure the -I pointing
15118 to the gcc directory goes *after* all the libg++-local -I flags.
15119 Also, move just-gcc dependency from just-libg++ to all-libg++.
15120
15121 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15122
15123 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15124
15125 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15126
15127 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15128
15129 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15130
15131 * config.sub: Add stratus configuration frags. Also
15132 submitted to FSF.
15133
15134 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15135
15136 * Makefile.in (DEV_SUPPORT): add configure.man.
15137
15138 * config.sub(Decode manufacturer-specific): add -none*.
15139
15140 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15141
15142 * Makefile.in: remove form feeds to make Sun's make happy.
15143 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15144
15145 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15146
15147 * Makefile.in (AR_FLAGS): Make quieter.
15148
15149 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15150
15151 * configure.in: Add libg++.
15152 * configure: When verbose, don't output the command line at each
15153 level; it will be unremarkably the same as the previous version,
15154 which will be the same as what the user typed.
15155
15156 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15157
15158 * configure.in, Makefile.in: fix clean-info, add flex. add
15159 fileutils.
15160
15161 * configure: be less sensitive to spaces in Makefile.in. Do not
15162 look for sources in "..". Doing so breaks subdirectories that
15163 might have their own configure. If a subdir has it's own
15164 configure script, use it.
15165
15166 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15167
15168 * cfg-paper.texi: some changes suggested by rms.
15169
15170 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15171
15172 * config.sub: Merge in some small additions from the FSF version,
15173 taken from the gcc distribution, to bring the Cygnus and FSF
15174 versions into closer sync.
15175
15176 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15177
15178 * configure.in: Changed svr4 references to sysv4.
15179
15180 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15181
15182 * configure: added -V for version number option.
15183
15184 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15185
15186 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15187 renamed from DOC.configure to cfg-paper.texi.
15188
15189 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15190
15191 * configure, config.subr, config.sub: config.subr is now
15192 config.sub again.
15193
15194 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15195
15196 * configure.texi: new file, in progress.
15197
15198 * Makefile.in: build info file and install the man page for
15199 configure.
15200
15201 * configure.man: new file, first cut.
15202
15203 * configure: find config.subr again now that configuration "none"
15204 has gone. removed all traces of the -ansi option. removed all
15205 traces of the -languages option.
15206
15207 * config.subr: resync from rms.
15208
15209 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
15210
15211 * configure, config.sub, config.subr: merge config.sub into
15212 config.subr, call the result config.subr, remove config.sub, use
15213 config.subr.
15214
15215 * Makefile.in: revised install for dir.info.
15216
15217 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
15218
15219 * configure.in: add decstation host makefile frag.
15220
15221 * Makefile.in: BISON now bison -y again. also install-gcc on
15222 install. clean-gdbm on clean. infodir belongs in datadir.
15223 Make directories for info install. Build dir.info here then
15224 install it.
15225
15226 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
15227
15228 * Makefile.in: fix for bad directory tests.
15229
15230 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
15231
15232 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15233 regexp. -srcdir relative was being handled incorrectly.
15234
15235 * Makefile.in: unwrapped some for loops so that parallel makes
15236 work again and so one can focus one's attention on a particular
15237 package.
15238
15239 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
15240
15241 * configure: added PWD as a stand in for `pwd` (for speed). use
15242 elif wherever possible. make -srcdir work without -objdir.
15243 -objdir= commented out.
15244
15245 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
15246
15247 * configure: +options become --options. -subdirs commented out.
15248 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15249 Makefile now at top of generated Makefile. Removed cvs log
15250 entries. added -srcdir. create .gdbinit only if there is one
15251 in ${srcdir}.
15252
15253 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15254 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15255 and mandir now keyed off datadir by default.
15256
15257 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
15258
15259 * Freshly created ChangeLog.
15260
15261 \f
15262 Local Variables:
15263 mode: change-log
15264 left-margin: 8
15265 fill-column: 76
15266 version-control: never
15267 End:
This page took 0.397957 seconds and 4 git commands to generate.