Disable gdb for or1k*-*-* until supported
[platform/upstream/binutils.git] / ChangeLog
1 2014-07-21  Joel Sherrill  <joel.sherrill@oarcorp.com>
2
3         Disable gdb for or1k*-*-* until supported
4         * configure.ac (or1k*-*-*): Disable gdb.
5         * configure: Regenerated.
6
7 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
8
9         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
10         * configure: Regenerated.
11
12 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
13
14         PR sanitizer/56781
15         * Makefile.def: Set bootstrap=true; for host fixincludes.
16         * configure.ac: Don't bootstrap host fixincludes unless
17         --with-build-config=bootstrap-{a,ub}san.
18         * Makefile.in: Regenerated.
19         * configure: Regenerated.
20
21 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
22
23         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
24         --enable-vtable-verify option parsing.  Don't add
25         target-libsanitizer to bootstrap_target_libs unless
26         --with-build-config=bootstrap-asan or
27         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
28         to bootstrap_target_libs unless --enable-vtable-verify.
29         * configure: Regenerated.
30
31 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
32
33         PR bootstrap/58572
34         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
35         -I for libstdc++-v3 includes if $(LEAN).
36         * Makefile.in: Regenerated.
37
38 2014-02-24  Walter Lee  <walt@tilera.com>
39
40         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
41         (tilegx-*-*): Change to tilegx*-*-*.
42         * configure: Regenerate.
43
44 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
45
46         * config.sub, config.guess: Import from upstream.
47
48 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
49
50         PR bootstrap/60620
51         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
52         * Makefile.in: Regenerate.
53
54 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
55
56         * Makefile.def (dependencies): Make all-ld depend on all-binutils
57         for WINDRES_FOR_TARGET in default-manifest.o rule.
58         * Makefile.in: Regenerate.
59
60 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
61
62         PR target/59788
63         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
64         *solaris2*.
65
66 2013-12-19  Keven Boell  <keven.boell@intel.com>
67
68         * cp-namespace.c (cp_lookup_nested_symbol): Enable
69         nested lookups for fortran modules.
70         * dwarf2read.c (read_module): Add fortran module to
71         the symbol table.
72         (add_partial_symbol, add_partial_module): Add fortran
73         module to the partial symbol table.
74         (new_symbol_full): Create full symbol for fortran module.
75         * f-exp.y (yylex): Add new module domain to be parsed.
76         * symtab.h: New domain for fortran modules.
77
78 2013-12-19  Keven Boell  <keven.boell@intel.com>
79
80         * f-exp.y (yylex): Add domain array to enable lookup
81         in multiple domains. Loop over lookup domains and try
82         to find requested symbol. Add STRUCT_DOMAIN to lookup
83         domains to be able to query for user defined types.
84
85 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
86
87         * configure.ac: Add user-friendly check for native x86_64-linux
88         multilibs.
89         * configure: Regenerate.
90
91 2013-11-23  Alan Modra  <amodra@gmail.com>
92
93         * config.sub, config.guess: Import from upstream.
94
95 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
96
97         * Makefile.in: Regenerate.
98
99         * Makefile.tpl: Fix typo.
100         * Makefile.in: Regenerate partially.
101
102 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
103
104         * configure.ac: Added libcilkrts to noconfig list when C++ is not
105         supported.
106         * configure: Regenerated.
107
108 2013-10-30  Jason Merrill  <jason@redhat.com>
109
110         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
111         --disable-build-format-warnings.
112
113 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
114
115         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
116         depend on libstdc++ and libgcc.
117         * configure: Regenerate.
118         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
119         libcilkrts for POSIX and i*86, and x86_64 architectures.
120         * Makefile.in: Added libcilkrts related fields to support building it.
121
122 2013-10-26  Jeff Law  <law@redhat.com>
123
124         * Makefile.def (target_modules): Remove libmudflap
125         (languages): Remove check-target-libmudflap).
126         * Makefile.in: Rebuilt.
127         * Makefile.tpl (check-target-libmudflap-c++): Remove.
128         * configure.ac (target_libraries): Remove target-libmudflap.
129         Remove checks which disabled libmudflap on some systems.
130         * configure: Rebuilt.
131         * libmudflap: Directory removed.
132
133 2013-10-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
134
135         * configure.ac: Update from GCC.
136         * configure: Regenerate.
137
138 2013-10-15  Hans-Peter Nilsson  <hp@axis.com>
139
140         * src-release (do-proto-toplevel): Support subdir-path-prefixed
141         files in SUPPORT_FILES.
142         (SIM_SUPPORT_DIRS): New variable.
143         (sim.tar.bz2): New rule.
144
145 2013-10-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
146
147         * configure.ac: Update from GCC.
148         * configure: Regenerate.
149
150 2013-10-01  Jeff Johnston  <jjohnstn@redhat.com>
151
152         * COPYING.NEWLIB: Update with new copyright.
153
154 2013-09-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
155
156         * configure.ac: Update from GCC.
157         * configure: Regenerate.
158
159 2013-09-20  Alan Modra  <amodra@gmail.com>
160
161         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
162         ppc host match.  Support little-endian powerpc linux hosts.
163
164 2013-08-16  Joel Brobecker  <brobecker@adacore.com>
165
166         * src-release (VER): When using $(TOOL)/common/create-version.sh,
167         strip the "-cvs" suffix from the version number if present.
168
169 2013-08-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
170
171         * configure.ac: Sync with GCC repo.
172         * Makefile.def: Ditto.
173         * configure: Regenerate.
174         * Makefile.in: Ditto.
175
176 2013-07-22  Joel Brobecker  <brobecker@adacore.com>
177
178         * src-release (VER): Use $(TOOL)/common/create-version.sh
179         if it exists.
180
181 2013-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
182
183         * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
184         (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
185         (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
186         * configure: Regenerate.
187
188 2013-06-01  George Thomas <george.thomas@atmel.com>
189
190         * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
191         from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
192
193 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
194
195         * COPYING.NEWLIB: Add Altera Corporation copyright.
196
197 2013-04-29  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
198
199         * config.guess: Update from config repo.
200         * config.sub: Ditto.
201
202 2013-04-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
203
204         * Makefile.def: Sync with GCC.
205         * Makefile.in: Regenerate.
206
207 2013-04-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
208
209         * configure.ac: Sync with GCC.
210         * configure: Regenerate.
211
212 2013-03-22  Mike Frysinger  <vapier@gentoo.org>
213
214         * src-release (VER): Change bfd/configure.in sed to use the new
215         `bfd/configure --version` output.
216
217 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
218
219         * configure.ac: Sync with GCC repo.
220         * configure: Ditto.
221
222 2013-02-05  Ian Lance Taylor  <iant@google.com>
223
224         PR go/55969
225         * configure.ac: Disable libgo on some systems where it does not
226         work.
227         * configure: Rebuild.
228
229 2013-02-05  Alan Modra  <amodra@gmail.com>
230
231         * configure: Regenerate after syncing config/.
232
233 2013-01-15  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
234
235         * configure.ac: Sync with GCC repo.
236         * configure: Ditto.
237         * Makefile.def: Ditto.
238         * Makefile.in: Ditto.
239
240 2013-01-11  Joel Brobecker  <brobecker@adacore.com>
241
242         Sync with GCC, merge:
243
244         2013-01-09  Jason Merrill  <jason@redhat.com>
245
246         * .gitignore: Import from gdb repository.
247
248 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
249
250         * config.sub: Update from config repo.
251
252 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
253
254         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
255         * Makefile.in: Regenerate.
256
257 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
258
259         * Makefile.def (configure-gcc): Depend on all-gmp.
260         (all-gcc): Remove dependency on all-gmp.
261         * Makefile.in: Regenerated.
262
263 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
264
265         * config.guess: Update from config repo.
266         * config.sub: Ditto.
267
268 2013-01-07  Jeff Johnston  <jjohnstn@redhat.com>
269
270         * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
271         exists and replace the new bfin license in its location.
272
273 2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
274
275         PR gas/14899
276         * Makefile.def (dependencies): Make all-binutils, all-gprof,
277         all-ld and all-gold depend on all-gas.
278         * Makefile.in: Regenerated.
279
280 2012-12-29  Ben Elliston  <bje@gnu.org>
281
282         * config.guess: Update to 2012-12-29 version.
283         * config.sub: Likewise.
284
285 2012-12-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
286
287         * Makefile.def (install-target-libgo): Depend on
288         install-target-libatomic. Merged from GCC repo.
289         * Makefile.in: Regenerate.
290
291 2012-12-17  Jeff Johnston  <jjohnstn@redhat.com>
292
293         * COPYING.LIBGLOSS: Add license for bfin libgloss.
294
295 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
296
297         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
298         * configure: Regenerate.
299
300 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
301
302         * Makefile.def (target_modules): Add bootstrap=true and
303         raw_cxx=true to libsanitizer.
304         * configure.ac (bootstrap_target_libs): Add libsanitizer.
305         * Makefile.in: Regenerated.
306         * configure: Likewise.
307
308 2012-12-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
309
310         * config.sub: Merge from config repo.
311
312 2012-11-30  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
313
314         * configure.ac: Merge from GCC.
315         * Makefile.tpl: Ditto.
316         * Makefile.in: Ditto.
317         * configure: Ditto.
318
319 2012-11-28  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
320
321         * configure.ac (noconfigdirs): Merge from GCC.
322         * configure: Regenerate.
323
324 2012-11-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
325
326         * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
327
328 2012-11-14  Roland McGrath  <mcgrathr@google.com>
329
330         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
331         * configure: Regenerate.
332
333 2012-11-13  Richard Henderson  <rth@redhat.com>
334
335         * configure.ac: Move libsanitizer logic to subdirectory.
336         * configure: Regenerate.
337
338 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
339
340         * configure.ac: Enable libsanitizer just on x86 linux for now.
341         * configure: Re-generate.
342
343 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
344
345         * configure.ac: Merge libquadmath sections.
346         * configure: Regenerate.
347
348 2012-11-12  Wei Mi <wmi@google.com>
349
350         * configure.ac: Add libsanitizer to target_libraries.
351         * Makefile.def: Ditto.
352         * configure: Regenerate.
353         * Makefile.in: Regenerate.
354
355 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
356
357         * configure: Regenerated.
358
359 2012-11-03  Robert Mason  <rbmj@verizon.net>
360
361         * configure.ac: add --disable-libstdcxx configure option
362         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
363
364 2012-10-24  Corinna Vinschen  <corinna@vinschen.de>
365
366         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
367         against Mingw64 w32api.
368         * configure: Regenerate.
369
370 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
371
372         PR bootstrap/54820
373         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
374         * configure: Regenerate.
375
376 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
377
378         PR bootstrap/54820
379         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
380         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
381         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
382         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
383         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
384         * Makefile.in: Regenerate.
385         * configure.ac (have_static_libs): New variable and associated check.
386         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
387         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
388         * configure: Regenerate.
389
390 2012-10-10  David Holsgrove  <david.holsgrove@xilinx.com>
391
392         * config.guess, config.sub: Include updated version from
393         config-patches.  Adds microblaze little endian support.
394
395 2012-09-28  Ian Lance Taylor  <iant@google.com>
396
397         * Makefile.def: Make all-target-libgo depend on
398         all-target-libbacktrace.
399         * Makefile.in: Rebuild.
400
401 2012-09-26  Ian Lance Taylor  <iant@google.com>
402
403         * Makefile.def: Make all-gcc depend on all-libbacktrace.
404         * Makefile.in: Rebuild.
405
406 2012-09-06  Diego Novillo  <dnovillo@google.com>
407
408         * configure.ac: Bump minimum GMP version to 4.2.3.
409         * configure: Re-generate.
410
411 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
412
413         PR target/54461
414         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
415         target-libgloss if not configured --with-avrlibc=no.
416         * configure: Regenerate.
417
418 2012-09-04  Jason Merrill  <jason@redhat.com>
419
420         * configure.ac: Fix --enable-languages=all.
421
422 2012-09-03  Richard Guenther  <rguenther@suse.de>
423
424         PR bootstrap/54138
425         * configure.ac: Re-organize ISL / CLOOG checks to allow
426         disabling with either --without-isl or --without-cloog.
427         * configure: Regenerated.
428
429 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
430
431         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
432         * configure: Regenerate.
433
434 2012-09-21  Steve Ellcey  <sellcey@mips.com>
435
436         * configure.ac: Add mips*-mti-elf* target.
437         * configure: Regenerate.
438
439 2012-09-19  Ian Lance Taylor  <iant@google.com>
440
441         * configure.ac (host_libs): Add libbacktrace.
442         (target_libraries): Add libbacktrace.
443         * Makefile.def (host_modules): Add libbacktrace.
444         (target_modules): Likewise.
445         * configure, Makefile.in: Rebuild.
446
447 2012-09-15  Jiong Wang  <jiwang@tilera.com>
448
449         * configure.ac (ENABLE_GOLD): support tilegx*
450         * configure: rebuild
451
452 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
453
454         PR target/38607
455         Merge upstream change.
456         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
457
458         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
459         Add libgomp*.o to compare_exclusions for AIX.
460         * configure: Regenerate.
461
462 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
463
464         PR binutils/4970
465         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
466         and opcodes.
467         * Makefile.in: Regenerated.
468
469 2012-08-14   Diego Novillo  <dnovillo@google.com>
470
471         Merge from cxx-conversion branch.
472
473         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
474         POSTSTAGE1_CONFIGURE_FLAGS.
475         * Makefile.in: Regenerate.
476         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
477         Force C++ when bootstrapping.
478         * configure: Regenerate.
479
480 2012-07-06  Richard Guenther  <rguenther@suse.de>
481
482         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
483         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
484         --with-gmp=system.
485         * Makefile.in: Regenerated.
486         * configure: Likewise.
487
488 2012-07-06  Richard Guenther  <rguenther@suse.de>
489
490         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
491         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
492         supply V=1 as extra_make_flags.
493         * configure: Regenerated.
494         * Makefile.in: Likewise.
495
496 2012-07-03  Richard Guenther  <rguenther@suse.de>
497
498         * Makfile.def (isl): Remove not necessary extra_exports and
499         extra_make_flags.
500         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
501         * Makefile.in: Regenerated.
502
503 2012-07-03  Richard Guenther  <rguenther@suse.de>
504
505         * Makefile.def (cloog): Add V=1 to extra_make_flags.
506         * configure.ac: If either the ISL or the CLooG check failed
507         do not try to build in-tree versions.
508         * Makefile.in: Regenerated.
509         * configure: Regenerated.
510
511 2012-07-02  Richard Guenther  <rguenther@suse.de>
512         Michael Matz  <matz@suse.de>
513         Tobias Grosser <tobias@grosser.es>
514         Sebastian Pop <sebpop@gmail.com>
515
516         * Makefile.def: Add ISL host module, remove PPL host module.
517         Adjust ClooG host module to use the proper ISL.
518         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
519         * configure.ac: Include config/isl.m4.  Add ISL host library,
520         remove PPL.  Remove PPL configury, add ISL configury, adjust
521         ClooG configury.
522         * Makefile.in: Regenerated.
523         * configure: Likewise.
524
525 2012-07-02  Richard Guenther  <rguenther@suse.de>
526
527         Merge from graphite branch
528         2011-07-21  Tobias Grosser  <tobias@grosser.es>
529
530         * configure: Regenerated.
531         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
532         both cloog.org and legacy versions. The only supported version will
533         be CLooG with the isl backend.
534
535         2011-07-21  Tobias Grosser  <tobias@grosser.es>
536
537         * configure: Regenerated.
538         * configure.ac: Require cloog isl 0.17.0
539
540         2011-07-21  Tobias Grosser  <tobias@grosser.es>
541
542         * configure: Regenerated.
543         * config/cloog.m4: Do not define CLOOG_ORG
544
545 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
546
547         * configure.ac: Skip C if explicitly selected.
548         * configure: Regenerate.
549
550 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
551
552         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
553         they contain -O2.
554         * configure: Regenerate.
555
556 2012-06-20  Jason Merrill  <jason@redhat.com>
557
558         * Makefile.tpl (check-target-libgomp-c++): New.
559         (check-target-libitm-c++): New.
560         * Makefile.def (c++): Add them.
561         * Makefile.in: Regenerate.
562
563 2012-05-16  Olivier Hainque  <hainque@adacore.com>
564
565         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
566         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
567         (install-no-fixedincludes): Adjust accordingly.
568         * Makefile.in: Regenerate.
569
570 2012-05-09  Nick Clifton  <nickc@redhat.com>
571             Paul Smith  <psmith@gnu.org>
572
573         PR bootstrap/50461
574         * configure.ac (mpfr-dir): When using in-tree MPFR sources
575         allow for the fact that from release v3.1.0 of MPFR the source
576         files were moved into a src sub-directory.
577         * configure: Regenerate.
578
579 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
580
581         * configure.ac: Bump minimum MPFR version to 2.4.0.
582         * configure: Regenerated.
583
584 2012-05-01  Richard Henderson  <rth@redhat.com>
585
586         * Makefile.def (libatomic): New target_module.
587         * configure.ac (target_libraries): Add libatomic.
588         (noconfigdirs): Check if libatomic is supported.
589         * Makefile.in, configure: Rebuild.
590
591 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
592
593         Merge upstream change
594         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
595
596 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
597
598         * libtool.m4: Additional FreeBSD 10 fixes.
599
600 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
601
602         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
603         they contain -O2.
604         * configure: Regenerate.
605
606 2012-05-14  Catherine Moore  <clm@codesourcery.com>
607
608         * NEWS:  Mention PowerPC VLE port.
609
610 2012-05-11  Mike Frysinger  <vapier@gentoo.org>
611
612         * MAINTAINERS (config/): Move to intl/ section.
613         (compile; depcomp; install-sh; missing; ylwrap): Likewise.
614
615 2012-05-09  Nick Clifton  <nickc@redhat.com>
616             Paul Smith  <psmith@gnu.org>
617
618         PR bootstrap/50461
619         * configure.ac (mpfr-dir): When using in-tree MPFR sources
620         allow for the fact that from release v3.1.0 of MPFR the source
621         files were moved into a src sub-directory.
622         * configure: Regenerate.
623
624 2012-05-02  Roland McGrath  <mcgrathr@google.com>
625
626         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
627         * configure: Regenerate.
628
629 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
630
631         * config.sub: Update to 2012-04-18 version from official repo.
632
633 2012-03-19  Tristan Gingold  <gingold@adacore.com>
634
635         * configure.ac (ia64*-*-*vms*): Add support for ld.
636         * configure: Regenerate.
637
638 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
639
640         * configure.ac (enable_libgomp): Remove *-*-irix6*.
641         (unsupported_languages): Remove mips-sgi-irix6.*.
642         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
643         (with_stabs): Remove.
644         * configure: Regenerate.
645
646 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
647
648         * configure.ac (enable_libgomp): Remove *-*-osf*.
649         (with_stabs): Remove alpha*-*-osf*.
650         * configure: Regenerate.
651
652 2012-03-09  Jeff Johnston  <jjohnstn@redhat.com>
653
654         * COPYING.NEWLIB: Modify DJ Delorie license to include
655         modification rights in clause as permitted by DJ Delorie.
656         * COPYING.LIBGLOSS: Ditto.
657
658 2012-03-09  Jeff Johnston  <jjohnstn@redhat.com>
659
660         * COPYING.NEWLIB: Remove two unused licenses.
661
662 2012-03-05  Tristan Gingold  <gingold@adacore.com>
663
664         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
665         * configure: Regenerate.
666
667 2012-02-21  Joern Rennecke  <joern.rennecke@embecosm.com>
668
669         * COPYING.NEWLIB: Add Adapteva notice.
670         * COPYING.LIBGLOSS: Add Adapteva notice.
671
672 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
673
674         * configure: Regenerate.
675
676 2011-12-15  Jeff Johnston  <jjohnstn@redhat.com>
677
678         * COPYING.LIBGLOSS: Add GPL with exception license.
679
680 2011-11-09  Roland McGrath  <mcgrathr@google.com>
681
682         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
683         * configure: Rebuild.
684         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
685         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
686         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
687         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
688         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
689         Add READELF.
690         * Makefile.in: Rebuild.
691
692 2011-11-08  Richard Henderson  <rth@redhat.com>
693
694         * configure.ac: Test for libitm directory present first.
695
696         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
697
698         * configure.ac: Test libitm/configure.tgt to disable libitm.
699         * configure: Rebuild.
700
701 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
702
703         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
704         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
705         * Makefile.in: Regenerate.
706
707 2011-11-01  DJ Delorie  <dj@redhat.com>
708
709         * configure.ac (rl78-*-*) New case.
710         * configure: Regenerate.
711
712 2011-11-01  DJ Delorie  <dj@redhat.com>
713
714         * config.sub: Update to version 2011-10-29 (added rl78)
715
716 2011-10-27  Nick Clifton  <nickc@redhat.com>
717
718         * config.sub: Import these changes from the config project:
719
720         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
721             Ben Elliston  <bje@gnu.org>
722
723         * config.sub (epiphany): New.
724
725         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
726             Ben Elliston  <bje@gnu.org>
727
728         * config.sub (hexagon, hexagon-*): New.
729
730         2011-08-23  Roland McGrath  <mcgrathr@google.com>
731
732         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
733         64eb to be64.
734
735         2011-08-16  Roland McGrath  <mcgrathr@google.com>
736
737         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
738         (nacl): Grok as alias for 32el-unknown-nacl.
739
740 2011-08-19  Joel Brobecker  <brobecker@adacore.com>
741
742         * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
743
744 2011-08-14  Yao Qi  <yao@codesourcery.com>
745
746         Merge from gcc:
747
748         2011-08-14  Yao Qi  <yao@codesourcery.com>
749         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
750         * configure: Regenerate.
751
752 2011-07-26  Ian Lance Taylor  <iant@google.com>
753
754         Merge from gcc:
755
756         2011-07-26  Ian Lance Taylor  <iant@google.com>
757         * configure.ac: Set have_compiler based on whether gcc directory
758         exists, rather than on whether gcc is in configdirs.
759         * configure: Rebuild.
760
761         2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
762         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
763         link directories.
764         * Makefile.in: Rebuild.
765
766         2011-07-20  Ian Lance Taylor  <iant@google.com>
767         PR bootstrap/49787
768         * configure.ac: Move --enable-bootstrap handling earlier in file.
769         If --enable-bootstrap and either --enable-build-with-cxx or
770         --enable-build-poststage1-with-cxx, enable C++ automatically.
771         * configure: Rebuild.
772
773         2011-07-19  Ian Lance Taylor  <iant@google.com>
774         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
775         make C++ a boot_language.  Set and substitute
776         POSTSTAGE1_CONFIGURE_FLAGS.
777         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
778         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
779         * configure, Makefile.in: Rebuild.
780
781         2011-07-16  Jason Merrill  <jason@redhat.com>
782         * Makefile.def (language=c++): Add check-c++0x and
783         check-target-libmudflap-c++.
784         * Makefile.tpl (check-target-libmudflap-c++): New.
785         * Makefile.in: Regenerate.
786
787         2011-07-16  Matthias Klose  <doko@ubuntu.com>
788         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
789         * Makefile.def (target_modules/libjava): Pass
790         $(EXTRA_CONFIGARGS_LIBJAVA).
791         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
792         if not configured with --enable-static-libjava.
793         * Makefile.in: Regenerate.
794         * configure: Likewise.
795
796         2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
797         PR regression/47836
798         PR bootstrap/23656
799         PR other/47733
800         PR bootstrap/49247
801         PR c/48825
802         * configure.ac (target_libraries): Remove target-libiberty.
803         Remove case-statement setting skipdirs=target-libiberty for
804         multiple targets.  Remove checking target_configdirs and
805         removing target-libiberty but keeping target-libgcc if
806         otherwise empty.
807         * Makefile.def (target_modules): Don't add libiberty.
808         (dependencies): Remove all traces of target-libiberty.
809         * configure, Makefile.in: Regenerate.
810
811 2011-07-22  Jason Merrill  <jason@redhat.com>
812
813         * Makefile.def (language=c++): Add check-c++0x and
814         check-target-libmudflap-c++.
815         * Makefile.tpl (check-target-libmudflap-c++): New.
816         * Makefile.in: Regenerate.
817
818 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
819
820         * configure: Regenerate.
821
822 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
823
824         PR target/39150
825         * configure.ac (i[3456789]86-*-solaris2*): Also accept
826         x86_64-*-solaris2.1[0-9]*.
827         * configure: Regenerate.
828
829 2011-06-13  Walter Lee <walt@tilera.com>
830
831         * configure.ac (tilepro-*-*) New case.
832         (tilegx-*-*): Likewise.
833         * configure: Regenerate.
834
835 2011-06-06  Nick Clifton  <nickc@redhat.com>
836
837         * config.sub: Sync from upstream.
838
839 2011-05-08  Doug Kwan  <dougkwan@google.com>
840
841         Merge from gcc:
842
843         2011-05-08  Doug Kwan  <dougkwan@google.com>
844
845                 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
846                 * configure: Regenerated.
847                 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
848                 value from configure.
849                 * Makefile.in: Regenerated.
850
851 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
852
853         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
854         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
855         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
856         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
857         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
858         *-*-vxworks*): Disable newlib and libgloss in separate case
859         statement.
860         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
861         to separate case statement.
862         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
863         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
864         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
865         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
866         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
867         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
868         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
869         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
870         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
871         i[[3456789]]86-*-rdos*, m32r-*-*,
872         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
873         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
874         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
875         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
876         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
877         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
878         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
879         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
880         and libgloss in main case over targets.  Remove most empty cases
881         in main case over targets.
882         * configure: Regenerate.
883
884 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
885
886         * configure.ac: Remove code setting special library locations for
887         hppa*64*-*-hpux11*.  Remove code setting compiler for
888         sparc-sun-solaris2*.
889         * configure: Regenerate.
890
891 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
892
893         * configure.ac: Separate libgloss_dir settings from general case
894         over targets.
895         * configure: Regenerate.
896
897 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
898
899         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
900         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
901         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
902         cases in libgcj-disabling case statement.
903         (hppa*64*-*-linux*): Set unsupported_languages instead of
904         disabling target-zlib.
905         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
906         to hppa*64*-*-hpux*.
907         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
908         hppa*-*-hpux*.
909         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
910         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
911         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
912         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
913         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
914         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
915         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
916         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
917         libgcj-disabling case statement.
918         * configure: Regenerate.
919
920 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
921
922         * configure.ac: Disable Java for targets not supporting libffi.
923         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
924         Remove cases in Java-disabling statement.
925         (*arm-wince-pe): Change to arm-wince-pe.
926         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
927         cases in Java-disabling statement.
928         (bfin-*-*): Don't disable Java again.
929         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
930         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
931         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
932         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
933         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
934         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
935         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
936         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
937         Java-disabling statement.
938         (mmix-*-*): Don't disable Java again.
939         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
940         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
941         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
942         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
943         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
944         statement.
945         * configure: Regenerate.
946
947 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
948
949         Merge from GCC:
950
951         2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
952
953         PR lto/48086
954         * configure.ac: Re-enable LTO on *-apple-darwin9*.
955         * configure: Regenerate.
956
957 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
958
959         * configure.ac: Separate cases disabling Java and Java libraries
960         from general case over targets.
961         * configure: Regenerate.
962
963 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
964
965         * configure.ac (build_tools): Remove build-byacc.
966         (host_libs): Remove mmalloc.
967         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
968         autoconf automake libtool diff rcs fileutils shellutils time
969         textutils wdiff find uudecode hello tar gzip indent recode release
970         sed perl gawk findutils gettext zip.
971         (libgcj): Remove target-qthreads.
972         (target_tools): Remove target-examples target-gperf.
973         (YACC): Don't handle building byacc.
974         * configure: Regenerate.
975         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
976         dosutils, examples, fileutils, find, findutils, gawk, gettext,
977         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
978         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
979         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
980         handle building components.
981         * Makefile.in: Regenerate.
982
983 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
984
985         * config.sub: Sync from upstream.
986
987 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
988
989         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
990         (microblaze*): Don't disable libssp.
991         * configure: Regenerate.
992
993 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
994
995         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
996         moveifchange.
997         * configure: Regenerate.
998         * Makefile.tpl: Use @SHELL@ not @config_shell@.
999         * Makefile.in: Regenerate.
1000
1001 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1002
1003         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1004         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1005         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1006         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1007         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1008         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1009         md_exec_prefix cases.
1010         * configure: Regenerate.
1011
1012 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1013
1014         * configure.ac: Separate cases disabling target-libssp,
1015         target-libiberty, target-libstdc++-v3 and Fortran from general
1016         case over targets.
1017         * configure: Regenerate.
1018
1019 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1020
1021         * configure.ac (*-*-chorusos): Don't disable libgcj.
1022         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1023         Remove case.
1024         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1025         (arm-*-coff): Don't disable libgcj.
1026         (arm*-*-linux-gnueabi): Remove useless assignment.
1027         (arm-*-riscix*): Don't disable libgcj.
1028         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1029         configuration.
1030         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1031         (c54x*-*-*): Remove case.
1032         (tic54x-*-*): Don't disable GCC or GCC libraries.
1033         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1034         to *.
1035         (d10v-*-*): Don't disable GCC libraries.
1036         (d30v-*-*): Don't disable libgcj.
1037         (h8500-*-*): Don't disable GCC libraries.
1038         (i960-*-*): Don't disable libgcj.
1039         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1040         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1041         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1042         libgcj.
1043         (m68k-*-coff*): Remove case.
1044         (mmix-*-*): Don't disable libgloss on host.
1045         (mn10200-*-*, mn10300-*-*): Remove cases.
1046         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1047         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1048         Don't disable libgcj.
1049         (romp-*-*): Remove case.
1050         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1051         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1052         case.
1053         (v810-*-*): Don't disable GCC libraries.
1054         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1055         (ip2k-*-*): Don't disable GCC libraries.
1056         * configure: Regenerate.
1057
1058 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1059
1060         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1061         libffi on host.
1062         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1063         on host.
1064         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1065         * configure: Regenerate.
1066
1067 2011-03-26  John Marino  <binutils@marino.st>
1068
1069         * configure.ac: Add support for *-*-dragonfly*
1070         * configure: Regenerate.
1071
1072 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1073
1074         * configure.ac (native_only): Remove.
1075         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1076         send-pr uudecode guile gnuserv on host.
1077         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1078         send-pr rcs guile perl texinfo libtool on host.
1079         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1080         automake send-pr rcs guile perl texinfo libtool on host.
1081         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1082         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1083         (alpha*-dec-osf*): Don't disable fileutils on target.
1084         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1085         texinfo send-pr expect dejagnu on target.
1086         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1087         target-qthreads on target.
1088         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1089         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1090         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1091         x86_64-*-mingw*): Don't disable expect on target.
1092         (*-*-cygwin*): Don't disable target-gperf on target.
1093         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1094         gnuserv on target.
1095         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1096         target.
1097         * configure: Regenerate.
1098
1099 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1100
1101         * configure.ac (target_tools): Remove target-groff.
1102         (native_only): Remove target-groff.
1103         (hppa*64*-*-*): Don't disable byacc.
1104         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1105         setting.
1106         (*-*-kaos*): Don't skip target-librx and target-groff.
1107         (*-*-netware*): Don't skip target-libmudflap.
1108         (*-*-tpf*): Don't skip target-libmudflap.
1109         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1110         directories on the host.
1111         (ia64*-*-*vms*): Don't skip tix.
1112         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1113         host.
1114         * configure: Regenerate.
1115
1116 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1117
1118         * configure.ac: Remove references to mt-mep, mt-netware,
1119         mt-wince.
1120         * Makefile.def: Add all-utils soft dependencies.
1121         * Makefile.tpl: Remove GDB_NLM_DEPS.
1122         * configure: Regenerate.
1123         * Makefile.in: Regenerate.
1124
1125 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1126
1127         Sync from GCC:
1128
1129         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1130
1131         * configure.ac: Do not include mh-x86omitfp.
1132         * configure: Regenerate.
1133
1134         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1135
1136         * configure.ac: Remove empty cases.
1137         * configure: Regenerate.
1138
1139         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1140
1141         * Makefile.def: Add dependency from termcap to gdb.
1142         * Makefile.in: Regenerate.
1143
1144         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1145
1146         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1147         * configure: Regenerate.
1148         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1149         * Makefile.tpl: Likewise.
1150         * Makefile.in: Regenerate.
1151
1152         2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1153
1154         * configure.ac: Remove all mentions of tentative_cc.
1155         * configure: Regenerate.
1156
1157         2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1158
1159         PR lto/48086
1160         * configure.ac: Re-enable LTO on *-apple-darwin9.
1161         * configure: Regenerate.
1162
1163 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1164
1165         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1166         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1167         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1168         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1169         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1170         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1171         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1172         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1173         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1174         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1175         *-*-rhapsody*): Remove host cases.
1176         * configure: Regenerate.
1177
1178 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1179
1180         * configure.ac (ppc*-*-pe): Remove host case.
1181         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1182         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1183         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1184         cases.
1185         * configure: Regenerate.
1186
1187 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1188
1189         * config.sub: Update to version 2011-03-23.
1190
1191 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1192
1193         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1194         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1195         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1196         * configure: Regenerate.
1197
1198 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1199
1200         * config-ml.in: Don't handle arc-*-elf*.
1201         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1202         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1203         handle GCC libraries.
1204         * configure: Regenerate.
1205
1206 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1207
1208         PR bootstrap/48120:
1209         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1210         Add -lstdc++ -lm to LIBS.
1211         * configure: Regenerate.
1212
1213 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1214
1215         * config.guess: Update to version 2011-02-02
1216         * config.sub: Update to version 2011-02-24
1217
1218 2011-03-03  Sebastian Pop  <sebastian.pop@amd.com>
1219
1220         * configure.ac: Adjust test of with_ppl.
1221         * configure: Regenerated.
1222
1223 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1224
1225         * configure.ac: Add -lpwl to ppllibs.
1226         * config/cloog.m4: Add -lisl to clooglibs.
1227         * configure: Regenerated.
1228
1229 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1230
1231         Import from Libtool and gnulib:
1232
1233         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1234
1235         Prepare for supporting FreeBSD 10.
1236         * config.rpath: Remove handling of freebsd1* which soon would
1237         match FreeBSD 10.0.
1238
1239         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1240
1241         Remove support for FreeBSD 1.x.
1242         * libtool.m4 (_LT_LINKER_SHLIBS)
1243         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1244         soon would incorrectly match FreeBSD 10.0.
1245
1246 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1247
1248         PR binutils/12283
1249         * MAINTAINERS (mkinstalldirs): Comes from Automake.
1250         (move-if-change): Comes from gnulib.
1251         * move-if-change: Import version from gnulib.
1252
1253 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1254
1255         Sync from GCC:
1256
1257         2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1258
1259         PR lto/47225
1260         * Makefile.def (lto-plugin): Double dash for enable-shared.
1261         (configure-gcc): Depend on all-lto-plugin.
1262         * Makefile.in: Rebuilt.
1263
1264         2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1265
1266         * configure.ac: Remove extra bracket.
1267         * configure: Regenerate.
1268
1269         2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1270
1271         PR lto/47225
1272         * Makefile.def: Add dependency for install-gcc
1273         on install-lto-plugin.
1274         * Makfile.in: Regenerated
1275
1276         2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1277
1278         * configure.ac: If with_ppl is no, move setting with_cloog=no
1279         after CLOOG_REQUESTED check.
1280         * configure: Regenerated.
1281
1282         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1283
1284         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1285         CLooG has been requested.
1286         * configure: Regenerated.
1287
1288         2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1289
1290         * configure: Regenerated.
1291         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1292
1293         2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1294
1295         * configure: Regenerated.
1296         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1297
1298         2011-01-07  Jan Hubicka  <jh@suse.cz>
1299
1300         PR lto/47225
1301         * Makefile.in: Regenerate.
1302         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1303         configure.
1304
1305 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1306
1307         PR libgcj/44341
1308         * configure.ac: Discard --with-* flags for host when configuring
1309         target libraries for cross build.
1310         * configure: Rebuilt.
1311
1312 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1313
1314         Sync from GCC:
1315
1316         2011-01-21  Andreas Schwab  <schwab@redhat.com>
1317
1318         * configure.ac: Use AS_HELP_STRING throughout.
1319         * configure: Regenerate.
1320
1321         2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1322
1323         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1324         * configure: Regenerate.
1325
1326 2010-12-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1327
1328         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1329
1330 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1331
1332         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1333         for ia64-hpux.
1334         * configure: Regenerate.
1335
1336 2011-01-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1337
1338         Sync from GCC:
1339         2010-12-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
1340
1341         * configure.ac: (picochip): Disable libiberty.
1342         * configure: Regenerate.
1343
1344 2010-12-18  Jeff Johnston  <jjohnstn@redhat.com>
1345
1346         * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1347
1348 2010-12-10  Ian Lance Taylor  <iant@google.com>
1349
1350         PR bootstrap/46819
1351         * configure.ac: For --disable-libgcj clear libgcj_saved.
1352         * configure: Rebuild.
1353
1354 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1355
1356         PR fortran/46540
1357         * configure.ac: Add --disable-libquadmath and
1358         --disable-libquadmath-support.
1359         * configure: Regenerate.
1360
1361 2010-12-10  Tristan Gingold  <gingold@adacore.com>
1362
1363         * src-release (ETC_SUPPORT): add gnu-oids.texi
1364
1365 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1366
1367         PR libffi/46792
1368         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1369         * configure: Regenerate.
1370
1371 2010-12-02  Ian Lance Taylor  <iant@google.com>
1372
1373         * configure.ac: Always set default for poststage1_ldflags to
1374         -static-libstdc++ -static-libgcc.
1375
1376 2010-12-02  Jeff Johnston  <jjohnstn@redhat.com>
1377
1378         * COPYING.NEWLIB: Add National Semiconductor notice.
1379
1380 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1381
1382         * configure.ac: Move comment to remove extra space in last argument
1383         of GCC_TARGET_TOOL.
1384
1385 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1386
1387         PR other/46026
1388         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1389         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1390         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1391         (BASE_FLAGS_TO_PASS): Use it.
1392         * configure: Rebuilt.
1393         * Makefile.in: Rebuilt.
1394
1395 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1396
1397         PR binutils/12258
1398         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1399         Properly check default linker.
1400         * configure: Regnerated.
1401
1402 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1403
1404         * configure.ac: For --enable-gold, handle value `default' instead of
1405         `both*'.   New configure option --{en,dis}able-ld.
1406         * configure: Regenerate.
1407
1408 2010-11-20  Ian Lance Taylor  <iant@google.com>
1409
1410         * configure.ac: Only disable a language library if no language needs
1411         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1412         * configure: Rebuild.
1413
1414 2010-11-20  Paolo Bonzini  <bonzini@gnu.org>
1415
1416         * configure: Regenerate.
1417
1418 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1419
1420         PR other/46202
1421         * configure.ac: Fix just-built in-tree STRIP name to be
1422         binutils/strip-new.
1423         * configure: Regenerate.
1424         * Makefile.def (install-strip-gcc, install-strip-binutils)
1425         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1426         (install-strip-sid): Mirror dependencies on non-strip variants
1427         of these targets on the respective -strip prerequisites.
1428         * Makefile.tpl (install-strip, install-strip-host)
1429         (install-strip-target): New targets.
1430         (install-strip-[+module+], install-strip-target-[+module+]):
1431         New targets.
1432         * Makefile.in: Regenerate.
1433
1434 2010-11-19  Ian Lance Taylor  <iant@google.com>
1435             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1436
1437         * configure.ac: Add target-libgo to target_libraries.  Set
1438         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1439         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1440         (HOST_EXPORTS): Add GOC.
1441         (BASE_TARGET_EXPORTS): Add GOC.
1442         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1443         (GOCFLAGS_FOR_TARGET): New variable.
1444         (EXTRA_HOST_FLAGS): Add GOC.
1445         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1446         * Makefile.def (target_modules): Add libgo.
1447         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1448         (dependencies): Add dependency from configure-target-libgo to
1449         configure-target-libffi and all-target-libstdc++-v3.  Add
1450         dependencies from all-target-libgo to all-target-libffi.
1451         (languages): Add go.
1452         * configure: Rebuild.
1453         * Makefile.in: Rebuild.
1454
1455 2010-11-19  Ian Lance Taylor  <iant@google.com>
1456
1457         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1458         compiler/flag environment variables.
1459
1460 2010-11-18  Ian Lance Taylor  <iant@google.com>
1461
1462         * configure.ac: Check for lang_requires_boot_languages in
1463         config-lang.in files.
1464         * configure: Rebuild.
1465
1466 2010-11-17  Mike Frysinger  <vapier@gentoo.org>
1467
1468         * .gitignore: New file.
1469
1470 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1471             Tobias Burnus  <burnus@net-b.de>
1472
1473         PR fortran/32049
1474         * Makefile.def: Add libquadmath; build it with language=fortran.
1475         * configure.ac: Add libquadmath.
1476         * Makefile.tpl: Handle multiple libs in check-[+language+].
1477         * Makefile.in: Regenerate.
1478         * configure: Regenerate.
1479
1480 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1481
1482         * configure.ac: Fix spelling in option names.
1483         * configure: Regenerated.
1484
1485 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1486
1487         PR bootstrap/39622
1488         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1489         * configure: Regenerated.
1490
1491 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1492
1493         * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1494         define the cloog backend to use. Furthermore, only pass the ppllibs to
1495         the configure checks, if necessary.
1496         * configure: Regenerate.
1497
1498 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1499
1500         * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1501         * configure: regenerate
1502
1503 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1504
1505         * config/cloog.m4: Fix typo.  verison -> version.
1506         * configure: Regenerate.
1507
1508 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1509
1510         * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1511         * configure: Regenerate.
1512
1513 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1514
1515         * configure.ac: Support official CLooG.org versions.
1516         * configure: Regenerate.
1517         * config/cloog.m4: New.
1518
1519 2010-11-05  Michael Eager  <eager@eagercon.com>
1520
1521         * COPYING.LIBGLOSS: Correct typo in microblaze.
1522         * COPYING.NEWLIB: Same.
1523
1524 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1525
1526         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1527         * configure: Regenerate.
1528
1529 2010-11-03  Ian Lance Taylor  <iant@google.com>
1530             Dave Korn  <dave.korn.cygwin@gmail.com>
1531
1532         PR lto/46273
1533         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1534         and on other supported platforms whenever LTO is enabled.
1535         * configure: Rebuild.
1536
1537 2010-11-02  Alan Modra  <amodra@gmail.com>
1538
1539         PR binutils/12110
1540         * configure.ac: Error when source path contains spaces.
1541         * configure: Regenerate.
1542
1543 2010-10-20  Ian Lance Taylor  <iant@google.com>
1544
1545         * Makefile.def (target_modules): Set lib_path to src/.libs for
1546         libstdc++-v3 module.
1547         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1548         * Makefile.in: Rebuild.
1549
1550 2010-10-08  Bernd Schmidt  <bernds@codesourcery.com>
1551             Joseph Myers  <joseph@codesourcery.com>
1552
1553         * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1554         notices.
1555         * COPYING.NEWLIB: Add Texas Instruments notice.
1556
1557 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1558
1559         * configure.ac (build_lto_plugin): New shell variable.
1560         (--enable-lto): Turn on by default for all non-ELF platforms that
1561         have had LTO support added so far.  Set build_lto_plugin appropriately
1562         for both ELF and non-ELF.
1563         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1564         * configure: Regenerate.
1565
1566 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1567
1568         PR bootstrap/45326
1569         PR bootstrap/45174
1570         * configure.ac: Honor initial values of $build_configargs,
1571         $host_configargs, $target_configargs.  Mark the precious, so
1572         environment settings get recorded.
1573         * configure: Regenerate.
1574
1575 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1576
1577         Sync from GCC:
1578
1579         2010-09-30  Michael Eager  <eager@eagercon.com>
1580
1581         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1582         * configure: Regenerate.
1583
1584         2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1585
1586         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1587         targets and amend comment.
1588         * configure: Regenerate.
1589
1590         2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1591
1592         * configure.ac: Enable LTO by default on Darwin.
1593         * configure: Regenerate.
1594
1595         2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1596
1597         PR bootstrap/44455
1598         * configure.ac (extra_mpfr_configure_flags): Copy from
1599         extra_mpc_gmp_configure_flags.
1600         * configure: Re-generated.
1601
1602 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1603
1604         Sync from GCC:
1605
1606         PR bootstrap/45796
1607         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1608         Depend on all-build-libiberty.
1609         * Makefile.in: Regenerate.
1610
1611 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1612
1613         Sync from GCC:
1614
1615         PR bootstrap/44621
1616         * configure.ac: Fix unportable shell quoting.
1617         * configure: Regenerate.
1618
1619 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1620
1621         * configure.ac: Support all v850 targets.
1622         * configure: Regenerate.
1623
1624 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1625
1626         PR target/44862
1627         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1628         Provide -B option to allow for link spec %s substitutions for
1629         libstdc++.a on darwin.
1630         * Makefile.in: Regenerate.
1631
1632 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1633
1634         * Makefile.def (configure-gcc): Depend on all-libelf.
1635         * Makefile.in: Rebuild.
1636
1637 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1638
1639         * config.sub, config.guess: Update from upstream sources.
1640
1641 2010-06-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1642
1643         Sync from GCC:
1644
1645         2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1646         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1647         * configure: Regenerated.
1648
1649         2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1650         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1651         * configure: Regenerate.
1652
1653         2010-04-17  Ralf Cors<E9>pius  <ralf.corsepius@rtems.org>
1654         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1655         * configure: Regenerate.
1656
1657         2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1658         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1659         separately.
1660         * configure: Regenerate.
1661
1662         2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1663         * configure: Regenerate after change to elf.m4.
1664
1665         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1666         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1667         * configure: Regenerated.
1668
1669         2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1670         * configure.ac: Print "buggy but acceptable" when CLooG
1671         revision is less than 9.
1672         * configure: Regenerated.
1673
1674 2010-05-26  Dave Korn  <dave.korn.cygwin@gmail.com>
1675
1676         Merge from gcc:
1677
1678         2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1679         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1680         * configure: Regenerate.
1681
1682         2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1683         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1684         a platform that supports LTO.
1685         * configure: Regenerate.
1686
1687         2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1688         PR lto/42776
1689         * configure.ac (--enable-lto): Refactor handling so libelf tests
1690         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1691         and allow LTO to be explicitly enabled on non-ELF platforms that
1692         are known to support it inside else-clause.
1693         * configure: Regenerate.
1694
1695 2010-04-27  Roland McGrath  <roland@redhat.com>
1696             H.J. Lu  <hongjiu.lu@intel.com>
1697
1698         * configure.ac (--enable-gold): Support both, both/gold and
1699         both/bfd to add gold to configdirs without removing ld.
1700         * configure: Regenerated.
1701
1702         * Makefile.def: Add install-gold dependency to install-ld.
1703         * Makefile.in: Regenerated.
1704
1705 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1706
1707         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1708         * configure: Regenerate.
1709
1710 2010-04-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1711
1712         Merge from gcc:
1713         PR bootstrap/43615
1714         PR bootstrap/43328
1715         Revert:
1716         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1717         * configure.ac: Do not pass --enable-multilib nor
1718         --disable-multilib in baseargs.  Accept explicitly passed
1719         --enable_multilib.
1720         * configure: Regenerate.
1721
1722 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1723
1724         PR bootstrap/43328
1725         * configure.ac: Do not pass --enable-multilib nor
1726         --disable-multilib in baseargs.  Accept explicitly passed
1727         --enable_multilib.
1728         * configure: Regenerate.
1729
1730 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1731
1732         * configure.ac (tic6x-*-*): New case.
1733         * configure: Regenerate.
1734
1735 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1736
1737         Merge from gcc:
1738         2010-03-19  Jack Howarth <howarth@bromo.med.uc.edu>
1739         PR ada/42554
1740         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1741         * configure: Regenerate.
1742
1743 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1744
1745         * config.sub: Update to version 2010-03-22.
1746         * config.guess: Update to version 2009-12-30.
1747
1748 2010-03-14  Joseph Myers  <joseph@codesourcery.com>
1749
1750         Merge from gcc:
1751         2010-01-11  Richard Guenther  <rguenther@suse.de>
1752         PR lto/41569
1753         * Makefile.def (all-lto-plugin): Depend on all-gcc.
1754         * Makefile.in: Regenerated.
1755
1756 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1757
1758         PR libstdc++/32499
1759         * configure.ac (RANLIB): Default to true.
1760         (STRIP): Likewise.
1761         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1762         * configure: Regenerate.
1763
1764 2010-02-17  Nick Clifton  <nickc@redhat.com>
1765
1766         PR 11238
1767         * Makefile.tpl (local-distclean): Also remove config.cache files in
1768         sub-directories as there may not be Makefiles present in the
1769         sub-directories.
1770         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1771         the config.cache files found by the find command.
1772
1773         * Makefile.in: Regenerate.
1774         * configure.ac: Revert previous delta.
1775         * configure: Regenerate.
1776
1777 2010-02-15  Nick Clifton  <nickc@redhat.com>
1778
1779         PR 11238
1780         * configure.ac: Delete config.cache files in sub-directories when
1781         deleting Makefiles.
1782         * configure: Regenerate.
1783
1784 2010-02-15  Nick Clifton  <nickc@redhat.com>
1785
1786         * configure.ac: Sync from gcc.
1787         * configure: Regenerate.
1788
1789 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1790
1791         Sync from gcc:
1792         * configure.ac: Add "recommended" version checks for GMP/MPC.
1793         Update recommended GMP/MPFR/MPC versions.
1794         * configure: Regenerate.
1795
1796 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1797
1798         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1799         * configure.ac (bootstrap_target_libs): Make inclusion of
1800         target-libgomp conditional on libgomb being in target_configdirs.
1801         * configure: Regenerate.
1802
1803 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1804
1805         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1806         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1807         * configure: Regenerate.
1808
1809 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1810
1811         gcc PR libstdc++/36101, gcc PR libstdc++/42813
1812         * configure.ac (target_configdirs): Substitute.
1813         * Makefile.def: Bootstrap target module libgomp.
1814         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1815         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1816         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1817         * configure, Makefile.in: Regenerate.
1818
1819 2009-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1820
1821         * libtool.m4: Sync from git Libtool.
1822         * ltmain.sh: Likewise.
1823         * ltoptions.m4: Likewise.
1824         * ltversion.m4: Likewise.
1825         * lt~obsolete.m4: Likewise.
1826
1827 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1828             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1829
1830         PR bootstrap/42424
1831         * configure.ac: Include libtool m4 files.
1832         (_LT_CHECK_OBJDIR): Call it.
1833         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1834         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1835
1836         * configure: Regenerate.
1837
1838 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1839
1840         PR bootstrap/41818
1841         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1842         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
1843         * Makefile.in: Regenerate.
1844
1845 2009-12-18  Ben Elliston  <bje@au.ibm.com>
1846
1847         * config.sub, config.guess: Update from upstream sources.
1848
1849 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
1850
1851         * COPYING.NEWLIB: Update copyright date.
1852         * COPYING.LIBGLOSS: Ditto.
1853
1854 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1855
1856         PR middle-end/30447
1857         PR middle-end/30789
1858         PR other/40302
1859
1860         * configure.ac: Require MPC.
1861         * configure: Regenerate.
1862
1863         * configure.ac: Update minimum MPC version to 0.8.
1864         * configure: Regenerate.
1865
1866 2009-11-20  Paolo Bonzini  <bonzini@gnu.org>
1867
1868         * config.guess: Sync with upstream and gcc.
1869         * config.sub: Sync with upstream and gcc.
1870
1871 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1872
1873         * Makefile.def: Restore host and target settings for gmp.
1874         * Makefile.in: Rebuild.
1875
1876 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
1877
1878         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
1879         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
1880         Fix portability of test of C++ as bootstrap language.  Add
1881         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1882         * configure: Rebuild.
1883         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1884         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
1885         in-tree building.
1886         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1887         (POSTSTAGE1_HOST_EXPORTS): Use it.
1888         (STAGE[+id+]_CXXFLAGS): New.
1889         (BASE_FLAGS_TO_PASS): Pass it down.
1890         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
1891         extra_exports.
1892         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1893         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1894         extra_exports.
1895         * Makefile.in: Rebuild.
1896
1897 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
1898
1899         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
1900         paths for *-w64-mingw* and x86_64-*mingw*.
1901         * configure: Regenerated.
1902
1903 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
1904
1905         * configure.ac: Disable target-winsup & co for
1906         x86_64-*-mingw* and *-w64-mingw* targets.
1907         * configure: Regenerated.
1908
1909 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1910
1911         * configure.ac (CLooG test): Use = with test.
1912         * configure: Regenerate.
1913
1914 2009-10-22  Richard Guenther  <rguenther@suse.de>
1915
1916         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
1917         cloog if the ppl version check failed.  Move flags saving
1918         before setting in libelf check.
1919         * configure: Regenerate.
1920
1921 2009-10-21  Richard Guenther  <rguenther@suse.de>
1922
1923         * configure.ac: Adjust the ppl and cloog configure to work as
1924         documented.  Disable cloog if ppl was disabled.  Omit the version
1925         checks if they were disabled.
1926         * configure: Re-generate.
1927
1928 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1929
1930         * configure.ac: Add 'lto' to enable_languages, not
1931         new_enable_languages, and only if not already present.
1932         * configure: Regenerate.
1933
1934 2009-10-06  Ian Lance Taylor  <iant@google.com>
1935
1936         * Makefile.def: check-gold depends upon all-gas.
1937         * Makefile.in: Rebuild.
1938
1939 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
1940
1941         * Makefile.def: all-lto-plugin depends on all-libiberty.
1942         set bootstrap=true for lto-plugin.
1943         Add lto-plugin.
1944         * Makefile.in: Regenerate.
1945         * configure.ac (host_libs): Add lto-plugin.
1946         * configure: Regenerate.
1947
1948 2009-10-03  Diego Novillo  <dnovillo@google.com>
1949
1950         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1951         (HOST_LIBELFLIBS): Define.
1952         (HOST_LIBELFINC): Define.
1953         * Makefile.in: Regenerate.
1954         * configure.ac: Add --enable-lto.
1955         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1956         If --enable-lto is used, add 'lto' to new_enable_languages.
1957         If --enable-lto is used and gold is enabled, add
1958         lto-plugin to configdirs.
1959         * configure: Regenerate.
1960
1961 2009-10-03  Simon Baldwin  <simonb@google.com>
1962
1963         * configure.ac: If --with-system-zlib, suppress local zlib and
1964         pass --with-system-zlib to subdir configure scripts.
1965         * configure: Regenerate.
1966
1967 2009-10-01  Loren J. Rittle <ljrittle@acm.org>
1968             Paolo Bonzini  <bonzini@gnu.org>
1969
1970         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1971         $(srcdir).
1972         * Makefile.in: Rebuilt.
1973
1974 2009-09-29  Paolo Bonzini  <bonzini@gnu.org>
1975
1976         Sync from gcc:
1977         2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1978
1979         * configure.ac: Update minimum MPC version to 0.7.
1980         * configure: Regenerate.
1981
1982 2009-09-25  Nick Clifton  <nickc@redhat.com>
1983
1984         * configure.ac: Pass any --cache-file=/dev/null option on to
1985         subconfigures.
1986         * configure: Regenerate.
1987
1988 2009-09-23  Nick Clifton  <nickc@redhat.com>
1989
1990         * config.sub, config.guess: Update from upstream sources.
1991
1992 2009-09-22  Loren J. Rittle <ljrittle@acm.org>
1993
1994         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1995         * Makefile.in: Rebuilt.
1996
1997 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1998
1999         PR bootstrap/32272
2000         * configure.ac: Error out if $srcdir isn't '.' but contains
2001         host-${host_noncanonical}.
2002         * configure: Regenerate.
2003
2004 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2005
2006         * configure.ac: If bootstrapping a combined tree with
2007         --enable-gold, require c++ in stage1_languages.
2008         * configure: Regenerate.
2009
2010         * configure.ac: Also add target_libs of stage1_languages to
2011         bootstrap_target_libs.
2012         * configure: Regenerate.
2013
2014         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2015         with --enable-languages not containing c++.
2016         * configure: Regenerate.
2017
2018 2009-09-16  Jie Zhang  <jie.zhang@analog.com>
2019
2020         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2021         * configure: Regenerate.
2022
2023 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2024
2025         * configure.ac: Do not use $extrasub for replacing @if/@endif
2026         parts in Makefile; instead, use additional arguments to
2027         AC_CONFIG_COMMANDS to do the replacement manually, with several
2028         sed invocations, to avoid HP-UX sed command limits.
2029         * configure: Regenerate.
2030
2031 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2032
2033         * configure.ac (with-build-config): Document.  Handle without.
2034         Handle missing argument.
2035         * configure: Rebuilt.
2036
2037 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2038
2039         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2040         Default to bootstrap-debug only if compare-debug works.
2041         * configure: Rebuilt.
2042         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2043         * Makefile.in: Rebuilt.
2044
2045 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2046
2047         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2048         * Makefile.in: Rebuilt.
2049
2050 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
2051
2052         * Makefile.tpl (AWK): Fix typo.
2053         * Makefile.in: Regenerate.
2054
2055 2009-09-02  Paolo Bonzini  <bonzini@gnu.org>
2056
2057         * configure.ac: Detect awk and sed.
2058         * Makefile.def (flags_to_pass): Add AWK and SED.
2059         * Makefile.tpl (AWK, SED): New.
2060         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2061         * configure: Regenerate.
2062         * Makefile.in: Regenerate.
2063
2064 2009-09-01  Tristan Gingold  <gingold@adacore.com>
2065
2066         * setup.com: Ported to Itanium VMS.  Can also build using DCL scripts.
2067         Remove logical names.
2068
2069 2009-08-31  Dave Korn  <dave.korn.cygwin@gmail.com>
2070
2071         * ltmain.sh (func_normal_abspath): New function.
2072         (func_relative_path): Likewise.
2073         (func_mode_help): Document new -bindir option for link mode.
2074         (func_mode_link): Add new -bindir option, and use it to place
2075         output DLL if specified.
2076
2077 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2078
2079         * configure.ac (AC_PREREQ): Bump to 2.64.
2080
2081 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2082
2083         * README-maintainer-mode: Point directly to upstream locations
2084         for autoconf, automake, libtool, gettext, instead of copies on
2085         sources.redhat.com.  Document required versions.
2086         * configure.ac: Do not substitute datarootdir, htmldir,
2087         pdfdir, docdir.  Do not process --with-datarootdir,
2088         --with-htmldir, --with-pdfdir, --with-docdir.
2089         * configure: Regenerate.
2090
2091         * configure: Regenerate.
2092
2093         * compile: Sync from Automake 1.11.
2094         * depcomp: Likewise.
2095         * install-sh: Likewise.
2096         * missing: Likewise.
2097         * mkinstalldirs: Likewise.
2098         * ylwrap: Likewise.
2099
2100 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2101
2102         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2103         (baseargs): Add --disable-option-checking.
2104         * configure: Regenerate.
2105
2106         * Makefile.def (configure-target-libiberty): Depend on
2107         all-binutils and all-ld.
2108         (configure-target-newlib): Likewise.
2109         * Makefile.in: Regenerate.
2110
2111 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2112
2113         Sync with GCC, merge:
2114
2115         2009-07-31  Christian Bruel  <christian.bruel@st.com>
2116
2117         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2118         * configure: Regenerate.
2119
2120         2009-07-06  Ian Lance Taylor  <iant@google.com>
2121
2122         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2123         * configure: Rebuild.
2124
2125         2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2126
2127         PR bootstrap/40338
2128         * configure.ac (comparestring): Create new variable.
2129         * Makefile.tpl (comparestring): Use to skip some comparisions.
2130         * configure: Regenerate.
2131         * Makefile.in: Regenerate.
2132
2133         2009-06-23  Ian Lance Taylor  <iant@google.com>
2134
2135         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2136         boot_languages.  Only bootstrap target libraries listed in
2137         target_libs for some boot language.  Add --with-stage1-ldflags,
2138         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2139         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2140         if not building with C++.
2141         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2142         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2143         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2144         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2145         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2146         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2147         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2148         * configure, Makefile.in: Rebuild.
2149
2150         2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2151
2152         * configure.ac: Detect MPC in default directory.
2153         * configure: Regenerate.
2154
2155         2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2156
2157         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2158         to noconfdirs.
2159         * configure: Regenerate.
2160
2161         2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2162
2163         * Makefile.def: Add MPC support and dependencies.
2164         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2165
2166         * Makefile.in, configure: Regenerate.
2167
2168         2009-05-24  Nicolas Roche  <roche@adacore.com>
2169
2170         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2171         * Makefile.in: Regenerate.
2172
2173         2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2174
2175         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2176         * configure:  Regenerate.
2177
2178         2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2179
2180         * configure.ac ($with_ppl):  Default to no if not supplied.
2181         ($with_cloog):  Likewise.
2182         configure:  Regenerate.
2183
2184         2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2185
2186         PR bootstrap/39739
2187         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2188         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2189
2190         * configure, Makefile.in: Regenerate.
2191
2192         2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2193
2194         * configure.ac: Change copyright header to refer to version
2195         3 of the GNU General Public License and to point readers at the
2196         COPYING3 file and the FSF's license web page.
2197         * Makefile.def: Likewise.
2198         * Makefile.tpl: Likewise.
2199         * Makefile.in: Regenerate.
2200
2201         2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2202
2203         * configure.ac: Restore match for darwin9 or later. Use double
2204         brackets since regeneration eats one pair.
2205         * configure: Regenerate.
2206
2207 2009-08-18  Christopher Faylor  <me+cygwin@cgf.cx>
2208
2209         * MAINTAINERS: Perform some obvious fixups.
2210
2211 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2212
2213         * config.sub, config.guess: Update from upstream sources.
2214
2215 2009-08-06  Michael Eager <eager@eagercon.com>
2216
2217         * configure.ac: Add Microblaze target.
2218         * configure: Regenerate.
2219
2220 2009-07-02  Tristan Gingold  <gingold@adacore.com>
2221
2222         * configure.ac: Do not exclude gas for i386-*-darwin.
2223         Add a case for x86_64-*-darwin.
2224         * configure: Regenerate.
2225
2226 2009-06-26  Doug Evans  <dje@sebabeach.org>
2227
2228         * Makefile.def (host_modules): Add cgen.
2229         * Makefile.in: Regenerate.
2230         * configure.ac (host_tools): Add cgen.
2231         * configure: Regenerate.
2232
2233 2009-06-17  Michael Eager <eager@eagercon.com>
2234
2235         * COPYING.LIBGLOSS: Add Xilinx license.
2236
2237 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2238
2239         * configure.ac: Define is_elf for QNX Neutrino targets.
2240         * configure: Regenerate.
2241
2242 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2243             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2244
2245         * Makefile.tpl (all): Avoid a trailing backslash.
2246         * Makefile.in: Regenerate.
2247
2248 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2249
2250         * config.sub, config.guess: Update from upstream sources.
2251
2252 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2253
2254         * Makefile.tpl ([+compare-target+]): Compare all stage
2255         directories, rather than just gcc.
2256         * Makefile.in: Rebuilt.
2257
2258 2009-05-28  Doug Kwan  <dougkwan@google.com>
2259
2260         * configure.ac: Support gold for target arm*-*-*.
2261         * configure: Regenerate.
2262
2263 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2264
2265         * Makefile.tpl (all): Avoid harmless warning in make all when
2266         gcc-bootstrap is enabled but stage_last does not exist.
2267         * Makefile.in: Rebuilt.
2268
2269 2009-05-25  Tristan Gingold  <gingold@adacore.com>
2270
2271         * setup.com: Complete the file with configuration and build.
2272
2273 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2274
2275         PR other/40159
2276         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2277         gcc-no-bootstrap are mutually exclusive.
2278         * Makefile.in: Rebuilt.
2279
2280 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2281
2282         PR other/40159
2283         * Makefile.tpl (all): Don't end with unconditional success.
2284         * Makefile.in: Rebuilt.
2285
2286 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2287
2288         PR target/37137
2289         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2290         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2291         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2292         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2293         stage_configureflags, stage_cflags and stage_libcflags into
2294         explicit Makefile macros.
2295         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2296         GFORTRAN.
2297         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2298         CC.  Set CC_FOR_BUILD from CC.
2299         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2300         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2301         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2302         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2303         and GFORTRAN.
2304         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2305         (_LIBCFLAGS): Renamed to _TFLAGS.
2306         (do-compare-debug, do-compare3-debug): Drop.
2307         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2308         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2309         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2310         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2311         (XGCC_FLAGS_FOR_TARGET): New.
2312         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2313         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2314         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2315         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2316         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.    Add it along with TFLAGS
2317         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2318         TFLAGS.
2319         (BUILD_CONFIG): Include if requested.
2320         (all): Set TFLAGS on bootstrap.
2321         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2322         (all-stageid-prefixmodule): Likewise.
2323         (do-clean, distclean-stageid): Set TFLAGS.
2324         (restrap): Fix whitespace.
2325         * Makefile.in: Rebuilt.
2326
2327 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2328
2329         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2330         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2331         * Makefile.in: Regenerate.
2332
2333 2009-04-24  Eli Zaretskii  <eliz@gnu.org>
2334
2335         * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2336         consistency with config.sub.  (Update from upstream sources.)
2337
2338 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2339
2340         * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2341
2342 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2343
2344         * config.sub, config.guess: Update from upstream sources.
2345
2346 2009-04-15  Anthony Green  <green@moxielogic.com>
2347
2348         * configure.ac: Add moxie support.
2349         * configure: Rebuilt.
2350
2351 2009-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2352
2353         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2354         * configure: Regenerate.
2355
2356 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2357
2358         PR gas/10039
2359         * configure.ac: Require texinfo 4.7.
2360         * configure: Regenerated.
2361
2362 2009-04-09  Steve Ellcey  <sje@cup.hp.com>
2363
2364         * Makefil.def (languages): New entries.
2365         * Makefile.tpl (check-gcc-*): New generic target.
2366         * Makefile.in: Regenerate.
2367
2368 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
2369
2370         * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2371         Windows builds of Sed.
2372
2373 2009-03-18  Tom Tromey  <tromey@redhat.com>
2374
2375         * configure: Rebuild.
2376         * configure.ac (host_libs): Add libiconv.
2377         * Makefile.in: Rebuild.
2378         * Makefile.def (host_modules): Add libiconv.
2379         (configure-gdb, all-gdb): Depend on libiconv.
2380
2381 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2382
2383         * configure.ac: Treat gdb as supported on x86_64-darwin.
2384         * configure: Regenerate.
2385
2386 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2387
2388         Merge from GCC:
2389
2390         2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2391
2392         * configure.ac (--with-host-libstdcxx): New option.
2393         * configure: Regenerate.
2394
2395         2009-01-29  Robert Millan  <rmh@aybabtu.com>
2396
2397         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2398         * configure: Regenerate.
2399
2400         2009-01-12  Sebastian Pop <sebastian.pop@amd.com>
2401
2402         PR tree-optimization/38515
2403         * configure.ac (cloog-polylib): Removed.
2404         (with_ppl, with_cloog): Test for "no".
2405         * configure: Regenerated.
2406
2407 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2408
2409         Backport from git Libtool:
2410
2411         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2412         Support GNU/kOpenSolaris.
2413         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2414         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2415         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2416         GNU/kOpenSolaris.
2417
2418 2009-02-05  Andreas Schwab  <schwab@suse.de>
2419
2420         * Makefile.tpl (stage_last): Define $r and $s before using
2421         $(RECURSE_FLAGS_TO_PASS).
2422         * Makefile.in: Regenerate
2423
2424 2009-01-21  Jeff Johnston  <jjohnstn@redhat.com>
2425
2426         * COPYING.NEWLIB: Add ARM license.
2427
2428 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2429
2430         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2431         (all-opcodes): Depend on all-libiberty.
2432         * Makefile.in: Regenerate.
2433
2434 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2435
2436         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2437         * configure: Regenerate.
2438
2439 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2440
2441         Backport link test fix from upstream Libtool:
2442
2443         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2444         Add cache variables to tests that require the linker to work.
2445         For shlibpath_overrides_runpath, this also changes the semantics
2446         to let the result from the C compiler take precedence.
2447         compiler take precedence.
2448
2449 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2450
2451         * config.sub, config.guess: Update from upstream sources.
2452
2453 2008-12-17  Jeff Johnston  <jjohnstn@redhat.com>
2454
2455         * COPYING.NEWLIB: Updated.
2456         * COPYING.LIBGLOSS: Ditto.
2457
2458 2008-12-16  Paolo Bonzini  <bonzini@gnu.org>
2459
2460         Sync with GCC:
2461
2462         2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2463
2464         * configure.ac (ppllibs): Add by default the lib flags.
2465         * configure: Regenerate.
2466
2467         2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2468
2469         * configure.ac: Add double brackets on darwin[912].
2470         * configure: Regenerate.
2471
2472         2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2473
2474         * configure.ac: Expand to darwin10 and later.
2475         * configure: Regenerate.
2476
2477 2008-12-02  Andreas Schwab  <schwab@suse.de>
2478
2479         * Makefile.def: configure-target-boehm-gc depends on
2480         all-target-libstdc++-v3.
2481         * Makefile.in: Regenerate.
2482
2483 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2484
2485         * config.sub, config.guess: Update from upstream sources.
2486
2487 2008-11-27  Joseph Myers  <joseph@codesourcery.com>
2488
2489         Merge from GCC:
2490
2491         2007-12-02  Matthias Klose  <doko@ubuntu.com>
2492
2493         * config-ml.in: Remove 64bit configure tests.
2494
2495         2008-05-14  Rafael Espindola  <espindola@google.com>
2496
2497         * config-ml.in: don't handle --enable-shared and --enable-static.
2498
2499         2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
2500             Tobias Grosser  <grosser@fim.uni-passau.de>
2501             Jan Sjodin  <jan.sjodin@amd.com>
2502             Harsha Jagasia  <harsha.jagasia@amd.com>
2503             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
2504             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2505             Adrien Eliche  <aeliche@isty.uvsq.fr>
2506
2507         Merge from graphite branch.
2508         * configure: Regenerate.
2509         * Makefile.in: Regenerate.
2510         * configure.ac (host_libs): Add ppl and cloog.
2511         Add checks for PPL and CLooG.
2512         * Makefile.def (ppl, cloog): Added modules and dependences.
2513         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2514         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2515
2516         2008-09-03  Richard Guenther  <rguenther@suse.de>
2517
2518         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2519         cloog test.
2520         * configure: Re-generate.
2521
2522         2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
2523
2524         * configure.ac (--with-cloog-polylib): New.
2525         (--disable-cloog-version-check): New.
2526         (--disable-ppl-version-check): New.
2527         * configure: Re-generate.
2528
2529         2008-09-05  Richard Guenther  <rguenther@suse.de>
2530
2531         * configure.ac: Initialize clooglibs to -lcloog.
2532         * configure: Re-generate.
2533
2534         2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2535
2536         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2537         recommended version to 2.3.2.
2538
2539         * configure: Regenerate.
2540
2541         2008-10-31  Ben Elliston  <bje@au.ibm.com>
2542
2543         * configure.ac (spu-*-*): Remove special case.
2544         * configure: Regenerate.
2545
2546         Complete comment text from GCC version of:
2547
2548         2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2549
2550         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2551         (GCC_SHLIB_SUBDIR): New.
2552         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2553         * configure: Regenerate.
2554         * Makefile.in: Regenerate.
2555
2556 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2557
2558         * configure.ac: Build gdb for i?86-*-darwin*
2559         * configure: Regenerated.
2560
2561 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2562
2563         PR bootstrap/38014
2564         PR bootstrap/37923
2565
2566         Revert:
2567
2568         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2569
2570         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2571         * Makefile.in: Regenerated.
2572
2573         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2574
2575         PR gdb/921
2576         PR gdb/1646
2577         PR gdb/2175
2578         PR gdb/2176
2579
2580         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2581         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2582         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2583         (HOST_EXPORTS): Pass CPPFLAGS.
2584         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2585         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2586         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2587         * Makefile.in, configure: Regenerated.
2588         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2589         and CPPFLAGS_FOR_BUILD.
2590
2591 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2592
2593         * configure.ac [spu-*-*]: Do not set skipdirs.
2594         * configure: Re-generate.
2595
2596 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2597
2598         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2599         * Makefile.in: Regenerated.
2600
2601 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2602
2603         PR gdb/921
2604         PR gdb/1646
2605         PR gdb/2175
2606         PR gdb/2176
2607
2608         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2609         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2610         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2611         (HOST_EXPORTS): Pass CPPFLAGS.
2612         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2613         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2614         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2615         * Makefile.in, configure: Regenerated.
2616         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2617         and CPPFLAGS_FOR_BUILD.
2618
2619 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
2620
2621         * libtool.m4: Update to libtool 2.2.6.
2622         * lt~obsolete.m4: Update to libtool 2.2.6.
2623         * ltmain.sh: Update to libtool 2.2.6.
2624         * ltsugar.m4: Update to libtool 2.2.6.
2625         * ltversion.m4: Update to libtool 2.2.6.
2626         * ltoptions.m4: Update to libtool 2.2.6.
2627         * ltgcc.m4: Update to match changes from libtool 2.2.6.
2628
2629 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2630
2631         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2632         (GCC_SHLIB_SUBDIR): New.
2633         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2634         * configure: Regenerate.
2635         * Makefile.in: Regenerate.
2636
2637 2008-08-28  Tristan Gingold  <gingold@adacore.com>
2638
2639         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2640         Enable bfd, binutils and opcodes.
2641         * configure: Regenerate.
2642
2643 2008-08-16  Nicolas Roche  <roche@adacore.com>
2644
2645         * Makefile.tpl: Add BOOT_ADAFLAGS.
2646         * Makefile.in: Regenerate.
2647
2648 2008-08-16  Richard Sandiford  <rdsandiford@googlemail.com>
2649
2650         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2651         * configure: Regenerate.
2652
2653 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
2654
2655         Sync with gcc:
2656         2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
2657
2658         * configure.ac: Add makefile fragments for hpux.
2659         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2660         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2661         * configure: Regenerate.
2662         * Makefile.in: Regenerate.
2663
2664         2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2665
2666         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2667         * Makefile.in: Regenerate.
2668         * configure: Regenerate.
2669
2670 2008-06-18  Ian Lance Taylor  <iant@google.com>
2671
2672         * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2673
2674         * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2675
2676 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2677
2678         * configure: Regenerate.
2679
2680 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2681
2682         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2683         "$@" is still intact with both Autoconf 2.59 and 2.62.
2684         * configure: Regenerate.
2685
2686 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2687
2688         * Makefile.tpl: Fix comment errors.
2689         * Makefile.in: Regenerate.
2690
2691 2008-06-13  Julian Brown  <julian@codesourcery.com>
2692
2693         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2694         of libobjc for ARM EABI Linux.
2695         * configure: Regenerate.
2696
2697 2008-06-12  David S. Miller  <davem@davemloft.net>
2698             David Edelsohn  <edelsohn@gnu.org>
2699
2700         * configure.ac: Add powerpc*-*-* to gold supported targets.
2701         * configure: Regenerate.
2702
2703 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2704
2705         PR tree-optimization/36218
2706         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2707         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2708         (all prefix="build-"): Pass them to build-system sub-makes.
2709         * Makefile.in: Regenerate.
2710
2711 2008-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
2712
2713         * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2714         README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2715         mkdep, and compile.  Update comments.
2716         (ETC_SUPPORT): Add ChangeLog and update comments.
2717
2718 2008-05-11  Ian Lance Taylor  <iant@google.com>
2719
2720         * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2721
2722 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2723
2724         Sync with gcc:
2725         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2726
2727         PR bootstrap/35457
2728         * configure.ac: Include override.m4.
2729         * configure: Regenerate.
2730
2731         2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
2732
2733         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2734         * Makefile.in: Regenerate.
2735
2736         2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
2737
2738         * configure.ac: Do not build libssp for the AVR.
2739         * configure: Regenerate.
2740
2741 2008-04-18  Nick Clifton  <nickc@redhat.com>
2742
2743         * MAINTAINERS: Replace reference to configure.in with reference to
2744         configure.ac.
2745
2746 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2747
2748         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2749         as nonconfigurable directories list.
2750         * configure: Regenerate.
2751
2752 2008-04-14  David S. Miller  <davem@davemloft.net>
2753
2754         * configure.ac: Add sparc*-*-* to gold supported targets.
2755         * configure: Regenerate.
2756
2757 2008-04-14  Ben Elliston  <bje@au.ibm.com>
2758
2759         * config.sub, config.guess: Update from upstream sources.
2760
2761 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
2762
2763         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2764         * Makefile.in: Regenerate.
2765
2766 2008-04-07  Ian Lance Taylor  <iant@google.com>
2767
2768         * Makefile.def: check-gold depends upon all-binutils.
2769         * Makefile.in: Regenerate.
2770
2771 2008-04-04  Nick Clifton  <nickc@redhat.com>
2772
2773         PR binutils/4334
2774         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2775         builds.
2776         * configure: Regenerate.
2777
2778 2008-04-04  NightStrike  <NightStrike@gmail.com>
2779
2780         PR other/35151
2781         * configure.ac: Combine rules for mingw32 and mingw64.
2782         * configure: Regenerate.
2783
2784 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
2785
2786         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2787         * Makefile.in: Regenerate.
2788
2789 2008-03-20  Ian Lance Taylor  <iant@google.com>
2790
2791         * configure.ac: Add support for --enable-gold.
2792         * Makefile.def: Add gold as a directory like ld.
2793         * configure, Makefile.in: Regenerate.
2794
2795 2008-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
2796
2797         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2798         (s390_cond_extensions): Reduced extensions to the compare related.
2799         (main): z10 cpu type option added.
2800         (expandConditionalJump): Renamed to ...
2801         (insertExpandedMnemonic): ... this.
2802
2803         * opcodes/s390-opc.c: Re-group the operand format makros.
2804         (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
2805         INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
2806         INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
2807         INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
2808         INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
2809         INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
2810         INSTR_SIL_RDU): New instruction formats added.
2811         (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
2812         MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
2813         MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
2814         MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
2815         MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
2816         MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
2817         masks added.
2818         (s390_opformats): New formats added "ris", "rrs", "sil".
2819         * opcodes/s390-opc.txt: Add the conditional jumps with the
2820         extensions removed from automatic expansion in s390-mkopc.c manually.
2821         (asi - trtre): Add new System z10 EC instructions.
2822         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
2823
2824 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2825
2826         * configure.ac: m4_include config/proginstall.m4.
2827         * configure: Regenerate.
2828
2829 2008-03-16  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2830
2831         Backport from upstream Libtool:
2832
2833         2007-10-12  Eric Blake  <ebb9@byu.net>
2834
2835         Deal with Autoconf 2.62's semantic change in m4_append.
2836         * ltsugar.m4 (lt_append): Replace broken versions of
2837         m4_append.
2838         (lt_if_append_uniq): Don't require separator to be overquoted,
2839         and avoid broken m4_append.
2840         (lt_dict_add): Fix typo.
2841         * libtool.m4 (_LT_DECL): Don't overquote separator.
2842
2843 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
2844
2845         * config.rpath: Add AIX 6 support.
2846
2847 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
2848
2849         * Makefile.def (stageprofile).  Remove -fprofile-generate
2850         from stage_libcflags.
2851         * Makefile.in: Regenerate.
2852
2853 2008-03-13  Ben Elliston  <bje@au.ibm.com>
2854
2855         * config.sub, config.guess: Update from upstream sources.
2856
2857 2008-03-06  Florian Krohm  <fkrohm@us.ibm.com>
2858
2859         * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
2860         * s390-opc.txt (cmpsc): Duplicate entry removed.
2861         (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
2862         cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
2863         fier, cu42, cu41): Fix operand format.
2864
2865 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
2866
2867         PR bootstrap/32009
2868         PR bootstrap/32161
2869
2870         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2871         * configure: Regenerate.
2872
2873         * Makefile.def: Define stage_libcflags for all bootstrap stages.
2874         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2875         STAGE4_LIBCFLAGS): New.
2876         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2877         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2878         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2879         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2880         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2881         for target modules.  Don't export LIBCFLAGS.
2882         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2883         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2884         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2885         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2886         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2887         * Makefile.in: Regenerate.
2888
2889 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2890
2891         PR libgcj/33085
2892         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2893         Do not use -DDLL_EXPORT.  Backport from upstream.
2894
2895 2008-02-14  Nick Clifton  <nickc@redhat.com>
2896
2897         Import this patch from gcc:
2898         2008-01-24  David Edelsohn  <edelsohn@gnu.org>
2899
2900         * libtool.m4: Backport AIX 6 support from ToT Libtool.
2901
2902 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
2903
2904         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2905         * configure: Regenerate.
2906
2907 2008-01-31  Marc Gauthier  <marc@tensilica.com>
2908
2909         * configure.ac (xtensa*-*-*): Recognize processor variants.
2910         * configure: Regenerate.
2911
2912 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2913
2914         PR bootstrap/34922
2915         * configure.ac (PARSE_ARGS): Push suitable setting of
2916         ac_subdirs_all, for `./configure --help=recursive'.
2917         Handle `+' in generic toplevel directory disabling.
2918         * configure: Regenerate.
2919
2920 2008-01-23  Ben Elliston  <bje@au.ibm.com>
2921
2922         * config.sub, config.guess: Update from upstream sources.
2923
2924 2008-01-08  Ben Elliston  <bje@au.ibm.com>
2925
2926         * config.sub, config.guess: Update from upstream sources.
2927
2928 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2929
2930         * COPYING.LIBGLOSS: Update default copyright.
2931
2932 2007-12-19  Jeff Johnston  <jjohnstn@redhat.com>
2933
2934         * COPYING.NEWLIB: Update default copyright.
2935
2936 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2937
2938         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2939         Change recommended MPFR from 2.2.1 > 2.3.0.
2940         * configure: Regenerate.
2941
2942 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
2943
2944         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2945         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2946         * Makefile.in: Regenerate.
2947
2948 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
2949
2950         * configure.ac: Enable libjava for x86_64-*-darwin9.
2951         * configure: Regenerate.
2952
2953 2007-12-05  Ben Elliston  <bje@au.ibm.com>
2954
2955         * config.sub, config.guess: Update from upstream sources.
2956
2957 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2958
2959         * config-ml.in: Robustify against white space in absolute file
2960         names.
2961
2962         * config-ml.in (multi-clean): Substitute ${Makefile}.
2963         Remove superfluous ${Makefile} in list.
2964
2965 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
2966
2967         * Makefile.def (dependencies): Make configure-gdb depend on
2968         all-intl.
2969         * Makefile.in: Regenerated.
2970
2971 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
2972
2973         * Makefile.def: To avoid problems running with parallel makes,
2974         build newlib before libgloss so that target specific header
2975         files are availble.
2976         * Makefile.in: Regenerate.
2977
2978 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2979
2980         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2981         * Makefile.in: Regenerate.
2982
2983 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
2984
2985         * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
2986         * libdecnumber: New directory, imported from GCC.
2987
2988 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
2989
2990         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2991         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2992         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
2993         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2994         * configure: Regenerate.
2995
2996 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
2997
2998         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2999         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3000         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3001         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3002         * configure.ac: Default them to host tools for $host = $build.
3003         Subst them.
3004
3005         * configure: Regenerate.
3006         * Makefile.in: Regenerate.
3007
3008 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3009
3010         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3011         * configure: Regenerate.
3012
3013 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3014
3015         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3016         libstdc++.
3017         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3018         * configure: Regenerate.
3019         * Makefile.in: Regenerate.
3020
3021 2007-09-17  Andreas Schwab  <schwab@suse.de>
3022
3023         * configure.ac: Raise minimum makeinfo version to 4.6.
3024         * configure: Regenerate.
3025
3026 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3027
3028         * configure.ac: Correct makeinfo version check.
3029         * configure: Regenerate.
3030
3031 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3032
3033         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3034         to $skipdirs and only disable gprof for newlib.  Use the normal
3035         mips*-elf* handling in other respects.
3036         * configure: Regnerate.
3037
3038 2007-09-12  David Daney  <ddaney@avtrex.com>
3039
3040         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3041         enabling libgcj.
3042         * configure: Regenerate.
3043
3044 2007-09-12  Richard Guenther  <rguenther@suse.de>
3045
3046         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3047         nor --disable-checking is provided also turn on yes and types
3048         checking for stage1.
3049         * configure: Re-generate.
3050
3051 2007-09-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3052
3053         PR target/33281
3054         * configure.ac: Use config/mh-mingw on mingw.
3055         * configure: Regenerate.
3056
3057 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3058
3059         PR other/32154
3060         * configure.ac: For libgloss targets, point the linker to the linker
3061         script, startup code and simulator library.
3062         * configure: Regenerate.
3063
3064 2007-09-09  Andrew Haley  <aph@redhat.com>
3065
3066         * configure.ac (noconfigdirs): Remove target-libffi and
3067         target-libjava.
3068
3069 2007-08-29  Nick Clifton  <nickc@redhat.com>
3070
3071         * config.sub, config.guess: Update from upstream sources.
3072
3073 2007-08-21  Richard Guenther  <rguenther@suse.de>
3074
3075         * configure.ac: Add types checking to stage1 checking flags.
3076         * configure: Regenerate.
3077
3078 2007-08-18  Paul Brook  <paul@codesourcery.com>
3079             Joseph Myers  <joseph@codesourcery.com>
3080
3081         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3082         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3083         * Makefile.in: Regenerate.
3084         * configure.ac (--with-debug-prefix-map): New.
3085         * configure: Regenerate.
3086
3087 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3088             Nigel Stephens  <nigel@mips.com>
3089
3090         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3091         as target_makefile_frag.
3092         * configure: Regenerate.
3093
3094 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3095
3096         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3097         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3098         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3099         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3100         (do-compare, do-compare3, do-compare-debug): New.
3101         ([+compare-target+]): Use them.
3102
3103 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3104
3105         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3106         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3107         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3108         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3109         (do-compare, do-compare3, do-compare-debug): New.
3110         ([+compare-target+]): Use them.
3111
3112 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3113             Ben Elliston  <bje@au.ibm.com>
3114
3115         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3116         --silent if $silent.
3117         * configure: Regenerate.
3118
3119 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
3120
3121         * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3122
3123 2007-07-17  Nick Clifton  <nickc@redhat.com>
3124
3125         * COPYING3: New file.  Contains version 3 of the GNU General
3126         Public License.
3127         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3128         Lesser General Public License.
3129
3130 2007-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
3131
3132         * configure.ac: Fix my previous change to really match GCC.
3133         * configure: Regenerate.
3134
3135 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3136
3137         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3138         * configure: Regenerate.
3139
3140 2007-07-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3141
3142         * configure.ac: Add some missing m4 quotation.
3143         * configure: Regenerate.
3144
3145 2007-07-09  Kai Tietz   <kai.tietz@onevision.com>
3146
3147         * Makefile.def: Add windmc tool to build.
3148         * Makefile.tpl: Likewise.
3149         * configure.ac: Likewise.
3150         * Makefile.in: Regenerate.
3151         * configure: Regenerate.
3152
3153 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3154
3155         * lt~obsolete.m4: New. Import from 20070318 libtool.
3156
3157 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3158
3159         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3160         uclinux and linux-uclibc targets.
3161         * configure: Regenerate.
3162
3163 2007-06-28  DJ Delorie  <dj@redhat.com>
3164
3165         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3166         not building newlib.
3167         * configure: Regenerated.
3168
3169 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
3170
3171         * src-release (DEVO_SUPPORT): Correct typos.
3172
3173 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3174
3175         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3176         * Makefile.in: Regenerated.
3177
3178 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3179
3180         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3181         (distclean-stage[+id+]): Possibly delete stage_last.
3182         * Makefile.in: Regenerate.
3183
3184 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3185
3186         * config.sub, config.guess: Update from upstream sources.
3187
3188 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3189
3190         * Makefile.tpl: Fix spelling error.
3191         * Makefile.in: Regenerate.
3192
3193 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
3194
3195         Sync with gcc:
3196         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3197
3198         PR bootstrap/29382
3199         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3200         * configure: Rebuilt.
3201
3202 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3203
3204         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3205         lt_cv_sys_max_cmd_len.
3206
3207 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
3208
3209         * ltgcc.m4: Update from GCC.
3210
3211 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3212
3213         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3214
3215 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
3216
3217         * ltmain.sh: Update from GCC.
3218         * libtool.m4: Update from GCC.
3219         * ltsugar.m4: New. Update from GCC.
3220         * ltversion.m4: New. Update from GCC.
3221         * ltoptions.m4: New. Update from GCC.
3222         * ltconfig: Remove.
3223         * ltcf-c.sh: Remove.
3224         * ltcf-cxx.sh: Remove.
3225         * ltcf-gcj.sh: Remove.
3226         * src-release: Update with new libtool file list.
3227
3228 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3229
3230         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3231         stage_cflags.
3232         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3233         Remove CFLAGS/LIBCFLAGS.
3234         (configure-stage[+id+]-[+prefix+][+module+],
3235         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3236         * Makefile.in: Regenerate.
3237
3238 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
3239
3240         * config-ml.in: Update from GCC.
3241
3242 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
3243
3244         * src-release (do-proto-toplev): Process the support directories before
3245         the tool directory.
3246
3247 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
3248
3249         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3250         of glob.  Quote arguments with single quotes too.
3251         * configure: Regenerate.
3252
3253 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
3254
3255         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3256         * Makefile.in: Regenerate
3257
3258 2007-03-07  Andreas Schwab  <schwab@suse.de>
3259
3260         * configure: Regenerate.
3261
3262 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
3263
3264         * configure.ac: Add "--with-pdfdir" configure option,
3265         which defines pdfdir variable.
3266         * Makefile.def (target=fixincludes): Add install-pdf to
3267         missing targets.
3268         (recursive_targets): Add install-pdf target.
3269         (flags_to_pass): Add pdfdir.
3270         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3271         target.
3272         * configure: Regenerate
3273         * Makefile.in: Regenerate
3274
3275 2007-02-28  Eric Christopher  <echristo@apple.com>
3276
3277         Revert:
3278         2006-12-07  Mike Stump  <mrs@apple.com>
3279
3280         * Makefile.def (dependencies): Add dependency for
3281         install-target-libssp and install-target-libgomp on
3282         install-gcc.
3283         * Makefile.in: Regenerate.
3284
3285 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
3286
3287         * configure: Regenerate.
3288         * configure.ac: Move statements after variable declarations.
3289
3290 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
3291
3292         * configure.ac: Adjust for loop syntax.
3293         * configure: Regenerate.
3294
3295 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3296
3297         * configure: Rebuilt.
3298
3299 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
3300
3301         * configure.ac: Drop multiple occurrences of --enable-languages,
3302         and fix its quoting.
3303         * configure: Rebuilt.
3304
3305 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
3306             Nathan Sidwell  <nathan@codesourcery.com>
3307             Vladimir Prus  <vladimir@codesourcery.com
3308             Joseph Myers  <joseph@codesourcery.com>
3309
3310         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3311         * configure: Regenerate.
3312
3313 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3314
3315         * configure.ac (target_libraries): Move libgcc before libiberty.
3316         * configure: Regenerated.
3317
3318 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
3319
3320         * configure: Regenerate again?
3321
3322 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
3323
3324         * configure: Reapply PR30748 fix which was lost in the previous commit.
3325
3326 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
3327             Paolo Bonzini  <bonzini@gnu.org>
3328
3329         PR bootstrap/30753
3330         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
3331         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
3332         * configure: Regenerated.
3333
3334 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
3335
3336         * configure: Regenerate.
3337
3338 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3339
3340         PR bootstrap/30748
3341         * configure.ac: Correct syntax for Solaris ksh.
3342         * configure: Regenerated.
3343
3344 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
3345
3346         * Makefile.def: Sync with GCC.
3347         * Makefile.tpl: Sync with GCC.
3348         * Makefile.in: Regenerate.
3349         * configure: Regenerate.
3350
3351 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
3352
3353         * Makefile.tpl (build_alias, host_alias, target_alias): Use
3354         noncanonical equivalents.
3355         * configure.in: Rename to...
3356         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
3357         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
3358         target_noncanonical.  Use them.  Rewrite removal of configure
3359         arguments for autoconf 2.59.  Discard variable settings.  Force
3360         program_transform_name for native tools.
3361
3362         * Makefile.in: Regenerated.
3363         * configure: Regenerated with autoconf 2.59.
3364
3365         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3366
3367 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
3368
3369         * COPYING.LIBGLOSS: Reformat default Red Hat
3370         license to fit within 80 columns.
3371         * COPYING.NEWLIB: Ditto.
3372
3373 2007-02-05  Dave Brolley  <brolley@redhat.com>
3374
3375         * Contribute the following changes:
3376         2006-11-28  DJ Delorie  <dj@redhat.com>
3377
3378         * configure.in: Fix typo for mep's target_makefile_frag.
3379         * configure: Regenerated.
3380
3381         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
3382
3383         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3384         * configure: Regenerate.
3385
3386         2001-09-19  DJ Delorie  <dj@redhat.com>
3387
3388         * configure.in (target_makefile_frag): use mt-mep
3389
3390         2001-06-12  Don Howard  <dhoward@redhat.com>
3391
3392         * configure.in: Remove gdb from MeP skip list.
3393
3394         2001-04-05  DJ Delorie  <dj@redhat.com>
3395
3396         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3397
3398         2001-03-20  Ben Elliston  <bje@redhat.com>
3399
3400         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3401
3402         2001-03-19  Ben Elliston  <bje@redhat.com>
3403
3404         * config.sub (mep, mep-*): Add.
3405
3406 2007-01-31  Andreas Schwab  <schwab@suse.de>
3407
3408         * Makefile.tpl (LDFLAGS): Substitute it.
3409         * Makefile.in: Regenerate.
3410
3411 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3412
3413         * configure.in: Change == to = in test command.
3414         * configure: Regenerate.
3415
3416 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
3417             Nick Clifton  <nickc@redhat.com>
3418             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
3419
3420         * configure.in (build_configargs, host_configargs, target_configargs):
3421         Remove build/host/target parameters.
3422         (host_libs): Add gmp and mpfr.
3423         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3424         * Makefile.def (gmp, mpfr): New.
3425         (gcc): Remove target.
3426         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3427         target_os, target_vendor): New.
3428         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
3429         * configure: Regenerate.
3430         * Makefile.in: Regenerate.
3431
3432 2007-01-11  Matt Fago  <fago@earthlink.net>
3433
3434         * configure.in: Try to link to functions only in mpfr 2.2.x
3435         to improve robustness of configure tests.
3436         * configure: Regenerate.
3437
3438 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
3439
3440         * configure.in: Add support for an x86_64-mingw* target.
3441         * configure: Regenerate.
3442
3443 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
3444
3445         * Makefile.tpl (all-target): Correct @if conditional for target
3446         modules.
3447         * configure.in: Omit libiberty if building only target libgcc.
3448         * configure, Makefile.in: Regenerated.
3449
3450 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
3451
3452         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3453         * configure: Regenerate.
3454
3455 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
3456
3457         * Makefile.def (target_modules): Add libgcc.
3458         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
3459         * Makefile.tpl (clean-target-libgcc): Delete.
3460         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3461         on gcc even for bootstrapped modules.  Rewrite handling of
3462         lang_env_dependencies to loop over target_modules.
3463         * configure.in (target_libraries): Add target-libgcc.
3464         * Makefile.in, configure: Regenerated.
3465
3466 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3467
3468         Sync with gcc:
3469         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3470
3471         * configure.in: Reorganize recognition of languages.  Add
3472         --enable-stage1-languages.  Show supported languages for the chosen
3473         target rather than all recognized languages.
3474         * configure: Regenerate.
3475
3476         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
3477
3478         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3479         * Makefile.in: Regenerate.
3480
3481         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3482
3483         * configure.in: Warn that MPFR 2.2.0 is buggy.
3484         * configure: Regenerate.
3485
3486 2006-12-27  Ian Lance Taylor  <iant@google.com>
3487
3488         * configure.in: When removing Makefiles to force a reconfigure, also
3489         remove prev-DIR*/Makefile.
3490         * configure: Regenerate.
3491
3492 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
3493
3494         * config.bfd: Recognize fido.
3495
3496 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3497
3498         Sync with gcc:
3499
3500         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3501
3502         * configure.in: Remove "$build" case for powerpc-*-darwin* since
3503         it only affects bootstrap and could be tested on "$host" as well.
3504         * configure: Regenerate.
3505         * config/mh-ppc-darwin: Add to the stage1 cflags here.
3506
3507         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
3508
3509         PR bootstrap/29544
3510         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3511         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3512         move here comment from Makefile.tpl.
3513         * Makefile.tpl: Move some definitions higher in the file.
3514         (STAGE1_CHECKING): New.
3515         * configure.in: Add --enable-stage1-checking.
3516         * configure: Regenerate.
3517         * Makefile.in: Regenerate.
3518
3519         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3520
3521         * configure.in: Update error message for missing GMP/MPFR.
3522
3523         * configure: Regenerate.
3524
3525         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3526
3527         * configure.in: Update MPFR version in error message.
3528
3529         * configure: Regenerate.
3530
3531         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3532
3533         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3534         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3535         --with-gmp-lib): New flags.
3536
3537         * configure: Regenerate.
3538
3539 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
3540
3541         PR bootstrap/30134
3542         * configure.in: Correct x86 darwin support for libjava to powerpc
3543         and i?86 only.
3544         * configure: Regenerate.
3545
3546 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
3547
3548         * configure.in:  Handle spu makefile frag.
3549         * Makefile.tpl (MAINT): Define
3550         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3551         * configure: Regenerate.
3552         * Makefile.in: Regenerate.
3553
3554 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3555
3556         * config.sub, config.guess: Update from upstream sources.
3557
3558 2006-12-11  Ben Elliston  <bje@au.ibm.com>
3559
3560         * configure.in: Sync with GCC (spu-*-*).
3561         * configure: Sync with GCC.
3562
3563 2006-12-07  Mike Stump  <mrs@apple.com>
3564
3565         * Makefile.def (dependencies): Add dependency for
3566         install-target-libssp and install-target-libgomp on
3567         install-gcc.
3568         * Makefile.in: Regenerate.
3569
3570 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
3571
3572         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3573         (unstage): Test for stage_last presence.
3574
3575         PR bootstrap/29802
3576         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3577         * Makefile.in: Regenerate.
3578
3579 2006-11-14  DJ Delorie  <dj@redhat.com>
3580
3581         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3582         * Makefile.in: Sync with GCC.
3583         * configure.in: Sync with GCC (mpfr, gmp).
3584         * configure: Sync with GCC.
3585
3586 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
3587
3588         * configure.in: Remove target-libgloss from noconfigdirs for
3589         bfin-*-*.
3590         * configure: Regenerated.
3591
3592 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
3593
3594         * COPYING.NEWLIB: Add spu license.
3595         * COPYING.LIBGLOSS: Ditto.
3596
3597 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
3598
3599         * Makefile.def: Added pdf target handling.
3600         * Makefile.tpl: Added pdf target handling.
3601         * Makefile.in: Regenerated.
3602
3603 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
3604
3605         * COPYING.NEWLIB: Updated.
3606         * COPYING.LIBGLOSS: Ditto.
3607
3608 2006-09-27  Dave Brolley  <brolley@redhat.com>
3609
3610         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3611         $s instead of $r.
3612         * configure: Regenerated.
3613
3614 2006-09-26  Ben Elliston  <bje@au.ibm.com>
3615
3616         * config.sub, config.guess: Update from upstream sources.
3617
3618 2006-09-20  Thiemo Seufer  <ths@mips.com>
3619
3620         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3621         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3622         * configure: Regenerate.
3623
3624 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3625
3626         * configure.in: Never build newlib for a Mingw host.
3627         Never build newlib as Mingw target library.
3628         Test the existence of winsup/cygwin for building a Cygwin newlib,
3629         rather than just winsup.
3630         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3631         building a Mingw target.
3632         * configure: Regenerate.
3633
3634 2006-08-15  Thiemo Seufer  <ths@mips.com>
3635             Nigel Stephens  <nigel@mips.com>
3636             David Ung  <davidu@mips.com>
3637
3638         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3639
3640 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
3641
3642         Sync from GCC:
3643         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
3644
3645         PR bootstrap/18058
3646         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3647         if the bootstrap compiler is a GCC version that supports it.
3648         * configure: Regenerate.
3649
3650 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
3651
3652         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3653         * configure: Regenerated.
3654
3655 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
3656
3657         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3658         for stages after the first.
3659
3660 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
3661
3662         * Makefile.def: Add dependencies for configure-opcodes
3663         on configure-intl and all-opcodes on all-intl.
3664         * Makefile.in: Regenerated.
3665
3666 2006-07-04  Peter O'Gorman  <peter@pogma.com>
3667
3668         * ltconfig: chmod 644 before ranlib during install.
3669
3670 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3671
3672         * configure.in: Fix thinkos in previous check-in.
3673         * configure: Regenerate.
3674
3675 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
3676
3677         Sync from gcc:
3678
3679         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
3680
3681         PR other/27063
3682         * configure.in: Test subdir_requires and give an appropriate
3683         error message.
3684         * configure: Regenerate.
3685
3686         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3687
3688         PR target/27540
3689         * configure.in: Only enable libgomp on IRIX 6.
3690         * configure: Regenerate.
3691
3692 2006-06-20  David Ayers  <d.ayers@inode.at>
3693
3694         PR bootstrap/28072
3695         * configure.in: Add target-boehm-gc to noconfigdirs depending on
3696         whether target-libjava is being configured instead of whether the
3697         java front end is enabled.
3698         * configure: Regenerate.
3699
3700 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
3701
3702         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3703         to R_ARM_LDC_SB_G{0,1,2} respectively.
3704
3705 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
3706
3707         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3708         too.
3709         * Makefile.in: Regenerate.
3710
3711 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3712
3713         Sync from gcc:
3714
3715         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3716         * configure.in: Don't enable libgomp on hpux10.
3717         * configure: Rebuilt.
3718
3719 2006-06-13  David Ayers  <d.ayers@inode.at>
3720
3721         Sync from gcc:
3722
3723         2006-06-12  David Ayers  <d.ayers@inode.at>
3724
3725         PR bootstrap/27963
3726         PR target/19970
3727         * configure.in: Remove target-boehm-gc from noconfigdirs where
3728         ${libgcj} is specified.
3729         * configure: Regenerate.
3730
3731 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
3732
3733         Sync from gcc:
3734
3735         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
3736                     Andreas Schwab  <schwab@suse.de>
3737
3738         PR bootstrap/18033
3739         * config-ml.in: Eval option if surrounded by single quotes.
3740
3741 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
3742
3743         Sync from gcc:
3744
3745         2006-06-06  David Ayers  <d.ayers@inode.at>
3746
3747         PR libobjc/13946
3748         * Makefile.def: Add dependencies for libobjc which boehm-gc.
3749         * Makefile.in: Regenerate.
3750         * configure.in: Add --enable-objc-gc at toplevel and have it
3751         enable boehm-gc for Objective-C.
3752         Remove target-boehm-gc from libgcj.
3753         Add target-boehm-gc to target_libraries.
3754         Add target-boehm-gc to noconfigdirs where ${libgcj}
3755         is specified.
3756         Assert that boehm-gc is supported when requested for Objective-C.
3757         Only build boehm-gc if needed either for Java or Objective-C.
3758         * configure: Regenerate.
3759
3760         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
3761
3762         PR 27674
3763         * Makefile.tpl (configure-[+prefix+][+module+],
3764         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3765         Remove rule to unstage bootstrapped modules.
3766         (stage_current): New.
3767         * Makefile.in: Regenerate.
3768
3769         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3770         Andreas Tobler  <a.tobler@schweiz.ch>
3771
3772         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
3773         * configure: Rebuilt.
3774
3775         Revert
3776         2006-01-31  Richard Guenther  <rguenther@suse.de>
3777         Paolo Bonzini  <bonzini@gnu.org>
3778
3779         * Makefile.def (target_modules): Add libgcc-math target module.
3780         * configure.in (target_libraries): Add libgcc-math target library.
3781         (--enable-libgcc-math): New configure switch.
3782         * Makefile.in: Re-generate.
3783         * configure: Re-generate.
3784
3785 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
3786
3787         * config-ml.in: Alter CCASFLAGS to include special
3788         multilib options the same as is done for CFLAGS.
3789
3790 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
3791
3792         * Makefile.def: Added dependencies from sim and gdb on intl, and
3793         added configure dependencies to everything with an all dependency
3794         on intl.
3795         * gettext.m4: Removed.
3796         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
3797         (GDB_SUPPORT_DIRS): Add intl.
3798         * Makefile.in: Regenerated.
3799
3800 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
3801
3802         * src-release (DEVO_SUPPORT): Add config.rpath.
3803
3804 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
3805
3806         * Makefile.def (bfd, opcodes): Fix lib_path.
3807         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3808         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
3809         * Makefile.in: Regenerate.
3810
3811 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
3812
3813         * configure.in: Enable gprof for cross builds.
3814         * configure: Regenerate.
3815
3816 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
3817
3818         * src-release (MAKEINFOFLAGS): Define.
3819         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
3820
3821 2006-05-14  Ben Elliston  <bje@au.ibm.com>
3822
3823         * config.sub, config.guess: Update from upstream sources.
3824
3825 2006-05-12  Ben Elliston  <bje@au.ibm.com>
3826
3827         * config.sub, config.guess: Update from upstream sources.
3828
3829 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
3830
3831         * blt, iwidgets, mmalloc: Remove directories.
3832
3833 2006-05-01  DJ Delorie  <dj@redhat.com>
3834
3835         * configure.in: Restore CFLAGS if GMP isn't present.
3836         * configure: Regenerate.
3837
3838 2006-04-18  DJ Delorie  <dj@redhat.com>
3839
3840         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
3841         reference libgloss so that libssp can be built in a combined
3842         tree.
3843         * configure: Regenerate.
3844
3845 2006-04-10  Ben Elliston  <bje@au.ibm.com>
3846
3847         * contrib: Remove directory.
3848
3849 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
3850
3851         * Makefile.tpl: Add install-html target.
3852         * Makefile.def: Add install-html target.
3853         * Makefile.in: Regenerate.
3854         * configure.in: Add --with-datarootdir, --with-docdir,
3855         and --with-htmldir options.
3856         * configure: Regenerate.
3857
3858 2006-03-31  Ben Elliston  <bje@au.ibm.com>
3859
3860         PR binutils/1860
3861         * configure.in: Require makeinfo 4.4 or higher.
3862         * configure: Regenerate.
3863
3864 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3865
3866         * Makefile.in: Regenerate.
3867
3868 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
3869
3870         Sync with gcc:
3871         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
3872
3873         * configure.in: Handle --disable-<component> generically.
3874         * configure: Regenerate.
3875
3876         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
3877
3878         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
3879         (TARGET_CONFIGDIRS): Remove.
3880         * configure.in: Remove AC_SUBST(target_configdirs).
3881         * Makefile.in, configure: Regenerated.
3882
3883
3884 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3885
3886         PR libgcj/17311
3887         * ltmain.sh: Don't use "$finalize_rpath" for compile.
3888
3889 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
3890
3891         PR bootstrap/25670
3892
3893         * Makefile.tpl ([+compare-target+]): Print explanation messages.
3894
3895         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3896         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3897         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3898         BUILD_PREFIX, BUILD_PREFIX_1.
3899         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3900
3901         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3902         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3903
3904         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3905         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3906         of `cat stage_current`.  Always provide the `r' and `s' variables.
3907         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3908         a single shell execution.
3909         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3910         bootstrapped modules, make the stage1 module if the build was not
3911         started yet, else build the current stage.
3912         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3913         (all-build, all-host, all-target, [+make_target+]-host,
3914         [+make_target+]-target): Do not use \-continued lines.
3915         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3916         (current_stage, restrap, stage_last): New.
3917
3918         * Makefile.in: Regenerate.
3919         * configure: Regenerate.
3920
3921 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3922
3923         Sync from gcc:
3924
3925         2006-01-31  Richard Guenther  <rguenther@suse.de>
3926                     Paolo Bonzini  <bonzini@gnu.org>
3927
3928         * Makefile.def (target_modules): Add libgcc-math target module.
3929         * configure.in (target_libraries): Add libgcc-math target library.
3930         (--enable-libgcc-math): New configure switch.
3931         * Makefile.in: Re-generate.
3932         * configure: Re-generate.
3933         * libgcc-math: New toplevel directory.
3934
3935         2006-01-18  Richard Henderson  <rth@redhat.com>
3936                     Jakub Jelinek  <jakub@redhat.com>
3937                     Diego Novillo  <dnovillo@redhat.com>
3938
3939         * libgomp: New directory.
3940         * Makefile.def: Add target_module libgomp.
3941         * Makefile.in: Regenerate.
3942         * configure.in (target_libraries): Add target-libgomp.
3943         * configure: Regenerate.
3944
3945 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
3946             Andreas Schwab  <schwab@suse.de>
3947
3948         * configure: Regenerate.
3949
3950 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
3951
3952         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3953         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3954         the assembler, linker and binutils.
3955         * configure: Regenerate.
3956
3957 2006-01-16  Nick Clifton  <nickc@redhat.com>
3958
3959         * config.sub, config.guess: Sync from config repository.
3960
3961 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
3962
3963         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3964         @ from continuation.
3965         * Makefile.in: Rebuilt.
3966
3967 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3968
3969         Sync from gcc:
3970
3971         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
3972
3973         PR bootstrap/24252
3974
3975         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3976         * Makefile.tpl (OBJDUMP): New.
3977         (EXTRA_HOST_FLAGS): Add it.
3978         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3979
3980         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3981         to use symbolic links between directories.  Avoid race conditions
3982         or make them harmless.
3983         * configure.in: Do not try to use symbolic links between directories.
3984
3985         * Makefile.def (LEAN): Pass.
3986         * Makefile.tpl (LEAN): Define.
3987         (stage[+id+]-start): Accept that the previous directory does not
3988         exist, if the bootstrap is lean.
3989         (stage[+id+]-bubble): Invoke lean bootstrap commands after
3990         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
3991         configure substitution.
3992         ([+compare-target+]): Likewise.
3993         ([+bootstrap-target+]-lean): New.
3994         * configure.in: Remove lean bootstrap support from here.
3995
3996         * Makefile.in: Regenerate.
3997         * configure: Regenerate.
3998
3999         2006-01-02  Andreas Schwab  <schwab@suse.de>
4000
4001         * configure.in: When reconfiguring remove Makefile in
4002         all stage directories.
4003         * configure: Regenerate.
4004
4005 2005-12-27  Leif Ekblad  <leif@rdos.net>
4006
4007         * configure.in: Add support for RDOS target.
4008         * configure: Regenerate.
4009
4010 2005-12-27  Nick Clifton  <nickc@redhat.com>
4011
4012         PR binutils/1990
4013         * libtool.m4: Synchronize with version in GCC sources.
4014
4015 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
4016
4017         Revert Ada-related part of the previous change.
4018
4019         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4020         Do not pass.
4021         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4022         * Makefile.in: Regenerate.
4023         * configure.in: Do not include mt-ppc-aix target fragment.
4024         * configure: Regenerate.
4025
4026 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
4027
4028         * configure.in: Select appropriate fragments for PowerPC/AIX.
4029         * configure: Regenerate.
4030
4031         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4032         BOOT_CFLAGS, BOOT_LDFLAGS.
4033         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4034         BOOT_CFLAGS, BOOT_LDFLAGS.
4035         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4036         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4037         (stage): Fail if we cannot complete the work.
4038         * Makefile.in: Regenerate.
4039
4040 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
4041
4042         * COPYING.NEWLIB: Update copyright year for default
4043         copyright.
4044
4045 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
4046
4047         * Makefile.tpl (all, do-[+make_target+], do-check, install,
4048         install-host-nogcc): Don't invoke $(stage) at the end.
4049         * Makefile.in: Regenerate.
4050
4051 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
4052
4053         * configure.in: Flip the top-level bootstrap switch.
4054         * configure: Regenerate.
4055
4056         Merge from gcc:
4057
4058         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
4059
4060         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4061         $(stage) and $(unstage).
4062         (EXTRA_TARGET_FLAGS): Correct double-quoting.
4063         (all): Remove stray semicolon.
4064         (local-distclean): Don't handle multilib.tmp and multilib.out.
4065         (install.all): Set $s for consistency.
4066         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4067         check_multilibs setting.  Always make the install directory.
4068         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4069         Correct @if/@endif.
4070         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4071         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4072         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4073         (multilib.out): Remove.
4074         * Makefile.in: Regenerated.
4075
4076 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4077
4078         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
4079         * configure.in: Replace ms1 arch with mt.
4080         * configure: Rebuilt.
4081
4082 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4083
4084         Sync with gcc:
4085
4086 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4087
4088         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
4089         * configure.in: Replace ms1 arch with mt.
4090         * configure: Rebuilt.
4091
4092 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4093
4094         Sync with gcc:
4095
4096         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
4097
4098         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4099         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4100         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
4101         Find in-tree tools if available.
4102         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4103         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4104         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4105         (COMPILER_*_FOR_TARGET): New.
4106         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4107         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4108         (CONFIGURED_*, USUAL_*): Remove.
4109         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4110         STRIP): Use autoconf substitutions.
4111         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4112         COMPILER_NM_FOR_TARGET): New.
4113         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4114
4115         (all): Make all-host and all-target in parallel.
4116         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4117         that $$r and $$s are set before invoking a recursive make.
4118         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4119         ([+bootstrap-target+]): Inline most of the `all' target.
4120
4121         2005-11-29  Ben Elliston  <bje@au.ibm.com>
4122
4123         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4124         from the gcc build directory.
4125         * Makefile.in: Regenerate.
4126
4127         2005-11-29  Ben Elliston  <bje@au.ibm.com>
4128
4129         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
4130         depend on all-libdecnumber.
4131         * configure.in (host_libs): Include libdecnumber.
4132         * Makefile.in: Regenerate.
4133         * configure: Likewise.
4134
4135         2005-11-21  Kean Johnston  <jkj@sco.com>
4136
4137         * config.sub, config.guess: Sync from upstream sources.
4138
4139 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
4140
4141         * Makefile.def: Remove gdb dependencies for gdbtk.
4142         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4143         (configure-gdb, install-gdb): New rules.
4144         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4145         * Makefile.in, configure: Regenerated.
4146
4147 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
4148
4149         PR bootstrap/24297
4150         * Makefile.tpl (do-[+make-target+], do-check, install,
4151         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4152         are set before recursing.
4153         * Makefile.in: Regenerate.
4154
4155 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4156
4157         PR bootstrap/18939
4158         * Makefile.def (gcc) <target>: Fix thinko.
4159         * Makefile.in: Regenerate.
4160
4161 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
4162
4163         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4164         * configure: Regenerate.
4165
4166 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
4167
4168         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4169         target-libffi, target-qthreads, target-libjava, and
4170         targetlibobjc.
4171         * configure: Regenerate.
4172
4173 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
4174
4175         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4176         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4177         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4178         (USUAL_OBJDUMP_FOR_TARGET): New.
4179         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4180         * configure.in: Check for $OBJDUMP_FOR_TARGET.
4181         * configure, Makefile.in: Regenerated.
4182
4183 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4184
4185         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4186         before other host packages.
4187
4188 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
4189
4190         PR bootstrap/22340
4191
4192         * configure.in (default_target): Remove.
4193         * Makefile.tpl (all): Do not use prerequisites as subroutines
4194         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4195         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4196         use prerequisites as subroutines.
4197         (check-host, check-target): New.
4198         (bootstrap configure & all targets): Do not use stage*-start
4199         if the directory layout is already ok.
4200         (non-bootstrap configure & all targets): Prepend a $(unstage).
4201         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
4202         (NOTPARALLEL): Remove.
4203         (unstage, stage variables): New variables.
4204         (unstage, stage targets): Simply expand to those variables.
4205
4206         * configure: Regenerate.
4207         * Makefile.in: Regenerate.
4208
4209 2005-10-04  James E Wilson  <wilson@specifix.com>
4210
4211         * Makefile.def (lang_env_dependencies): Add libmudflap.
4212         * Makefile.in: Regenerate.
4213
4214 2005-10-03  Catherine Moore  <clm@cm00re.com>
4215
4216         * configure.in (bfin-*-*): Support bfin.
4217         * configure: Regenerated.
4218
4219 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
4220
4221         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4222         * configure: Regenerated.
4223
4224 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
4225
4226         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4227         (LIPO_FOR_TARGET): New.
4228         (CONFIGURED_LIPO_FOR_TARGET): New.
4229         (USUAL_LIPO_FOR_TARGET): New.
4230         (STRIP_FOR_TARGET): New.
4231         (CONFIGURED_STRIP_FOR_TARGET): New.
4232         (USUAL_STRIP_FOR_TARGET): New.
4233         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4234         STRIP_FOR_TARGET.
4235         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4236         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4237         * Makefile.in: Regenerate.
4238         * configure: Regenerate.
4239
4240 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
4241
4242         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4243         (rs6000-*-aix*): Same.
4244         * configure: Regenerate.
4245
4246 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4247
4248         * configure.in: Recognize f95 in the --enable-languages option,
4249         and substitute it for fortran, issuing a warning.
4250         * configure: Regenerate.
4251
4252 2005-09-07  Ben Elliston  <bje@au.ibm.com>
4253
4254         Import from Autoconf sources:
4255
4256         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4257         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4258         Elliston.  Handle weird characters correctly.
4259
4260 2005-08-30  Phil Edwards  <phil@codesourcery.com>
4261
4262         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
4263         * configure:  Regenerated.
4264
4265 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
4266
4267         * Makefile.def (libssp): Add to lang_env_dependencies.
4268         * Makefile.in: Regenerate.
4269
4270 2005-08-17  Christian Groessler  <chris@groessler.org>
4271
4272         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4273         * Makefile.in: Regenerate.
4274
4275 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
4276
4277         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4278         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4279         Look for alternate names of the target cc and c++
4280         * configure: Regenerate.
4281
4282 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
4283
4284         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4285         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4286         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4287         tools; remove code to manually set them.
4288         (Target tools): Look in the environment for them.
4289         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4290         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4291         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4292         build directory.
4293         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4294         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4295         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4296         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4297         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4298         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4299         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4300         * configure: Regenerate.
4301         * Makefile.in: Regenerate.
4302
4303 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
4304
4305         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4306         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4307         * Makefile.in: Regenerated.
4308
4309 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
4310
4311         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4312         (CFLAGS_FOR_TARGET): Use it.
4313         (CXXFLAGS_FOR_TARGET): Likewise.
4314         * Makefile.in: Regenerated.
4315         * configure.in (--with-build-sysroot): New option.
4316         * configure: Regenerated.
4317
4318 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
4319
4320         * Makefile.tpl: Wrap install between unstage and stage
4321         * Makefile.in: Regenerate.
4322
4323 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
4324
4325         * all files: Update FSF address.
4326
4327 2005-07-14  Jim Blandy  <jimb@redhat.com>
4328
4329         * configure.in: Add cases for Renesas m32c.
4330         * configure: Regenerated.
4331
4332 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
4333
4334         * COPYING, compile, config-ml.in, config.guess,
4335         config.sub, install-sh, missing, mkinstalldirs,
4336         symlink-tree, ylwrap: Sync from upstream sources.
4337
4338 2005-07-13  Eric Christopher  <echristo@redhat.com>
4339
4340         * configure.in: Add toplevel noconfigdir support for tpf.
4341         * configure: Regenerate.
4342
4343 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
4344
4345         * Makefile.def (target_modules): Add libssp.
4346         * configure.in (target_libraries): Add target-libssp.
4347         * configure: Rebuilt.
4348         * Makefile.in: Rebuilt.
4349
4350 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
4351
4352         PR ada/22340
4353
4354         * Makefile.def: Sync with gcc.
4355         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4356         * Makefile.in: Regenerate.
4357
4358 2005-07-07  Andreas Schwab  <schwab@suse.de>
4359
4360         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4361         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4362         * Makefile.in: Regenerated.
4363
4364 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
4365
4366         * configure.in: Add --enable-libssp and --disable-libssp.
4367         * configure: Regenerate with autoconf-2.13.
4368
4369 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
4370
4371         * configure.in: Don't build sim or rda when targetting darwin.
4372         * configure: Regenerate.
4373
4374 2005-07-04  Ben Elliston  <bje@gnu.org>
4375
4376         * src-release (do-proto-toplev): Remove dejagnu bits.
4377         (DEJAGNU_SUPPORT_DIRS): Remove.
4378         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4379         (GDBD_SUPPORT_DIRS): Likewise.
4380         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4381         (INSIGHTD_SUPPORT_DIRS): Likewise.
4382         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4383
4384 2005-06-30  Ben Elliston  <bje@gnu.org>
4385
4386         * setup.com (mpw): Remove unused directive.
4387
4388 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
4389
4390         * Makefile.def (stagefeedback): Come after profile.
4391         Define profiledbootstrap target.
4392         * Makefile.tpl (profiledbootstrap): Remove.
4393         (stageprofile-end): Zap stagefeedback.
4394         (stagefeedback-start): Copy all .gcda files, not only GCC's.
4395         * Makefile.in: Regenerate.
4396
4397 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
4398
4399         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
4400         In 'cpp' stanza, support '#line' as well as '# '.
4401
4402 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
4403
4404         * configure.in (unsupported_languages): New macro.
4405         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
4406         non-ported target libraries in noconfigdirs.
4407         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4408         non-linux-gnu.  Remove libgcj_ex_libffi.
4409         <lang_frag loop>: Set add_this_lang=no if the language is in
4410         unsupported_languages.
4411         * configure: Regenerate.
4412
4413 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
4414
4415         * configure.in: Fix typo in handling of --with-mpfr-dir.
4416         * configure: Regenerate.
4417
4418 2005-06-02  Jim Blandy  <jimb@redhat.com>
4419
4420         * config.sub: Add cases for the Renesas m32c.  (This patch has been
4421         accepted into the master sources.)
4422
4423 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
4424             Michael Snyder  <msnyder@redhat.com>
4425             Stan Cox  <scox@redhat.com>
4426
4427         * configure.in: Set noconfigdirs for ms1.
4428
4429         * configure: Regenerate.
4430
4431 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
4432
4433         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4434         (Dependencies): Consider target modules for bootstrap dependencies.
4435         Make target bootstrap modules depend on each stage's gcc.
4436         * Makefile.in: Regenerate.
4437
4438 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
4439
4440         * Makefile.def (configure-gcc): Depend on binutils having been built.
4441         (all-gcc): No need to do it here.
4442         * Makefile.in: Regenerate.
4443
4444 2005-05-19  Paul Brook  <paul@codesourcery.com>
4445
4446         * configure.in: Rewrite misleading error message when requested
4447         language cannot be built.
4448         * configure: Regenerate.
4449
4450 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
4451
4452         * ylwrap: Import from Automake 1.9.5.
4453
4454 2005-05-04  Mike Stump  <mrs@apple.com>
4455
4456         * configure.in: Always pass --target to target configures as
4457         otherwise rebuilds that do --recheck will fail.
4458         * configure: Rebuilt.
4459
4460 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
4461
4462         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4463         STAGE_HOST_EXPORTS.
4464         (configure, all): Add bootstrap support.
4465         (Host modules, target modules): Pass post-stage1 flags and exports.
4466         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4467         * Makefile.in: Regenerate.
4468
4469 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
4470
4471         Sync from gcc:
4472
4473         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
4474
4475         * config.sub: Update from master copy.
4476
4477         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
4478
4479         * configure.in <crisv32-*-*, cris-*-*>: New local variable
4480         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
4481         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
4482         "*-*-elf" and "*-*-linux*".
4483         * configure: Regenerate.
4484
4485 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
4486
4487         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4488         (TARGET_CONFIGARGS): Include --with-target-subdir.
4489         (configure, all): New macros.  Use them throughout.
4490
4491 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
4492
4493         * Makefile.tpl: Sync with gcc.
4494         * Makefile.in: Regenerate.
4495
4496 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
4497
4498         * config/mh-mingw32: Delete.
4499         * configure.in: Don't use it.
4500         * configure: Regenerate.
4501
4502 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
4503
4504         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4505         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4506         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4507         (HOST_LIB_PATH): Generate from Makefile.def.
4508         (TARGET_LIB_PATH): Likewise.
4509         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4510         * Makefile.in: Regenerate.
4511         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4512         (RPATH_ENVVAR): Include Darwin case.
4513         * configure: Regenerate.
4514
4515 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
4516
4517         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4518         * configure: Regenerate.
4519
4520 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4521
4522         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4523         gcc_version, and gcc_version_trigger from set of flags to pass.
4524         * Makefile.tpl: Remove definitions of above variables.
4525         (config.status): Remove dependency on $(gcc_version_trigger).
4526         * Makefile.in: Regenerate.
4527         * configure.in: Do not reference config/gcc-version.m4 nor
4528         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
4529         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
4530         * configure: Regenerate.
4531
4532 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
4533             Andrew Pinski <pinskia@physics.uc.edu>
4534
4535         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4536         * Makefile.in: Regenerate.
4537
4538 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
4539
4540         PR libgcj/20160
4541         * ltmain.sh: Avoid creating archives with components that have
4542         duplicate basenames.
4543
4544 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
4545
4546         PR bootstrap/20250
4547         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4548         instead of check.
4549         * Makefile.in: Regenerate.
4550
4551 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4552
4553         Sync from gcc.
4554
4555         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
4556
4557         PR bootstrap/17383
4558         * Makefile.def (target_modules): Remove "stage", now unnecessary.
4559         * Makefile.tpl (HOST_SUBDIR): New substitution.
4560         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4561         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4562         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4563         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4564         (Host modules, Bootstrapped modules): Use it.
4565         (Build modules, Target modules): Do not create symlink trees,
4566         always configure out-of-srcdir.
4567         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4568         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4569         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4570         $(HOST_SUBDIR).  Create a symlink for host_subdir.
4571
4572         * Makefile.in: Regenerate.
4573         * configure: Regenerate.
4574
4575         Merged from libada-gnattools-branch:
4576         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4577
4578         * Makefile.def: Add gnattools as a module, depending on target-libada.
4579         * Makefile.in: Regenerate.
4580         * configure.in: Include gnattools in host_tools; disable it if ada
4581         is disabled.
4582         * configure: Regenerate.
4583
4584 2005-02-23  Nick Clifton  <nickc@redhat.com>
4585
4586         * configure: Regenerate.
4587
4588 2005-02-22  Paul Schlie  <schlie@comcast.net>
4589
4590         * configure.in: Allow darwin targeted ports to build tk, itcl and
4591         libgui.
4592
4593 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4594
4595         PR libgcj/10353
4596         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4597         * configure: Regenerate.
4598
4599 2005-02-08  Andrew Cagney  <cagney@gnu.org>
4600
4601         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4602         gdb/ section.  Update GDB's URL.
4603
4604 2005-01-31  Andrew Cagney  <cagney@gnu.org>
4605
4606         * gettext.m4: Only set ENABLE_NLS when gettext is present.
4607
4608 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4609
4610         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4611         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4612         target-libgloss when not *-*-elf and *-*-aout.
4613         * configure: Regenerate.
4614
4615 2005-01-27  Andrew Cagney  <cagney@gnu.org>
4616
4617         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4618
4619 2005-01-24  Andrew Cagney  <cagney@gnu.org>
4620
4621         * gettext.m4: Only fall back to ../intl/ when it's present.
4622
4623 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4624
4625         * install-sh, config.sub: Import from upstream.
4626
4627 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
4628
4629         PR bootstrap/18222
4630         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4631         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4632         * Makefile.in: Regenerate.
4633
4634 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
4635
4636         Revert 2004-12-28 Makefile changes, a better fix will be
4637         applied to mainline and src after GCC 4.0 branches.
4638
4639 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
4640
4641         PR bootstrap/17383
4642
4643         * Makefile.def (target_modules): Remove stage parameter,
4644         it is always true now.
4645         * Makefile.tpl (configure-build-[+module+],
4646         configure-target-[+module+]): Always build symlink tree
4647         for the directory and for include.  BUILD_SUBDIR and
4648         TARGET_SUBDIR cannot be . anymore.
4649         * Makefile.in: Regenerate.
4650
4651 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
4652
4653         Revert 2004-12-08 Makefile changes.
4654
4655 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
4656
4657         * configure.in (sh64-*-*): Reenable gprof.
4658         * configure: Regenerate.
4659
4660 2004-12-09  Jim Blandy  <jimb@redhat.com>
4661
4662         * MAINTAINERS: List 'depcomp' as part of automake.
4663
4664 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
4665
4666         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4667         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4668         (EXTRA_TARGET_FLAGS): Add PICFLAG.
4669         * Makefile.in: Regenerate.
4670
4671 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
4672
4673         * Makefile.tpl: Generate normal dependencies if the LHS module is
4674         not bootstrapped.
4675         * Makefile.in: Regenerate.
4676
4677 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4678
4679         * configure.in: Include config/gxx-include-dir.m4.  Use
4680         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
4681         * configure: Regenerate.
4682
4683 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
4684
4685         * config.if: Delete.
4686         * configure.in: Set libstdcxx_incdir directly.
4687         * configure: Regenerate.
4688         * MAINTAINERS: Remove mention of config.if.
4689         * src-release (DEVO_SUPPORT): Remove config.if.
4690
4691 2004-12-02  Eric Christopher  <echristo@redhat.com>
4692
4693         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4694         of things to remove.
4695         * Makefile.in: Regenerate.
4696
4697 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4698
4699         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4700         * configure: Regenerate.
4701
4702 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
4703
4704         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
4705         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
4706         * configure: Regenerate.
4707
4708 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4709
4710         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4711         (hppa*64*-*-*): Delete incorrect comment.
4712         * configure: Rebuilt.
4713
4714 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4715
4716         * install-sh, compile: Import from automake.
4717
4718 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
4719
4720         * config.guess, config.sub:  Import from savannnah.
4721
4722 2004-11-12  Mike Stump  <mrs@apple.com>
4723
4724         * Makefile.def: Add html support.
4725         * Makefile.tpl: Likewise.
4726         * Makefile.in: Regenerate.
4727
4728 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
4729
4730         PR 18423
4731         * configure.in: Remove all instances of build-fixincludes from
4732         noconfigdirs.
4733         (build_configargs): Supply --target to subdirectories.
4734         * configure: Regenerate.
4735
4736         * Makefile.def: Make gcc install depend on fixincludes install.
4737         * Makefile.in: Regenerate.
4738
4739 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
4740
4741         * configure.in (noconfigdirs) [mmix-*-*]: Disable
4742         target-libgfortran.
4743         * configure: Regenerate.
4744
4745 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
4746
4747         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4748         like CC.
4749
4750 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
4751
4752         * Makefile.def (host fixincludes): Specify missing targets.
4753         * Makefile.in: Regenerate.
4754
4755 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
4756
4757         PR other/17783
4758         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4759         * configure: Regenerated.
4760
4761 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
4762
4763         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4764         * configure: Regenerated.
4765
4766 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
4767
4768         PR target/18151
4769         * configure.in (case ${target}): Do not build fixincludes for avr.
4770         * configure: Regenerated.
4771
4772 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
4773
4774         * configure.in (case ${target}): Do not build fixincludes
4775         on platforms where it is not used.
4776         * configure: Regenerated.
4777
4778 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
4779
4780         * configure.in: Use an absolute path to install-sh.
4781         * configure: Regenerated.
4782
4783 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4784
4785         * src-release (do-djunpack, do-md5sum): Install the generated file
4786         directly into the proto-toplev/ directory.
4787
4788 2004-10-19  Andrew Cagney  <cagney@gnu.org>
4789
4790         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
4791
4792 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4793
4794         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4795         * configure: Regenerate.
4796
4797 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4798
4799         Fix wrong conflict resolution in:
4800
4801         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
4802
4803         * Makefile.in: Regenerate.
4804         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4805         in the recursive `make', instead of hardwiring `all'.
4806         (Autogenerated TARGET-* variables): New.
4807
4808 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4809
4810         Merged from GCC / libtool upstream:
4811         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
4812         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4813         * ltcf-cxx.sh (tpf*): Likewise.
4814         * ltconfig (tpf*): Add TPF OS configuration support.
4815
4816 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
4817
4818         * configure.in: Enable target-libgloss for crx-*-*.
4819         * configure: Regenerate.
4820
4821 2004-09-24  Michael Roth  <mroth@nessie.de>
4822
4823         * configure.in (--without-headers): Add missing double quotes.
4824         * configure: Regenerate.
4825
4826 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
4827
4828         * ylwrap: Revert to previous version.
4829
4830 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
4831
4832         PR bootstrap/17369
4833         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4834         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4835         SET_GCC_LIB_PATH_CMD.
4836         (BASE_TARGET_EXPORTS): Likewise.
4837         * Makefile.in: Regenerated.
4838
4839         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4840         * configure: Regenerated.
4841
4842 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
4843
4844         * config.guess: New upstream version
4845         * compile, depcomp, install-sh, ylwrap: Likewise.
4846
4847 2004-09-19  Roger Sayle  <roger@eyesopen.com>
4848
4849         * config/mh-x86omitfp: New host makefile fragment.  Add
4850         -fomit-frame-pointer to the default BOOT_CFLAGS.
4851         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4852         * configure: Regenerate.
4853
4854 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
4855
4856         PR target/11572
4857         * configure.in (*-*-darwin*): Renable libobjc.
4858         * configure: Regenerate.
4859
4860 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
4861
4862         * Makefile.def: Remove libbanshee.
4863         * Makefile.tpl: Ditto.
4864         * configure.in: Ditto.
4865         * Makefile.in: Regen.
4866         * configure: Ditto.
4867
4868 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
4869
4870         * missing: Import latest version from master repository.
4871
4872 2004-09-04  Nick Clifton  <nickc@redhat.com>
4873
4874         * config.sub: Import latest version from master repository.
4875         * config.guess: Likewise.
4876         This includes these changes:
4877
4878         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
4879
4880         * config.sub: Handle crisv32, alias etraxfs.
4881         * config.guess (crisv32:Linux:*:*): Handle.
4882
4883         2004-08-13  Brad Smith  <brad@comstyle.com>
4884
4885         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4886         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4887
4888         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4889
4890         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4891         assume the processor is a powerpc.  This is because coreutils
4892         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4893         in this case, due to a MacOS X bug that causes
4894         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4895         to return a negative number.
4896         Problem reported by Petter Reinholdtsen in:
4897         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4898
4899         2004-07-19  Ben Elliston  <bje@gnu.org>
4900
4901         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4902
4903         2004-06-24  Ben Elliston  <bje@gnu.org>
4904
4905         * config.guess: Update copyright years.
4906         * config.sub: Likewise.
4907
4908         2004-06-22  Robert Millan  <robertmh@gnu.org>
4909
4910         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4911         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4912
4913         2004-06-22  Stanley F. Quayle <stan@stanq.com>
4914
4915         * config.guess (*:*VMS:*:*): New entry. Replaces
4916         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4917         manufacturer.
4918
4919         2004-06-22  Ben Elliston  <bje@gnu.org>
4920
4921         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4922         * config.sub: Likewise.
4923
4924         2004-06-22  Ben Elliston  <bje@gnu.org>
4925
4926         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4927         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4928
4929         2004-06-11  Ben Elliston  <bje@gnu.org>
4930
4931         * config.guess (pegasos:OpenBSD:*:*): Remove.
4932
4933         2004-06-11  Ben Elliston  <bje@gnu.org>
4934
4935         From Wouter Verhelst <wouter@grep.be>:
4936         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4937
4938         2004-06-11  Ben Elliston  <bje@gnu.org>
4939
4940         * config.guess (luna88k:OpenBSD:*:*): New.
4941
4942         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4943
4944         * config.guess (m32r*:Linux:*:*): New case.
4945         * config.sub: Handle m32rle.
4946
4947         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
4948
4949         From Jens Petersen  <petersen@redhat.com>:
4950         * config.sub: Handle sparcv8.
4951
4952         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
4953
4954         From Tom Smith <smith@cag.lkg.hp.com>:
4955         * config.guess: Version suffixes are equally significant on Tru64
4956         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
4957         prefix of "P" (patched kernel).
4958
4959         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
4960
4961         * config.sub: Add support for National Semiconductor CRX target.
4962
4963 2004-09-03  Jan Beulich  <jbeulich@novell.com>
4964
4965         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4966         *-*-netware, but add target-libmudflap.
4967         Consolidate *-*-netware targets (of which really only i?86 exists)
4968         into a single entry.
4969         * configure: Likewise.
4970
4971 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
4972
4973         * Makefile.tpl (sorry): Remove.
4974         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4975         (cleanstrap targets): Depend on distclean, not distclean-stage1.
4976         (do-clean): Clean per-stage directories too.
4977         (do-distclean): Run distclean-stage1 too.
4978         (.NOTPARALLEL): Enable during toplevel bootstrap.
4979         (stage[+id+]-bubble): Enable parallel execution during
4980         the recursive invocation.
4981         * Makefile.in: Regenerate.
4982
4983         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
4984
4985         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
4986
4987         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4988         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4989         * configure: regenerate
4990         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4991         -mdynamic-no-pic
4992
4993 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
4994
4995         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4996         include.
4997         * configure.in: Fix indentation.
4998         * configure: Regenerate.
4999
5000 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
5001
5002         * Makefile.def (build_modules): Add fixincludes.
5003         (dependencies): Make gcc depend on fixincludes.
5004         * configure.in (build_tools): Add fixincludes.
5005         (build_configdirs): Always include build_libs.
5006         * Makefile.in: Regenerate.
5007         * configure: Regenerate.
5008
5009 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
5010
5011         * Makefile.def (bootstrap stages): Add 'lean' parameter.
5012         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5013         phony targets; do not generate timestamp files.
5014         (distclean-stageN): Remove references to their timestamp files.
5015         (restageN, touch-stageN): Remove.
5016         (stageN-bubble): Rewritten.
5017         (compare): Support lean bootstraps.
5018         * Makefile.in: Regenerate.
5019
5020         * configure.in: Only warn when bootstrapping but
5021         build != host or build != target.  Support lean bootstraps.
5022         * configure: Regenerate.
5023
5024         Sync from gcc:
5025         2004-08-26  Phil Edwards  <phil@codesourcery.com>
5026
5027         * configure.in:  Give a better error message if GMP/MPFR are missing
5028         and a language needing them has been requested.
5029         * configure:  Regenerated.
5030
5031         2004-08-25  Phil Edwards  <phil@codesourcery.com>
5032
5033         * configure.in:  Print a list of available language front-ends if
5034         a requested one is missing.  Tidy stray tab characters.
5035         * configure:  Regenerated.
5036
5037 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
5038
5039         * Makefile.in: Regenerate.
5040         * configure: Regenerate.
5041
5042         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5043         stage_*_flags.
5044         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5045         for bootstrapped modules if toplevel bootstrap is going.
5046         (GCC bootstrap): Generate per-stage targets for all bootstrapped
5047         modules.  Adjust for changes in Makefile.def.  Enable several
5048         rules even in non-bootstrap mode, just to avoid peppering the
5049         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5050         (stage-[+prev+]-bubble): Remove.
5051
5052         * Makefile.def (Dependencies): Depend on all-build-bison,
5053         all-build-flex, all-build-byacc, all-build-texinfo, rather
5054         than the host variations.
5055         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
5056         with BUILD_SUBDIR.
5057         (BISON): Update for recent Bisons.
5058         (YACC): Fix typo.
5059         (cross): Depend on all-build.
5060         (all): Do not depend on all-build.
5061         (prebootstrap): Remove.
5062         (dep-kind): Accept separate prefixes for MODULE and ON variables.
5063         (Prebootstrap dependencies): Add them to the per-stage targets
5064         and to all-prebootstrap.
5065         * configure.in (build_configdirs): Always enable build_tools.
5066         (BUILD_DIR_PREFIX): Remove.
5067
5068         * Makefile.def (gcc): Add target variable.
5069         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5070         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5071         in the recursive `make', instead of hardwiring `all'.
5072         (Autogenerated TARGET-* variables): New.
5073
5074 2004-08-17  Robert Millan  <robertmh@gnu.org>
5075
5076         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5077         (instead of FreeBSD).
5078         * configure: Regenerate.
5079
5080 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5081
5082         * Makefile.def, configure.in, src-release: Remove useless, bogus
5083         references to tix.
5084         * Makefile.in, configure: Regenerate.
5085
5086         * src-release: Stop distributing mmalloc with gdb (which doesn't
5087         use it).
5088         * Makefile.def: GDB doesn't depend on mmalloc anymore.
5089         * Makefile.in: Regenerate.
5090
5091 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
5092
5093         * configure.in (arm*-*-eabi*): New target.
5094         * configure: Regenerate.
5095
5096 2004-08-01  Robert Millan  <robertmh@gnu.org>
5097
5098         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5099         libmudflap for all GNU-based systems (with Glibc).
5100         * configure: Regenerate.
5101
5102 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
5103
5104         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5105         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5106         (Dependencies): New section.
5107         * Makefile.tpl (Dependencies): Generate from Makefile.def.
5108         (configure-target-[+module+]): Depend on maybe-all-gcc
5109         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
5110         (toplevel profiledbootstrap): Fix dependencies.
5111         * Makefile.in: Regenerate.
5112
5113 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
5114
5115         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5116         target-libiberty to noconfigdirs.
5117
5118 2004-08-03  Paul Brook  <paul@codesourcery.com>
5119
5120         * configure.in: Check for MPFR as well as GMP.
5121         * configure: Regenerate.
5122
5123 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5124
5125         * Makefile.def (host-modules): Add gcc.
5126         * Makefile.in: Regenerate.
5127         * Makefile.tpl (sorry): New rule.
5128         (configure-host, all-host, [+make_target+]-host, do-check,
5129         install-host): Do not add gcc as a special case.
5130         (host modules): Add a small special-casing for gcc.  Export
5131         extra_make_flags through the environment.
5132         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5133         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5134         other recursive targets for gcc): Remove.
5135
5136         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5137         (stage, unstage): New rules.
5138         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5139         distclean-stage[+id+]): Use stage_current.
5140         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5141         the stage*-start rules.
5142
5143 2004-07-19  Robert Millan  <robertmh@gnu.org>
5144
5145         Synced from gcc:
5146
5147         2004-04-26  Robert Millan  <robertmh@gnu.org>
5148
5149         Add patches from libtool CVS.
5150         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5151         * ltconfig: Likewise.
5152         * ltcf-c.sh: Likewise.
5153         * ltcf-cxx.sh: Likewise.
5154         * ltcf-gcj.sh: Likewise.
5155
5156 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
5157
5158         * configure.in: Add noconfigdirs for crx-*-*.
5159         * configure: Regenerate.
5160
5161 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
5162
5163         Synced from gcc:
5164
5165         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
5166
5167         * configure.in: Build libmudflap by default on FreeBSD.
5168         * configure: Regenerated.
5169
5170         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
5171
5172         * configure.in: Do not build libmudflap by default on non-GNU/Linux
5173         systems.
5174         * configure: Regenerated.
5175
5176         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5177
5178         PR target/16344
5179         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5180         feedback based compiler.
5181         * Makefile.in: Rebuilt.
5182
5183         2004-07-05  Phil Edwards  <phil@codesourcery.com>
5184
5185         * configure.in:  Do not prepend $srcdir to /dev/null in
5186         makefile fragments.
5187         * configure:  Regenerate.
5188
5189 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
5190
5191         * Makefile.def (host_modules): Set bootstrap=true for flex.
5192         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5193         * Makefile.in: Rebuilt.
5194
5195 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5196
5197         * Makefile.def (build_modules): Add bison, byacc, flex,
5198         m4, texinfo.
5199         (flags_to_pass): Add FLEX.
5200         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5201         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5202         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5203         DEFAULT_MAKEINFO): Remove.
5204         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5205         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5206         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5207         objdir or else use configured tool.
5208         (all-build): New.
5209         (all): Depend on it.
5210         (Build module dependencies): Add.
5211         * Makefile.in: Regenerate.
5212         * configure.in: Better support for multiple build modules,
5213         matching what is done for host/target modules.  Do not look
5214         for "plausible" locations of build tools if Canadian cross.
5215         Use autoconf's AC_PROG_CC to find a C compiler.  Define
5216         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
5217         * configure: Regenerate.
5218
5219 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5220
5221         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5222         * Makefile.in: Regenerate.
5223
5224 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
5225
5226         * Makefile.tpl (configure-build-[+module+],
5227         configure-[+module+], configure-target-[+module+]): Pass
5228         [+extra_configure_args+].
5229         (all-build-[+module+], all-[+module+], check-[+module+],
5230         install-[+module+], [+make_target+]-[+module+],
5231         all-target-[+module+], check-target-[+module+],
5232         install-target-[+module+], [+make_target+]-target-[+module+]):
5233         Pass [+extra_make_args+].
5234         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5235         (GCC_HOST_EXPORTS): Remove.
5236         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5237         cross, check-gcc, check-gcc-c++, install-gcc,
5238         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5239         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5240         * Makefile.in: Regenerate.
5241
5242 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
5243
5244         * configure.in: Check for srcdir/winsup rather than build directory
5245         winsup.
5246         * configure: Regenerate.
5247
5248 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
5249
5250         * configure.in: Don't build Cygwin native newlib if winsup
5251         directory is missing.  Emit warning instead.
5252         * configure: Regenerate.
5253
5254 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
5255
5256         * Makefile.tpl (touch-stage[+id+]): New.
5257         (restage[+prev+]): Depend on touch-stage[+id+].
5258
5259         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5260         Use it throughout.
5261
5262         * Makefile.def: Add profile and feedback bootstrap stages.
5263         Remove next field from bootstrap stages.
5264         * Makefile.tpl (LN, LN_S): Substitute.
5265         (stageN-start, stageN-end): Use double-colon rules, to
5266         provide a hook for additional setup commands.
5267         (distclean-stageN-gcc, restageN): Create dependencies from
5268         [+prev+], not from [+next+].
5269         (stageN-bubble): Add commands for successive stages from
5270         [+prev+], using double-colon rules.
5271         (all-stageN-gcc): Fix typo.
5272         (stagefeedback-start, profiledbootstrap): New.
5273         * Makefile.in: Regenerate.
5274         * configure.in: Call ACX_PROG_LN.
5275         * configure: Regenerate.
5276
5277 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
5278
5279         * configure.in: Fix --enable-bootstrap breakage introduced in trees
5280         without gcc.
5281         * configure: Regenerate.
5282
5283 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5284
5285         * Makefile.tpl: Fix typo.
5286         * Makefile.in: Regenerate.
5287
5288 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
5289
5290         * configure.in: Remove new- prefix from toplevel
5291         bootstrap targets.
5292         * configure: Regenerate.
5293
5294 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
5295
5296         Merge this patch from the gcc tree:
5297
5298         2004-05-30  Andreas Jaeger  <aj@suse.de>
5299                     Jim Wilson <wilson@specifixinc.com>
5300
5301         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5302         like CC.
5303
5304 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
5305
5306         * Makefile.tpl (all.normal): Rename to all.
5307         (all): Replace with a rule to pick the default
5308         target from configure.
5309         (all-gcc, configure-gcc): Use conditionals to
5310         do nothing when toplevel bootstrap is going on.
5311         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5312         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5313         * configure.in: Support --enable-bootstrap.
5314
5315         * Makefile.def: Remove new- prefix from toplevel
5316         bootstrap targets.
5317         * Makefile.tpl: Likewise.
5318
5319         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
5320         target.
5321
5322         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5323         $(RECURSE_FLAGS) to recursive invocation of make.
5324
5325         * Makefile.in: Regenerate.
5326         * configure: Regenerate.
5327
5328 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
5329
5330         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5331         * configure: Regenerate.
5332
5333 2004-05-25  Daniel Jacobowitz  <drow@false.org>
5334
5335         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5336         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5337         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
5338         targets.
5339         * Makefile.in: Regenerate.
5340
5341 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
5342
5343         * configure.in: Test the ability to symlink directories.
5344         * configure: Regenerate.
5345
5346         * Makefile.def (bootstrap-stage): New definitions.
5347         * Makefile.tpl (configure-stage1-gcc,
5348         configure-stage2-gcc, configure-stage3-gcc,
5349         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5350         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5351         new-restage3, compare): Autogenerate, see Makefile.in
5352         entry for behavioral changes.
5353         (distclean-stage1, new-stage1-start, new-stage1-end,
5354         new-stage1-bubble, distclean-stage2, new-stage2-start,
5355         new-stage2-end, new-stage2-bubble, distclean-stage3,
5356         new-stage3-start, new-stage3-end): New autogenerated targets.
5357         (objext, prebootstrap, BOOT_CFLAGS,
5358         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5359         targets.
5360
5361         * Makefile.in: Regenerate.
5362         (distclean-stage1, new-stage1-start, new-stage1-end,
5363         new-stage1-bubble, distclean-stage2, new-stage2-start,
5364         new-stage2-end, new-stage2-bubble, distclean-stage3,
5365         new-stage3-start, new-stage3-end): New targets.
5366         (all-stage1-gcc): Move prebootstrap dependency from here...
5367         (configure-stage1-gcc): ...to here.
5368         (new-bootstrap): Use bubble targets.
5369         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5370         Use per-stage distclean targets.
5371         (configure-stage1-gcc, configure-stage2-gcc,
5372         configure-stage3-gcc, all-stage1-gcc,
5373         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5374         Use new-stageN-start to prepare the tree.
5375
5376 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5377
5378         * Makefile.def (host_modules): add libcpp.
5379         * Makefile.tpl: Add dependencies on and for libcpp.
5380         * Makefile.in: Regenerate.
5381         * configure.in: Add libcpp host module.
5382         * configure: Regenerate.
5383
5384 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
5385
5386         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5387         of libf2c.
5388         * configure, Makefile.in: Regenerate.
5389
5390 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5391
5392         Merge from tree-ssa-20020619-branch.
5393
5394         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5395         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5396         (HOST_GMPLIBS): Define.
5397         (HOST_GMPINC): Define.
5398         (TARGET_LIB_PATH): Add libmudflap.
5399         (GFORTRAN_FOR_TARGET): Define.
5400         (configure-build*): Export GFORTRAN.
5401         (configure-gcc): Export GMPLIBS and GMPINC.
5402         (all-gcc): Add maybe-all-libbanshee.
5403         (configure-target-libgfortran): Define.
5404         * Makefile.in: Regenerate.
5405         * configure.in (host_libs): Add libbanshee.
5406         (target_libraries): Add target-libmudflap and target-libgfortran.
5407         Add --with-libbanshee.
5408         Handle --disable-libmudflap.
5409         (*-*-freebsd*): Use with_gmp.
5410         Add $(libgcj) to noconfigdirs.
5411         * configure: Regenerate.
5412         * depcomp: New file.
5413         * MAINTAINERS: Add tree-ssa maintainers.
5414
5415 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
5416
5417         * config/acx.m4: Fix fastcompare support for new-bootstrap.
5418         * configure: Regenerate.
5419
5420 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5421
5422         Revert:
5423         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5424
5425         * Makefile.def (flags_to_pass): Remove *dir variables that
5426         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5427         as well as prefix and exec_prefix.
5428         * Makefile.in: Regenerate.
5429
5430 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5431
5432         * Makefile.def (host_modules): Mark with the bootstrap
5433         flag packages on which gcc depends.
5434         * Makefile.tpl (all-bootstrap): Use it.
5435         * Makefile.in: Regenerate.
5436
5437 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5438
5439         * Makefile.def (flags_to_pass): Remove *dir variables that
5440         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5441         as well as prefix and exec_prefix.
5442         * Makefile.in: Regenerate.
5443
5444 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
5445
5446         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5447         * configure: Regenerate.
5448         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5449         * gcc/Makefile.tpl (compare): Use the result of the test.
5450         * gcc/Makefile.in: Regenerate.
5451
5452 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
5453
5454         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5455         Always relocate gcc and prev-gcc to the original names, even
5456         if the build fails.
5457         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5458         New targets.
5459
5460 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5461
5462         * configure.in (mips*-*-irix5*): Enable ld.
5463         * configure: Regenerate.
5464
5465 2004-04-15  James E Wilson  <wilson@specifixinc.com>
5466
5467         * Makefile.tpl (configure-[+module+], configure-gcc,
5468         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5469         Set and export LDFLAGS.
5470         * Makefile.in: Regenerate.
5471
5472 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5473
5474         PR bootstrap/14871
5475         * Makefile.tpl: If we don't have built-in-tree target tools,
5476         use the ones found by configure rather than hacking around with
5477         program_transform_name.
5478         * configure.in: Give Makefile.tpl the information necessary
5479         to do that.
5480         * Makefile.in: Regenerate.
5481         * configure: Regenerate.
5482
5483 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5484
5485         PR bootstrap/14760
5486         * configure.in: When computing baseargs, strip *all* copies of
5487         offending options.  Also, don't match/substitute the trailing space,
5488         so that this actually works when two similar options are separated by
5489         only one space.
5490         * configure: Regenerate.
5491
5492 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
5493
5494         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5495         (rs6000-*-aix*): Same.
5496         * configure: Regenerate.
5497
5498 2004-03-25  Stan Shebs  <shebs@apple.com>
5499
5500         Remove MPW support, no longer used.
5501         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5502         mpw-install: Remove files.
5503         * src-release (DEVO_SUPPORT): Remove names of removed files.
5504         * MAINTAINERS: Likewise.
5505
5506 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
5507
5508         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5509         STRICT_WARN, WARN_CFLAGS flags passed down to make.
5510         * Makefile.in: Regenerate.
5511
5512         * configure.in (top level bootstrap support): Rework --enable-werror
5513         to set @stage2_werror_flag@.
5514         * configure: Regenerate.
5515         * Makefile.tpl (top level bootstrap support): Pass
5516         @stage2_werror_flag@ down to configure in stages 2 and 3.
5517         * Makefile.in: Regenerate.
5518
5519 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5520
5521         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5522         for stages 2 and 3 as well as in make.  As a consequence, remove
5523         OUTPUT_OPTION (now detected by configure) from the flags passed down
5524         to make.
5525         * Makefile.in: Regenerate.
5526
5527         * Makefile.tpl (new-bootstrap): Fix typo.
5528         * Makefile.in: Regenerate.
5529
5530 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5531
5532         * Makefile.tpl: Rearrange by moving recursive_targets rules
5533         into their proper sections.
5534         * Makefile.tpl (top level bootstrap support): Move disabling
5535         of coverage flags from 'make' to 'configure'; improve comments.
5536         * Makefile.in: Regenerate.
5537
5538         * Makefile.tpl (experimental top level bootstrap) Move stage1
5539         language setting from all- target to configure- target; disable
5540         intermodule optimization in stage 1; prevent gratuitous rebuilds
5541         of stage 1.
5542         * Makefile.in: Regenerate.
5543         * configure.in: Comma-separate stage 1 language list for top
5544         level bootstrap.
5545         * configure: Regenerate.
5546
5547         * Makefile.tpl: Clean up experimental top level bootstrap support:
5548         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5549         prev-gcc in configure- targets as well as all- targets.
5550         * Makefile.in: Regenerate.
5551
5552 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
5553
5554         * configure.in: Remove symbolic link section.
5555         * configure: Regenerate.
5556         * Makefile.tpl (links): Remove.
5557         * Makefile.in: Regenerate.
5558
5559 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
5560             Nathanael Nerode  <neroden@gcc.gnu.org>
5561
5562         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5563         Set with AC_CHECK_PROGS.
5564         * configure.in: Fix comment typo from last patch.
5565         * configure: Regenerate.
5566
5567 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
5568
5569         * Makefile.tpl: Introduce experimental top level bootstrap support.
5570         * Makefile.in: Regenerate.
5571         * configure.in: Introduce support for top level bootstrap.
5572         * configure: Regenerate.
5573
5574 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5575             Paolo Bonzini  <bonzini@gnu.org>
5576
5577         PR bootstrap/14522
5578         * configure.in: Cope with shells that do not support unquoted ^
5579         * configure: Regenerate.
5580
5581 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
5582             Paolo Bonzini  <bonzini@gnu.org>
5583
5584         PR bootstrap/14522
5585         * configure.in: Cope with shell that do not support nesting
5586         quotes inside quoted backquote substitutions.
5587         * configure: Regenerate.
5588
5589 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
5590
5591         PR bootstrap/14522
5592         * configure.in: Fix escaping of $.
5593         * configure: Regenerate.
5594
5595 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5596
5597         * configure: Regenerate.
5598
5599 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
5600
5601         PR ada/14131
5602         Move language detection to the top level.
5603         * configure.in: Find default values for the tools as
5604         soon as possible.  Disable ada if GNAT is not found.
5605         Emit error message about missing languages.  Expand
5606         --enable-languages=all for the gcc subdirectory.
5607
5608 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
5609
5610         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5611         and disable libgcj.
5612         * configure: Regenerated.
5613
5614 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5615
5616         PR bootstrap/7087
5617         * Makefile.tpl: Guard XFOO sed statements better.
5618         * Makefile.tpl: Add dependency for configure-target-libada.
5619         * Makefile.in: Regenerate (incidentally fixes broken
5620         commit when libada-branch was merged).
5621
5622 2004-02-28  Andrew Cagney  <cagney@redhat.com>
5623
5624         * src-release (CVS_NAMES): Define.
5625         (do-tar, do-tar): Prune $(CVS_NAMES).
5626
5627 2004-02-23  Andrew Cagney  <cagney@redhat.com>
5628
5629         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5630         2004-02-19.09.
5631
5632 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5633
5634         PR bootstrap/11932
5635         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5636
5637 2004-02-19  Andrew Cagney  <cagney@redhat.com>
5638
5639         * config.guess: Update from version 2003-06-12 to 2004-02-16.
5640         * config.sub: Update from version 2003-06-13 to 2004-02-16.
5641
5642 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
5643
5644         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5645         (rs6000-*-aix*): Same.
5646         * configure: Regenerate.
5647
5648 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
5649
5650         * configure.in (host): Add in missing $noconfigdirs to defines.
5651         * configure: Regenerate.
5652
5653 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
5654             Nathanael Nerode  <neroden@gcc.gnu.org>
5655
5656         PR ada/6637, PR ada/5911
5657         Merge with libada-branch:
5658         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5659         with appropriate dependencies. Add --enable-libada configure switch.
5660         * configure, Makefile.in: Regenerate.
5661
5662 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5663
5664         * configure.in: Don't pass --with-stabs on IRIX 5 either.
5665         * configure: Regenerate.
5666
5667 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
5668
5669         * COPYING.NEWLIB: Update Red Hat license to 2004.
5670
5671 2004-01-23  DJ Delorie  <dj@redhat.com>
5672
5673         * Makefile.def (target_modules) [libiberty]: Don't stage.
5674         * Makefile.in: Rebuilt.
5675
5676 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
5677
5678         * COPYING.NEWLIB: Update to include copyrights for new
5679         iconv code.
5680
5681 2004-01-15  Andrew Cagney  <cagney@redhat.com>
5682
5683         * src-release: Update copyright year.
5684         (do-proto-toplev): Configure using i686-pc-linux-gnu.
5685         (NEWLIB_SUPPORT_DIRS): Delete macro.
5686         (newlib.tar.bz2): Delete rule.
5687
5688 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
5689
5690         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5691         * Makefile.tpl (configure-target-[+module+]): Support stage.
5692         * Makefile.in: Rebuilt.
5693
5694 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5695
5696         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5697         throughout.
5698
5699 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5700
5701         * configure.in: Use ./config.cache, not config.cache.
5702         * configure: Regenerate.
5703         * Makefile.tpl: Special-casing not needed for GCC any more.
5704         * Makefile.in: Regenerate.
5705
5706         * configure.in: Don't share a cache file for host dirs.
5707         * configure: Regenerate.
5708
5709         * config-ml.in: Don't mess with the cache file.
5710
5711 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5712
5713         * Makefile.tpl: Make GCC use a separate config.cache.
5714         * Makefile.in: Regenerate.
5715
5716         PR bootstrap/11932, PR bootstrap/11933
5717         (I don't know if it will fix either of them, but it relates
5718         to them.)
5719         * configure.in: Don't use shared config.cache for target
5720         directories.
5721         * configure: Regenerate.
5722
5723 2003-12-31  Roger Sayle  <roger@eyesopen.com>
5724
5725         * configure.in (ia64*-*-hpux*): Disable building java libraries.
5726         * configure: Regenerated.
5727
5728 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
5729
5730         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5731         * configure: Regenerated.
5732
5733 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5734
5735         Port change over from GCC:
5736         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
5737         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5738         (configure-build-[+module+], configure-[+module+]): Likewise.
5739         (configure-target-[+module+], configure-gcc, config.status): Likewise.
5740         * Makefile.in: Regenerate.
5741
5742 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
5743
5744         * configure.in (raw_libstdcxx_flags): Remove the leading space.
5745         * configure: Regenerate.
5746
5747 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
5748
5749         * COPYING.NEWLIB: Add license info for long long routines added to
5750         stdlib.
5751
5752 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
5753
5754         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5755         * Makefile.in: Regenerate.
5756
5757 2003-10-20  Phil Edwards  <phil@codesourcery.com>
5758
5759         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
5760         * configure:  Regenerate.
5761
5762 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5763
5764         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5765         HOST_FLAGS_TO_PASS.
5766         * Makefile.in: Regenerate.
5767
5768 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
5769
5770         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
5771         * configure: Rebuilt
5772         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
5773         * Makefile.in: Rebuilt
5774
5775 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5776
5777         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
5778
5779 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
5780
5781         * config-ml.in:  Use ac_configure_args directly instead of
5782         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
5783         actually seen.
5784
5785 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5786
5787         * config-ml.in: Propagate INSTALL variables.
5788
5789 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
5790
5791         * configure.in: Pass a computed --program-transform-name
5792         to subconfigures.
5793         * configure: Regenerated.
5794
5795 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5796
5797         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
5798         * Makefile.in: Regenerate.
5799
5800         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
5801         * Makefile.in: Regenerate.
5802
5803 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
5804
5805         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
5806         quoting.
5807         * configure: Regenerated.
5808
5809 2003-09-12  Michael Chastain  <mec@shout.net>
5810
5811         Fix PR gdb/857.
5812         * src-release (do-proto-topleve): Remove junk files
5813         intl/config.cache, intl/config.status,
5814         intl/config.h, intl/stamp-h.
5815
5816 2003-09-14  Andrew Cagney  <cagney@redhat.com>
5817
5818         * src-release (dejagnu.tar): New target.
5819         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
5820         (do-djunpack): Use $(PACKAGE) for the package name.
5821
5822 2003-09-04  DJ Delorie  <dj@redhat.com>
5823
5824         * configure: Regenerate.
5825
5826 2003-09-04  Robert Millan  <robertmh@gnu.org>
5827
5828         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
5829
5830 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5831
5832         * configure.in: Ensure arguments to sed are properly spaced.
5833         * configure: Regenerate.
5834
5835 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
5836
5837         Merge from gcc:
5838         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
5839         * install-sh:  Update to newer upstream versions (associated with
5840         aclocal 1.7).
5841         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
5842
5843 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
5844
5845         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5846         * configure: Regenerated.
5847
5848 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
5849
5850         * configure.in:  Use newline instead of semicolon when assuming
5851         shell arguments in a for loop.
5852         * configure:  Regenerated.
5853
5854 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
5855
5856         PR 8180
5857         * configure.in: When testing with_libs and with_headers, treat
5858         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
5859         * configure: Regenerate.
5860
5861         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5862         make, shell, etc.
5863         (baseargs): Likewise.
5864         * configure: Regenerate.
5865
5866 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
5867
5868         * configure.in: Disable libgcj for darwin not on powerpc.
5869         * configure: Rebuild.
5870
5871 2003-08-15  Michael Chastain  <mec@shout.net>
5872
5873         * src-release (do-proto-toplev): Remove junk files
5874         dejagnu/example/calc/config.status,
5875         dejagnu/example/calc/config.log.
5876
5877 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
5878
5879         * config-ml.in, symlink-tree: Add license.
5880
5881 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5882
5883         Merge from gcc:
5884
5885         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
5886         * Makefile.tpl (check, check-c++): Express dependencies using
5887         dependencies rather than commands.
5888         * Makefile.in: Regenerate.
5889
5890         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
5891         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
5892         * Makefile.in: Update.
5893
5894 2003-08-01  Andrew Cagney  <cagney@redhat.com>
5895
5896         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5897         * configure: Ditto.
5898
5899 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
5900
5901         * configure.in: Enable libgcj for darwin.
5902         * configure: Rebuild.
5903
5904 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5905
5906         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
5907
5908 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5909
5910         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5911         creating target and build subdirs to build all parent dirs as needed.
5912         * Makefile.in: Rebuild.
5913         * configure.in: Don't build dirs explicitly here.
5914         * configure: Rebuild.
5915
5916 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
5917
5918         * Makefile.tpl (all-make): Depend on intl.
5919         * Makefile.in: Rebuilt.
5920
5921 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
5922
5923         * config.if: Remove unused libc_interface determination.
5924
5925 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5926
5927         * Makefile.in: Regenerate, correctly this time.
5928
5929 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5930
5931         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
5932         unused INSTALL_PROGRAM_ARGS.
5933         * configure.in: Use AC_PROG_INSTALL.
5934         * Makefile.in: Regenerate.
5935         * configure: Regenerate.
5936
5937 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
5938
5939         * configure: Rebuilt.
5940         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
5941         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5942         newlib nor libgloss.
5943         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
5944         * configure.in (am33_2.0-*-linux*): Added.
5945
5946 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
5947
5948         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5949         * configure: Regenerate.
5950
5951 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
5952
5953         * config-ml.in: Replace PWD with PWD_COMMAND.
5954         * Makefile.tpl: Likewise.
5955         * Makefile.in: Regenerated.
5956
5957 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5958
5959         * configure.in: Clean up config-lang.in handling.  Delete
5960         useless assignment to "subdirs".
5961         * configure: Regenerate.
5962
5963 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5964
5965         * configure.in: Rename 'target_libs' to 'target_libraries'.
5966         Remove useless reference to 'target_libs'.
5967         * configure: Regenerate.
5968
5969 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
5970
5971         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5972         * Makefile.in: Regenerate.
5973
5974 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5975
5976         * Makefile.def: Introduce flags_to_pass.
5977         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5978         * Makefile.in: Regenerate.
5979
5980 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
5981
5982         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5983         and target-libgloss.
5984         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5985         <h8300*-*-*>: Disable libf2c and ${libgcj}.
5986         * configure: Regenerate.
5987
5988 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
5989
5990         * configure.in: Update testsuite_flags to new location.
5991         * configure. Regenerate.
5992
5993 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5994
5995         * Makefile.tpl: Remove BUILD_CC stuff.
5996         * Makefile.in: Regenerate.
5997
5998 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
5999
6000         * config.guess: Update to 2003-06-12 version.
6001         * config.sub: Update to 2003-06-13 version.
6002
6003 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6004
6005         * MAINTAINERS: Add myself as MIPS co-maintainer.
6006
6007 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
6008
6009         * config.guess: Update to 2003-06-06 version.
6010         * config.sub: Update to 2003-06-06 version.
6011
6012 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6013
6014         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6015         * configure. Regenerate.
6016
6017 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6018
6019         * configure.in: Disable serial configure by default.
6020         * configure: Regenerate.
6021         * Makefile.tpl: Abolish .NOTPARALLEL.
6022         * Makefile.in: Regenerate.
6023
6024         * Makefile.tpl: Replace {build,host,target}_canonical by
6025         {build,host,target}.
6026         * Makefile.in: Regenerate.
6027
6028         * Makefile.tpl: Fix stupid pasto.
6029         * Makefile.in: Regenerate.
6030
6031 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6032
6033         * Makefile.tpl: Remove bogus conditional.
6034         * Makefile.in: Regenerate.
6035
6036 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6037
6038         * Makefile.tpl: Make 'recursive targets' using autogen rather
6039         than shell loop.  Remove duplicate 'clean' targets and false
6040         comments.
6041         * Makefile.def: Add systematic dependencies to 'recursive' targets.
6042         Add systematic method of specifying missing targets in subdirs.
6043         Add copyright boilerplate.
6044         * Makefile.in: Regenerate.
6045         * configure.in: Add 'recursive targets' to maybe list.
6046         * configure: Regenerate.
6047
6048         * Makefile.tpl: Rename [+target+] to [+make_target+].
6049         * Makefile.def: Rename 'target' to 'make_target'.
6050
6051 2003-05-30  Nick Clifton  <nickc@redhat.com>
6052
6053         * README-maintainer-mode: Update URL for locating blessed config
6054         tools.
6055
6056 2003-05-29  Robert Millan  <rmh@debian.org>
6057
6058         * ltconfig: Import this patch and modify for use with current
6059         version of ltconfig:
6060
6061         2003-05-21  Bruno Haible  <bruno@clisp.org>
6062
6063         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6064         GNU/FreeBSD.
6065
6066 2003-05-28  DJ Delorie  <dj@redhat.com>
6067
6068         * Makefile.tpl: Make maybe-check-gcc .PHONY.
6069         * Makefile.in: Regenerate.
6070
6071 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
6072
6073         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
6074
6075 2003-05-21  DJ Delorie  <dj@redhat.com>
6076
6077         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6078         newlib or libgloss.
6079         * Makefile.in: Regenerate.
6080
6081 2003-05-21  DJ Delorie  <dj@redhat.com>
6082
6083         * Makefile.tpl: Add missing empty maybe-check-gcc target.
6084         * Makefile.in: Regenerate.
6085
6086 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6087
6088         * configure.in: Use curly braces in the definition of tooldir.
6089         * configure: Regenerate.
6090
6091 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6092
6093         * configure.in: Switch more things to use maybe dependencies.
6094         * Makefile.tpl: Switch more things to use maybe dependencies.
6095         Factor out common code from autogen IF statements.
6096         * configure: Regenerate.
6097         * Makefile.in: Regenerate.
6098
6099 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
6100
6101         * configure.in: Accept i[3456789]86 for machine type.
6102         * configure: Regenerate.
6103
6104 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6105
6106         * configure.in: Switch more things to use maybe dependencies.
6107         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
6108         * configure: Regenerate.
6109         * Makefile.tpl: Switch more things to use maybe dependencies.
6110         * Makefile.in: Regenerate.
6111
6112 2003-05-16  Andreas Schwab  <schwab@suse.de>
6113
6114         * Makefile.tpl (install-opcodes): Define.
6115         * Makefile.in: Rebuild.
6116
6117 2003-05-13  Andreas Jaeger  <aj@suse.de>
6118
6119         * config.guess: Update to 2003-05-09 version.
6120         * config.sub: Update to 2003-05-09 version.
6121
6122 2003-05-13  Michael Eager <eager@mvista.com>
6123
6124         * configure.in: Correct sed script so that options in quotes are not
6125         deleted.
6126         * configure: Rebuild.
6127
6128 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
6129
6130         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6131         and $$s/newlib/libc/sys/cygwin32 include paths.
6132         * configure: Ditto.
6133
6134 2003-05-05  H.J. Lu <hjl@gnu.org>
6135
6136         * config-ml.in: Restored from gcc repository.
6137
6138 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
6139
6140         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6141         * Makefile.in: Regenerate.
6142
6143 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6144
6145         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6146         and Makefile.def.
6147
6148 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
6149
6150         * Makefile.tpl: Clean $(BUILD_SUBDIR).
6151         * Makefile.in: Regenerated.
6152
6153 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6154
6155         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6156         * Makefile.in: Regenerate.
6157
6158 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
6159
6160         * configure.in (powerpc64*-*-linux*): Remove.
6161         * configure: Rebuilt.
6162
6163 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
6164
6165         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
6166         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6167         and restrap.
6168         * Makefile.in:  Regenerate.
6169
6170 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
6171
6172         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6173         * configure: Regenerated.
6174
6175 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
6176
6177         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6178         * */configure: Rebuilt.
6179
6180 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6181
6182         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6183         * Makefile.in: Regenerate.
6184
6185 2003-03-14  Michael Chastain  <mec@shout.net>
6186
6187         * Makefile.in: Regenerate with correct Makefile.def.
6188
6189 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6190
6191         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
6192         Make macro.
6193         * Makefile.in: Regenerate.
6194         * configure.in: Clean up gxx_include_dir logic.
6195         * configure: Regenerate.
6196
6197 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6198
6199         * configure.in (gxx_include_dir): Fix typo.
6200         * configure: Regenerated.
6201
6202 2003-03-06  Andrew Cagney  <cagney@redhat.com>
6203
6204         * texinfo/texinfo.tex: Import version 2003-02-03.16.
6205
6206 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
6207
6208         * configure.in: Include $(build_tooldir)/sys-include in
6209         FLAGS_FOR_TARGET.
6210         * configure: Regenerated.
6211
6212 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
6213
6214         * Makefile.tpl: Reindent.
6215         * Makefile.in: Regenerate.
6216         * configure.in: Reindent.  Don't set unused variables.
6217         * configure: Regenerate.
6218
6219         * Makefile.tpl: Always pass down RANLIB.
6220         * Makefile.in: Regenerate.
6221
6222         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6223         * Makefile.in: Regenerate.
6224         * configure.in: Remove unused logic relating to --enable-shared
6225         and --enable-threads.  Remove bogus comments.  Remove redundant
6226         noconfigdirs.
6227         * configure: Regenerate.
6228
6229         * configure.in: Replace ${libstdcxx_version} by its value.
6230         Remove reference to mh-dgux.
6231         * configure: Regenerate.
6232
6233 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6234
6235         * Makefile.tpl: Rearrange.
6236         * Makefile.in: Regenerate.
6237
6238 2003-02-25  Nick Clifton  <nickc@redhat.com>
6239
6240         * configure: Remove site-file supprot - it is obsolete.
6241
6242 2003-02-24  Uwe Stieber <uwe@wwws.de>
6243
6244         * configure.in: Add support for kaOS as cross build target system.
6245         * configure: Regenerated.
6246
6247 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
6248
6249         * Makefile.tpl: Add definition of CPPFLAGS to pass into
6250         configure-target-* as some target builds may require additional
6251         flags for preprocessor tests.
6252         * Makefile.in: Regenerated.
6253
6254 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6255
6256         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6257         * ltconfig: Handle it.
6258         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6259         auto-detecting it.
6260
6261 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6262
6263         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6264         it is used as argument to $CC.
6265         * ltcf-gcj.sh: Likewise.
6266
6267 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
6268
6269         * configure.in: Introduce --enable-maintainer-mode.
6270         * configure: Rebuilt.
6271         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6272         for maintainer mode.
6273         * Makefile.in: Rebuilt.
6274
6275 2003-02-19  Andrew Cagney <ac131313@redhat.com>
6276
6277         * configure: Regenerate using autoconf 2.13.
6278
6279 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
6280
6281         * config.guess: Import latest version.
6282         * config.sub: Import latest version.
6283
6284 2003-02-18  Jason Merrill  <jason@redhat.com>
6285
6286         * Makefile.tpl (check-c++): Allow parallelism.
6287
6288 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
6289
6290         * configure: Regenerate using autoconf 000227.
6291
6292 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
6293
6294         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6295         don't configure target-libobjc.
6296         * configure: Regenerate.
6297
6298 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6299
6300         * Makefile.tpl (RANLIB): Define.
6301         * Makefile.in: Regenerate.
6302
6303 2003-02-06  Keith R Seitz  <keiths@redhat.com>
6304
6305         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6306         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6307         * Makefile.in: Regenerated.
6308         * configure.in: Remove all traces of snavigator, db, and grep.
6309         * configure: Regenerated.
6310
6311 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
6312
6313         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6314         * Makefile.in: Regenerated.
6315
6316 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
6317
6318         * config.if: Copy from GCC.
6319
6320 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
6321
6322         * configure.in:  Revert 24Jan change.
6323         * configure:  Regenerate.
6324
6325 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6326
6327         * configure.in: Revert previous change.
6328         * configure: Regenerate.
6329
6330 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6331
6332         * configure.in: Make rda native-only.
6333         * configure: Regenerate.
6334
6335 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6336
6337         * configure.in: Add missing \.
6338         * configure: Rebuilt.
6339
6340 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
6341
6342         * configure.in (baseargs): Avoid using \| in sed regular
6343         expressions.
6344         * configure: Rebuilt.
6345
6346 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
6347
6348         * configure.in (baseargs): Remove all supported forms of
6349         --cache-file, --srcdir, --host, --build and --target options
6350         from argument lists.
6351         * configure: Rebuilt.
6352
6353 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
6354
6355         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6356         * configure: Rebuilt.
6357
6358 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6359
6360         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6361         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6362         * Makefile.in: Regenerate.
6363         * configure: Regenerate.
6364
6365 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6366
6367         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6368         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6369         * Makefile.in: Regenerate.
6370
6371 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
6372
6373         * configure.in: Remove Makefile in build, host and target modules
6374         unless configure was run with --no-recursion.
6375         * configure: Rebuilt.
6376
6377 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
6378
6379         * config.guess: Update to 2003-01-03 version.
6380         * config.sub: Update to 2003-01-03 version.
6381
6382 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6383
6384         * configure: Regenerate with proper autoconf 2.13.
6385
6386 2003-01-07  Christopher Faylor  <cgf@redhat.com>
6387
6388         * configure.in: Add AC_PREREQ for consistency.
6389         * configure: Regenerate.
6390
6391 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
6392
6393         * configure.in (GDB_TK): Add tcl directories conditional on
6394         gdb/gdbtk directory being present.
6395         * configure: Regenerate.
6396
6397 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
6398
6399         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
6400         by gcc if LD is not defined and we are not doing a Canadian Cross.
6401         * configure: Rebuilt.
6402
6403 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
6404
6405         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6406
6407 2002-12-31  Tom Tromey  <tromey@redhat.com>
6408
6409         * Makefile.in: Rebuilt.
6410         * Makefile.def (target_modules) [libffi]: Allow installation.
6411
6412 2002-12-31  Andreas Schwab  <schwab@suse.de>
6413
6414         * configure.in: Fix use of $program_transform_name.
6415         * configure: Regenerated.
6416
6417 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6418
6419         * configure.in (baseargs): Don't remove first configure argument.
6420         * configure: Regenerated.
6421
6422 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
6423
6424         * Makefile.tpl (local-distclean): Don't remove...
6425         (multilib.ts): ... this.  Moved into...
6426         (multilib.out): ... this.  Don't use sub-make.
6427         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6428         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6429         (configure-build-[+module+], configure-[+module+],
6430         configure-target-[+module+], configure-gcc): ... these.  Test
6431         for Makefile existence.  Drop config.status from dependencies.
6432         * Makefile.in: Rebuilt.
6433         * configure.in: Move gcc-version-trigger to the end of
6434         ac_configure_args.  Add comments to maybedep.tmp and
6435         serdep.tmp.  Introduce --disable-serial-configure.  Remove
6436         nonopt from baseargs, matching and removing corresponding
6437         whitespace while at it.
6438         * configure: Rebuilt.
6439
6440 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6441
6442         * configure.in (host_configargs): Replace reference to
6443         no-longer-defined buildopts with --build=${build_alias}.
6444         * configure: Rebuilt.
6445
6446 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
6447
6448         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
6449         program_transform_name to standard idiom.
6450         (AUTOGEN, AUTOCONF): Define.
6451         (Makefile.in): Use $(AUTOGEN).
6452         (Makefile): Depend on config.status, and use autoconf-style rule to
6453         build it.  Move original commands to...
6454         (config.status): ... this new target.
6455         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
6456         $(AUTOCONF).
6457         * Makefile.in: Rebuilt.
6458
6459 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6460
6461         * Makefile.tpl: Fix dramatic bustage due to change in
6462         program_transform_name.
6463         * Makefile.in: Regenerate.
6464
6465         * configure.in: Remove unnecessary PATH setting.
6466         * configure: Regnerate.
6467
6468         * configure.in: Don't default to unprefixed tools unless
6469         the native tools will work.
6470         * configure: Regenerate.
6471
6472         * configure.in: Convert to autoconf script.  Blow away lots
6473         of now-redundant Makefile fragments.
6474         * configure: Generate using Autoconf.
6475         * Makefile.tpl: Rewrite to reflect autoconfiscation.
6476         * Makefile.in: Regenerate.
6477
6478 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
6479
6480         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
6481         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6482
6483         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
6484         where they belong.
6485
6486 2002-12-24  Andreas Schwab  <schwab@suse.de>
6487
6488         * Makefile.tpl (multilib.out): Fix missing space.
6489         * Makefile.in: Regenerate.
6490
6491 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6492
6493         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
6494         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
6495         * Makefile.in: Regenerate.
6496         * configure.in: Remove unnecessary leftovers.
6497
6498 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
6499
6500         * configure.in (extra_ranlibflags_for_target): New variable.
6501         (*-*-darwin): Add -c to ranlib commands.
6502         * configure (tooldir): Handle extra_ranlibflags_for_target.
6503
6504 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
6505
6506         * COPYING.NEWLIB: Updated.
6507         * COPYING.LIBGLOSS: Ditto.
6508
6509 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6510
6511         * Makefile.tpl: Revert HJL's change.
6512         * Makefile.in: Regenerated.
6513         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6514         always.
6515
6516 2002-12-19  Andreas Schwab  <schwab@suse.de>
6517
6518         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6519         * Makefile.in: Regenerate.
6520
6521 2002-12-18  H.J. Lu <hjl@gnu.org>
6522
6523         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6524         * Makefile.in: Regenerated.
6525
6526         * configure.in (build_prefix): New. Substitute.
6527
6528 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
6529
6530         * Makefile.tpl: Don't let real targets depend on phony targets.
6531         * Makefile.in: Regenerate.
6532
6533         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6534         * Makefile.in: Regenerate.
6535
6536 2002-12-16  Jason Merrill  <jason@redhat.com>
6537
6538         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6539         previous 'make bootstrap'.
6540         * Makefile.in: Regenerate.
6541
6542 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
6543
6544         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6545
6546 2002-12-13  Jason Merrill  <jason@redhat.com>
6547
6548         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
6549         library tests.
6550         (check-c++): Just depend on it and check-target-libstdc++-v3.
6551         * Makefile.in: Regenerate.
6552
6553 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
6554
6555         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6556         * Makefile.in: Regenerate.
6557
6558 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
6559
6560         * COPYING.NEWLIB: Update list of alternate Regent of California
6561         licenses and discuss official revoking of advertising clause.
6562         * COPYING.LIBGLOSS: Ditto.
6563
6564 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
6565
6566         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6567         * Makefile.in: Rebuilt.
6568
6569 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
6570
6571         * configure: Fix bug put in by gremlins.
6572
6573         * Makefile.tpl: Substitute more autoconfily.
6574         * configure: Substitute more autoconfily.
6575         * Makefile.in: Regenerate.
6576
6577 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
6578
6579         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6580         * Makefile.in (all-sim): Ditto.
6581
6582 2002-12-06  DJ Delorie  <dj@redhat.com>
6583
6584         * Makefile.tpl: Change configure dependencies to not have real
6585         targets depend on phony targets.
6586
6587 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
6588
6589         * configure.in: Revert unintentional change.
6590
6591         * src-release: Configure host subdirs.
6592
6593         * Makefile.tpl: Change dependency for */multilib.out so that
6594         it works when gcc isn't in the tree.
6595
6596         * configure.in: Substitute more.
6597         * configure: Run subconfigures from the Makefile.
6598         * Makefile.tpl: Run subconfigures from the Makefile; add a few
6599         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
6600
6601 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6602
6603         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6604         and corresponding dependencies.
6605         * Makefile.in: Regenerate.
6606
6607         * configure.in (host_tools): Order binutils, gas and ld for
6608         convenience in running the testsuites.
6609
6610         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6611         * Makefile.in: Regenerate.
6612         * configure.in: Introduce rules to serialize subconfigure runs.
6613
6614         * configure.in: Introduce BASE_CC_FOR_TARGET.
6615         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
6616         Realize configure-build-* targets.  Realize configure-target-* targets.
6617         * Makefile.in: Regenerate.
6618
6619 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6620
6621         * configure: Move gcc_version_trigger stuff from here...
6622         * configure.in: ...to here.
6623
6624         * configure.in: Separate subconfigure options added by this file from
6625         options given by the user.  Add machinery to put args for host
6626         subconfigures into the Makefile.
6627
6628         * Makefile.tpl: Remove 'vault' targets.
6629         * Makefile.tpl: Reorder and comment dependencies.
6630         * Makefile.in: Regenerate.
6631
6632 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
6633
6634         * configure.in: Move host-specific darwin noconfigdirs into
6635         the host-specific section.
6636
6637 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6638
6639         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6640         during replay.
6641         * Makefile.in: Regenerate.
6642
6643         (finishing slow-motion replay)
6644         * configure: Remove skip-this-dir support.
6645         * Makefile.tpl: Remove skip-this-dir support.
6646
6647         * Makefile.tpl: Remove leftover support for non-autoconfiscated
6648         subdirectories.
6649         * Makefile.in: Regenerate.
6650
6651         * Makefile.tpl: Strip out useless setting of 'dir'.
6652         * Makefile.in: Regenerate.
6653
6654 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6655
6656         (finishing slow-motion replay)
6657         * configure.in: Fix deeply stupid bug.
6658
6659         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6660         shell code in CXX_FOR_TARGET
6661         * Makefile.def: Introduce raw_cxx.
6662         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6663         RAW_CXX_FOR_TARGET.
6664         * Makefile.in: Regenerate.
6665
6666 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6667
6668         (finishing slow-motion replay)
6669         * Makefile.tpl: Remove unnecessary ifs.
6670         * Makefile.in: Regenerate.
6671
6672         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
6673         dependencies.  Maybe-ize build-libiberty.  Create dummy install
6674         targets for 'no_install' modules.
6675         * configure: Move GDB_TK substitution to configure.in.  Move
6676         build_modules stuff to configure.in.
6677         * configure.in: Implement soft dependency machinery.  Maybe-ize
6678         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
6679         * Makefile.in: Regenerate.
6680
6681 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6682
6683         (continuing slow-motion replay)
6684         * Makefile.tpl: Make all-target, install-target behave similarly
6685         to all, install (only hitting configured targets).  Eliminate
6686         unused macro defintions.
6687
6688         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6689         build != host.
6690
6691         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6692
6693         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6694
6695         * configure.in: Produce lists of subdir targets we're actually
6696         configuring.  Remove references to "dosrel".
6697         * Makefile.tpl: Let configure set which subdir targets are hit.
6698         Remove install-cross; clean up install; remove ALL.  Remove
6699         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
6700         Autogenerate host module targets.  Remove empty dependency lines
6701         and redundant dependency; rearrange slightly.
6702         * Makefile.def: Add host-side libtermcap, utils.
6703
6704         * Makefile.in: Regenerate.
6705
6706 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6707
6708         (Continuing slow-motion replay)
6709         * Makefile.def: Add list of recursive targets to autogenerate.
6710         Add build_modules.
6711         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
6712         targets.  Autogenerate *-build-* targets.
6713         * Makefile.in: Regenerate.
6714
6715 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6716
6717         (Continuing slow-motion replay)
6718         * configure: More autoconf-style substitutions.
6719         * Makefile.tpl: More autoconf-style substitutions.
6720         * Makefile.in: Regenerate.
6721
6722 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
6723
6724         (Continuing slow-motion replay)
6725         * configure: Substitute more variables in a more autoconf-friendly
6726         way.  Simplify slightly.
6727         * Makefile.tpl: Make more variables substitutable in an
6728         autoconf-friendly way.
6729         * Makefile.in: Regenerate.
6730
6731 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6732
6733         (Continuing slow-motion replay)
6734         * configure.in (v810*): Remove special setting of tools.
6735
6736         * configure: Add support for extra required flags for ar or nm.
6737         * configure.in (aix4.3+): Use above support for target-specific
6738         issues, rather than using config/mt-aix43.
6739
6740 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6741
6742         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6743         * configure: Remove 'removing', which doesn't work.  Replace $subdir
6744         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
6745         with $srcdir.  Reformat indentation.  Substitute some variables
6746         formerly hard-coded in the Makefile for build=host.
6747         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6748         * Makefile.def: Autogenerate more.
6749         * Makefile.in: Regenerate.
6750
6751 2002-11-13  Bruce Korb  <bkorb@gnu.org>
6752
6753         * Makefile.tpl: syntactic cleanup
6754
6755 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
6756
6757         * Makefile.def (host_modules): Add rda.
6758         * Makefile.in: Regenerate.
6759         * configure.in (target_tool): Add target-rda to list.
6760
6761 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
6762
6763         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
6764         and restrap targets to this rule.
6765         * Makefile.in:  Regenerate.
6766
6767 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
6768
6769         * configure.in (i[3456]86-*-linux*): Add check to disable
6770         ${libgcj} for glibc1.
6771
6772 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
6773
6774         * configure.in: Add tic4x target.
6775
6776 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6777
6778         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6779         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6780         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6781         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6782         * Makefile.in: Regenerate.
6783
6784 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6785
6786         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6787         * Makefile.in: Regenerate.
6788
6789         * Makefile.def: Remove order dependency comments.
6790         * Makefile.tpl: Add explicit install-install dependencies.
6791         * Makefile.in: Regenerate.
6792
6793         * Makefile.tpl: Remove material now in src-release.  (Finally!)
6794         * Makefile.in: Regenerate.
6795
6796         * configure: Restore my original patch by syncing with gcc version.
6797
6798         * Bring following over from gcc:
6799
6800 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
6801
6802         * configure.in (s390*-*-linux*): Enable libgcj.
6803
6804 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6805
6806         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
6807
6808 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
6809
6810         * configure: Move stray lines back to where they belong.
6811
6812 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6813
6814         * Makefile.tpl: Insert configure-target target, for src-release.
6815
6816         * configure: Finish reverting change which Andrew Cagney started
6817         reverting.  Should fix bustage.
6818
6819         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6820         * src-release: New file.  Contains material for making net
6821         releases for gdb, binutils, et al., formerly in Makefile.in.
6822
6823 2002-09-30  Nick Clifton  <nickc@redhat.com>
6824
6825         * cpu: New top level directory.  Intended to hold input files for
6826         CGEN which have FSF copyright assignment.
6827         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6828
6829 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
6830
6831         Revert below (note that src does not contain Makefile.tpl):
6832         * Makefile.tpl: Make subsituted variables more autoconfy.
6833         * Makefile.in: Regenerate.
6834
6835 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
6836
6837         * configure: Revert accidentally applied changes.
6838
6839         * Makefile.tpl: Make more autoconf-friendly.
6840         * Makefile.in: Regenerate.
6841         * configure: Make substitution more autoconf-like.
6842
6843 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
6844
6845         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6846         single entry to handle all these.
6847         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
6848         libjava on arm-*-elf.
6849
6850 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
6851
6852         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6853         things that depend on them.
6854
6855 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6856
6857         * Makefile.tpl: Make subsituted variables more autoconfy.
6858         * Makefile.in: Regenerate.
6859         * configure: Make seds more autoconfy.
6860
6861 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
6862
6863         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6864         * Makefile.in: Regenerate.
6865         * configure.in: Rewrite sed statements to look autoconfy.
6866
6867         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6868         all-target-foo on configure-target-foo.
6869         * Makefile.def: Ditto.
6870         * Makefile.in: Rebuild.
6871
6872 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
6873
6874         * Makefile.def: New file.
6875         * Makefile.tpl: New file.
6876         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6877
6878         * configure.in: Minor rearrangement.  Simplify tests.
6879
6880 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
6881
6882         * configure.in (with_headers): Skip copy if value is "yes".
6883         (with_libs): Likewise.
6884
6885 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
6886
6887         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6888         * configure.in (sh*-*-pe*): Ditto.
6889         * configure.in (mips*-*-pe*): Ditto.
6890         * configure.in (*arm-wince-pe): Ditto.
6891
6892         * configure.in: Rearrange.
6893
6894 2002-09-12  Nick Clifton  <nickc@redhat.com>
6895
6896         * Import these changes from the config master repository:
6897
6898         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
6899
6900                 * config.sub: Add tic4x target.
6901
6902         2002-09-03  Ben Elliston  <bje@redhat.com>
6903
6904                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
6905                 Reported by <Duncan_Stodart@insession.com>.
6906
6907 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
6908
6909         * COPYING.NEWLIB: More updates.
6910
6911 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
6912
6913         * COPYING.NEWLIB: Update.
6914
6915 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
6916
6917         * texinfo/texinfo.tex: Import version 2002-06-04.06.
6918
6919         * config.guess: Import version 2002-08-23.
6920         * config.sub: Import version 2002-08-22.
6921
6922 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
6923
6924         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6925         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6926         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6927
6928 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
6929
6930         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6931
6932 2002-08-04  H.J. Lu  (hjl@gnu.org)
6933
6934         * configure.in (mips*-*-linux*): Don't skip target-libffi.
6935
6936 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
6937
6938         * configure.in: Move generic linux case to end.  Copy generic
6939         linux noconfigdirs to mips*-*-linux* entry and new
6940         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
6941
6942 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
6943
6944         * MAINTAINERS: Clarify on config.guess and config.sub, and add
6945         one instance of them which was missed to the list to update.
6946
6947 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
6948
6949         * config.guess: Update to 2002-07-09 version.
6950         * config.sub: Update to 2002-07-03 version.
6951
6952 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
6953
6954         * configure.in: Remove two redundant tests.
6955
6956 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6957
6958         * configure.in (mips*-*-irix6*o32): Enable stabs.
6959
6960 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6961
6962         * configure.in: Don't build grez.
6963         * Makefile.in: Ditto.
6964
6965         * Makefile.in: Remove references to bsp, cygmon, libstub.
6966         * configure.in: Ditto.
6967
6968         * configure.in: Remove leftover reference to gdbtest.
6969
6970 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
6971
6972         * configure.in (gxx_include_dir):  Change to match versioned
6973         C++ headers if --enable-version-specific-runtime-libs is used.
6974
6975 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
6976
6977         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6978
6979 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6980
6981         * configure.in: Make --without-x work.
6982
6983 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
6984
6985         * contrib: New directory.  Created to contain a copy of the
6986         texi2pod.pl script so that it is in the same place as the version in
6987         the FSF GCC sources.
6988
6989 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6990
6991         * configure.in: Rearrange target Makefile fragment collection.
6992
6993         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6994         cvs[src].
6995         * configure.in: Ditto.
6996
6997 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
6998
6999         * Makefile.in: Eliminate 'apache' targets.
7000         * configure.in: Eliminate 'apache' targets.
7001
7002         * configure.in: Eliminate redundant tests.  Reorganize.
7003
7004         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7005
7006         * config-ml.in: Eliminate references to Cygnus configure.
7007
7008         * Makefile.in: Eliminate references to building emacs.
7009
7010 2002-07-01  Denis Chertykov  <denisc@overta.ru>
7011
7012         * configure.in: Add support for ip2k.
7013
7014 2002-06-24  Ben Elliston  <bje@redhat.com>
7015
7016         * configure.in (host_tools): Remove cgen.
7017
7018         * Makefile.in (all-cgen): Remove; runs from its source directory.
7019         (check-cgen, install-cgen, clean-cgen): Likewise.
7020         (all-opcodes): No not depend on all-cgen.
7021         (all-sim): Likewise.
7022
7023 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
7024
7025         * configure.in: Fix AIX configury bug.
7026
7027 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7028
7029         * configure.in: Replace ${topsrcdir} with ${srcdir}.
7030
7031         * configure.in: Move definition of libstdcxx_flags right above
7032         usage, rather than way earlier.
7033
7034         * configure.in: Pull definition of is_cross_compiler earlier.
7035
7036         * configure.in: Rearrange a little.
7037
7038         * configure.in: Remove references to librx.
7039         * Makefile.in: Remove references to librx.
7040
7041 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
7042
7043         * configure.in: Eliminate ${gasdir} variable.
7044
7045 2002-06-18  Dave Brolley  <brolley@redhat.com>
7046
7047         * configure.in: Add support for frv.
7048         * config.sub: Add support for frv.
7049
7050 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7051
7052         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7053
7054 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7055
7056         * configure.in (vax-*-netbsd*): Re-enable gas.
7057
7058 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
7059
7060         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7061         BUILD_PREFIX_1, to correct nomenclature.
7062         * configure: Likewise.
7063
7064         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7065         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7066
7067 2002-05-31  Olaf Hering  <olh@suse.de>
7068
7069         * config-ml.in: Propogate DESTDIR also.
7070
7071 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7072
7073         * configure.in (vax-*-netbsd*): Don't build gas for this
7074         platform.
7075
7076 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7077
7078         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7079         and libgcj for AVR.
7080
7081 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
7082
7083         * config.sub: Add DLX target.
7084
7085 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
7086
7087         * config.guess: Update to 2002-05-22 version.
7088         * config.sub: Likewise.
7089
7090 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7091
7092         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7093         * config-ml.in: Likewise.
7094         * configure: Likewise.
7095         * configure.in: Likewise.
7096
7097 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
7098
7099         * configure.in: Simplify makefile fragment collection.
7100
7101         * configure.in: Remove code to build emacs.
7102
7103         * configure.in : Remove --srcdir argument from targargs and buildargs
7104         (it's always overridden in the Makefile anyway).  Rearrange a bit.
7105
7106         * configure: Move some logic to configure.in.
7107         * configure.in: Move some logic from configure.
7108
7109 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
7110
7111         * COPYING.LIBGLOSS: New file.
7112
7113 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
7114
7115         * Makefile.in: Honour DESTDIR.
7116
7117 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
7118
7119         * configure.in (noconfigdirs): Don't disable libgcj on
7120         sparc64-*-solaris* and sparcv9-*-solaris*.
7121
7122 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
7123
7124         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7125
7126 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
7127
7128         * configure.in (FLAGS_FOR_TARGET): Do not add
7129         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7130         on i[3456]86-*-linux*.
7131
7132 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
7133
7134         * configure.in (noconfigdirs): Replace [ ] with test.
7135
7136         * configure.in (noconfigdirs): Do not add target-newlib if
7137         target == i[3456]86-*-linux*, and host == target.
7138
7139 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
7140
7141         * config.guess: Updated to 2002-04-26's version.
7142         * config.sub: Updated to 2002-04-26's version.
7143
7144 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
7145
7146         * configure.in: delete reference to absent file
7147
7148         * configure.in: replace '[' with 'test'
7149
7150         * configure.in: Eliminate references to gash.
7151         * Makefile.in: Eliminate references to gash.
7152
7153         * configure.in: remove useless references to 'pic' makefile fragments.
7154
7155         * configure.in: (*-*-windows*) Finish removing.
7156
7157         * configure.in: Eliminate redundant test for libgui.
7158
7159 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
7160
7161         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7162         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7163
7164 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
7165
7166         * configure.in: remove references to dead files
7167
7168 2002-04-18  Tom Tromey  <tromey@redhat.com>
7169
7170         * configure.in: Disallow configuring libgcj when it is already
7171         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
7172         Solaris 2.8 by default.  For PR libgcj/6158.
7173
7174 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7175
7176         * configure.in:  Move default CC setting out of config/mh-* fragments
7177         directly into here.
7178
7179 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
7180
7181         * configure.in: don't even try to configure or make a subdirectory
7182         if there's no configure script for it.
7183
7184 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
7185
7186         * MAINTAINERS: Remove chill maintainers.
7187         * Makefile.in (CHILLFLAGS): Remove.
7188         (CHILL_LIB): Remove.
7189         (TARGET_CONFIGDIRS): Remove libchill.
7190         (CHILL_FOR_TARGET): Remove.
7191         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7192         CHILL_LIB.
7193         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7194         (CHECK_TARGET_MODULES): Likewise.
7195         (INSTALL_TARGET_MODULES): Likewise.
7196         (CLEAN_TARGET_MODULES): Likewise.
7197         (configure-target-libchill): Remove.
7198         (all-target-libchill): Remove.
7199         * configure.in (target_libs): Remove target-libchill.
7200         Do not compute CHILL_FOR_TARGET.
7201         * libchill: Remove directory.
7202
7203 2002-04-15  DJ Delorie  <dj@redhat.com>
7204
7205         * Makefile.in, configure.in, configure: Sync with gcc, entries
7206         follow...
7207
7208 2002-04-08  Tom Tromey  <tromey@redhat.com>
7209
7210         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7211         Fixes PR libgcj/6068.
7212
7213 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
7214
7215         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7216
7217 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7218
7219         * configure.in (alpha*-dec-osf*): Enable libgcj.
7220
7221 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
7222
7223         Fix for: PR bootstrap/3591, target/5676
7224         * configure.in (mcore-pe): Disable the configuration of
7225         libstdc++-v3 since exceptions are not supported.
7226
7227 2002-03-20  Anthony Green  <green@redhat.com>
7228
7229         * configure.in: Enable libgcj for xscale-elf target.
7230
7231 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7232
7233         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7234         libjava.
7235         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7236
7237 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
7238
7239         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7240         libstdc++-v3 and libjava.
7241
7242 2002-02-11  Adam Megacz <adam@xwt.org>
7243
7244         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7245         boehm-gc
7246
7247 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7248
7249         * config.guess: Updated to 2002-01-30's version.
7250         * config.sub: Updated to 2002-02-01's version.
7251         Contribute sh64-elf.
7252         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7253         * configure.in: Added sh64-*-*.
7254
7255 2002-01-17  H.J. Lu <hjl@gnu.org>
7256
7257         * Makefile.in (all-fastjar): Also depend on all-libiberty.
7258         (all-target-fastjar): Also depend on all-target-libiberty.
7259
7260 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
7261
7262         * configure, configure.in: Use temp file for long sed commands.
7263
7264 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
7265
7266         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7267         libf2c.
7268
7269 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
7270
7271         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7272
7273 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
7274
7275         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7276
7277 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7278
7279         * configure: Handle temporary files securely using mkdir.
7280
7281 2001-09-26  Will Cohen <wcohen@redhat.com>
7282
7283         * configure.in (*-*-linux*): Disable configuration of target-newlib
7284         and target-libgloss.
7285
7286 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7287
7288         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7289         RANLIB.
7290
7291 2001-08-11  Graham Stott  <grahams@redhat.com>
7292
7293         * Makefile.in (check-c++): Add missing semicolon.
7294
7295 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
7296
7297         * configure.in (sh-*-linux*): New.
7298
7299 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7300
7301         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7302         and libgcj on m68hc11/m68hc12.
7303
7304 2001-06-27  H.J. Lu  (hjl@gnu.org)
7305
7306         * Makefile (CFLAGS_FOR_BUILD): New.
7307         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7308
7309 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
7310
7311         * configure.in (libstdcxx_flags): Do not try to execute
7312         libstdc++-v3/testsuite_flags until it exists.
7313
7314 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
7315
7316         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7317
7318 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
7319
7320         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7321
7322 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
7323
7324         * configure.in: Move *-chorusos target case to the proper switch.
7325         Disable libgcj.
7326
7327 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7328
7329         * Makefile.in (STAGE1_CFLAGS): Pass down.
7330
7331 2001-04-13  Alan Modra  <amodra@one.net.au>
7332
7333         * config.guess: Add hppa64-linux support.  Note for next import that
7334         this is already in the master file.
7335         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
7336
7337 2001-03-22  Colin Howell  <chowell@redhat.com>
7338
7339         * Makefile.in (DO_X): Do not backslash single-quotes in
7340         backquotes (two places).
7341
7342 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
7343
7344         * Makefile.in (DO_X): Quote nested quotes.
7345
7346 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
7347
7348         * Makefile.in (DO_X): Use double quotes for quoting
7349         "RANLIB=$${RANLIB}".
7350
7351 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
7352
7353         * configure.in: Only use `lang_requires' for languages athat are
7354         actually enabled.
7355
7356 2001-03-07  Tom Tromey  <tromey@redhat.com>
7357
7358         * configure.in: Allow config-lang.in to set `lang_requires' to list
7359         of other required languages.
7360
7361 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
7362
7363         * Makefile.in: Remove RANLIB definition. Use RANLIB
7364         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7365         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7366
7367 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
7368             Alexandre Oliva  <aoliva@redhat.com>
7369
7370         * Makefile.in (check-c++): Use tabs, not spaces.
7371
7372 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
7373
7374         * Makefile.in (check-c++): New rule.
7375
7376         * configure.in (target_libs): Remove libg++.
7377         (noconfigdirs): Remove libg++.
7378         (noconfigdirs): Same.
7379         (noconfigdirs): Same.
7380         (noconfigdirs): Same.
7381
7382         * config-ml.in: Remove libg++ references.
7383
7384         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7385         (ALL_TARGET_MODULES): Same.
7386         (configure-target-libg++): Remove.
7387         (all-target-libg++): Remove.
7388         (configure-target-libio): Remove.
7389         (all-target-libio): Remove.
7390         (check-target-libio): Remove.
7391         (.PHONY): Remove.
7392         (libg++.tar.bz2): Remove.
7393         (all-target-cygmon): Remove libio.
7394         (all-target-libstdc++): Remove.
7395         (configure-target-libstdc++): Remove.
7396         (TARGET_LIB_PATH): Remove libstdc++.
7397         (ALL_GCC_CXX): Remove libstdc++.
7398         (all-target-gperf): Correct.
7399
7400 2001-02-15  Anthony Green  <green@redhat.com>
7401
7402         * configure: Introduce GCJ_FOR_TARGET.
7403         * configure.in: Ditto.
7404         * Makefile.in: Ditto.
7405
7406 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
7407
7408         * configure.in: for *-chorusos, don't config target-newlib and
7409         target-libgloss.
7410
7411 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
7412
7413         Remove V2 C++ library.
7414         * configure.in: Remove --enable-libstdcxx_v3 support.
7415
7416 2001-01-27  Richard Henderson  <rth@redhat.com>
7417
7418         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7419
7420 2001-01-26  Tom Tromey  <tromey@redhat.com>
7421
7422         * configure.in: Allow libgcj to be built on Sparc Solaris.
7423
7424 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
7425
7426         * configure.in: Enable libgcj on several additional platforms.
7427
7428 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
7429
7430         * configure.in: Enable libgcj for linux targets.
7431
7432 2001-01-09  Mike Stump  <mrs@wrs.com>
7433
7434         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7435         failures of subdirectories.
7436
7437 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7438
7439         * configure: handle DOS-style absolute paths.
7440
7441 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7442
7443         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7444
7445 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
7446
7447         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7448         (libstdcxx_incdir): Pass down.
7449         * config.if: Remove expired bits for cxx_interface, add stub.
7450         (libstdcxx_incdir): Add variable for g++ include directory.
7451         * configure.in (gxx_include_dir): Use it.
7452
7453 2000-12-15  Andreas Jaeger  <aj@suse.de>
7454
7455         * configure.in: Handle lang_dirs.
7456
7457 2000-12-13  Anthony Green  <green@redhat.com>
7458
7459         * configure.in: Disable libgcj for any target not specifically
7460         listed.  Disable libgcj for x86 and Alpha Linux until compatible
7461         with g++ abi.
7462
7463 2000-12-13  Mike Stump  <mrs@wrs.com>
7464
7465         * Makefile.in (local-distclean): Also remove fastjar.
7466
7467 2000-12-10  Anthony Green  <green@redhat.com>
7468
7469         * configure.in: Define libgcj.  Disable libgcj target libraries for
7470         most targets.
7471
7472 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7473
7474         * configure.in (target_libs): Revert 2000-12-08 patch.
7475         (noconfigdirs): Added target-libjava.
7476
7477 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7478
7479         * Makefile.in: handle DOS-style absolute paths.
7480
7481 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7482
7483         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7484         libjava.
7485         * configure.in (target_libs): Removed `target-libjava'.
7486
7487 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7488
7489         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7490         (ALL_MODULES): Added fastjar.
7491         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7492         (all-target-libjava): all-fastjar replaces all-zip.
7493         (all-fastjar): Added.
7494         (configure-target-fastjar, all-target-fastjar): Likewise.
7495         * configure.in (host_tools): Added fastjar.
7496
7497 2000-12-07  Mike Stump  <mrs@wrs.com>
7498
7499         * Makefile.in (local-distclean): Remove leftover built files.
7500
7501 2000-11-16  Fred Fish  <fnf@be.com>
7502
7503         * configure.in (enable_libstdcxx_v3): Fix typo,
7504         libstd++ -> libstdc++.
7505
7506 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7507
7508         * configure: Provide the original toplevel configure arguments
7509         (including $0) to subprocesses in the environment rather than
7510         through gcc/configargs.h.
7511
7512 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
7513
7514         * configure: Turn on libstdc++ V3 by default.
7515
7516 2000-10-16  Michael Meissner  <meissner@redhat.com>
7517
7518         * configure (gcc/configargs.h): Only create if there is a build GCC
7519         directory created.
7520
7521 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7522
7523         * configure: Save configure arguments to gcc/configargs.h.
7524
7525 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
7526
7527         * Makefile.in (bootstrap): avoid recursion if subdir missing
7528         (cross): ditto
7529         (do-proto-toplev): ditto
7530
7531 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
7532
7533         * configure.in: Do not build byacc for hppa64.  Provide paths to the
7534         X11 libraries for hppa64.
7535
7536 2000-09-02  Anthony Green  <green@cygnus.com>
7537
7538         * Makefile.in (all-gcc): Depend on all-zlib.
7539         (CLEAN_MODULES): Add clean-zlib.
7540         (ALL_MODULES): Add all-zlib.
7541         * configure.in (host_libs): Add zlib.
7542
7543 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
7544
7545         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7546         $targargs to tell whether newlib is going to be built.
7547
7548         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7549         $$r/TARGET_SUBDIR/libio for _G_config.h.
7550
7551 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
7552
7553         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7554
7555         * configure: Make enable_threads and enable_shared defaults
7556         explicit.  Substitute enable_threads into generated Makefiles.
7557         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7558         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7559
7560 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
7561
7562         * configure.in: Re-enable all references to libg++ and librx.
7563
7564 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
7565
7566         * configure.in: Add *-*-freebsd* configurations.
7567
7568 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7569
7570         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
7571         (do-tar, do-bz2): New rules.
7572         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
7573         (gdb-tar): New rule.
7574         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
7575         (insight_dejagnu.tar): New rule.
7576         (insight.tar): New rule.
7577         (gdb+dejagnu.tar): New rule.
7578         (gdb.tar): New rule.
7579
7580 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
7581
7582         * MAINTAINERS: Update dejagnu/
7583
7584 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
7585
7586         * ltmain.sh (relink_command): Fix typo in previous change.
7587
7588 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
7589
7590         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
7591         (relink_command): Added --tag flags.
7592         (mode=install): If relinking fails; error out.
7593
7594 2002-03-12  Richard Henderson  <rth@redhat.com>
7595
7596         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
7597         .NOTPARALLEL tag.
7598         (do-check): Rename from check.
7599         (check): Allow parallel check.
7600
7601 2002-03-11  Richard Henderson  <rth@redhat.com>
7602
7603         * Makefile.in (.NOTPARALLEL): Add fake tag.
7604
7605 2002-03-07  H.J. Lu  (hjl@gnu.org)
7606
7607         * configure.in: Enable gprof for mips*-*-linux*.
7608
7609 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
7610
7611         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7612         libjava.
7613         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7614
7615 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
7616
7617         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7618
7619 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
7620
7621         * config.guess: Import from master sources, rev 1.232.
7622         * config.sub: Import from master sources, rev 1.246.
7623
7624 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
7625
7626         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7627         because its Makefile is there; test for the executable instead.
7628
7629 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7630
7631         Contribute sh64-elf.
7632         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
7633         * configure.in: Added sh64-*-*.
7634
7635 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
7636
7637         * COPYING.NEWLIB: Remove advertising clause from
7638         Berkeley and Red Hat licenses.
7639
7640 2002-02-01  Mo DeJong  <supermo@bayarea.net>
7641
7642         * Makefile.in: Add all-tix to deps for all-snavigator
7643         so that tix is built when building snavigator.
7644
7645 2002-02-01  Ben Elliston  <bje@redhat.com>
7646
7647         * config.guess: Import from master sources, rev 1.229.
7648         * config.sub: Import from master sources, rev 1.240.
7649
7650 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
7651
7652         From Steve Ellcey <sje@cup.hp.com>:
7653         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7654         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7655         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7656         IA64.
7657         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7658         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7659         soname_spec, sys_lib_search_path_spec): Ditto.
7660
7661 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
7662
7663         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
7664         target-libiberty, and target-libgloss.  Skip Java-related
7665         libraries if not supported for NetBSD on target CPU.
7666
7667 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
7668
7669         * configure.in: Import StrongARM and XScale target_configdirs from
7670         FSF GCC version.
7671
7672 2002-01-16  H.J. Lu  (hjl@gnu.org)
7673
7674         * config.guess: Import from master sources, rev 1.225.
7675         * config.sub: Import from master sources, rev 1.238.
7676
7677         * MAINTAINERS: Updated notes on config.guess and config.sub.
7678
7679 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
7680
7681         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7682         ld and gdb are not supported.
7683
7684 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7685
7686         * Change reference to Cygnus Solutions to be Red Hat.
7687
7688 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
7689
7690         * COPYING.NEWLIB: Update generic copyright date.
7691
7692 2002-01-07  Mark Salter  <msalter@redhat.com>
7693
7694         * configure.in: Remove target-bsp and target-cygmon from arm builds.
7695           Allow target-libgloss to be built for arm, strongarm, and xscale.
7696
7697 2002-01-03  Ben Elliston  <bje@redhat.com>
7698
7699         * MAINTAINERS: Update URL for config.* scripts.
7700
7701 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
7702
7703         * config.sub: Import latest version.
7704         * config.guess: Likewise.
7705
7706 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
7707
7708         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7709         options for i[3456]86-pc-linux* native builds.
7710
7711 2001-12-05  Laurent Guerby  <guerby@acm.org>
7712
7713         * MAINTAINERS: gcc adopts symlink-tree, refer more to
7714         libiberty.
7715
7716         Import this patch from gcc:
7717
7718         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7719
7720             * symlink-tree: handle DOS-style absolute paths.
7721
7722 2001-11-28  DJ Delorie <dj@redhat.com>
7723             Zack Weinberg  <zack@codesourcery.com>
7724
7725         When build != host, create libiberty for the build machine.
7726
7727         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7728         CONFIG_ARGUMENTS.
7729         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7730         New variables.
7731         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7732         and rules.
7733         (all.normal): Depend on ALL_BUILD_MODULES.
7734         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7735         (all-build-libiberty): Depend on configure-build-libiberty.
7736
7737         * configure: Calculate and substitute proper value for
7738         ALL_BUILD_MODULES.
7739         * configure.in: Create the build subdirectory.
7740         Calculate and substitute TARGET_CONFIGARGS (formerly
7741         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7742
7743 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
7744
7745         * config.sub: Update to version 1.232 on subversion.
7746
7747 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
7748
7749         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7750         files from .po files for a distribution.
7751
7752 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
7753
7754         * COPYING.NEWLIB: Mention preserved notice in specific parts.
7755
7756 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7757
7758         Merged from net gcc:
7759         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
7760         * ltcf-c.sh: Use $objext, not $ac_objext.
7761         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
7762         * ltcf-cxx.sh: Add support for GNU.
7763         2001-07-22  Timothy Wall  <twall@redhat.com>
7764         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
7765         default settings if using GNU tools with that configuration.
7766         * ltcf-cxx.sh: Ditto.
7767         * ltcf-gcj.sh: Ditto.
7768         2001-07-21  Michael Chastain  <chastain@redhat.com>
7769         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7770         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
7771         * ltmain.sh: Mark as gcc-local.
7772
7773 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
7774
7775         * Makefile.in (all-bison): Revert 2001-10-24.
7776         Don't depend on texinfo.
7777
7778 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
7779
7780         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
7781
7782 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
7783
7784         * configure.in (--enable-languages): Be more permissive about
7785         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
7786
7787 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
7788
7789         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7790
7791 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
7792
7793         Makefile.in (all-bison): Don't depend on texinfo.
7794
7795 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
7796
7797         * gettext.m4: Test po/POTFILES.in exists before trying to read.
7798
7799 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7800
7801         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7802
7803 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
7804
7805         * config.sub, config.guess: Import latest from subversions.
7806
7807 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
7808
7809         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7810         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7811         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7812         avoid quotes nesting problems.
7813         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7814         (DO_X): Export only variables that are set.
7815
7816 2001-09-19  Ben Elliston  <bje@redhat.com>
7817
7818         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7819         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7820         semantics.  Use the shell built-in "type" command instead.
7821
7822 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7823
7824         * config.sub: Reverted the earlier change, this version is not the
7825         master file.
7826
7827 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7828
7829         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
7830         Add support for mips64.
7831
7832 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
7833
7834         * configure.in: Enable libstdc++-v3 for h8300 targets.
7835
7836 2001-08-30  Eric Christopher  <echristo@redhat.com>
7837             Jason Eckhardt  <jle@redhat.com>
7838
7839         * config.sub: Add support for mipsisa32.
7840
7841 2001-08-30  Eric Christopher  <echristo@redhat.com>
7842
7843         * config.sub, config.guess: Import latest from subversions.
7844
7845 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
7846
7847         * config.sub, config.guess: Import latest from subversions.
7848
7849 2001-07-26  DJ Delorie  <dj@redhat.com>
7850
7851         * MAINTAINERS: Clarify libiberty merge rules and procedures.
7852
7853 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
7854
7855         * Makefile.in: Revert 2001-06-17.
7856         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
7857
7858 2001-06-17  H.J. Lu <hjl@gnu.org>
7859
7860         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
7861         (gas+binutils.tar.bz2): Likewise.
7862         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
7863
7864 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
7865
7866         * Makefile.in (VER): When present, extract the version number from
7867         the file version.in.
7868
7869 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
7870
7871         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7872         gcc/xgcc is built, use -print-prog-name to find out the program
7873         name to use.
7874
7875 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
7876
7877         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7878         with_gcc]: Use `gcc -shared' to build a shared library.
7879
7880 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7881
7882         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7883         archives.
7884
7885 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
7886
7887         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
7888         libraries when using g++ with native linker.
7889
7890 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
7891
7892         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7893
7894 2001-05-24  Tom Rix <trix@redhat.com>
7895
7896         * configure.in : enable ld for aix
7897
7898 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
7899
7900         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7901         [aix4*|aix5*]: Prepend blank.
7902
7903 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
7904
7905         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7906         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
7907         of subdir/configure scripts to use the new libtool.m4.
7908
7909 2001-05-14  H.J. Lu <hjl@gnu.org>
7910
7911         * config.if (libc_interface): Set to -libc6.2- for cross
7912         compiling to Linux/glibc 2.2.
7913
7914 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
7915
7916         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7917         libgcj.
7918
7919 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7920
7921         * configure.in (noconfigdirs): Don't reset it from scratch in the
7922         target case; only append to it.
7923
7924 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
7925
7926         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7927         sparc-*-solaris2.8]: Disable ${libgcj}.
7928
7929 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
7930
7931         * configure.in (libgcj_saved): Copy from $libgcj.
7932         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7933         --disable-libgcj.
7934
7935 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
7936
7937         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7938         1.641.2.228.
7939
7940 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
7941
7942         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7943         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7944
7945 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
7946
7947         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7948         New macros.
7949         (bootstrap, cross): Use RECURSE_FLAGS.
7950         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7951
7952 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
7953
7954         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7955
7956 2001-03-23  Nick Clifton  <nickc@redhat.com>
7957
7958         * README-maintainer-mode: Add note about inability to use "make
7959         distclean" in maintainer mode.
7960
7961 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7962
7963         Re-installed:
7964         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7965         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7966         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7967         * ltcf-cxx.sh: Likewise.
7968         * ltcf-gcj.sh: Likewise.
7969
7970 2001-03-22  Philip Blundell  <philb@gnu.org>
7971
7972         * config.sub, config.guess: Import latest from subversions.
7973
7974 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
7975
7976         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7977         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7978
7979 2001-03-20  Michael Chastain  <chastain@redhat.com>
7980
7981         * Makefile.in: all-m4 depends on all-texinfo.
7982
7983 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
7984
7985         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7986
7987 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
7988
7989         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
7990         longer valid.
7991
7992 2001-02-16  Nick Clifton  <nickc@redhat.com>
7993
7994         * configure.in (noconfigdirs): Allow configuration of texinfo
7995         for Cygwin hosts.
7996
7997 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7998
7999         * config.guess: Add linux target for S/390.
8000         * config.sub: Likewise.
8001         * configure.in: Likewise.
8002
8003 2001-02-06  Ben Elliston  <bje@redhat.com>
8004
8005         * configure: Output host type to stdout, not stderr.
8006
8007 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8008
8009         * config.guess: Import from subversions.gnu.org (revision 1.181).
8010         * config.sub: Import from subversions.gnu.org (revision 1.199).
8011
8012 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
8013
8014         * config.guess: Handle hppa64-linux systems.
8015
8016 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8017
8018         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8019         Don't unset, it's non-portable and no longer necessary, set to empty
8020         instead.
8021
8022 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8023
8024         * ltconfig: Shell portability fix for the tagname validity check.
8025
8026 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8027
8028         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8029
8030 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
8031
8032         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8033         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8034
8035 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8036
8037         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8038         keep at least one of build_libtool_libs or build_old_libs set to
8039         yes.
8040
8041 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
8042
8043         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8044         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8045
8046 2000-11-07  Philip Blundell  <pb@futuretv.com>
8047
8048         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8049
8050 2000-11-03  Philip Blundell  <pb@futuretv.com>
8051
8052         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8053         files.
8054
8055 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
8056
8057         * COPYING.NEWLIB: Put into source repository.
8058
8059 2001-01-15  Ben Elliston  <bje@redhat.com>
8060
8061         * configure.in (host_tools): Add sid.
8062         Always configure cgen.
8063         * Makefile.in (all-sid): New target.
8064         (check-sid, clean-sid, install-sid): Likewise.
8065
8066 2001-01-07  Andreas Jaeger  <aj@suse.de>
8067
8068         * config.sub, config.guess: Update from subversions.
8069
8070 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
8071
8072         * configure.in: Disable language-specific target libraries for
8073         languages that aren't enabled.
8074
8075 2000-11-24  Nick Clifton  <nickc@redhat.com>
8076
8077         * configure.in (xscale-elf): Add target.
8078         (xscale-coff): Add target.
8079         (c4x, c5x, tic54x): Move after ARM targets.
8080
8081 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
8082
8083         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8084
8085 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
8086
8087         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8088
8089 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8090
8091         * Makefile.in: Merge with GCC and libgcj.
8092         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
8093         configure-target-<library> when their configure scripts need the C
8094         or C++ library to have already been built to work properly.
8095         (do_proto_toplev): Set them to an empty string.
8096
8097 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
8098
8099         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8100         (REALLY_SET_LIB_PATH): Use them.
8101
8102 2000-11-06  Christopher Faylor <cgf@cygnus.com>
8103
8104         * config.sub: Add support for Sun Chorus
8105
8106 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
8107
8108         * config.sub: Add support for the *-storm-chaos OS.
8109
8110 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
8111
8112         * configure.in (noconfigdirs): Don't compile some
8113         of the libraries for 68HC11 & 68hc12 targets.
8114
8115 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
8116
8117         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8118         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
8119         all affected `configure' scripts.
8120
8121 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
8122
8123         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8124         ltcf-c.sh.
8125
8126 2000-09-12  Philip Blundell  <philb@gnu.org>
8127
8128         * config.sub, config.guess: Update from subversions.
8129
8130 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
8131
8132         * Makefile.in (all-zlib): Added dummy target.
8133
8134         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8135         multi-language branch.
8136
8137 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8138
8139         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8140         (bootstrap*): Depend on all-bootstrap.
8141
8142 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
8143
8144         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8145         crosses, but add gcc/include to the header search path for them.
8146
8147 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
8148
8149         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8150         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8151         * gettext.m4: New file, extracted from aclocal.m4.
8152
8153 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
8154
8155         * config-ml.in (CC, CXX): Avoid trailing whitespace.
8156         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8157         sub-configures.
8158
8159 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
8160
8161         * Makefile.in (ALL_MODULES): Add all-cgen.
8162         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8163         (all-cgen): New target.
8164         (all-opcodes,all-sim): Depend on all-cgen.
8165         * configure.in (host_tools): Add cgen.
8166         Only configure cgen if --enable-cgen-maint.
8167
8168 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
8169
8170         * config-ml.in (CC, CXX): Don't introduce a leading space.
8171
8172 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
8173
8174         * configure.in (libstdcxx_flags): Use
8175         libstdc++-v3/src/libstdc++.INC.
8176
8177 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
8178
8179         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8180
8181 2000-08-11  Jason Merrill  <jason@redhat.com>
8182
8183         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8184         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8185         (FLAGS_FOR_TARGET): Not here.
8186         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8187
8188 2000-08-07  DJ Delorie  <dj@redhat.com>
8189
8190         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8191         "if we're also building gcc, and it's a gcc that will run on the
8192         build machine, we want to use its includes instead of the system's
8193         default includes".
8194
8195 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
8196
8197         * configure.in (libstdcxx_flags): Don't use `"'.
8198
8199         * config-ml.in: Adjust multilib search paths to the
8200         appropriate multilib tree.
8201
8202 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
8203
8204         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8205         commas in $LANGUAGES.
8206
8207 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
8208
8209         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8210
8211 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
8212
8213         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8214         CXX_FOR_TARGET for sed.
8215
8216 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
8217
8218         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8219         Do not override if already set in the environment or in configure.
8220         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8221         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8222
8223 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
8224
8225         * Makefile.in (FLAGS_FOR_TARGET): New macro.
8226         (GCC_FOR_TARGET): Use it.
8227         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8228         * configure.in: ... here.
8229         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
8230         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8231
8232 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
8233
8234         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8235         (configure-target-libchill, configure-target-libobjc): Likewise.
8236
8237         * configure.in: Use the same cache file for all target libs.
8238         * config-ml.in: But different cache files per multilib variant.
8239
8240 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8241
8242         * configure (topsrcdir): Don't use dirname.
8243
8244 2000-07-20  Jason Merrill  <jason@redhat.com>
8245
8246         * configure.in: Remove all references to libg++ and librx.
8247
8248         * configure, configure.in, Makefile.in: Unify gcc and binutils.
8249
8250 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
8251
8252         * config.sub: Update to subversions version 2000-07-06.
8253
8254 2000-07-12  Andrew Haley  <aph@cygnus.com>
8255
8256         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8257         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8258
8259 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
8260
8261         * symlink-tree:  Check number of arguments.
8262
8263 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
8264
8265         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8266
8267 2000-07-05  Jim Wilson  <wilson@cygnus.com>
8268
8269         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8270         search path for a g++ extracted from the build tree.  This
8271         will allow link tests run by configure scripts in
8272         subdirectories to succeed.
8273
8274 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
8275
8276         * ltconfig: Add support for mips-dde-sysv4.2MP
8277
8278 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
8279
8280         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8281         `os2'. Force ac_cv_exeext to be ".exe" in that case.
8282
8283 2000-06-19  Timothy Wall  <twall@cygnus.com>
8284
8285         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8286         * config.sub: Add tic54x target.
8287
8288 2000-06-07  Phillip Thomas  <pthomas@suse.de>
8289
8290         * README-maintainer-mode: New file: Contains notes on using
8291         --enable-maintainer-mode with binutils.
8292
8293 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
8294
8295         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8296
8297 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
8298
8299         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8300         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8301
8302 20000-05-21  H.J. Lu  (hjl@gnu.org)
8303
8304         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8305         directory are used if they exist. Make sure
8306         $(build_tooldir)/include is searched for header files,
8307         $(build_tooldir)/lib/ for library files.
8308         (GCC_FOR_TARGET): Likewise.
8309         (CXX_FOR_TARGET): Likewise.
8310
8311 2000-05-18  Jeffrey A Law  (law@cygnus.com)
8312
8313         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8314
8315 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
8316
8317         * Makefile.in (configure-target-libiberty): Depend on
8318         configure-target-newlib.
8319
8320 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
8321
8322         * configure.in, Makefile.in: Merge all libffi-related
8323         configury stuff from the libgcj tree.
8324
8325 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
8326
8327         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8328         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8329
8330 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
8331
8332         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8333         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
8334         current version information.  Add to proto-toplev directory.
8335         (gdb-taz): Build do-djunpack.
8336
8337 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
8338
8339         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8340
8341 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8342
8343         * ltmain.sh: Preserve in relink_command any environment
8344         variables that may affect the linker behavior.
8345
8346 2000-05-12  Jeffrey A Law  (law@cygnus.com)
8347
8348         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8349
8350 2000-05-10  Jim Wilson  <wilson@cygnus.com>
8351
8352         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8353
8354 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
8355
8356         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
8357         with the version name.
8358
8359 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
8360
8361         * config.if: Tweak.
8362
8363 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8364
8365         * djunpack.bat: New file.
8366
8367 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
8368
8369         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
8370         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8371         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8372         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
8373
8374 2000-04-16  Dave Pitts  <dpitts@cozx.com>
8375
8376         * config.sub (case $basic_machine): Change default for "ibm-*"
8377         to "openedition".
8378
8379 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
8380
8381         * Makefile.in (gdb-taz): New target.  GDB specific archive.
8382         (do-md5sum): New target.
8383         (MD5PROG): Define.
8384         (PACKAGE): Default to TOOL.
8385         (VER): Default to a shell script.
8386         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
8387         md5 checksum generation.
8388         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8389         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8390         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
8391         insight.tar.bz2): Use gdb-taz to create archive.
8392
8393 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
8394
8395         * configure (warn_cflags): Delete.
8396
8397 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
8398             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
8399
8400         * configure.in (enable_libstdcxx_v3): Add.
8401         (target_libs): Add bits here to switch between libstdc++-v2 and
8402         libstdc++-v3.
8403         * config.if: And this file too.
8404         * Makefile.in: Add libstdc++-v3 targets.
8405
8406 2000-04-05  Michael Meissner  <meissner@redhat.com>
8407
8408         * config.sub (d30v): Add d30v as a basic machine type.
8409
8410 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
8411
8412         * configure.in: -linux-gnu*, not -linux-gnu.
8413
8414 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
8415
8416         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8417         (do-tar-bz2): Replace TOOL with PACKAGE.
8418         (gdb.tar.bz2): Remove GDBTK from GDB package.
8419         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
8420         dejagnu.tar.bz2): New packages.
8421
8422 2000-02-27  Andreas Jaeger  <aj@suse.de>
8423
8424         * configure.in: Add entry for mips*-*-linux*, move catch all
8425         *-*-*linux* entry below this one.
8426
8427 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
8428
8429         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8430
8431 2000-02-24  Nick Clifton  <nickc@cygnus.com>
8432
8433         * config.sub: Support an OS of "wince".
8434
8435 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
8436
8437         * config.guess, config.sub: Updated to match config's 2000-02-15
8438         version.
8439
8440 2000-02-23  Linas Vepstas <linas@linas.org>
8441
8442         * config.sub: Add support for Linux/IBM 370.
8443         * configure.in: Likewise.
8444
8445 2000-02-22  Nick Clifton  <nickc@cygnus.com>
8446
8447         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8448
8449 2000-02-20  Christopher Faylor <cgf@cygnus.com>
8450
8451         * config.guess: Guess "cygwin" rather than "cygwin32".
8452
8453 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8454
8455         * configure (gcc_version): When setting, narrow search to
8456         lines containing `version_string'.
8457
8458 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8459
8460         * config.sub: Add support for avr target.
8461
8462 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
8463
8464         * config.sub: Add mmix-knuth-mmixware.
8465
8466 2000-01-27  Christopher Faylor <cgf@redhat.com>
8467
8468         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8469         structure stuff to -L library search.
8470         (CXX_FOR_TARGET): Ditto.
8471         (CROSS_CHECK_MODULES): Fix spelling mistake.
8472
8473 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8474
8475         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8476         the C++ compiler.
8477
8478 2000-01-12  Richard Henderson  <rth@cygnus.com>
8479
8480         * configure.in: Don't build some bits for beos.
8481
8482 2000-01-12  Joel Sherrill (joel@OARcorp.com)
8483
8484         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8485         as include files.
8486
8487 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
8488
8489         * configure.in: Use mt-aix43 to handle *_TARGET defs,
8490         not mh-aix43.
8491
8492 1999-12-14  Richard Henderson  <rth@cygnus.com>
8493
8494         * config.guess (alpha-osf, alpha-linux): Detect ev67.
8495         * config.sub: Accept alphaev[78], alphaev8.
8496
8497 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8498
8499         * config.guess, config.sub: Update from autoconf.
8500
8501 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8502
8503         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8504         necessary libraries are missing.
8505
8506 1999-10-25  Andreas Schwab  <schwab@suse.de>
8507
8508         * configure: Fix quoting inside arguments of eval.
8509
8510 1999-10-21  Nick Clifton  <nickc@cygnus.com>
8511
8512         * config-ml.in: Allow suppression of some ARM multilibs.
8513
8514 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
8515
8516         * config.guess: Add OS/390 match pattern.
8517         * config.sub: Add mvs, openedition targets.
8518         * configure.in (i370-ibm-opened*): New.
8519
8520 1999-09-04  Steve Chamberlain  <sac@pobox.com>
8521
8522         * config.sub: Add support for configuring for pj.
8523
8524 1999-08-31  Nick Clifton  <nickc@cygnus.com>
8525
8526         * config.sub (maybe_os): Add support for configuring for fr30.
8527
8528 1999-08-25  Nick Clifton  <nickc@cygnus.com>
8529
8530         * configure.in: Do not configure or build ld for AIX
8531         platforms.  ld is known to be broken on these platforms.
8532
8533 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8534
8535         * config-ml.in: Pass compiler flag corresponding to multidirs to
8536         subdir configures.
8537
8538 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
8539
8540         * Makefile.in (LDFLAGS): Define.
8541
8542 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
8543
8544         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8545         noconfigdirs.
8546         (*-*-cygwin*): Likewise.
8547
8548 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
8549
8550         * mkdep: New file.
8551         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8552         (BINUTILS_SUPPORT_DIRS): Add mkdep.
8553
8554         From Eli Zaretskii <eliz@is.elta.co.il>:
8555         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8556         long file name when using DJGPP on MS-DOS.
8557
8558 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
8559
8560         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8561
8562 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
8563
8564         * Makefile.in (check-target-libio): Remove all-target-libstdc++
8565         dependency as this causes "make check" to globally "make all"
8566
8567 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
8568
8569         * configure.in (target_libs): Added target-zlib.
8570         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8571         (CONFIGURE_TARGET_MODULES): Likewise.
8572         (CHECK_TARGET_MODULES): Likewise.
8573         (INSTALL_TARGET_MODULES): Likewise.
8574         (CLEAN_TARGET_MODULES): Likewise.
8575         (configure-target-zlib): New target.
8576         (all-target-zlib): Likewise.
8577         (all-target-libjava): Depend on all-target-zlib.
8578         (configure-target-libjava): Depend on configure-target-zlib.
8579
8580         * Makefile.in (configure-target-libjava): Depend on
8581         configure-target-newlib.
8582         (configure-target-boehm-gc): New target.
8583         (configure-target-qthreads): New target.
8584
8585         * configure.in (target_libs): Added target-qthreads.
8586         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8587         (CONFIGURE_TARGET_MODULES): Likewise.
8588         (CHECK_TARGET_MODULES): Likewise.
8589         (INSTALL_TARGET_MODULES): Likewise.
8590         (CLEAN_TARGET_MODULES): Likewise.
8591         (all-target-qthreads): New target.
8592         (configure-target-libjava): Depend on configure-target-qthreads.
8593         (all-target-libjava): Depend on all-target-qthreads.
8594
8595         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8596         (CONFIGURE_TARGET_MODULES): Likewise.
8597         (CHECK_TARGET_MODULES): Likewise.
8598         (INSTALL_TARGET_MODULES): Likewise.
8599         (CLEAN_TARGET_MODULES): Likewise.
8600         (all-target-libjava): New target.
8601         (all-target-boehm-gc): Likewise.
8602         * configure.in (target_libs): Added libjava, boehm-gc.
8603
8604 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
8605
8606         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8607         configure.bat in SUPPORT_FILES.
8608         (gas+binutils.tar.bz2): Likewise.
8609
8610         * makeall.bat: Remove; obsolete.
8611
8612 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
8613
8614         From Mark Elbrecht:
8615         * configure.bat: Remove; obsolete.
8616
8617 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
8618
8619         * configure: Add -W -Wall to the default CFLAGS when compiling with
8620         gcc.
8621
8622 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
8623
8624         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8625
8626 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
8627
8628         * configure.in: Build ld on IRIX6.
8629
8630 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
8631
8632         * Makefile.in: Change distribution targets to use bzip2 instead of
8633         gzip.
8634         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8635         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8636
8637 1999-06-04  Nick Clifton  <nickc@cygnus.com>
8638
8639         * config.sub: Add mcore target.
8640
8641 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
8642
8643         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8644
8645 1999-05-25  H.J. Lu  (hjl@gnu.org)
8646
8647         * config.guess (dummy): Changed to $dummy.
8648
8649 1999-05-24  Nick Clifton  <nickc@cygnus.com>
8650
8651         * config.sub: Tidied up case statements.
8652
8653 1999-05-22  Ben Elliston  <bje@cygnus.com>
8654
8655         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8656         <jiro@din.or.jp>.
8657
8658         * config.guess: Merge with FSF version. Future changes will be
8659         more accurately recorded in this ChangeLog.
8660         * config.sub: Likewise.
8661
8662 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
8663
8664          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8665
8666 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8667
8668         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8669
8670 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8671
8672         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8673
8674 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8675
8676         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8677         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8678         Bad merge removed these two changes.
8679
8680 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8681                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8682
8683         * config.guess (interix Alpha): Add.
8684
8685 1999-04-11  Richard Henderson  <rth@cygnus.com>
8686
8687         * configure.in (i?86-*-beos*): Do config gperf; don't config
8688         gdb, newlib, or libgloss.
8689
8690 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8691
8692         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8693         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8694         from multidirs.
8695
8696 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
8697
8698         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8699
8700 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8701
8702         * config.sub: Add support for mcore targets.
8703
8704 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8705
8706         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8707         not mt-ospace, in order to shut up assembler warning about using
8708         symbols that are named the same as registers.
8709
8710 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8711
8712         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8713         dependency list for all-target-cygmon.
8714
8715 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8716
8717         * config-ml.in: Check $host, not $target, for selective multilibs.
8718         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8719         thumb interworking, and underscore prefix multilibs.
8720
8721 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8722
8723         * missing: Update to version from current automake.
8724
8725 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8726
8727         * configure (gxx_include_dir): Removed.
8728
8729         * configure.in (gxx_include_dir): Handle it.
8730         * Makefile.in: Likewise.
8731
8732 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8733
8734         * config.sub (mips64vr4111,mips64vr4111el) Add.
8735
8736 1999-03-21  Ben Elliston  <bje@cygnus.com>
8737
8738         * config.guess: Correct typo for detecting ELF on FreeBSD.
8739
8740 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8741
8742         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8743         config/mh-djgpp.
8744
8745 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8746
8747         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8748         all-target-newlib to dependency list for all-target-bsp.
8749
8750 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8751
8752         * config.sub: Add i386-uwin support.
8753         * config.guess: Likewise.
8754
8755 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8756
8757         * configure.in: cleanup, add mh-*pic handling for arm, special
8758         case powerpc*-*-aix*
8759
8760 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8761
8762         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8763         can be built.
8764
8765 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8766
8767         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8768         targets.
8769
8770 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8771
8772         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8773
8774 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
8775
8776         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8777
8778 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8779
8780         * config.sub: Fix typo in arm recognition.
8781
8782 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
8783
8784         * configure.in (noconfigdirs): Changed target_configdirs to
8785         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8786         rather than m68k-*-* since it is not known to work on
8787         m68k-aout. Ditto for arm-*-*oabi.
8788
8789 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
8790
8791         * configure.in (*-*-windows*): Remove, no longer used.
8792
8793 1999-02-19  Ben Elliston <bje@cygnus.com>
8794
8795         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8796         Smart and improved by Andrew Cagney.
8797
8798 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
8799
8800         * config.guess: Recognize openbsd-*-hppa.
8801
8802 1999-02-17  H.J. Lu  (hjl@gnu.org)
8803
8804         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8805         only if it is not empty.
8806
8807 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8808
8809         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8810
8811         * config.guess: Modified to recognize uname's armv* syntax.
8812
8813         * config.sub: Modified to recognize uname's armv* syntax.
8814
8815 1999-02-17  Mark Salter  <msalter@cygnus.com>
8816
8817         * configure.in: Added target-bsp for sparclite.
8818
8819 1999-02-08  Richard Henderson  <rth@cygnus.com>
8820
8821         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8822
8823 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8824
8825         * configure.in: Add support for strongarm port.
8826         * config.sub: Add support for strongarm target.
8827
8828 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
8829
8830         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8831         the old name config/mh-cygwin32.
8832         Enable texinfo.
8833
8834 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
8835
8836         * configure.in: Do build ld for ix86 Solaris.
8837
8838 1999-02-02  Jim Wilson  <wilson@cygnus.com>
8839
8840         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8841         $AR_FOR_TARGET.  Likewise for RANLIB.
8842
8843 1999-02-02  Catherine Moore  <clm@cygnus.com>
8844
8845         * config.sub (oabi):  Recognize.
8846         * configure.in (arm-*-oabi):  Handle.
8847
8848 1999-01-30  Robert Lipe  (robertlipe@usa.net)
8849
8850         * config.guess: Improve detection of i686 on UnixWare 7.
8851
8852 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
8853
8854         * config.guess: Add support for i386-pc-interix.
8855         * config.sub: Likewise.
8856         * configure.in: Likewise.
8857
8858 1999-01-18  Christopher Faylor <cgf@cygnus.com>
8859
8860         * Makefile.in: Remove unneeded all-target-libio from
8861         from all-target-winsup target since it is now unneeded.
8862         Add all-target-libtermcap in its place since it is now
8863         needed.
8864
8865 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8866
8867         * configure.in: makefile stub for cygwin target is probably
8868         unnecessary.  Remove it for now.
8869
8870 1998-12-30  Christopher Faylor <cgf@cygnus.com>
8871
8872         * configure.in: libtermcap.a should be built when cygwin is the
8873         target as well as the host.
8874         * config.guess: Allow mixed case in cygwin uname output.
8875         * Makefile.in: Add libtermcap target.
8876
8877 1998-12-23  Jeffrey A Law  (law@cygnus.com)
8878
8879         * config.sub: Clean up handling of hppa2.0.
8880
8881 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
8882
8883         * config.guess: Use C code to identify more HP machines.
8884
8885 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8886
8887         * config.sub: Handle hppa2.0.
8888
8889 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8890
8891         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8892         cygmon for all sparclite targets, regardless of object format.
8893
8894 1998-12-15  Mark Salter  <msalter@cygnus.com>
8895
8896         * configure.in: Added target-bsp for several target architectures.
8897
8898         * Makefile.in: Added rules for bsp.
8899
8900 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8901
8902         * config.guess: Improve detection of hppa2.0 processors.
8903
8904 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8905
8906         * config.guess: Recognize FreeBSD using ELF automatically.
8907
8908 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8909
8910         * configure (skip-this-dir): Add handling for new shell script, which
8911         might be created by a sub-directory's configure to indicate, this particular
8912         directory is "unwanted".
8913         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8914
8915 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8916
8917         * ltconfig: import from libtool, after changing libtool to
8918         account for the cygwin name change.
8919
8920 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8921
8922         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8923         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8924
8925 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8926
8927         * configure.in: Add libtermcap to list of cygwin dependencies.
8928
8929 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
8930
8931         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8932         they include winsup/include when it's a cygwin target.
8933
8934 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8935
8936         * configure.in (host_tools): Added zip.
8937         * Makefile.in (all-target-libjava): Depend on all-zip.
8938         (all-zip): New target.
8939         (ALL_MODULES): Added all-zip.
8940         (NATIVE_CHECK_MODULES): Added check-zip.
8941         (INSTALL_MODULES): Added install-zip.
8942         (CLEAN_MODULES): Added clean-zip.
8943
8944 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
8945
8946         * Makefile.in: lose "32" from comment about cygwin.
8947
8948 1998-11-05  Nick Clifton  <nickc@cygnus.com>
8949
8950         * configure.in: Use -Os to build target libraries for the fr30.
8951
8952 1998-11-04  Dave Brolley  <brolley@cygnus.com>
8953
8954         * config.sub: Add fr30.
8955
8956 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
8957
8958         * configure.in: drop "32" from config/mh-cygwin32.  Check
8959         cygwin* instead of cygwin32*.
8960         * config.sub: Check cygwin* instead of cygwin32*.
8961
8962 1998-10-22  Robert Lipe  <robertl@dgii.com>
8963
8964         * config.guess: Match any version of Unixware7.
8965
8966 1998-10-20  Syd Polk  <spolk@cygnus.com>
8967
8968         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8969         if desired.
8970
8971 1998-10-18  Jeffrey A Law  (law@cygnus.com)
8972
8973         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8974         these if the appropriate directories and files to not exist.
8975
8976 1998-10-14  Jeffrey A Law  (law@cygnus.com)
8977
8978         * Makefile.in (DEVO_SUPPORT): Add config.if.
8979
8980 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
8981
8982         * configure: Add pattern to replace "build_tooldir"'s
8983         definition in the generated Makefile with "tooldir"'s
8984         actual value.
8985
8986 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8987
8988         * config.sub: Bring back lost sparcv9.
8989
8990         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8991
8992 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8993
8994         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8995         CC_FOR_TARGET and friends.
8996
8997 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8998
8999         * Makefile.in (build_tooldir): New variable, same as tooldir.
9000         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9001         -B$(build_tooldir)/bin/.
9002         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9003
9004 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
9005
9006         * config.sub: Add support for i[34567]86-pc-udk.
9007         * configure.in: Likewise.
9008
9009 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
9010
9011         * Makefile.in: add bzip2 package building bits for user
9012         tools module
9013         * configure.in: ditto
9014
9015 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
9016
9017         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9018         (ALL_TARGET_MODULES): Add all-target-libobjc.
9019         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9020         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9021         (all-target-libchill): Add dependencies.
9022         * configure.in (target_libs): Add libchill.
9023
9024 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
9025
9026         * configure.in (target_subdir): Remove duplicate line.
9027
9028 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
9029
9030         * Makefile.in (all-automake): fix dependencies.
9031
9032 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
9033
9034         * configure.in: Minor cleanups for building in the $(target_alias)
9035         subdir.
9036
9037 1998-09-22  Jim Wilson  <wilson@cygnus.com>
9038
9039         * Makefile.in (bootstrap): Set r and s before make all.  Use
9040         BASE_FLAGS_TO_PASS in make all.
9041         (cross): Likewise.
9042
9043 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
9044
9045         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9046
9047 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
9048
9049         * config.sub: Fix typo in last change.
9050
9051 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9052
9053         * config.sub: Add support for C4x target.
9054         * configure.in: Likewise.
9055
9056 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
9057
9058         * config.sub: Recognize sparcv9 just like sparc64.
9059
9060 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
9061
9062         * config.guess: Match "Pent II" or "PentII" for OpenServer.
9063
9064 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
9065
9066         * config.guess: Correctly identify Pentium II sco boxes.
9067
9068         * config.guess: Fix "tr" code.  From Weiwen Liu.
9069
9070 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
9071
9072         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9073         stabs.
9074
9075 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
9076
9077         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9078         (ALL_TARGET_MODULES): Add all-target-libchill.
9079         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9080         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9081         (all-target-libchill): Add dependencies.
9082         * configure.in (target_libs): Add libchill.
9083
9084 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9085
9086         * config.guess: Avoid assumptions about "tr" behaves when
9087         LANG is set to something other than English.
9088
9089 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
9090
9091         * configure (gxx_include_dir): Changed to
9092         '${prefix}/include/g++'-${libstdcxx_interface}.
9093
9094         * config.if: New to determine the interfaces.
9095
9096 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
9097
9098         * config.guess: Detect and handle MPE/IX.
9099         * config.sub: Deal with MPE/IX.
9100
9101 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
9102
9103         * configure.in: Use mh-aix43.
9104
9105 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
9106
9107         * configure: Fix --without/--disable cases for gxx-include-dir.
9108
9109 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
9110
9111         * mdata-sh:  Imported.  Needed for automake support.
9112
9113 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
9114
9115         * Makefile.in (taz): Try "chmod -R og=u ." before
9116         "chmod og=u `find . -print`".
9117
9118 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
9119
9120         * configure.in: Add arm-elf and thumb-elf support.
9121
9122 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
9123
9124         * Makefile.in: Undo previous patch.
9125
9126 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
9127
9128         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9129         to here ...
9130         (install-no-fixedincludes): and here
9131         (INSTALL_MODULES): ... from here.
9132
9133 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9134
9135         * config.sub: Merge with FSF.
9136
9137         * config.guess: Merge with FSF.
9138
9139 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
9140
9141         * configure (extraconfigdirs): New variable.
9142         (SUBDIRS): Add extraconfigdirs and recurse on them too.
9143         * Makefile.in (all): Move higher in file.
9144         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9145         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9146         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9147         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9148         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9149
9150 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
9151
9152         * Makefile.in (all-target-libjava): Depend on all-gcc and
9153         all-target-newlib.
9154         (configure-target-libjava): Depend on $(ALL_GCC).
9155
9156 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
9157
9158         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9159         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9160
9161 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9162
9163         * ylwrap: Change absolute path checks to check for DOS style path
9164         names.
9165
9166         * ylwrap: Don't use a full path name if the source file is in the
9167         same directory.  From hjl@lucon.org (H.J. Lu).
9168
9169         * config-ml.in: Default to being verbose, to match Feb 18 change to
9170         configure.
9171
9172 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
9173
9174         Brought over from egcs:
9175
9176         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9177
9178         * configure.in (target_subdir): Set to ${target_alias} instead
9179         of "libraries".
9180
9181         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9182
9183         * configure.in (target_subdir): Set to libraries if enable_multilib.
9184
9185 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
9186
9187         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9188         multilibs, force reconfiguration the first time we create
9189         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9190
9191 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
9192
9193         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9194         avoid confusion with --no-recursion.
9195
9196 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
9197
9198         * configure.in: Win32 hosts shouldn't use install -x
9199         * install-sh: remove -x option, and special .exe-handling
9200         hack.
9201
9202 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
9203
9204         * config.guess: Recognize i586-pc-beos.
9205         * configure.in: Don't build some bits for beos.
9206
9207 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9208
9209         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9210         CFLAGS default to -O2.
9211
9212         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9213         when using GNU ld.
9214
9215 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
9216
9217         * ltmain.sh: Correct install when using a different shell.
9218
9219 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9220
9221         * ltconfig, ltmain.sh: Update to libtool 1.2b.
9222
9223 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
9224
9225         * makefile.vms: Update to build binutils/makefile.vms.  Add install
9226         target.
9227
9228 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
9229
9230         * ltconfig: Update to correct AIX handling.
9231
9232 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
9233
9234         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9235
9236         * configure.in (target_subdir): Set to ${target_alias} instead
9237         of "libraries".
9238
9239 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
9240
9241         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9242         (Makefile): Depend on $(gcc_version_trigger).
9243
9244         * configure (gcc_version): Change default initializer to empty
9245         string.
9246         (gcc_version_trigger): New variable; pass this variable down
9247         to subdir configures to enable them checking gcc's version
9248         themselves. Emit make macros for both gcc_version vars.
9249         (topsrcdir): Initialize reliably.
9250         (recursion line): Remove --with-gcc-version=${gcc_version}.
9251
9252 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9253
9254         * configure (enable_version_specific_runtime_libs): Implement new flag
9255         --enable-version-specific-runtime-libs which installs C++ runtime stuff
9256         in $(libsubdir); emit definition in each generated Makefile.
9257         (gxx_include_dir): Initialize depending on
9258         $enable_version_specific_runtime_libs.
9259
9260 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
9261
9262         * configure (gcc_version): Initialize properly depending on
9263         how and where configure is started.
9264         (recursion line): Pass a --with-gcc-version=${gcc_version}
9265         to configures in subdirs.
9266
9267 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
9268
9269         * configure.in (noconfigdirs): Add configure pattern for mips tx39
9270         cygmon
9271
9272 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
9273
9274         * configure.in: Add cygmon and libstub support for mn10200.
9275
9276 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
9277
9278         * configure (gcc_version): Add new variable describing the
9279         particular gcc version we're building.
9280         * Makefile.in (libsubdir): Add new macro for the directory
9281         in which the compiler finds executables, libraries, etc.
9282         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9283         and libsubdir.
9284
9285 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9286
9287         * Makefile.in (local-clean): Remove *.log.
9288         (warning.log): Built with warn_summary from build.log.
9289         (mail-report.log): Run test_summary.
9290         (mail-report-with-warnings.log): Run test_summary including
9291         warning.log in the report.
9292
9293 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
9294
9295         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9296
9297 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
9298
9299         * Makefile.in (grep): Grep no longer depends on libiberty.
9300
9301 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
9302
9303         * Makefile.in: all-snavigator needs all-libgui.
9304
9305 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
9306
9307         * configure.in: Add cygmon and libstub support for mn10300.
9308
9309 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
9310
9311         * missing: Update to version from automake 1.3.
9312
9313         * ltmain.sh: On installation, don't get confused if the same name
9314         appears more than once in the list of library names.
9315
9316 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9317
9318         * config.sub: Accept m68060 and m5200 as CPU names.
9319
9320 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
9321
9322         * configure: Use && rather than using -a in test, because odd
9323         strings can confuse test.
9324         * configure.in: Likewise.
9325
9326 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9327
9328         * ltconfig, ltmain.sh: Bring in Visual C++ support.
9329
9330 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9331
9332         * Makefile.in (boostrap2-lean, bootstrap3-lean,
9333         bootstrap4-lean): New targets.
9334
9335 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
9336
9337         * mpw-* Delete.  Not used.
9338
9339 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
9340
9341         * COPYING.LIB: Update FSF address.
9342
9343 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
9344
9345         * ltconfig, ltmain.sh: Update to libtool 1.2a.
9346
9347         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9348         GAS_SUPPORT_DIRS.
9349
9350 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
9351
9352         * ltconfig, ltmain.sh: Avoid producing a version number if
9353         -version-info was not used.
9354
9355 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9356
9357         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9358         building with newlib.
9359
9360 1998-04-30  Paul Eggert  <eggert@twinsun.com>
9361
9362         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
9363         Solaris `make' causes it to continue to next definition.
9364
9365 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9366
9367         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9368         the right GUI libraries and files are installed along with GDB.
9369
9370 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9371
9372         * configure.in: Change alpha to alpha* in several places.
9373
9374 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
9375
9376         * config.sub: Recognize sparc86x.
9377
9378 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
9379
9380         * configure.in (--enable-target-optspace): Remove debug echo.
9381
9382 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
9383
9384         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9385
9386 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
9387
9388         * ltconfig: Update cygwin32 support.
9389
9390         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9391         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9392         (GDB_SUPPORT_DIRS): Likewise.
9393
9394 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
9395
9396         * configure.in (target_makefile_frag): If --enable-target-optspace,
9397         use -Os to compile target libraries rather than -O2.  Default to
9398         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9399         not used.
9400         * configure.in (target_cflags): Ditto for d30v.
9401
9402 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
9403
9404         * Makefile.in (all-bfd): Depend on all-intl.
9405         (all-binutils): Likewise.
9406         (all-gas): Likewise.
9407         (all-gprof): Likewise.
9408         (all-ld): Likewise.
9409
9410 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
9411
9412         * configure.in (host_tools): Fix typo, lbtool -> libtool.
9413
9414 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
9415
9416         * Makefile.in (all-bfd): Depend upon all-libiberty.
9417
9418         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9419
9420 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
9421
9422         * Makefile.in: Add libstub.
9423
9424         * configure.in: Ditto. Build libstub for targets that have cygmon
9425         support.
9426
9427 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
9428
9429         * configure.in: Don't set PICFLAG on ix86-cygwin32.
9430
9431 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
9432
9433         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9434         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
9435
9436 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
9437
9438         * configure: Define DEFAULT_M4 by searching PATH.
9439         * Makfile.in: Use DEFAULT_M4.
9440
9441 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
9442
9443         * ltconfig: Add cygwin32 support.
9444
9445         * Makefile.in, configure.in: Add libtool as a native only directory
9446         to configure and build.
9447
9448 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
9449
9450         * Makefile.in (INSTALL_MODULES): Remove texinfo.
9451
9452 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
9453
9454         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9455
9456 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
9457
9458         * Makefile.in: add ash make rules
9459         * configure.in: add ash to native_only and host_tools lists
9460
9461 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
9462
9463         * Makefile.in (all-gettext, all-intl): New targets.
9464         (ALL_MODULES): Added all-gettext, all-intl.
9465         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9466         (INSTALL_MODULES): Added install-gettext, install-intl.
9467         (CLEAN_MODULES): Added clean-gettext, clean-intl.
9468
9469         * configure.in (host_tools): Added gettext.
9470         (native_only): Likewise.
9471         (noconfigdirs) [various cases]: Likewise.
9472         (host_libs): Added intl.
9473
9474 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
9475
9476         * configure: Do not disable building gdbtk for cygwin32 hosts.
9477
9478 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
9479
9480         * configure.in: Add thumb-coff target.
9481         * config.sub: Add thumb-coff target.
9482
9483 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9484
9485         * Makefile.in: Revert yesterday's change.
9486         (all-target-winsup):  all-target-librx stays out of here.
9487
9488 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9489
9490         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9491         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9492         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9493         Remove references to librx and libg++.
9494
9495 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
9496
9497         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9498         recursive makes
9499
9500 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
9501
9502         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9503         for newlib directory.
9504         (CXX_FOR_TARGET): Likewise.
9505
9506 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
9507
9508         * ltconfig: Update after libtool/ltconfig.in change for
9509         hpux11.
9510
9511 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
9512
9513         * ltconfig, ltmain.sh: Update to libtool 1.2.
9514
9515 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9516
9517         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9518         (install-gcc-cross): Instead, override LANGUAGES here.
9519
9520 1998-03-18  Dave Love  <d.love@dl.ac.uk>
9521
9522         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9523         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9524
9525 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
9526
9527         * configure.in: Add Thumb-pe target.
9528
9529 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
9530
9531         * Makefile.in - changed sn targets to snavigator
9532         * configure.in - changed sn targets to snavigator
9533
9534 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9535
9536         * config-ml.in: After building symlink tree call make distclean
9537         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9538         to be the case for libiberty.
9539
9540 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
9541
9542         * configure: When making link, also check the current
9543         directory. The configure scripts may create one.
9544
9545 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
9546
9547         * config.sub: Accept alphapca56 and alphaev6 properly.
9548
9549 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9550
9551         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9552
9553 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9554
9555         * config.sub (sco5): Fix typo.
9556
9557 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
9558
9559         * Makefile.in (INSTALL_MODULES): Move install-tcl before
9560         install-itcl.
9561         (install-itcl): Remove dependency on install-tcl.
9562
9563 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
9564
9565         * configure.in: Remove libgloss from noconfigdirs for MN10300.
9566
9567 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
9568
9569         * configure.in: Don't build libgui for a cygwin32 target when not on
9570         a cygwin32 host.
9571
9572 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9573
9574         * configure (redirect): Set to null, so default behavior of
9575         configure is now --verbose.
9576
9577 1998-02-16  Dave Love  <d.love@dl.ac.uk>
9578
9579         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9580         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9581
9582 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
9583
9584         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9585         this change to sync Makefile.in with its ChangeLog entries.
9586
9587 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
9588
9589         * ltmain.sh (mkdir): Check that the directory doesn't exist
9590         before we exit with error, so that we don't get races during
9591         parallel builds.
9592
9593 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
9594
9595         * ltconfig, ltmain.sh: Update from libtool 1.0i.
9596
9597 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9598
9599         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9600         PICFLAG_FOR_TARGET.
9601         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9602
9603         * configure: Emit a definition for the new macro enable_shared
9604         into each Makefile.
9605
9606 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9607
9608         * configure.in (host_tools, native_only): Add libtool.
9609
9610 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
9611
9612         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9613         Fix typo in ming config comment.
9614
9615 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9616
9617         * ltconfig, ltmain.sh: Update from libtool 1.0h.
9618
9619 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
9620
9621         * config.sub: Add tic30 cases, and map c30 to tic30.
9622
9623 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
9624
9625         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9626         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9627         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9628         (CLEAN_TARGET_MODULES): Similarly
9629         (all-target-libf2c): Add dependences.
9630         * configure.in (target_libs): Add libf2c.
9631
9632 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
9633
9634         * configure.in: Remove expect from noconfigdirs when target
9635         is cygwin32.  OK to build expect and dejagnu with Canadian
9636         Cross.
9637
9638 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
9639
9640         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9641         host.
9642
9643         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9644         and mingw32.
9645
9646 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9647
9648         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9649         here as it is not defined in the toplevel Makefile.
9650
9651 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9652
9653         * configure (package_makefile_rules_frag): New variable, which names
9654         a file with generic rules, ...
9655         Change comment to mention we now have FIVE parts.
9656         * configure: Undo last change.
9657
9658 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9659
9660         * config.guess: More accurate determination of HP processor types.
9661         * config.sub: More accurate determination of HP processor types.
9662
9663 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9664
9665         * configure (package_makefile_frag): Move inserting the
9666         ${package_makefile_frag} to where it should be according
9667         to the comment.
9668
9669 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9670
9671         * config.guess: Add support for Linux/ARM.
9672
9673 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9674
9675         * .cvsignore: Remove *-info and *-install since they match
9676         release-info and mpw-install, which we don't want to just ignore.
9677
9678 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9679
9680         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9681
9682 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9683
9684         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9685         local_prefix to sub-make invocations.
9686
9687 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9688
9689         * configure.in: Check makefile fragments in the source
9690         directory.
9691
9692 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9693
9694         * configure.in: Check whether host and target makefile
9695         fragments exist before adding them to *_makefile_frag.
9696
9697 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9698
9699         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9700
9701 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9702
9703         * configure.in: Make sure we only replace RPATH_ENVVAR on
9704         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9705         regexp to sed.
9706
9707         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9708         to sub-makes.
9709
9710 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9711
9712         * config-ml.in (multi-do): LDFLAGS must include multilib
9713         designator.
9714
9715 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9716
9717         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9718
9719 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9720
9721         * config.sub: Add mingw32 support.
9722         * configure.in: Likewise.
9723
9724 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9725
9726         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9727
9728 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9729
9730         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9731         * configure (gxx_include_dir): Provide a definition for subdirs
9732         which do not use autoconf.
9733
9734 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9735
9736         * config.guess: Sync with egcs.  Picks up new alpha support,
9737         BeOS & some additional linux support.
9738
9739 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9740
9741         * config.guess: HP 9000/803 is a PA1.1 machine.
9742
9743 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9744
9745         * configure.in: It's alpha*-...
9746
9747 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9748
9749         * configure.in (host_makefile_frag, target_makefile_frag):
9750         Handle multiple config files.
9751         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9752         alpha-*-*.
9753
9754 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9755
9756         * mkdep: New file.
9757
9758 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9759
9760         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9761
9762 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9763
9764         * Makefile.in: Add libgui directory.
9765         (GDB_TK): Add all-libgui.
9766         * configure.in: Add libgui directory.
9767         * configure: Add all-libgui to GDB_TK.
9768
9769 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9770
9771         * config-ml.in (multidirs): Add m32r to multilib list.
9772
9773 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9774
9775         * Makefile.in (all-target-gperf): Change dependency to
9776         all-target-libstdc++.
9777
9778 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9779
9780         * config.guess: Add BeOS support.
9781
9782 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9783
9784         Source directory cvs renamed to cvssrc:
9785         * configure.in (host_tools): Change cvs to cvssrc.
9786         (native_only): Likewise.
9787         (noconfigdirs) [various cases]: Likewise.
9788         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9789         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9790         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9791         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9792         (all-cvssrc): Rename target from all-cvs.
9793
9794 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9795
9796         * configure (gxx_include_dir): Fix thinko.
9797
9798 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9799
9800         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9801         (install-cross, install-gcc-cross): New targets.
9802
9803 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9804
9805         * configure.in (noconfigdirs): Add support for Thumb target.
9806
9807         * config.sub (maybe_os): Add support for Thumb target.
9808
9809 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9810
9811         * Makefile.in: Add rules for cygmon.
9812
9813         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9814
9815 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9816
9817         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9818         * configure (gxx_include_dir): Provide a definition for subdirs
9819         which do not use autoconf.
9820
9821 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9822
9823         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9824         11/18/97 build
9825
9826 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9827
9828         * From Franz Sirl.
9829         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9830         found on RedHat Linux systems.
9831
9832 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9833
9834         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9835         guesses.
9836
9837 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9838
9839         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9840
9841 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9842
9843         * ltmain.sh: If mkdir fails, check whether the directory was created
9844         anyhow by some other process.
9845
9846 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9847
9848         * configure.in (d30v-*-*): Configure all directories.
9849
9850 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9851
9852         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9853         for the D30V.
9854
9855 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9856
9857         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9858
9859 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9860
9861         * include/libiberty.h: Add extern "C" { so it can be used with C++
9862         progrms.
9863         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9864         programs.
9865
9866 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9867
9868         * configure.in (d30v-*-*): Configure GCC now.
9869
9870 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9871
9872         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9873         is no longer needed.
9874
9875 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9876
9877         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9878
9879 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9880
9881         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9882         targets using "$@" to provide support for similar but not identical
9883         targets without having to duplicate code.
9884
9885 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9886
9887         * makefile.vms: Fix to work with DEC C.
9888
9889 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9890
9891         * config.sub: Add mips-tx39-elf to marketing names.
9892
9893 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9894
9895         * ltmain.sh: Handle symlinks in generated script.
9896
9897 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9898
9899         * configure: Handle autoconf style directory options: --bindir,
9900         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9901         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9902         --sysconfdir.
9903         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9904         (sharedstatedir, localstatedir, oldincludedir): New variables.
9905         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9906         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9907         sbindir, sharedstatedir, and sysconfdir.
9908
9909 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9910
9911         * Makefile.in (bootstrap-lean): New target.
9912
9913 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9914
9915         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9916         sn, and gnuserv from noconfigdirs.
9917
9918 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9919
9920         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9921
9922 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9923
9924         * Makefile.in (cross): New target.
9925
9926 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9927                           Jeff Law         <law@cygnus.com>
9928
9929         * Makefile.in (bootstrap2, bootstrap3): New targets.
9930         (all-bootstrap): Remove outdated and confusing target.
9931         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9932
9933 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9934
9935         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9936         windows.  Consistent with gdb/configure.
9937
9938 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9939
9940         * configure.in: Name Linux target fragment.
9941
9942         * configure: Rewrite so that project Makefile fragment is inserted
9943         first and appears last in the resulting Makefile.
9944
9945 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9946
9947         * Makefile.in (install-itcl): Install tcl first.
9948
9949 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9950
9951         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9952
9953 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9954
9955         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9956
9957         * configure.in (skipdirs): Add target-librx for Linux.
9958         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9959
9960 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9961
9962         * Makefile.in (bootstrap): New target.
9963
9964 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9965
9966         * config.sub: Accept 'amigados' for backward compatability.
9967
9968 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9969
9970         * config.guess: Merge with FSF.
9971
9972 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9973
9974         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9975
9976 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9977
9978         * config.sub: Add "marketing-names" patch.
9979
9980 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9981
9982         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9983
9984 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9985
9986         * config.sub: Handle v850-elf.
9987
9988 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9989
9990         * .cvsignore (*-install): Remove.
9991
9992 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9993
9994         * ltconfig: Set CONFIG_SHELL in libtool.
9995         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9996
9997 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9998
9999         * configure.in (target_subdir): Set to libraries if enable_multilib.
10000
10001 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
10002
10003         * config.guess: Update from gcc directory.
10004
10005 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10006
10007         * Makefile.in (all-sim): Depends on all-readline.
10008
10009 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10010
10011         * Makefile.in (BISON, YACC): Use $$s.
10012         (all-bison): Depend on all-texinfo.
10013
10014 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
10015
10016         * Makefile.in (BISON): Add -L flag.
10017         (YACC): Likewise.
10018
10019 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10020
10021         * configure.in (noconfigdirs): Add support for v850e target.
10022
10023         * config.sub (maybe_os): Add support for v850e target.
10024
10025 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
10026
10027         * configure.in (noconfigdirs): Add support for v850ea target.
10028
10029         * config.sub (maybe_os): Add support for v850ea target.
10030
10031 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
10032
10033         * config.sub: Add mipstx39.  Delete r3900.
10034
10035 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10036
10037         * Makefile.in (all-autoconf): Depends on all-texinfo.
10038
10039 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
10040
10041         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10042         eabi targets.
10043
10044 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
10045
10046         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10047
10048         * configure: When handling a Canadian Cross, handle YACC as well as
10049         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
10050         * Makefile.in (all-bison): Depend upon all-texinfo.
10051
10052 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10053
10054         * Makefile.in (BISON): bison, not byacc or bison -y.
10055         (YACC): bison -y or byacc or yacc.
10056         (various): Add *-bison as appropriate.
10057         (taz): No need to mess with BISON anymore.
10058
10059 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
10060
10061         * configure: If OSTYPE matches *win32*, try to find a good value for
10062         CONFIG_SHELL.
10063
10064 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
10065
10066         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10067         configure.in if it is present.
10068
10069 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
10070
10071         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10072
10073 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
10074
10075         * config.sub: Recognize `arc' cpu.
10076         * configure.in: Likewise.
10077         * config-ml.in: Likewise.
10078
10079 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
10080
10081         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10082
10083 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
10084
10085         * configure: Changed sed delimiter from ':' to '|' when
10086         attempting to substitute ${config_shell} for SHELL. On
10087         NT ${config_shell} may contain a ':' in it.
10088
10089 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10090
10091         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10092
10093 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
10094
10095         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10096
10097 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10098
10099         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10100
10101         * ylwrap: If the program is a relative path, force it to be
10102         absolute.
10103
10104 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10105
10106         * configure (tooldir): Set BISON to `bison -y' and not just bison.
10107
10108 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10109
10110         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
10111         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10112         for libraries.
10113
10114 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10115
10116         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
10117         separated by spaces.
10118
10119 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
10120
10121         * ylwrap: New file.
10122         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10123
10124         * ltmain.sh: Handle /bin/sh at start of install program.
10125
10126         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10127
10128         * ltconfig, ltmain.sh: New files, from libtool 1.0.
10129         * missing: New file, from automake 1.2.
10130
10131 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
10132
10133         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
10134         check-tk to CHECK_X11_MODULES.
10135
10136 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10137
10138         * config.sub: Merge with FSF.
10139
10140 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
10141
10142         * config.guess: Merge with FSF.
10143
10144 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10145
10146         * configure: Treat msdosdjgpp like go32.
10147         * configure.in: Likewise.  Don't remove gprof for go32.
10148
10149         * configure: Change Makefile.tem2 to Makefile.tm2.
10150
10151 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
10152
10153         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10154
10155 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10156
10157         * install-sh (chmodcmd): Set to null if the DST directory already
10158         exists.  Same as Nov 11th change.
10159
10160 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
10161
10162         * configure (GDB_TK): Needs itcl and tix.
10163
10164 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
10165
10166         * config.guess: Update from FSF.
10167
10168 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
10169
10170         * Makefile.in (GDB_TK): Depend on itcl and tix.
10171
10172 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10173
10174         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10175         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10176         (INSTALL_SCRIPT): New variable.
10177         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10178         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10179         to -x.
10180         * install-sh: Add support for -x option.
10181
10182 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
10183
10184         * configure.in, Makefile.in: Treat tix like itcl.
10185
10186 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10187
10188         * Makefile.in (WINDRES): New variable.
10189         (WINDRES_FOR_TARGET): New variable.
10190         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10191         (EXTRA_HOST_FLAGS): Add WINDRES.
10192         (EXTRA_TARGET_FLAGS): Add WINDRES.
10193         (EXTRA_GCC_FLAGS): Add WINDRES.
10194         ($(DO_X)): Pass down WINDRES.
10195         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10196         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10197         DLLTOOL_FOR_TARGET.
10198
10199 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
10200
10201         * configure.in: configure sim before gdb for win32-x-ppc
10202
10203 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10204
10205         Move gperf into the toplevel, from libg++.
10206         * configure.in (target_tools): Add target-gperf.
10207         (native_only): Add target-gperf.
10208         * Makefile.in (all-target-gperf): New target, depend on
10209         all-target-libg++.
10210         (configure-target-gperf): Empty rule.
10211         (ALL_TARGET_MODULES): Add all-target-gperf.
10212         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10213         (CHECK_TARGET_MODULES): Add check-target-gperf.
10214         (INSTALL_TARGET_MODULES): Add install-target-gperf.
10215         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10216
10217 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
10218
10219         * config.sub (mn10200): Recognize new basic machine.
10220
10221 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10222
10223         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10224         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10225
10226 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10227
10228         * configure.in: If we're building mips-sgi-irix6* native, turn on
10229         ENABLE_MULTILIB and set TARGET_SUBDIR.
10230
10231 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
10232
10233         * Makefile.in (all-sn): Depend on all-grep.
10234
10235 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
10236
10237         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10238
10239         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10240         Makefile.  From Jeff Makey <jeff@cts.com>.
10241         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10242
10243         * Makefile.in (DISTBISONFILES): Remove.
10244         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
10245         $(DEFAULT_YACC).
10246
10247         * configure.in: Build itl, db, sn, etc., when building for native
10248         cygwin32.
10249
10250         * Makefile.in (LD): New variable.
10251         (EXTRA_HOST_FLAGS): Pass down LD.
10252         ($(DO_X)): Likewise.
10253
10254 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
10255
10256         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10257
10258 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10259
10260         * configure.in (targargs): Strip out any supplied --build argument
10261         before adding our own. Always add --build.
10262
10263 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10264
10265         * configure.in (targargs): Pass --build if we're doing
10266         a cross-compile.
10267
10268 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
10269
10270         * configure: Use '|' instead of ":" as the separator in
10271         sed. Otherwise sed chokes on NT path names with drive
10272         designators. Also look for "?:*" as the leading characters in an
10273         absolute pathname.
10274
10275 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
10276
10277         * config.sub: Support for r3900.
10278
10279 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10280
10281         * configure.in: Use install-sh, not install.sh.
10282
10283 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
10284
10285         * Makefile.in (taz): Improve check for BISON so it doesn't try to
10286         apply it twice.
10287
10288 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
10289
10290         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10291         install-binutils.
10292
10293 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10294
10295         * Makefile.in: Add automake targets.
10296         * configure.in (host_tools): Add automake.
10297
10298 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10299
10300         * configure: Default CXX to c++, not gcc.
10301         * Makefile.in (CXX): Set to c++, not gcc.
10302         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10303
10304 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
10305
10306         * install-sh: try appending a .exe if source file doesn't
10307         exist
10308
10309 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10310
10311         * configure.in: Turn on multilib by default.
10312         (cross_only): Remove target-libiberty.
10313
10314         * Makefile.in (all-gcc): Don't depend on libiberty.
10315
10316 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
10317
10318         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10319
10320 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10321
10322         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10323         (DISTBISONFILES): Add ld/Makefile.in
10324
10325 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
10326
10327         * configure.in: if target is cygwin32 but host isn't cygwin32,
10328         don't configure gdb tcl tk expect, not just gdb.
10329
10330 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
10331
10332         * configure.in: Added gnuserv everywhere sn appears.
10333
10334         * Makefile.in (ALL_MODULES): Added all-gnuserv.
10335         (CROSS_CHECK_MODULES): Added check-gnuserv.
10336         (INSTALL_MODULES): Added install-gnuserv.
10337         (CLEAN_MODULES): Added clean-gnuserv.
10338         (all-gnuserv): New target.
10339
10340 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
10341
10342         * config.guess: Fixes for MIPS OpenBSD systems.
10343
10344 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
10345
10346         * Makefile.in (INSTALL_XFORM): Remove.
10347         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10348
10349         * mkinstalldirs: New file, copied from automake.
10350         * Makefile.in (installdirs): Rename from install-dirs.  Use
10351         mkinstalldirs.  Change all users.
10352         (DEVO_SUPPORT): Add mkinstalldirs.
10353
10354 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
10355
10356         * install-sh: Rename from install.sh.
10357         * Makefile.in (INSTALL): Change install.sh to install-sh.
10358         (DEVO_SUPPORT): Likewise.
10359
10360         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
10361         Graichen <graichen@rzpd.de>.
10362
10363 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
10364
10365         * config.guess: Recognize OpenBSD systems correctly.
10366
10367 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10368
10369         * README, Makefile.in (ETC_SUPPORT): Remove references to
10370         cfg-paper*, configure.{texi,man,info*}._
10371
10372 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
10373
10374         * Makefile.in (all.normal): Ensure that gcc is built after all
10375         the x11 - ie gdb - targets.
10376
10377 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
10378
10379         * makefile.vms: Don't run conf-a-gas.
10380
10381 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
10382
10383         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
10384
10385 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
10386
10387         * configure.in: Remove noconfigdirs case since gdb also
10388         configures and builds for tic80-coff.
10389
10390 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
10391
10392         * configure: Set cache_file to config.cache.
10393         * Makefile.in (local-distclean): Remove config.cache.
10394
10395 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10396
10397         * COPYING: Update FSF address.
10398
10399 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
10400
10401         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10402         noconfigdirs.
10403
10404 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
10405
10406         * Makefile.in (install-dirs): Don't crash if prefix, and hence
10407         MAKEDIRS, is empty.
10408
10409 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
10410
10411         * config.sub: Tweak mn10300 entry.
10412
10413 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
10414
10415         * configure.in (host_tools): Put sim before gdb, so gdb's
10416         configure.tgt can determine if the simulator was configured.
10417
10418 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
10419
10420         * config.sub: Move BeOS $os case to be with other Cygnus
10421         local cases.
10422
10423 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
10424
10425         * config.sub: Remove misplaced comment that broke Linux.
10426
10427 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
10428
10429         * config.sub: Add BeOS support.
10430
10431 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
10432
10433         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10434
10435 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
10436
10437         * configure.in (noconfigdirs): Remove tcl and tk from
10438         noconfigdirs for cygwin32 builds.
10439
10440 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
10441
10442         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10443
10444 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
10445
10446         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10447         make-all.com, use makefile.vms instead.
10448
10449 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
10450
10451         * config.sub: Accept -lnews*.
10452
10453 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
10454
10455         * configure.in (noconfigdirs): Disable target-newlib,
10456         target-examples and target-libiberty for d30v.
10457
10458 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10459
10460         * configure.in (noconfigdirs): Enable ld for d30v.
10461
10462 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
10463
10464         * configure.in (tic80-*-*): Build compiler.
10465
10466 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
10467
10468         * configure.in (d30v-*): Remove sim directory from list of
10469         unsupported d30v directories
10470
10471 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
10472
10473         * config.sub, configure.in: Add d30v target cpu.
10474
10475 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
10476
10477         * makefile.vms: New file.
10478         * make-all.com: Remove.
10479
10480 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
10481
10482         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10483
10484 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
10485
10486         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10487
10488 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
10489
10490         * Makefile.in (ALL_MODULES): Added all-db.
10491         (CROSS_CHECK_MODULES): Addec check-db.
10492         (INSTALL_MODULES): Added install-db.
10493         (CLEAN_MODULES): Added clean-db.
10494
10495 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
10496
10497         * config.guess: Merge with latest FSF sources.
10498
10499 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
10500
10501         * Makefile.in (ALL_MODULES): Added all-itcl.
10502         (CROSS_CHECK_MODULES): Added check-itcl.
10503         (INSTALL_MODULES): Added install-itcl.
10504         (CLEAN_MODULES): Added clean-itcl.
10505
10506 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
10507
10508         * configure.in: build gdb for mn10200
10509
10510 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
10511
10512         * Makefile.in (all-target-winsup): Depend on all-target-libio.
10513
10514 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
10515
10516         * configure.in (tic80-*-*): Turn off most targets right now.
10517
10518 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
10519
10520         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10521         rather than the makeinfo program.
10522         (do-info): Depend upon all-texinfo.
10523
10524 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10525
10526         * configure.in: Remove uses of config/mh-linux.
10527
10528         * config.sub, config.guess: Merge with latest FSF sources.
10529
10530 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
10531
10532         * config.sub (case $basic_machine): Add tic80 entries.
10533
10534 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
10535
10536         * config.sub, config.guess: Merge with latest FSF sources.
10537
10538 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10539
10540         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10541         * mpw-config.in: Test for NewFolderRecursive.
10542         * mpw-install: Use symbolic name for startup filename.
10543         * mpw-README: Add various additional details.
10544
10545 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
10546
10547         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10548
10549 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
10550
10551         * configure.in: Do build gcc and the target libraries for
10552         the mn10200.
10553
10554 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
10555
10556         * configure.in: don't avoid building gdb for mn10300 any more
10557         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10558         instead of single-quoting it.
10559
10560 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
10561
10562         * configure.in: Don't use --with-stabs on IRIX 6.
10563
10564 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
10565
10566         * configure.in (m32r): Build gdb, libg++ now.
10567
10568 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10569
10570         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
10571         directories from noconfigdirs.
10572
10573 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
10574
10575         * config.sub (basic_machine): added mips16 configuration
10576
10577 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10578
10579         * config.sub: Handle d10v-unknown.
10580
10581 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
10582
10583         * config.sub: Handle v850-unknown.
10584
10585 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
10586
10587         * Makefile.in: add findutils
10588         * configure.in: add findutils to list of host_tools
10589
10590 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
10591
10592         * config.sub: Handle mn10200 and mn10300.
10593
10594 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10595
10596         * configure.in (d10v-*): Do not build librx.
10597
10598 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
10599
10600         * configure.in (mn10300): Build everything except gdb & libgloss.
10601
10602 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
10603
10604         * config.guess:  Patch for Dansk Data Elektronik servers,
10605         from Niels Skou Olsen <nso@dde.dk>.
10606
10607         For ncr, use /bin/uname rather than uname, since GNU uname does not
10608         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
10609
10610         Patch for MIPS R4000 running System V,
10611         from Eric S. Raymond <esr@snark.thyrsus.com>.
10612
10613         Fix thinko for nextstep.
10614
10615         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10616
10617         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
10618         * config.guess: Guess mips-dec-mach_bsd4.3.
10619
10620         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
10621         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
10622         release numbers.
10623         * config.guess (mips-mips-riscos*):  Emit just enough of the
10624         release number.
10625
10626         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
10627         * config.guess (sparc-auspex-sunos*):  Added.
10628         (f300-fujitsu-*): Added.
10629
10630         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
10631         * config.guess:  Recognize a Tadpole as a sparc.
10632
10633 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10634
10635         * config.guess: Don't assume that NextStep version is either 2 or
10636         3.  NextStep 4 (aka OpenStep 4) has come out now.
10637
10638 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10639
10640         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10641         From Rik Faith <faith@cs.unc.edu>.
10642
10643 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
10644
10645         * config.sub: Contributions from bug-gnu-utils to:
10646         Support plain "hppa" (no version given) architecture, reported by
10647         OpenStep.
10648         OpenBSD like NetBSD.
10649         LynxOs is not a hardware supplier.
10650
10651         * config.guess: Contributions from bug-gnu-utils to add support for:
10652         OpenBSD like NetBSD.
10653         Stratus systems.
10654         More Pyramid systems.
10655         i[n>4]86 Intel chips.
10656         M680[n>4]0 Motorola chips.
10657         Use unknown instead of lynx for hardware manufacturer.
10658
10659 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10660
10661         * install.sh (chmodcmd): Set to null if the DST directory already
10662         exists.
10663
10664 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10665
10666         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10667         not use mt-ppc target Makefile fragment any more.
10668
10669 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10670
10671         * configure.in (*-*-windows):  Exclude everything but those dirs
10672         needed to build windows.
10673
10674 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10675
10676         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10677
10678 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10679
10680         * configure.in:  Exclude mmalloc from i386-windows.
10681
10682 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10683
10684         * Undo my previous change.
10685
10686 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10687
10688         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10689         unconditionally.
10690         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10691
10692 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10693
10694         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10695         host to add it's own flags.
10696
10697 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10698
10699         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10700
10701 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10702
10703         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10704         (CXX_FOR_TARGET): Likewise.
10705         (GCC_FOR_TARGET): Define.
10706         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10707         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10708         CC_FOR_TARGET was specified on the command line.
10709         (MAKEOVERRIDES): Don't define.
10710
10711 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10712
10713         * configure.in (m32r): Fix spelling of libg++ libs.
10714
10715 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10716
10717         * config.sub (-apple*): Remove, now redundant.
10718
10719 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10720
10721         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10722
10723         * configure: Rework yesterday's sed script patch.
10724
10725         * config.sub: Merge with FSF.
10726
10727 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10728
10729         * config.guess:  Merge from FSF.
10730
10731         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10732         * config.guess: Use pc instead of unknown, for pc clone systems.
10733         Change linux to linux-gnu.
10734
10735         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10736         * config.guess: Avoid non-portable tr syntax.
10737
10738 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10739
10740         * test-build.mk (HOLES): Add "xargs" for gdb.
10741
10742         * configure: Avoid hpux10.20 sed bug.
10743
10744 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10745
10746         * configure.in:  Add support for windows host
10747         (that is a build done under the Microsoft build environment).
10748
10749 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10750
10751         * Makefile.in: Replace all uses of srcroot with s, to shrink
10752         command line lengths.
10753
10754         Patches from Geoffrey Noer <noer@cygnus.com>:
10755         * configure.in: If configuring for newlib, pass --with-newlib to
10756         subdirectories.
10757         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10758         -Bnewlib/ and -Lwinsup to gcc.
10759         (CXX_FOR_TARGET): Likewise.
10760
10761 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10762
10763         * Makefile.in (ETC_SUPPORT): Add configure.
10764
10765 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10766
10767         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10768         host configuration file.
10769
10770 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10771
10772         * configure.in: Break mn10x00 support into separate
10773         mn10200 and mn10300 configurations.
10774         * config.sub: Likewise.
10775
10776 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10777
10778         * configure.in: Add lots of stuff to noconfigdirs for
10779         the mn10x00 targets.
10780
10781         * config.sub, configure.in: Add mn10x00 support.
10782
10783 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10784
10785         * make-all.com: Call conf-a-gas, not config-a-gas.
10786
10787 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10788
10789         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10790         targets.
10791
10792 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10793
10794         * mpw-README: Add much more detail for native PowerMac.
10795         * mpw-install: New file.
10796         * mpw-configure: Add --norecursion and --help options.
10797         * mpw-config.in: Translate readme and install files when
10798         copying to objdir.
10799         * mpw-build.in: Don't always depend on byacc and flex.
10800         (install-only-top): New action.
10801
10802 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10803
10804         * configure.in:  You can now configure GDB for the v850.
10805
10806 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10807
10808         * configure.in (noconfigdirs): Don't configure any C++ dirs
10809         if targeting D10V.
10810
10811 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10812
10813         * config.sub: Recognize mips64vr5000.
10814
10815 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10816
10817         * configure.in: Use a single line for host_tools and native_only.
10818
10819 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10820
10821         * config.sub, configure.in: Add entries for m32r.
10822
10823 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10824
10825         * Makefile.in (inet-install): Don't run install-gzip.
10826
10827 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10828
10829         * configure.in:  Don't config lots of things for *-*-windows*.
10830
10831 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10832
10833         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10834         (host_libs, host_tools): Copy from configure.in.
10835         * mpw-configure: Don't complain about directories not found.
10836
10837 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10838
10839         * configure.in (i[345]86): Recognize i686 for pentium pro.
10840         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10841         file.
10842
10843         * config.guess (i[345]86): Ditto.
10844
10845 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10846
10847         * configure.in (noconfigdirs): Removed gdb for D10V.
10848
10849 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10850
10851         * configure.in: Remove ld, target-libio, target-libg++, and
10852         target-libstdc++ from noconfigdirs.
10853
10854 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10855
10856         * configure: Fix three locations where shell scripts were
10857         being run directly rather than with config_shell.
10858
10859 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10860
10861         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10862         * config.sub (basic_machine): Recognize v850.
10863
10864 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10865
10866         * mpw-configure: Handle multiple enable/disable options and
10867         pass them down recursively, handle -c and -s flags appropriately
10868         depending on choice of compiler, add escape mechanism for
10869         quoted arguments to gC.
10870
10871 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10872
10873         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10874         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10875         so that -mrelocatable-lib and -mno-eabi are used.
10876
10877         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10878         not support --print-multi-lib, don't abort.
10879
10880 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10881
10882         * make-all.com: Run config-a-gas.
10883         * setup.com: Don't copy subdirectory files around.
10884
10885 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10886
10887         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10888         target, it now compiles correctly.
10889
10890 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10891
10892         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10893
10894 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10895
10896         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10897
10898 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10899
10900         * configure.in (native_only): Add prms.
10901
10902 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10903
10904         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10905         (BINUTILS_SUPPORT_DIRS): Likewise.
10906
10907 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10908
10909         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10910         d10v support is added.
10911
10912 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10913
10914         * configure.in (d10v-*-*): New target.
10915
10916 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10917
10918         * config.guess (HP 9000/811): Recognize this as a PA1.1
10919         machine.
10920
10921 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10922
10923         * Makefile.in (do-tar-gz): New target, split out from tail end of
10924         taz target.  Run each command separately, don't use pipes.
10925         (taz): Use it.
10926
10927 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10928
10929         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10930         * mpw-build.in: No builds should depend on building byacc or flex,
10931         they are assumed to be installed already.
10932
10933 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10934
10935         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10936         variable that CC_FOR_TARGET needs.
10937
10938 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10939
10940         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10941         options have changed since the last time the subdirectory was
10942         configured, and if it has, reconfigure.
10943         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10944         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10945
10946 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10947
10948         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10949         CLEAN_MODULES): Add bash.
10950         (all-bash): New target.
10951
10952 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10953
10954         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10955
10956 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10957
10958         * config.sub (basic_machine): Recognize d10v as a valid processor.
10959
10960 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10961
10962         * mpw-configure: Add support for --bindir.
10963         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10964
10965 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10966
10967         * configure.in: add bash, time, gawk to list of hosttools and things
10968         to only build for native toolchains
10969
10970 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10971
10972         * Makefile.in (docdir): Remove.
10973
10974 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10975
10976         * Makefile.in (datadir): Set to $(prefix)/share.
10977
10978 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10979
10980         * configure.in: build diff and patch for cygwin32-hosted
10981         toolchains.
10982
10983 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10984
10985         * config.sub: Accept -rtems*.
10986
10987 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10988
10989         * configure.in: enable dosrel for cygwin32-hosted builds,
10990                 remove diff from the list of things not buildable
10991                 via Canadian Cross
10992
10993 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10994
10995         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10996         don't get ". ".
10997
10998 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10999
11000         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11001
11002 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
11003
11004         * Makefile.in (taz): Handle case where tex3patch didn't even get
11005         checked out.  Also, if it was found, put the symlink in a new util
11006         subdirectory.
11007
11008 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11009
11010         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11011
11012 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
11013
11014         * config.sub: Recognize -openvms.
11015         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11016         * make-all.com, setup.com: New files.
11017
11018 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11019
11020         * Makefile.in (taz): tex3patch moved to texinfo/util.
11021
11022 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
11023
11024         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
11025         * configure.in: remove make from disable-if-Can-Cross list
11026                 enable gdb if ${host} and ${target} are cygwin32
11027
11028 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
11029
11030         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
11031         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11032
11033 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11034
11035         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
11036         distinguish sysv/svr4/bsd variants.
11037         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11038
11039 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
11040
11041         * configure.in: Added copyright notice.
11042         * move-if-change: Added copyright notice.
11043
11044 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11045
11046         * configure.in (powerpcle-*-solaris*): Until we get shared
11047         libraries working, don't build gdb, sim, make, tcl, tk, or
11048         expect.
11049
11050 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
11051
11052         * config.guess:  Merge with FSF:
11053
11054         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11055         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11056
11057         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
11058         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11059
11060         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
11061         * config.guess:  Combine two OSF1 rules.
11062         Also recognize field test versions.  From mjr@zk3.dec.com.
11063         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
11064         because GNU uname does not support -p.  From pmr@pajato.com.
11065
11066 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
11067
11068         * Makefile.in (MAKEDIRS): Removed $(tooldir).
11069
11070 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
11071
11072         * mpw-README: Document GCCIncludes.
11073
11074 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
11075
11076         * configure.in (alpha-*-linux*): Set enable_shared to yes.
11077
11078 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
11079
11080         * mpw-configure: Handle --enable-FOO and --disable-FOO.
11081
11082 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
11083
11084         * configure.in (*-*-cygwin32): Configure make.
11085
11086 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
11087
11088         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11089
11090 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
11091
11092         * Makefile.in (all-inet): Depend on all-perl.
11093
11094         * Makefile.in (inet-install): New target.
11095
11096         * Makefile.in (all-inet): Depend on all-tcl.
11097         (all-inet): Depend on all-send-pr.
11098
11099 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11100
11101         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11102         temporarily.
11103
11104 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
11105
11106         * configure.in: Don't configure --with-gnu-ld on AIX.
11107
11108 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11109
11110         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11111
11112 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
11113
11114         * Makefile.in (ALL_MODULES): Added all-inet.
11115         (CROSS_CHECK_MODULES): Added check-inet.
11116         (INSTALL_MODULES): Added install-inet.
11117         (CLEAN_MODULES): Added clean-inet.
11118         (all-indent): New target.
11119
11120         * configure.in (host_tools): Added inet.
11121         (native_only): Added inet.
11122         (noconfigdirs): Added inet.
11123
11124 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
11125
11126         * configure.in: Don't configure libgloss if we are not configuring
11127         newlib.
11128
11129 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11130
11131         * configure.in: Don't configure libgloss for unsupported
11132         architectures.
11133
11134 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11135
11136         * Makefile.in (CLEAN_MODULES): Add clean-apache.
11137
11138 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
11139
11140         * Makefile.in (ALL_MODULES): Include all-apache.
11141         (CROSS_CHECK_MODULES): Include check-apache.
11142         (INSTALL_MODULES): Include install-apache.
11143         (all-apache): New target.
11144
11145         * configure.in: Added apache everywhere perl is seen.
11146
11147 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11148
11149         * Makefile.in: Add support for clean-{module} and
11150         clean-target-{module} rules.
11151
11152 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
11153
11154         * configure.in (*-*-ose) do not build libgloss.
11155
11156 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11157
11158         * config.guess (prep*:SunOS:5.*:*): Turn into
11159         powerpele-unknown-solaris2.
11160
11161 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
11162
11163         * configure.in: Permit --enable-shared to specify a list of
11164         directories.
11165
11166 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11167
11168         * configure.in (host==solaris): Pass only the first word of $CC
11169         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11170
11171 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
11172
11173         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11174
11175 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
11176
11177         * Makefile.in (ALL_MODULES): Include all-perl.
11178         (CROSS_CHECK_MODULES): Include check-perl.
11179         (INSTALL_MODULES): Include install-perl.
11180         (ALL_X11_MODULES): Include all-guile.
11181         (CHECK_X11_MODULES): Include check-guile.
11182         (INSTALL_X11_MODULES): Include install-guile.
11183         (all-perl): New target.
11184         (all-guile): New target.
11185
11186         * configure.in (host_tools): Include perl and guile.
11187         (native_only): Include perl and guile.
11188         (noconfigdirs): Don't build guile and perl; no ports have been
11189         done.
11190
11191 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
11192
11193         * configure (--enable-*): Handle quoted option lists such as
11194         --enable-sim-cflags='-g0 -O' better.
11195
11196 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11197
11198         * Makefile.in ({,inst}all-target): New rule so we can make and
11199         install all of the target directories easily.
11200
11201 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11202
11203         * configure.in: Add missing global flag in sed substitution when
11204         deleting `target-' from ${configdirs}.
11205
11206 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
11207
11208         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11209         option.
11210
11211         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11212         config/mh-necv4.
11213
11214         * install.sh: Correct misspelling of transformbasename.
11215
11216         * config.guess: Recognize mips-*-sysv*.
11217
11218 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
11219
11220         * config.sub: Recognize mon960.
11221
11222 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
11223
11224         * configure: Restore Canadian Cross handling of BISON and LEX,
11225         removed in Feb 20 change.
11226
11227 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
11228
11229         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11230         Mention make install.  Remove the old copyright date as well the
11231         clumsy and rather pointless copyright on the README file.
11232
11233 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11234
11235         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11236         Makefile after running symlink-tree, then run `make distclean' to
11237         avoid clobbering any generated files in srcdir.
11238
11239 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
11240
11241         * configure.in (m68k-*-netbsd*): Build everything now.
11242
11243 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
11244
11245         * Makefile.in (taz): Fix quoting.
11246
11247 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
11248
11249         * configure.in (sparclet-*-*): Build everything now.
11250
11251 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11252
11253         * configure.in (m68k-*-linux*): New host.
11254
11255 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
11256
11257         * configure: Check for bison before byacc.
11258
11259 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
11260
11261         * Makefile.in configure:  Change the way LEX and BISON/YACC are
11262         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
11263         searching PATH.  These are used as fallbacks by Makefile.in if
11264         flex/bison/byacc aren't in objdir.
11265
11266 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * Makefile.in: Make everything which depends upon all-bfd also
11269         depend upon all-opcodes, in case --with-commonbfdlib is used.
11270
11271 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11272
11273         * configure.in (host *-*-cygwin32): Don't build gdb if we are
11274         building NT native compilers on Unix.
11275
11276 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
11277
11278         * configure.in: Don't get CC from the host Makefile fragment if we
11279         can find gcc in PATH, or if this is a Canadian Cross.  Move the
11280         Solaris test for /usr/ucb/cc to the post target script, just after
11281         the compiler sanity test.
11282
11283 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
11284
11285         * config.sub: Merge with FSF.
11286
11287 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
11288
11289         * Makefile.in (RPATH_ENVVAR): New variable.
11290         (REALLY_SET_LIB_PATH): Use it.
11291         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11292
11293 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
11294
11295         * config.sub, configure.in: Recognize sparclet cpu.
11296
11297 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11298
11299         * config.guess:  Support m68k-cbm-sysv4.
11300
11301 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11302
11303         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11304         m68k-unknown-linuxaout from linker help string.  Put quotes around
11305         $ld_help_string.
11306
11307 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
11308
11309         * config.guess (powerpc-harris-powerunix): Add guess for port
11310         to new target.
11311
11312 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11313
11314         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11315
11316 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
11317
11318         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11319         $(REALLY_SET_LIB_PATH) in Makefile.
11320         * Makefile.in (SET_LIB_PATH): New variable.
11321         (REALLY_SET_LIB_PATH): New variable.
11322         ($(DO_X)): Use $(SET_LIB_PATH).
11323         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11324         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11325         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11326         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11327         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11328         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11329         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11330         (install-dosrel): Likewise.
11331         (all-opcodes): Depend upon all-libiberty.
11332
11333 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11334
11335         * config.guess (*:CYGWIN*): New
11336
11337 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11338
11339         * Makefile.in (all-target-winsup): All all-target-libiberty.
11340
11341 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11342
11343         * configure.in (noconfigdirs): Add missing # in front of comment.
11344
11345 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
11346
11347         * configure.in: add second pass to things added to noconfigdirs
11348         so *-gm-magic can exclude libgloss properly.
11349
11350 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
11351
11352         * mpw-configure (extralibs_name, rez_name): Set correctly
11353         for MWC68K compiler.
11354
11355         * mpw-README: Add more info on the necessary build tools.
11356
11357 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11358
11359         * configure.in, config.sub: Recognize cygwin32.
11360
11361 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
11362
11363         * config.guess, config.sub: Recognize A/UX.
11364
11365 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
11366
11367         * config.sub: Merge with gcc/config.sub.
11368
11369 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
11370
11371         * mpw-build.in (do-binutils): Add build of stamps.
11372
11373 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
11374
11375         * config.sub: Add recognition for mips64vr4100*-* targets.
11376
11377 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11378
11379         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11380         Add creation of gconfigargs with `--enable-shared' turned on.
11381         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11382         ($(host)-stamp-stage3-configured): Likewise.
11383         (HOLES): Add chatr and ldd.
11384         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11385
11386 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
11387
11388         * configure: Pass --nfp to recursive configures.
11389
11390 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
11391
11392         * Makefile.in (DLLTOOL): New.
11393         (DLLTOOL_FOR_TARGET): New.
11394         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11395         (EXTRA_TARGET_FLAGS): Ditto.
11396         (EXTRA_GCC_FLAGS): Ditto.
11397         (CONFIGURE_TARGET_MODULES): Ditto.
11398         (DO_X): Ditto.
11399         * configure: Add DLLTOOL.
11400
11401 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
11402
11403         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11404         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11405         mh-sco, since old workarounds no longer needed, and don't
11406         build ld, since libraries have weak symbols in COFF.
11407
11408 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
11409
11410         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11411
11412 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
11413
11414         * configure.in: Make sure that ${CC} can be used to compile an
11415         executable.
11416
11417 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
11418
11419         * Makefile.in (all-gdb): Depend on $(GDB_TK).
11420         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11421         nothing depending on whether gdbtk is being built.
11422
11423 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
11424
11425         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11426
11427 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
11428
11429         * configure.in (noconfigdirs): Put ld or gas in this early, if the
11430         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11431
11432 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
11433
11434         * config-ml.in: Add support for
11435         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11436         Simplify setting of multidirs from --disable-foo.
11437
11438 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11439
11440         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11441         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11442         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
11443         non-empty, pass them on to the  GCC make.
11444         (all-bootstrap): New rule that is like all-gcc, except it executes
11445         the GCC bootstrap rule instead of the GCC all rule.
11446
11447 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
11448
11449         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11450
11451 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11452
11453         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11454         DG/UX support.
11455
11456 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
11457
11458         * config.sub (i*86*) Change [345] to [3456]
11459
11460 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11461
11462         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11463         --with-gnu-ld=no.
11464
11465 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11466
11467         * config-ml.in (rs6000*, powerpc*): Add switches to control which
11468         AIX multilibs get built.
11469
11470 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11471
11472         * configure.in (i386-win32): Don't build expect if we're not
11473         building the tcl subdir.
11474
11475 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
11476
11477         * Makefile.in: (configure-target-examples, all-target-examples):
11478         New targets, configure and build example programs.
11479
11480 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11481
11482         * mpw-configure: If an mpw-config.in generated a file mk.sed,
11483         use it as input to sedit the generated MPW makefile.
11484         * mpw-README: Add a suggestion about Gestalt.h.
11485
11486 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
11487
11488         * config.sub: Accept *-*-ieee*.
11489
11490 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
11491
11492         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
11493         Ronald F. Guilmette <rfg@monkeys.com>.
11494
11495 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11496
11497         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11498         for powerpc-pe native.
11499         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11500         (target==powerpc-pe): duplicate i386-win32 entry.
11501
11502 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11503
11504         * configure.in (noconfigdirs): Exclude target-newlib for all versions
11505         of vxworks, not just vxworks5.1.
11506
11507 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
11508
11509         * mpw-configure: Add support for exec-prefix.
11510
11511 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11512
11513         * config.guess: Recognize HP model 816 machines as having
11514         a PA1.1 processor.
11515
11516 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11517
11518         * configure: Ignore new autoconf configure options.
11519
11520 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
11521
11522         * config.guess:  Recognize Pentium under SCO.
11523         From Robert Lipe <robertl@arnet.com>.
11524
11525 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11526
11527         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
11528
11529 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
11530
11531         * configure.in: Don't configure gas for alpha-dec-osf*.
11532
11533 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
11534
11535         * configure.in: Default to --with-stabs for some targets for which
11536         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11537         i[345]86*-*-unixware*.
11538
11539 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11540
11541         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11542         rather than basing it on the target.  Simplify handling of options
11543         controlling which directories to configure.  Remove extraneous
11544         slash in multi-clean target.
11545
11546 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
11547
11548         * config-ml.in: Prefix more variables with ml_ so they don't collide
11549         with configure's.
11550
11551 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
11552
11553         * configure: Don't turn -v into --v.
11554
11555 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
11556
11557         * configure.in (targargs): Fix typo.
11558
11559         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11560
11561 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11562
11563         * configure.in: Strip --host and --target options from
11564         CONFIG_ARGUMENTS, and always configure for --host only.  Add
11565         --with-cross-host option when building with a cross-compiler.
11566         * configure: Canonicalize the arguments put into config.status by
11567         always using `=' for an option with an argument.  Pass a presumed
11568         --host or --target explicitly.
11569
11570 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
11571
11572         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11573         into general OS recognition case.
11574
11575 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11576
11577         * configure.in (target_configdirs): add target-winsup only
11578         for win32 target systems.
11579
11580 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
11581
11582         * Makefile.in (all-target-libgloss): Depend upon
11583         configure-target-newlib, since when libgloss is built it looks to
11584         see if the newlib directory exists.
11585
11586 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
11587
11588         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11589         cfg-ml-*.in.
11590
11591 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
11592
11593         * configure: Handle LD and LD_FOR_TARGET when configuring a
11594         Canadian Cross.
11595
11596 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11597
11598         * configure.in (target_libs): add target-winsup.
11599         (target==i386-win32): add patch diff flex make to $noconfigdirs.
11600         (target==ppcle-pe): remove ld from $noconfigdirs.
11601
11602 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11603
11604         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11605         Preserve relative path names in $srcdir.  Build symlink tree if
11606         configuring cross target dir and srcdir=. (= no VPATH support).
11607         (configure-target-libg++): Depend on configure-target-librx.
11608         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11609         * config-ml.in: New file.
11610         * symlink-tree: New file.
11611         * configure: Ensure srcdir="." if that's what it is.
11612
11613 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
11614
11615         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11616         includes and FLEX_SKELETON setting.
11617         * mpw-configure (--with-gnu-ld): New option, controls whether
11618         to use PPCLink or ld with PowerMac GCC.
11619         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11620         * mpw-config.in: Configure grez if targeting Mac.
11621
11622         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11623         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11624         just macos.
11625         * configure.in: Configure grez resource compiler if targeting Mac.
11626         * Makefile.in (all-grez, install-grez): New targets.
11627
11628 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
11629
11630         * configure: CXX defaults to gcc, not g++.  If we find
11631         gcc in the path, set CC to gcc -O2.
11632
11633 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
11634
11635         * configure: Default ${build} correctly.  Avoid picking up extra
11636         spaces when reading CC and CXX from Makefile.  When doing a
11637         Canadian Cross, use plausible default values for numerous
11638         variables.
11639         * configure.in: When doing a Canadian Cross, don't try to
11640         configure tools whose configure script can't handle it.
11641
11642 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11643
11644         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11645
11646 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11647
11648         * configure:  Remove dubious bug reporting address.
11649
11650 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11651
11652         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
11653         configure script, run that instead of this directory's configure.
11654         In either case, print a message that we're configuring the sub-dir.
11655
11656 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11657
11658         * configure.in: Before checking for the existence of various files,
11659         use sed to filter out "target-".
11660
11661 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11662
11663         * Makefile.in (DO_X): Split rule to decrease command line length
11664         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11665         (Philippe De Muyter).
11666
11667 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11668
11669         * Makefile.in (all-patch): depend on all-libiberty.
11670
11671 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11672
11673         * configure.in: If the only directory in target_configdirs which
11674         actually exists is libiberty, then set target_configdirs to empty,
11675         to avoid trying to build a target libiberty in a gas or gdb
11676         distribution.
11677
11678 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11679
11680         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11681         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11682         systems.
11683
11684 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11685
11686         * configure.in (copy_dirs): Use sys-include instead of include
11687         for --with-headers option.
11688
11689 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11690
11691         * Makefile.in, configure.in: Make winsup builds work with
11692         new scheme.
11693
11694 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11695
11696         * configure.in: Build the linker on AIX.
11697
11698 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11699
11700         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11701         where needed.
11702
11703 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11704
11705         * Makefile.in (all-gcc): Fix typo.
11706
11707 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11708
11709         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11710
11711 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11712
11713         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11714         to target-xiberty, to provide more flexibility.
11715         (target_subdir):  Define.  Create if cross.
11716         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11717         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11718         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11719         check-libFOO -> check-target-libFOO, etc.
11720         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11721         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11722         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11723         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11724         allow ALL_GCC="" to only configure.
11725         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11726         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11727         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11728
11729 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11730
11731         * Makefile.in (taz): Build "info" in etc explicitly.
11732
11733 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11734
11735         * configure.in:  Make sure that CC is undefined (as opposed to
11736         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11737         problem with autoconf trying to configure on a host without GCC.
11738
11739 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11740
11741         * mpw-configure: Set host alias from choice of host compiler,
11742         only use generic MPW Makefile sed if present, edit a file
11743         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11744         * mpw-README: Add problem notes about CW6 and CW7.
11745
11746 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11747
11748         * Makefile.in (taz): Use ";" instead of ";;".
11749
11750 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11751
11752         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11753         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11754         DISTDOCDIRS.
11755         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11756         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11757
11758 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11759
11760         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11761         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11762         Move bfd to DISTSTUFFDIRS.
11763
11764 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11765
11766         * Makefile.in (X11_LIB): Removed.
11767         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11768
11769         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11770
11771 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11772
11773         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11774         names.
11775
11776 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11777
11778         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11779
11780 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11781
11782         * configure.in (i[345]86-*-win32): Always build newlib.
11783         Don't configure cvs, autoconf or texinfo.
11784         * Makefile.in (LD_FOR_TARGET): New.
11785         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11786         Pass down LD_FOR_TARGET.
11787
11788 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11789
11790         * winsup: New directory.
11791         * Makefile.in: Build winsup.
11792         * configure.in: Winsup is configured when target is win32.
11793         Can only build win32 target GDB when native.
11794
11795 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11796
11797         * config.guess: Recognize HP model 819 machines as having
11798         a PA 1.1 processor.
11799
11800 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11801
11802         * configure: Fix sed loop which substitutes for CC and CXX to
11803         avoid bug found in various sed implementations.
11804
11805 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11806
11807         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11808         simulator.  Use standard powerpc-*-eabi*.
11809
11810 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11811
11812         * configure.in: Stop putting gas and binutils in noconfigdirs for
11813         powerpc-*-aix* and rs6000-*-*.
11814
11815 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11816
11817         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11818         -mcall-aixdesc libraries.
11819
11820 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11821
11822         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11823
11824         * config.sub (arm | armel | armeb): Fix shell syntax.
11825
11826 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11827
11828         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11829         -msoft-float and -mcpu=common support.
11830         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11831         libraries.
11832
11833 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11834
11835         * configure.in: Allow configuration and build of emacs19 for the alpha.
11836
11837 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11838
11839         * configure.in (CC): Get ^CC, not just any old CC, from
11840         ${host_makefile_frag}.
11841
11842 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11843
11844         * configure.in (CC): Try to get CC from
11845         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11846
11847 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11848
11849         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11850         only if it exists in $(srcdir).
11851
11852 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11853
11854         * configure: If CC and CXX are not set in the environment, set
11855         them, based on either an existing Makefile or on searching for gcc
11856         in PATH.  Substitute for CC and CXX in Makefile.
11857         * configure.in: Remove libm from target_libs.  Separate
11858         target_configdirs from configdirs.  If CC is not set in
11859         environment, try to get it from a host Makefile fragment.  Rewrite
11860         changes of configdirs to use skipdirs instead.  A few minor
11861         tweaks.  Take directories out of target_configdirs as they are
11862         taken out of configdirs.  Remove existing Makefile files from
11863         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11864         CONFIG_ARGUMENTS in Makefile.
11865         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11866         by configure.in.
11867         (CONFIG_ARGUMENTS): Likewise.
11868         (CONFIGURE_TARGET_MODULES): New variable.
11869         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11870         ($(CONFIGURE_TARGET_MODULES)): New target.
11871         (configure-libg++, configure-libio): New targets.
11872         (all-libg++): Depend upon configure-libg++.
11873         (all-libio): Depend upon configure-libio.
11874         (configure-libgloss, all-libgloss): New targets.
11875         (configure-libstdc++): New target.
11876         (all-libstdc++): Depend upon configure-libstdc++.
11877         (configure-librx, all-librx): New targets.
11878         (configure-newlib): New target.
11879         (all-newlib): Depend upon configure-newlib
11880         (configure-xiberty): New target.
11881         (all-xiberty): Depend upon configure-xiberty.
11882
11883 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11884
11885         * configure.in (host i[345]86-*-win32):  Expand the
11886         noconfigdirs again.
11887
11888 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11889
11890         * mpw-configure: Fix sed command file name.
11891
11892 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11893
11894         * configure.in (host i[345]86-*-win32): Reduce the
11895         noconfigdirs again.
11896
11897 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11898
11899         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11900         or powerpc*-*-pe*, since they are not yet supported.
11901
11902 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11903
11904         Add PowerMac support and many other enhancements.
11905         * mpw-configure: New option --cc to select compiler to use,
11906         paste options set according to --cc into the generated
11907         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11908         if mpw-make.sed is present.
11909         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11910         add forward includes for PowerPC include files.
11911         * mpw-build.in: Build using Makefile.PPC if present.
11912         (do-byacc, etc): Remove separate version resource builds.
11913         (do-gas): Build "stamps" before "all".
11914         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11915         * mpw-README: Update to reflect --cc option, PowerMac support,
11916         and recently-reported compatibility problems.
11917
11918 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11919
11920         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11921         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11922         (--with-multilib-top): Pass to recursive invocations.
11923
11924 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11925
11926         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11927         v810-*-*.
11928
11929 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11930
11931         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11932         gdb, ld and opcodes on v810-*-*.
11933
11934 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11935
11936         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11937         (local-maintainer-clean): New target.
11938         (maintainer-clean): New target.
11939         (realclean): Just depend upon maintainer-clean.
11940
11941 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11942
11943         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11944
11945 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11946
11947         * configure.in: Build ld in mips*-*-bsd* case.
11948
11949 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11950
11951         * config.sub: Accept -lites* OS.  From Ian Dall.
11952
11953 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11954
11955         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11956         targets.
11957
11958 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11959
11960         * configure.in: treat i386-win32 canadian cross the same as
11961         i386-go32 canadian cross.
11962
11963 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11964
11965         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11966         running under the simulator to build a reduced set of libraries.
11967         (powerpc-*-eabiaix): Add fine grained multilib support added to
11968         other powerpc targets yesterday.
11969
11970 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11971
11972         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11973         -disable-softfloat, -disable-relocatable, -disable-aix, and
11974         -disable-sysv to control which multilib libraries get built.
11975
11976 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11977
11978         * configure: Add Makefile.tem to list of files to remove in trap
11979         handler.
11980
11981 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11982
11983         * config.guess (*Linux*):  Add missing "exit"s.
11984         Also, need specific check for alpha-unknown-linux (uses COFF).
11985
11986 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11987
11988         * config.guess:  Merge with FSF:
11989
11990         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11991         * config.guess (AIX4): More robust release numbering discovery.
11992
11993         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11994         * config.guess (i386-sequent-ptx): Properly get version number.
11995
11996         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11997         * config.guess (mips:*:4*:UMIPS): New case.
11998
11999 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12000
12001         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12002         (i386-win32 host): Likewise.  Don't build readline.
12003
12004 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
12005
12006         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
12007         SUPPORT_FILES to submakes.
12008
12009 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
12010
12011         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12012         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12013         mpw-configure.
12014
12015 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
12016
12017         * configure.in (appdirs): Use =, not ==, in test expression when
12018         trying to build the text to print in the warning message for
12019         Solaris users.
12020
12021 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
12022
12023         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12024
12025 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12026
12027         * config.guess: Recognize lynx-2.3.
12028
12029 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
12030
12031         * config.sub (z8ksim): Deleted
12032         (z8k-*-coff): New, this is the one true name of the target.
12033
12034 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
12035
12036         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12037
12038 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
12039
12040         * config.guess (*:Linux:*:*): First try asking the linker what the
12041         default object file format is (elf, aout, or coff).  Then if this
12042         fails, try previous methods.
12043
12044 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12045
12046         * configure.in: Don't build newlib for *-*-vxworks5.1.
12047
12048 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12049
12050         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12051         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12052
12053 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
12054
12055         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12056
12057 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
12058
12059         * cfg-ml-com.in: New file.
12060         * cfg-ml-pos.in: New file.
12061
12062 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
12063
12064         * COPYING.NEWLIB: Add HP free copyright to list.
12065
12066 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
12067
12068         * config.sub: Recognize -eabi* for the system, not just -eabi.
12069
12070 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12071
12072         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12073         * config.sub, configure.in (win32): New target and host.
12074
12075 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
12076
12077         * configure.in: Add i386-pe configuration.
12078
12079 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
12080
12081         * mpw-build.in (install): Install GDB after LD.
12082
12083 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
12084
12085         * mpw-config.in (elf/mips.h): Always forward-include, needed
12086         for GDB to build.
12087
12088 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12089
12090         * testsuite: New directory for customer acceptance and whole tool
12091         chain tests.
12092
12093 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12094
12095         * configure: If per-host line isn't found, but AC_OUTPUT is found
12096         and a configure script exists, run it instead.
12097
12098 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12099
12100         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
12101
12102 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12103
12104         * configure: Set build_{cpu,vendor,os,alias} to host values when
12105         --build isn't specified.
12106
12107 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12108
12109         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12110         (FLAGS_TO_PASS): Pass them.
12111         (EXTRA_TARGET_FLAGS): Ditto.
12112
12113 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12114
12115         * Makefile.in (all-libg++): Depend on all-libstdc++.
12116
12117 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12118
12119         * configure.in (noconfigdirs): Enable all packages for
12120           i386-unknown-netbsd.
12121
12122 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
12123
12124         * configure.in (noconfigdirs): Don't configure tk for i386-go32
12125         hosted builds (DOS builds)
12126
12127 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
12128
12129         Changes for ARM based on patches from Richard Earnshaw:
12130         * config.sub: Handle armeb and armel.
12131         * configure.in: Omit arm linker only for riscix.
12132
12133 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12134
12135         * config.guess:  Update from FSF.
12136
12137 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
12138
12139         * config.sub: Recognize powerpcle as the little endian varient of
12140         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
12141         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
12142         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
12143         temporarily.
12144
12145 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
12146
12147         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12148
12149 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
12150
12151         * config.sub: Accept -lites* as a basic system type.
12152
12153 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
12154
12155         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12156         installed, and if so return linuxoldld as the system name.
12157
12158 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
12159
12160         * config.guess: Add hppa1.1-hp-lites support.
12161
12162 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12163
12164         * configure.in: Don't build newlib for m68k-vxworks5.1.
12165
12166 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12167
12168         * configure.in (mips-sgi-irix6): Use mh-irix5.
12169
12170 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
12171
12172         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12173
12174 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12175
12176         * test-build.mk: Enable building of shared libraries on IRIX 5 and
12177         OSF/1.  Fix compiler flags.
12178         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
12179
12180 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12181
12182         * configure.in: Recognize --with-newlib.
12183         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12184
12185 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12186
12187         * Makefile.in: move {all,check,install}-gdb from *_MODULES
12188         to *_X11_MODULES due to gdbtk needing X include files et al.
12189
12190 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
12191
12192         Merge in support for Mac MPW as a host.
12193         (Old change descriptions retained for informational value.)
12194
12195         * mpw-config.in: Add generic include forwards for cpu-specific
12196         include files in aout and elf directories.
12197
12198         * mpw-configure: Added copyright.
12199         * mpw-config.in: Check for presence of required build tools.
12200         (target_libs): Add newlib.
12201         (target_tools): Add examples.
12202         (Read Me): Generate as "Read Me for MPW" instead.
12203         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12204         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12205         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12206
12207         * mpw-configure: Remove subdir-specific makefile hackery,
12208         delete mk.tmp after using it.
12209
12210         * mpw-build.in (all): Display start and end times.
12211
12212         * mpw-configure (host_canonical): Set.
12213         (target_cpu): Always add to makefiles.
12214         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12215         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12216         (mpw-mh-mpw): Look for in srcdir and srcroot.
12217         Use sed instead of mpw-edit-prefix to edit prefix definitions.
12218
12219         * mpw-build.in: (install-only): New target.
12220
12221         * mpw-configure (host_alias, target_alias): Rename from hostalias
12222         and targetalias, add into generated Makefile.
12223         (mk.tmp): If present, add into generated Makefile.
12224         * mpw-build.in (all-gas): Build config.h first before gas proper.
12225
12226         * mpw-configure (config.status): Write only if changed.
12227         * mpw-config.in (readline): Configure it (not built, just used for
12228         definitions).
12229
12230         * mpw-config.in (elf/mips.h): Add a forward include.
12231
12232         * mpw-config.in: Forward-include most .h files in include into
12233         extra-include.
12234         (readline): Don't build.
12235         mpw-build.in (install): Install GDB.
12236
12237         * mpw-configure (prefix, mpw_prefix): Handle it.
12238         * mpw-config.in (mmalloc, readline): Don't configure.
12239         * mpw-build.in (thisscript): Rename to ThisScript.
12240         Use mpw-build instead of BuildProgram everywhere.
12241         (mmalloc, readline): Don't build.
12242         * mpw-README: New file, basic documentation about the MPW port.
12243
12244         * mpw-config.in: Use forward-include to create include files.
12245
12246         * mpw-configure: Add more things to the top of each configured
12247         Makefile, including contents of config/mpw-mh-mpw.
12248         * mpw-config.in (extra-include): Create this directory and fill it
12249         with Posix-like include files when configuring.
12250
12251         * config.sub (apple, mac, mpw): Add various aliases.
12252
12253         * mpw-build.in: New file, top-level build script fragment for MPW.
12254         * mpw-configure: New file, configure script for MPW.
12255         * mpw-config.in: New file, config fragment for MPW.
12256
12257 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12258
12259         * configure.in (host_libs): Remove glob, since it is gone from the
12260         sources.
12261
12262 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
12263
12264         * Makefile.in: define empty GDB_NLM_DEPS var.
12265
12266         * configure.in(target_makefile_frag): use config/mt-netware
12267         for netware targets.
12268
12269 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
12270
12271         * config.sub: Merge in recent FSF changes.  Remove linux special
12272         cases.
12273
12274 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
12275
12276         Revert this change:
12277
12278         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
12279
12280                 * build-all.mk: Use CC=cc -Xs on Solaris.
12281
12282 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12283
12284         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
12285         stop using it.
12286         * Makefile.in: Nuke all references to glob subdirectory.
12287
12288 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12289
12290         * configure.in: Fix --enable-shared logic in per-host.
12291
12292 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
12293
12294         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12295
12296 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
12297
12298         * configure.in (noconfigdirs): Don't build gas on AIX, for
12299         powerpc*-*-aix* as well as for rs6000*-*-aix*.
12300
12301 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
12302
12303         * configure: Fix --cache-file to work if the file argument is a
12304         relative path.
12305
12306 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
12307
12308         * configure: If the --cache-file is used, pass it down to
12309         configure in subdirectories.
12310
12311 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
12312
12313         * config.sub: add vxworks29k configuration.
12314
12315 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
12316
12317         * Makefile.in (taz): Do "diststuff" part quietly.
12318
12319 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12320
12321         * config.sub: Mini-merge with gcc/config.sub.
12322
12323 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
12324
12325         * config.guess (IRIX): Sed - to _.
12326
12327 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
12328
12329         * Makefile.in (source-vault, binary-vault): New targets.
12330
12331 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
12332
12333         * config.sub: Recognize -eabi as a basic system type.
12334
12335 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12336
12337         * configure.in (enable_shared stuff): Fix typo.
12338
12339 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
12340
12341         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12342
12343 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
12344
12345         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12346
12347 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
12348
12349         * configure.in (rs6000-*-*): Don't build gas.
12350
12351 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
12352
12353         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12354         reduce command line length.
12355         (AS_FOR_TARGET): Check for as.new, not Makefile.
12356         (NM_FOR_TARGET): Check for nm.new, not Makefile.
12357
12358 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
12359
12360         * config.guess:  Merge from FSF.
12361
12362 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12363
12364         * configure: Don't use $ when handling program_suffix.
12365
12366 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
12367
12368         * configure.in:  Configure tk for hppa/hpux.
12369
12370 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12371
12372         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
12373
12374 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12375
12376         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
12377         to LIBCXXFLAGS.  Tests are better run without it.
12378
12379 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
12380
12381         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12382
12383 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
12384
12385         * configure.in (*-*-netware*): Don't configure xiberty.
12386
12387 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
12388
12389         * configure.in:  Remove tk from native_only list.
12390
12391 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
12392
12393         * build-all.mk: Add mips-ncd-elf target to sun4 targets
12394           for special NCD build.
12395
12396 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12397
12398         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12399         makeall.bat, they're only useful for binutils snapshots.
12400         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12401         makeall.bat to specified SUPPORT_FILES.
12402
12403 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
12404
12405         * build-all.mk: Add Ericsson targets to sun4 and solaris
12406           hosts.  Add  BNR's sun4 target to solaris host, so their
12407           build-from-source will be tested in-house first.
12408
12409 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12410
12411         * Makefile.in (LIBCFLAGS): New variable.
12412         (CFLAGS_FOR_TARGET): Ditto.
12413         (LIBCFLAGS_FOR_TARGET): Ditto.
12414         (LIBCXXFLAGS): Ditto.
12415         (CXXFLAGS_FOR_TARGET): Ditto.
12416         (LIBCXXFLAGS_FOR_TARGET): Ditto.
12417         (BASE_FLAGS_TO_PASS): Pass them.
12418         (EXTRA_TARGET_FLAGS): Ditto.
12419
12420         * configure.in: Support --enable-shared.
12421
12422 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12423
12424         * configure.in (target_libs):  Include libstdc++ again.
12425         * config.guess:  Update from FSF (for FreeBSD).
12426
12427 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12428
12429         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12430         makeall.bat.
12431         (DISTDOCDIRS): Add `etc'.
12432         (ETC_SUPPORT_PFX): New variable.
12433         (taz): Include anything from etc starting with a word in
12434         ETC_SUPPORT_PFX.
12435
12436 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12437
12438         * config.sub: Update for recent FSF changes.  Remove obsolete
12439         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
12440         spacing changes.
12441
12442 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
12443
12444         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
12445
12446         * config.guess:  Merge with FSF.
12447         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12448
12449 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12450
12451         * configure: Since the "trap 0" handler will override the exit
12452         status on many systems, only use it for "exit 1", and make it set
12453         a non-zero exit status; reset it before "exit 0".  Also, check
12454         exit status of config.sub, and error out if it failed.
12455
12456 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
12457
12458         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12459         and install libgloss.
12460
12461 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12462
12463         * Makefile.in (all-binutils): Depend upon all-byacc.
12464
12465         * configure.in: Don't build emacs on Irix 5.
12466
12467 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12468
12469         * configure.in (*-*-netware*): Add libio.
12470
12471 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12472
12473         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12474         (CHECK_TARGET_MODULES): Ditto.
12475         (INSTALL_TARGET_MODULES): Ditto.
12476         (TARGET_LIBS): Ditto.
12477         (all-libstdc++): Note dependencies.
12478
12479 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12480
12481         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12482
12483 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
12484
12485         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12486         -fexternal-templates.
12487
12488         * configure.in (target_libs): Add libstdc++.
12489         (noconfigdirs): Add libstdc++ as appropriate.
12490
12491 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12492
12493         * config.guess:  Update from FSF.
12494
12495 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12496
12497         * configure: Use ${config_shell} when running ${configsub}.
12498
12499 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
12500
12501         * config.sub: No longer recognize h8300h.
12502
12503 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
12504
12505         * config.sub: Remove extraneous differences between config.sub and
12506         gcc/config.sub.
12507
12508 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
12509
12510         * Makefile.in (DISTSTUFFDIRS): Add gas.
12511
12512 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12513
12514         * COPYING.NEWLIB: New file.
12515
12516 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12517
12518         * config.guess (HP-UX):  Patch from Harlan Stenn
12519         <harlan@landmark.com> to also emit release level.
12520
12521 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12522
12523         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12524
12525 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12526
12527         * config.sub:  Merge nextstep cleanup from FSF.
12528
12529 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12530
12531         * configure.in (arm-*-*): Don't configure ld for this target.
12532
12533 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12534
12535         * configure.in (*-*-netware): don't configure libg++, libio,
12536           librx, or newlib.
12537
12538 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12539
12540         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
12541         configure ld--it works, but it doesn't support shared libraries.
12542
12543 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12544
12545         * config.guess (*-unknown-freebsd*):  Get rid of possible
12546         trailing "(Release)" in version string.
12547         Patch from Paul Richards <paul@isl.cf.ac.uk>.
12548
12549 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12550
12551         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12552         Fix type: *-next-neststep -> *-next-nextstep.
12553
12554         * config.guess:  Merge from FSF:
12555
12556         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
12557
12558         * config.guess: Recognize powerpc-ibm-aix3.2.5.
12559
12560         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
12561
12562         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12563         instead of UNIX_SV for UnixWare 1.0).
12564
12565 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
12566
12567         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
12568         to make gdb/nlm/* build after the compiler and linker.
12569
12570 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12571
12572         * config.guess (netbsd, freebsd, linux):  Accept any machine,
12573         not just i[34]86.
12574         (m68k-atari-sysv4):  Relocate to match FSF version.
12575
12576         * config.guess:  More merges from the FSF:
12577
12578         Add a space before function call or macro invocation.
12579
12580         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12581
12582         * config.guess: Add trap cmd to remove dummy.c and dummy when
12583         interrupted.
12584
12585         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12586
12587         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12588         (dummy): Redirect stderr from compilation of dummy.c.
12589
12590         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
12591
12592         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12593
12594 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
12595
12596         * configure: Accept and ignore --cache*, for compatibility with
12597         new autoconf.
12598
12599 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12600
12601         * config.guess:  Merge from FSF:
12602
12603         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12604
12605         * config.guess (Pyramid*:OSx*:*:*): New case.
12606         (PATH): Add /.attbin at end for finding uname.
12607         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
12608
12609         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
12610
12611         * config.guess (M88*:DolphinOS:*:*): New case.
12612
12613         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
12614
12615         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12616         to select whether to use ELF or COFF.
12617
12618         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12619
12620         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12621
12622         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12623
12624         * config.guess: Guess the OS version for HPUX.
12625
12626         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
12627
12628         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12629
12630 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12631
12632         * configure.in: Recognize --with-headers, --with-libs, and
12633         --without-newlib.
12634         * Makefile.in (all-xiberty): Depend upon all-ld.
12635
12636 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12637
12638         * configure.in: Change i[34]86 to i[345]86.
12639
12640 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12641
12642         * configure (version): A few more tweaks to help message.
12643
12644 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12645
12646         * Makefile.in:  Remove (for now) librx as a host library,
12647         now that we're building it for target.
12648
12649 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12650
12651         * configure: Fix up help message; from karl@owl.hq.ileaf.com
12652         (Karl Berry).
12653
12654 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12655
12656         * configure.in:  Also configure librx.
12657
12658 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12659
12660         * Makefile.in:  Update various rules to reflect that librx
12661         is now needed for libg++.
12662
12663 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12664
12665         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12666
12667 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12668
12669         * configure.in: Configure the examples directory.
12670
12671 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12672
12673         * configure: Simplify Jun 2 1994 change.
12674
12675 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12676
12677         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12678         /bin/gcc isn't good enough to build gcc.
12679
12680 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12681
12682         * Makefile.in (GDB_SUPPORT_FILES): Remove
12683         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12684         (gdb.tar.gz): Add new rule to use standard distribution building
12685         mechanism.
12686
12687 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12688
12689         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12690         Bill Cox <bill@cygnus.com>.
12691
12692 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12693
12694         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12695
12696 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12697
12698         * configure:  Search current dir first in .gdbinit.
12699
12700 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12701
12702         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12703
12704 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12705
12706         * config.sub:  Refer to NeXT's operating system as nextstep.
12707
12708         * config.sub (case $basic_machine):  Re-order the cases, to match
12709         the order in the FSF version (which is mostly alphabethical).
12710         Merge in some additions and changes from the FSF.
12711
12712 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12713
12714         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12715         * config.sub: Recognize cxux7.
12716         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12717
12718 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12719
12720         * config.sub:  Fix typo powerpc -> powerpc-*.
12721
12722 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12723
12724         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12725
12726         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12727         parallel with all-emacs and install-emacs).  Top-level command
12728         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12729
12730 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12731
12732         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12733         $(relbindir)/make before doing ``make install'', and use
12734         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12735         installing over running make binary.
12736         ($(host)-stamp-stage3-installed): Likewise.
12737
12738 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12739
12740         * config.guess: Recognize Mach.
12741
12742 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12743
12744         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12745         see whether --exec-prefix was used.
12746
12747 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12748
12749         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12750
12751 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12752
12753         * Makefile.in: Add all-librx target similar to all-libproc.
12754
12755 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12756
12757         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12758         with post 1.2 uname bogosity.
12759
12760 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12761
12762         * configure: Remove temporary files on receipt of a signal.
12763
12764 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12765
12766         * configure: If there is a package_makefile_frag, remove
12767         ${subdir}/Makefile.tem after copying it in.
12768
12769 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12770
12771         * build_all.mk: support rs6000 lynx identifies itself as
12772         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12773         since /bin/gcc is too feeble to compile a modern gcc.
12774
12775 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12776
12777         * brought devo/test-build.mk update-to-date with progressive/
12778           test-build.mk. Add lynx targets and hppa flag info.
12779
12780 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12781
12782         * configure.in:  Use mh-ncrsvr43.  Patch from
12783         Tom McConnell <tmcconne@sedona.intel.com>.
12784
12785 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12786
12787         * config.guess (i386-unknown-bsdi):  No longer need to
12788         check #if defined(__bsdi__) && defined(__i386__).
12789
12790 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12791
12792         * configure: Set program_transform_nameoption correctly.
12793
12794 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12795
12796         * brought build-all.mk update-to-date with progressive build-all.mk,
12797           added new targets and hppa info.
12798
12799 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12800
12801         * configure: If config.guess result is a prefix of the user
12802         specified target, assume a native build and use the user specified
12803         target as the host alias.  Remove SunOS patch suffix removal hack.
12804         * configure.in: Remove SunOS patch suffix removal hack.
12805
12806         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12807         in NATIVE_CHECK_MODULES.
12808
12809 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12810
12811         * Makefile.in: Rename HOST_ONLY to NATIVE.
12812         * configure: Delete SunOs patch suffix from host_canonical
12813           and build_canonical variables that are prepended to Makefiles.
12814         * configure.in: Add comments for easier maintenance.
12815
12816 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12817
12818         * Makefile.in: Add all-libproc target similar to all-gui.
12819
12820 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12821
12822         * Makefile.in (CHECK_MODULES): split into
12823         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12824
12825 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12826
12827         * config.guess (i386-unknown-bsdi): New system to guess.
12828
12829 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12830
12831         * Makefile.in: Add all-gui target (but not yet build by "all").
12832
12833 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12834
12835         * config.sub: Move deletion of patch suffix from here...
12836         * configure.in: To here, at Ian's suggestion.  The top-
12837           level scripts might need to know of a patch level.
12838
12839 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12840
12841         * config.sub: Strip off patch suffix so rtl is recognized
12842           as a sunos4.1.3 machine, even though it's been patched.
12843
12844 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12845
12846         * Makefile.in (INSTALL_LAST): Delete.
12847         (INSTALL_DOSREL): New.
12848
12849 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12850
12851         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12852         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12853         whether we pass down --with-gnu-ld anyhow.
12854
12855 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12856
12857         * Makefile.in (INSTALL_LAST): Change operation so it works
12858         on more flavors of make.
12859         * configure.in (go32): Don't build libg++ or libio.
12860
12861 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12862
12863         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12864         they can be overriden by templates.
12865
12866 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12867
12868         * configure.in (target==go32): Don't build gdb.
12869         * dosrel: New directory.
12870
12871 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12872
12873         * configure.in (host==go32): Configure dosrel too.
12874         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12875         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12876         be set by incoming names or templates.
12877         (INSTALL_LAST): New rule.
12878
12879 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12880
12881         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12882
12883 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12884
12885         * configure.in (appdirs): New variable.  Currently empty, but will
12886         be used in gas distribution.  If nonempty, lists a set of
12887         directories at least one of which must get configured, or top
12888         level configuration is considered to have failed.
12889         (rs6000-*-lynxos*): Use new file name.
12890
12891 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12892
12893         Eliminate XTRAFLAGS.
12894         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12895         newlib include files using -idirafter, and also use -nostdinc.
12896         (CXX_FOR_TARGET): Likewise.
12897         (XTRAFLAGS): Removed.
12898         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12899         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12900         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12901         ($(DO_X)): Don't pass down XTRAFLAGS.
12902
12903 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12904
12905         * configure.in (mips*-dec-bsd*): New target; do build linker.
12906         (mips*-*-bsd*): New target; don't build linker.
12907
12908 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12909
12910         * configure.in: support rs6000-*-lynxos* configuration.
12911         support sunos4 as a cross target.
12912
12913         * config.sub: look for lynx*, not lynx since the OS version may
12914         legitimately be part of the name.
12915
12916 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12917
12918         * configure.in (i[34]86-*-sco*): Move to be with other i386
12919         targets.
12920         (romp-*-*): New target.  Skip various binary utilities.
12921         (vax-*-*): New target.  Don't build newlib.
12922         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12923
12924 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12925
12926         * configure.in: Only set host_makefile_frag if config
12927         directory exists.
12928
12929 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12930
12931         * install.sh: If $dstdir exists, don't check whether each
12932         component does.
12933
12934 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12935
12936         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12937
12938 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12939
12940         * configure.in (*-*-lynxos*): Don't configure newlib for either
12941         native or cross Lynx.
12942
12943 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12944
12945         * config.sub (sparc64-elf): Fix os.
12946         (z8k): Remove duplicate.
12947
12948 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12949
12950         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12951         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12952
12953 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12954
12955         * configure: Make file links cleanly even if Lynx fails on
12956           an NFS symlink (at least fail cleanly).
12957
12958 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12959
12960         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12961         -XNh2000.
12962
12963 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12964
12965         * configure: Unknown options are fatal again.
12966
12967 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12968
12969         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12970         compatibility.
12971
12972 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12973
12974         * build-all.mk: Add `clean' target.
12975
12976 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12977
12978         * config.guess:  Add SINIX support.
12979         * configure.in:  Add mips-*-sysv4* support.
12980
12981 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12982
12983         * build-all.mk: Document all useful targets.
12984         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12985         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12986
12987 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12988
12989         * configure: Support --silent, --quiet.
12990
12991 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12992
12993         * configure: Support --disable-FEATURE.
12994
12995 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12996
12997         * config.guess: Recognize NCR running SVR4.3.
12998
12999 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13000
13001         * config.guess:  Make BSDI generate i386-unknown-bsd386.
13002         Patch from Paul Eggert <eggert@twinsun.com>.
13003
13004 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13005
13006         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13007
13008 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13009
13010         * configure: Make unrecognized options give nonfatal warnings
13011         instead of fatal errors, and pass them to any subdirectory
13012         configures in case they recognize them.
13013         Make --x equivalent to --with-x.
13014
13015 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
13016
13017         * configure: Add --enable-* options.  Clean up usage message and
13018         some comments.
13019
13020 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13021
13022         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13023
13024 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13025
13026         * configure.in (hppa*-*-*): Enable binutils.
13027
13028 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13029
13030         * config.sub: Recognize cisco.
13031
13032 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
13033
13034         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13035
13036 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13037
13038         * config.guess: about target *-hitachi-hiuxwe2, don't print more
13039         than one configuration name.  Add comment.
13040
13041 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
13042
13043         * config.guess: about target *-hitachi-hiuxwe2, fixed
13044         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
13045         macro is incorrect.]
13046
13047 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13048
13049         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13050         than the "make ls" stuff which used to be here.
13051
13052 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13053
13054         * config.guess:  Recognize i[34]86-unknown-freebsd.
13055         From Shawn M Carey <smcarey@rodan.syr.edu>.
13056
13057 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13058
13059         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13060
13061 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
13062
13063         * config.guess: Check for ptx.
13064
13065 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
13066
13067         * config.sub: Add os9k checking.
13068
13069 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13070
13071         * config.guess: Handle OSF1 running on HPPA processors
13072
13073 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13074
13075         * configure: If subdir configure fails, print out a message with
13076         subdirectory name, in case subdir's configure code didn't identify
13077         itself.
13078
13079 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
13080
13081         * configure.in: Remove embedded newlines from configdirs.
13082         Avoid mismatches of substrings.  Fix matching strings at end
13083         of configdirs.
13084
13085 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
13086
13087         * config.guess:  Add Lynx/rs6000 config support.
13088
13089 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
13090
13091         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13092
13093 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
13094
13095         * configure.in (hppa*-*-osf*): Treat this just like most other
13096         PA configurations (eg no binutils or ld).
13097         (hppa*-*-*elf*): These configurations have binutils and ld.
13098
13099 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13100
13101         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
13102
13103 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13104
13105         * configure.in (rs6000-*-*): Build gas.
13106
13107 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13108
13109         * Makefile.in:  Avoid bug in losing hpux sed.
13110
13111 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13112
13113         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13114         for GDB and GDB has been fixed to not need it.
13115
13116 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13117
13118         * config.guess: Recognize vax hosts.
13119
13120 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13121
13122         * configure (while loop): Don't use "break 2" inside case
13123         statement -- the case statement isn't an enclosing loop.
13124
13125 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
13126
13127         * config.guess:  Clean up NeXT support, to allow nextstep
13128         on Intel machines.  Make OS be nextstep.
13129
13130 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
13131
13132         * config.guess: Add alternate forms for Convex.
13133
13134 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
13135
13136         * configure:  Completely rewrite option processing.  Take
13137         advantage of pattern-matching to avoid invoking test frequently.
13138         Also clean up host and target defaulting logic.
13139
13140 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
13141
13142         * Makefile.in: Replace all occurrances of "rootme" with "r" and
13143         "$${rootme}" with "$$r", to increase the likelihood that the do-*
13144         commands (plus user environment) will fit SCO limits.
13145
13146 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13147
13148         * configure.in: Don't issue warnings about directories which are
13149         not being configured if -norecursion is set.  Correct test for
13150         --with-gnu-as and --with-gnu-ld to not get confused by substring
13151         matches.
13152
13153         * configure.in: Don't build gas for alpha-dec-osf1*.
13154
13155 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
13156
13157         * configure:  Back out Per's change of 12/19/1993.  It changes the
13158         behavior of configure in unexpected and confusing ways.
13159
13160         Also, use different delim char when calculating
13161         program_transform_name so that the name can contain slashes.
13162
13163 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13164
13165         * configure.in, config.sub: Add support for VSTa micro-kernel.
13166
13167 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13168
13169         * configure.in: Nuke hacks which were used to get a special
13170         version of GAS for HPPA configurations.
13171
13172 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13173
13174         * configure:  If only ${target_alias} is given, use that
13175         as the default for ${host_alias}.
13176         * configure:  Add missing back-slashes before nested quotes.
13177
13178 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13179
13180         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13181
13182 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
13183
13184         * config.guess:  Recognize some Tektronix configurations.
13185         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13186
13187 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13188
13189         * config.sub: Match any flavor of SH.
13190
13191 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
13192
13193         * configure.in: Don't try to configure newlib for Alpha.
13194
13195 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13196
13197         * configure.in: Don't build ld for Irix 5.  Don't build gas,
13198         libg++ or libio for any Alpha target.
13199
13200         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
13201
13202 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
13203
13204         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13205         default arguments -- so it tried to compress itself.
13206
13207 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
13208
13209         * configure.in (notsupp): ensure that a space is always at the end
13210           of the configdirs list, since the grep checks for an explicit space
13211
13212 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13213
13214         * configure.in (target i386-sysv4.2): don't build ld, since static
13215           versions of many libraries are not available.
13216
13217 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13218
13219         * config.guess: Recognize Apollos (using environment variables).
13220         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13221
13222 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13223
13224         * config.guess: Recognize Sony news mips running newsos.
13225
13226 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
13227
13228         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13229         "fi ; else" for bash.
13230
13231 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
13232
13233         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13234
13235 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
13236
13237         * config.sub: accept unixware as an alias for svr4.2.
13238         Fix some inconsistancies with the gcc version.
13239
13240 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13241
13242         * Makefile.in (DISTDOCDIRS):  Add gdb.
13243
13244 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13245
13246         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
13247
13248 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13249
13250         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13251         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13252         this now.
13253
13254 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13255
13256         * config.sub: Accept hiux* as an OS name.
13257
13258         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13259         etc/make-stds.texi.  The underscore came from gcc, and dje now
13260         agrees that RUNTESTFLAGS is the correct name.
13261
13262 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13263
13264         * install.sh:  Remove 'set -e'.  It makes any conditionals
13265         in the script useless.
13266
13267         * config.guess: Automatically recognize arm-acorn-riscix
13268         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13269
13270 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13271
13272         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13273
13274 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13275
13276         * Makefile.in (DISTDOCDIRS): New variable.
13277         (taz): Edit local Makefile.in sooner, instead of proto-toplev
13278         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
13279
13280 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13281
13282         * configure.in (hppa target): check the source directory for the
13283           pagas sub-directory
13284
13285 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
13286
13287         * config.sub: Allow -aout* and -elf*.
13288
13289 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13290
13291         * configure.in: Don't build ld on i386-solaris2, same as for
13292         sparc-solaris2.
13293
13294 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13295
13296         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13297
13298 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13299
13300         * configure.in:  Configure gdb for alpha.
13301
13302 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13303
13304         * Makefile.in (CXXFLAGS): Add -O.
13305
13306 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13307
13308         * config.guess: added support for DG Aviion
13309
13310 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13311
13312         * configure.in: Produce warning message for subdirectories not
13313         configurable for this host/target combination.  Don't try to
13314         configure gdb for vms.
13315
13316 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
13317
13318         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13319         appropriate files before making "diststuff".
13320         (DISTBISONFILES): New var: list of files to be edited.
13321         (DISTSTUFFDIRS): Add binutils.
13322
13323 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13324
13325         * config.sub: also handle mipsel and mips64el (for little endian mips)
13326
13327 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13328
13329         * configure.in: Add * to end of all OS names.
13330
13331 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
13332
13333         * configure.in: Build newlib for LynxOS native.
13334
13335 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13336
13337         * config.guess: Add support for delta 88k running SVR3.
13338
13339         * configure.in: Add comment about HP compiler vs. emacs.
13340
13341 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13342
13343         * configure.in: don't build ld on solaris2 (not a viable option
13344           due to bugs in getpwnam & getpwuid)
13345
13346 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
13347
13348         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13349         config.guess will produce a full version number.
13350
13351 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13352
13353         * configure.in: Build linker and binutils for alpha-dec-osf1.
13354
13355 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13356
13357         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13358         and gdb/testsuite/Makefile.in.
13359
13360 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13361
13362         * configure.in: recognize mips*- instead of mips-
13363
13364 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13365
13366         * config.sub: Accept linux*coff and linux*elf as operating
13367         systems.
13368
13369 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13370
13371         * config.sub: Recognize mips64, and mips3 as an alias for it.
13372
13373 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13374
13375         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13376         gdb knows how to handle OSF/1 shared libraries.
13377
13378 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13379
13380         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13381         * config.guess: Recognize Hitachi's HIUX.
13382         * config.sub: Recognize h3050r* and hppahitachi.
13383         Remove redundant cases for hp9k[23]*.
13384
13385 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13386
13387         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13388         if gas and ld are in the source tree and are in ${configdirs}.
13389         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
13390         --with options (but still pass them down on the command line,
13391         if they were explicitly specified).
13392
13393 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13394
13395         * configure: substitute SHELL value in Makefile.in with
13396         ${CONFIG_SHELL}
13397
13398 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13399
13400         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13401         *-*-solaris2* targets.
13402
13403 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13404
13405         * Makefile.in: define M4, and pass it down to sub-makes;
13406         all-autoconf now depends on all-m4
13407
13408 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13409
13410         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13411         presence of {ar,ranlib} instead of a configured directory
13412
13413 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
13414
13415         * config.guess: Accept 34?? as well as 33?? for NCR.
13416
13417 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13418
13419         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13420         of 'gas' in sed commands, since 'gash' is now in the tree as well.
13421
13422 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13423
13424         * configure: grab values for $(CC) and $(CXX) from the
13425         environment, so that someone can do "CC=gcc configure; make" and
13426         have it work right (matching the way that autoconf works now)
13427
13428         * configure.in, Makefile.in: add support for gash, the tcl
13429         interface to Galaxy
13430
13431         * config.guess: add NetBSD variants (hp300, x86)
13432
13433 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
13434
13435         * install.sh: Support -d option (in the manner of SunOS 4 install,
13436         as it is more deterministic than that of GNU install)
13437         (chmodcmd): Set file to mode 755 by default (should also do default
13438         chgrp and chown, but I don't feel like dealing with that now)
13439
13440 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
13441
13442         * config.sub: Remove h8300hhms alias.
13443
13444 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13445
13446         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13447
13448 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13449
13450         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13451         as stmp-fixinc
13452
13453 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13454
13455         * config.sub: recognize m88110-bug-coff.
13456
13457 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13458
13459         * Makefile.in (all-libio): all dependencies on the toolchain used
13460         to build this (gcc, gas, ld, etc)
13461
13462 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13463
13464         * config.guess: Deal with OSF/1 1.3 on alpha.
13465
13466 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13467
13468         * install.sh: add some 'else true' clauses for portability
13469
13470         * configure.in: don't build libio for h8[35]00-*-* targets
13471
13472 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13473
13474         * Makefile.in:  Add support for new libio.
13475
13476 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13477
13478         * install.sh: If one command fails, don't try the rest.  Don't try
13479         to remove $dsttmp (via trap) unless we have already created it.
13480         If $src doesn't exist, detect it and exit with an error.
13481
13482         * config.guess: Recognize BSD on hp300.
13483
13484 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
13485
13486         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13487         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13488
13489 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
13490
13491         * Makefile.in (all-send-pr): depends on all-prms
13492
13493 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13494
13495         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13496
13497 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
13498
13499         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13500         Added test for mips-mips-riscos5.
13501
13502 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13503
13504         * configure.in: use mh-hp300 for 68k HP hosts
13505
13506 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13507
13508         * configure: add support for CONFIG_SHELL, so that you can use
13509         some alternate shell for evaluating configure scripts
13510
13511 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
13512
13513         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
13514         in configure script to bug-gdb@prep.ai.mit.edu when building
13515         distribution archive.
13516         * Makefile.in (COMPRESS):  Remove def.
13517         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
13518         gdb.tar.Z and make-gdb.tar.Z respectively.
13519         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
13520         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
13521         to convergence with 'taz' target in Makefile.in.
13522
13523 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13524
13525         * install.sh (dsttmp): use trap to ensure that tmp files go
13526         away on error conditions
13527
13528 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13529
13530         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13531
13532 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13533
13534         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13535         its parent is '/' not ''.
13536
13537         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13538
13539 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
13540
13541         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13542         that ${newsrcdir}/configure.in does.
13543
13544 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
13545
13546         * test-build.mk: support for CONFIG_SHELL
13547
13548 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
13549
13550         * config.sub (netware):  Add as a basic system type.
13551
13552 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
13553
13554         * Makefile.in (Makefile): depend on configure.in.  Also drop the
13555           $(srcdir)/ from the dependency on Makefile.in.
13556
13557 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
13558
13559         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13560         (h8300hhms is temporary until multi-libraries are implemented).
13561         * configure.in: Handle h8300h too.
13562
13563 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13564
13565         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13566
13567 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
13568
13569         * configure:  Remove extraneous output when guessing host type.
13570         * config.guess:  Remove extraneous output when guessing using C
13571         compiler rather than uname, or when guessing fails.
13572
13573 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
13574
13575         * Makefile.in: remove all.cross and install.cross targets
13576
13577         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13578           definitions
13579
13580 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
13581
13582         * configure.in (target sh): Build gprof.
13583
13584 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13585
13586         * config.sub: change -solaris to -solaris2
13587
13588 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13589
13590         * configure.in: Use config/mh-riscos for mips-*-sysv*.
13591
13592 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
13593
13594         * configure: Correct error message for missing Makefile.in to
13595         print correct directory.
13596
13597 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13598
13599         * install.sh: kludge around 386BSD shell bug
13600
13601 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
13602
13603         * config.guess:  Recognize NeXT.
13604         * config.guess:  Recognize i486-ncr-sysv4.
13605         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
13606
13607 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
13608
13609         * Makefile.in (MAKEINFOFLAGS): New variable.
13610         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13611         * build-all.mk, test-build.mk: Pass down --no-split as
13612         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
13613
13614 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
13615
13616         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
13617
13618 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
13619
13620         * Makefile.in (libg++.tar.z):  New rule.
13621         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
13622         * Makefile.in (taz):  Only do a single chmod.
13623
13624 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13625
13626         * install.sh: don't use dirname anymore (replaced with sed usage)
13627
13628 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
13629
13630         * Makefile.in:  Change extension for gzip'd files from '.z' to
13631         '.gz' per new FSF standard usage.
13632
13633 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13634
13635         * configure: put quotes around the final value of program_transform_name
13636
13637 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13638
13639         * Makefile.in: new install.sh support; update install-info rules
13640
13641 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
13642
13643         * configure.in: Build diff for crosses, but not for go32 host.
13644
13645         * configure.in: Build gprof only for native, and don't build it
13646         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13647
13648 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
13649
13650         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13651
13652 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13653
13654         * configure.in (host_tools): Add prms.
13655
13656 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13657
13658         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13659         with $(FLAGS_TO_PASS) on the command line
13660
13661         * config.sub: Recognize lynx and lynxos
13662
13663 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13664
13665         * config.sub: Accept -ecoff*, not just -ecoff.
13666
13667 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13668
13669         * Makefile.in (taz): Use .gz suffix instead of .z.
13670         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13671         names.
13672
13673 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13674
13675         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13676
13677 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13678
13679         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13680         that rebuilds that might happen during 'make install' don't get
13681         bogus gcc include files
13682
13683 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13684
13685         Change from Utah for HPPA support:
13686         * config.guess: Recognize hppa1.x-hp-bsd.
13687
13688 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13689
13690         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13691         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13692
13693 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13694
13695         * config.sub: Add support for rom68k and bug boot monitors.
13696
13697 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13698
13699         * Makefile.in: Make all-opcodes depend on all-bfd.
13700
13701 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13702
13703         * config.guess: Added special check for i[34]86-univel-sysv4*.
13704
13705 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13706
13707         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13708         the processor rather than assuming i486.
13709
13710 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13711
13712         * config.guess: Recognize SunOS6 as Solaris3.
13713
13714 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13715
13716         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13717         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13718
13719 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13720
13721         * build-all.mk (all-cross): New target for Canadian Cross.
13722         Added Q2 go32 targets.
13723         * test-build.mk: Configure go32 cross sparclite-aout and
13724         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13725         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13726
13727 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13728
13729         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13730         GO32 hosted toolchains
13731
13732 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13733
13734         * configure: change  so "-exec-prefix" gets passed down rather
13735         than "-exec_prefix" so autoconf generated Makefiles get the
13736         exec_prefix set right.
13737
13738 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13739
13740         * config.guess: get the Solaris2 minor version number
13741
13742         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13743
13744 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13745
13746         * config.guess: Recognize some Sequent platforms.
13747
13748 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13749
13750         * Makefile.in: added the vault-install target
13751
13752         * configure.in: actually use the Sun3 makefile fragment that's in
13753         config, also added the release dir to configdirs
13754
13755 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13756
13757         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13758
13759 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13760
13761         * configure.in: remove some program from Alpha targetted toolchains
13762
13763 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13764
13765         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13766         gprof.
13767         (taz): Run "make diststuff" in those directories instead of "make
13768         proto-dir".  Look for "VERSION=" only at start of line in subdir
13769         Makefile.  Use "gzip -9" for compression.
13770         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13771         (binutils.tar.z): New target.
13772
13773 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13774
13775         * Makefile.in (taz): Include gpl.texinfo.
13776
13777 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13778
13779         * Makefile.in (setup-dirs): Merged into "taz" target.
13780         (taz): Only do `proto-dir' stuff if a directory is actually needed
13781         for this target.
13782
13783 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13784
13785         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13786         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13787         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13788         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13789         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13790
13791 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13792
13793         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13794         config.sub, and move-if-change to gdb testsuite distribution
13795         archive, so the testsuite can be extracted, configured, and
13796         run separately from the gdb distribution.  Blow away the Chill
13797         tests that require a Chill compiled executable, since GNU Chill
13798         is not yet publically available.
13799
13800 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13801
13802         * test-build.mk: set environment variables in a single command,
13803         instead of a list of assignments and exports
13804
13805         * config.guess: recognize Alpha/OSF1 systems
13806
13807 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13808
13809         * configure: Change help message to prefer --options rather than
13810           -options.
13811
13812 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13813
13814         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13815         zippy@ecst.csuchico.edu.
13816         * config.guess: Recognize miniframe.
13817
13818 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13819
13820         * Makefile.in: Use srcroot to find runtest rather than rootme.
13821         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13822
13823 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13824
13825         * test-build.mk: Extensive additions to support building on a
13826         machine other than the host.
13827
13828 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13829
13830         * configure (tooldir): Fix for i386-aix again.
13831
13832 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13833
13834         * configure, Makefile.in:  Change definition of $(tooldir)
13835         to match the FSF.
13836
13837 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13838
13839         * config.guess:  Recognize i[34]86/SVR4.
13840
13841 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13842
13843         * Makefile.in (all-gdb): gdb depends on sim.
13844
13845 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13846
13847         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13848         at the same time we make the prototype gdb directory.
13849         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13850         files at the same time as the gdb base release distribution.
13851
13852 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13853
13854         * Makefile.in (check): Use individual check targets rather than
13855         DO_X rule.
13856         (check-gcc): Added.
13857
13858 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13859
13860         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13861         for System V release 3.2.
13862
13863 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13864
13865         * config.sub: Recognize hppaosf.
13866         * configure.in: Do configure ld/binutils/gas for it.
13867
13868 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13869
13870         * configure (tooldir): Alter syntax used to set this, for systems
13871         where "\$" isn't handled right, like i386-aix.
13872
13873 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13874
13875         * configure: Pass program-transform-name, not
13876         program_transform_name, to recursive configures.
13877
13878 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13879
13880         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13881         of gas+ld+binutils.
13882
13883 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13884
13885         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13886
13887 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13888
13889         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13890
13891 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13892
13893         * Makefile.in (PRMS): Set back to all-prms.
13894
13895 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13896
13897         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13898         targets, rather than for MIPS hosts.
13899
13900 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13901
13902         * configure.in: add comment for --with-x default values
13903
13904         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13905
13906         * Makefile.in: add check-* targets for each of the directories in
13907         the tree.  Add a definition of RUNTEST that will use the one we
13908         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13909
13910 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13911
13912         * configure.in: Removed obsolete references to bfd_target and
13913         target_makefile_frag.
13914
13915         * build-all.mk: Set assorted targets for Q2.
13916         * config.sub: Recognize z8k-sim and h8300-hms.
13917         * test-build.mk: Really don't pass host to configure.
13918         (HOLES): Added uname.
13919
13920 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13921
13922         * configure: Handle an empty program-prefix, program-suffix or
13923         program-transform-name correctly.
13924
13925 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13926
13927         * build-all.mk: -G 8 no longer required for MIPS targets.
13928         * test-build.mk: Don't pass host argument to configure; make it
13929         guess.
13930
13931 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13932
13933         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13934         * Makefile.in (COMPRESS):  New macro, like GZIP.
13935
13936 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13937
13938         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13939
13940         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13941         with gas currently defaults to -G 0.
13942
13943 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13944
13945         * Makefile.in (all-flex): flex depends on byacc.
13946
13947         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13948         to test-build.mk as RELEASE_TAG.
13949         * test-build.mk (configargs): New variable containing arguments to
13950         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13951         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13952
13953         * config.guess: Use /bin/uname when checking -X argument on SCO,
13954         to avoid invoking GNU uname which doesn't understand -X.
13955
13956         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13957
13958         * configure.in: Build gas for mips-*-*.
13959
13960 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13961
13962         * Makefile.in (all.normal): insert missing backslash.
13963
13964 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13965
13966         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13967
13968         * Makefile.in: Complete overhaul to merge many almost identical
13969         targets.
13970
13971 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13972
13973         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13974         (gdb.tar.Z): Adjusted.
13975
13976         * Makefile.in (setup-dirs, taz): New targets; should be general
13977         enough to adapt for gdb sometime.  Build only .z file.
13978         (gas.tar.z): New target.
13979
13980 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13981
13982         * build-all.mk: Use CC=cc -Xs on Solaris.
13983
13984 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13985
13986         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13987         for handling BISON for FSF releases.
13988
13989 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13990
13991         * configure: Actually implement the change zoo just documented.
13992
13993 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13994
13995         * configure: when using config.guess, only set target_alias when
13996         it's not already been set (ie, on the command line)
13997
13998 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13999
14000         * Makefile.in: add installcheck target, set PRMS to install-prms
14001
14002 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14003
14004         * configure: add support for package_makefile_fragment, handle the
14005         case where a directory has a configure.in file but no Makefile.in
14006         more gracefully (with an actual understandable error message, even);
14007         add support for --without (and add this to the usage message); also
14008         explicitly add a --host=${host_alias} to the command line when
14009         config.guess is used
14010
14011 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14012
14013         * configure: Must use both --host and --target in recursive calls.
14014
14015 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14016
14017         * Makefile.in: Change deja-gnu to dejagnu.
14018
14019 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
14020
14021         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14022
14023 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14024
14025         * configure.in: canonicalize all instances to *-*-solaris2*,
14026         also strip out a number of tools to not build for go32 host
14027
14028 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14029
14030         * config.guess: add GPL.
14031
14032         * Makefile.in, config.guess, config.sub, configure: bump
14033           copyrights to 93.
14034
14035 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
14036
14037         * Makefile.in (do-info): Removed obsolete check for existence of
14038         localenv file.
14039
14040         * Makefile.in (MAKEOVERRIDES): Define to be empty.
14041
14042 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14043
14044         * Makefile.in: a couple of 'else true' for decstation,
14045         support for TclX
14046
14047         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14048
14049 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
14050
14051         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14052
14053 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
14054
14055         * config.guess: Recognize i386-ibm-aix (PS/2).
14056         * configure.in: Use config/mh-aix386 file for it.
14057
14058 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
14059
14060         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14061         CC_FOR_TARGET instead.
14062         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14063
14064 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
14065
14066         * Makefile.in: Add sim to list of directories sent with gdb
14067
14068 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
14069
14070         * configure.in: Put back mips-dec-bsd* case.
14071
14072 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
14073
14074         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14075         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
14076         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
14077
14078 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14079
14080         * configure.in: remove no-op mips-dec-bsd* in "case $target"
14081
14082         * Makefile.in (dir.info): only run gen-info-dir if it exists,
14083         (install-info): install dir.info only if it exists,
14084         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14085
14086 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
14087
14088         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
14089         gas for mips-dec-bsd.
14090
14091 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
14092
14093         * configure (makesrcdir): If ${srcdir} is relative and not ".",
14094         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14095
14096 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14097
14098         * configure.in: Added "dejagnu" to hosttools list.
14099
14100 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
14101
14102         * config.sub, configure.in, config.guess:  Add support
14103         for Bosx, an AIX variant from Bull.
14104         Patches from F.Pierresteguy@frcl.bull.fr.
14105
14106 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
14107
14108         * devo/dejagnu: Initial creation of devo/dejagnu.
14109         Migrated dejagnu testcases and support files for testing software
14110         tools to reside as subdirectories, currently called "testsuite",
14111         within the directory of the software tool.  Migrated all programs,
14112         support libraries, etc. beloging to dejagnu proper from
14113         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
14114         with no modifications.  The changes to these files which will
14115         allow them to configure, build, and execute properly will be made
14116         in a future update.
14117
14118 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14119
14120         * Makefile.in: Change send_pr to send-pr.
14121         * configure.in: Likewise.
14122         * send_pr: Renamed directory to send-pr.
14123
14124 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
14125
14126         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
14127
14128 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
14129
14130         * README:  Update for gdb-4.8 release.
14131         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
14132         gdb-xxx.tar.z (gzip'd) file also.
14133
14134 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14135
14136         * Makefile.in: make all-diff depend on all-libiberty
14137
14138 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
14139
14140         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14141
14142 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14143
14144         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14145
14146 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
14147
14148         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
14149         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
14150         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
14151
14152 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14153
14154         * Makefile.in:  makeinfo binary is in a new location
14155
14156 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
14157
14158         * config.sub: Accept -ecoff as an OS.
14159
14160         * Makefile.in: Various changes to eliminate a level of make
14161         recursion and reduce the required command line length.
14162         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14163         sub-makes.
14164         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14165         variables holding settings for specific sub-makes.
14166         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14167         in terms of BASE_FLAGS_TO_PASS.
14168         (TARGET_LIBS): New variable listing directories which use
14169         TARGET_FLAGS_TO_PASS.
14170         (subdir_do): Eliminated.
14171         (do-*): New set of targets to replace subdir_do.
14172         (various): All targets which used subdir_do now depend on do-*.
14173         (local-clean): Renamed from do_clean.
14174         (local-distclean): New target, dependency of distclean and
14175         realclean.
14176         (install-info): Don't create directories.  Depend on dir.info
14177         rather than calling make recursively.
14178         (install-dir.info): Eliminated.
14179         (install-info-dirs): Create all info directories here.
14180         (dir.info): Depend upon do-install-info.
14181
14182         * test-build.mk (HOLES): Added false.
14183
14184 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
14185
14186         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
14187
14188 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14189
14190         * Makefile.in (info): remove dependency on all-texinfo.  The
14191         problem was really in texinfo/C, not at this level.
14192
14193 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14194
14195         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14196
14197 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
14198
14199         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
14200         GDB releases.
14201
14202 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14203
14204         * configure: Include srcdir in message about target of link not
14205         being found.  Don't convert `-' to `_' in `with' options being
14206         passed to subdirs.
14207
14208 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14209
14210         * configure.in: add uudecode to host_tools
14211
14212         * Makefile.in: added {all,install}-uudecode targets, added them to
14213         the appropriate lists
14214
14215 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
14216
14217         * Makefile.in (all-gcc): Added dependency on all-gas.
14218
14219         * configure.in (mips-*-*): Build ld and binutils.
14220
14221 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
14222
14223         * configure: check return code from mkdir, print error message and
14224           exit on failure.
14225
14226 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
14227
14228         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
14229
14230 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
14231
14232         * test-build.mk (HOLES): Added tar, cpio and uudecode.
14233
14234 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14235
14236         * config.sub (h8500):  Recognize this as a cpu type.
14237
14238 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14239
14240         * configure: source directory missing is no longer a warning
14241
14242         * configure.in: recognize irix[34]* instead of irix[34]
14243
14244         * Makefile.in: define and pass down X11_LIB
14245
14246 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
14247
14248         * guess-systype: Renamed to ...
14249         * config.guess:  ... by popular request.
14250         * configure.in, Makefile.in:  Update accordingly.
14251
14252 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
14253
14254         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
14255         + Add Convex, Cray/Unicos, and Encore/Multimax support.
14256         + Execute ./dummy instead of assuming . is in PATH.
14257
14258 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
14259
14260         * guess-systype:  New shell script.  Attempts to guess the
14261         canonical host name of the executing host.
14262         Only a few hosts are supported so far.
14263         * configure:  Call guess-systype if no host is specified.
14264
14265 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
14266
14267         * Makefile.in (gcc-no-fixedincludes): Made to work with current
14268         gcc Makefile.
14269
14270
14271 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
14272
14273         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14274         (all-gcc, install-gcc, subdir_do): Use it.
14275
14276 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
14277
14278         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14279
14280 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
14281
14282         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14283           set exclusively by configure, using configure.in .
14284
14285 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14286
14287         * test-build.mk: set $PATH for all builds
14288
14289         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14290
14291 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
14292
14293         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
14294         the one used in gcc/Makefile.in, so that a null expansion doesn't
14295         override the one needed to build gcc with a native cc.
14296
14297
14298 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14299
14300         * configure: Accept -with arguments.
14301
14302 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
14303
14304         * Makefile.in: added h8300sim
14305
14306 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
14307
14308         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14309         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
14310         (all-cygnus, native, build-cygnus): Make
14311         $(canonhost)-stamp-3stage-done, not $(host)....
14312         * test-build.mk (stamp-3stage-compared): Use tail +10c for
14313         i386-sco3.2v4.  Added else true to if command.
14314
14315 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
14316
14317         * config.sub: (from FSF) Sequent uses a BSD-like OS.
14318
14319 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
14320
14321         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14322
14323 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14324
14325         * configure.in: don't remove binutils from Solaris builds
14326
14327 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
14328
14329         * Makefile.in: get rid of earlier definitions for *clean,
14330         also handle the recursive info rule better
14331
14332 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
14333
14334         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
14335         do more-or-less the right thing.
14336
14337 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
14338
14339         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14340         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14341
14342 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14343
14344         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14345         $(host_canonical).
14346
14347         * configure.in: split the configdirs list into 4 categories (native
14348         v. cross, library v. tool) and handle the cross-only and native-
14349         only in more reasonable (and correct!) way.
14350
14351 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
14352
14353         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
14354         configdirs anymore.
14355
14356 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14357
14358         * Makefile.in: extensive cleanup::  removed all of the explicit
14359         clean-* targets, collapsed many wrappers around subdir_do into
14360         one, added additional targets to satisfy standards.texi, deleted
14361         some old targets, some changes for consistency
14362
14363 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14364
14365         * configure.in: handle some programs as cross-only, and others as
14366         native only
14367
14368         * test-build.mk: handle partial holes in a more generic manner
14369
14370         * Makefile.in: m4 depends on libiberty
14371
14372 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14373
14374         * configure.in: add m4, textutils, fileutils, sed, shellutils,
14375         time, wdiff, and find to configdirs
14376
14377         * Makefile.in: all, clean, and install rules for the new programs
14378         added to configure.in
14379
14380 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14381
14382         * configure.in: use mh-sun for all *-sun-* hosts
14383
14384 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14385
14386         * Makefile.in: define flags for X11 include files and library file
14387         locations, pass them down to the programs that need this info
14388
14389         * build-all.mk: added a 'native' target, to 3stage the native toolchain
14390
14391 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14392
14393         * configure.in: start building libg++ for HP-UX targets
14394
14395 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
14396
14397         * README:  Update references to files moved into etc/.
14398
14399 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
14400
14401         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
14402         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
14403
14404 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14405
14406         * configure: accept dash as well as underscore in long option
14407         names for FSF compatibility.
14408
14409 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
14410
14411         * config.sub: added -sco3.2v4 support from FSF.
14412
14413 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14414
14415         * configure.in: expand the section that adds or removes
14416         directories from the list of programs to build, to handle native
14417         vs. cross in addition to host v. native
14418
14419 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
14420
14421         * Makefile.in:  Replace C++ in macro names with CXX.
14422         This is less likely to break ...
14423
14424 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14425
14426         * test-build.mk: add -w to GNU_MAKE
14427
14428 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14429
14430         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14431         add 'sparc' to list of recognized cpus.  This needed to make
14432         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14433         Delete some redundant ose68 variants.  Recognize -wrs as an os,
14434         then changes that into $CPU-wrs-vxworks.
14435
14436         * configure.in: remove most references to gdbtest, regularize
14437         target based program removal
14438
14439         * test-build.mk: import from p3 tree (many fixes and changes)
14440
14441 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
14442
14443         * Makefile.in: added rules to handle tcl, tk, and expect
14444
14445         * configure.in: handle those directories if they exist
14446
14447 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14448
14449         * config.sub: removed bogus hppabsd and hppahpux names, since
14450         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14451
14452 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14453
14454         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
14455         depends upon all-xiberty
14456
14457         * Makefile.in: changes from p3, including:
14458
14459         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
14460
14461         * Makefile.in (XTRAFLAGS): include newlib directories if
14462         newlib/Makefile exists, rather than if host != target.
14463
14464         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
14465
14466         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14467         from the same source tree and not building a cross-compiler.  This
14468         matters for the libg++ configuration if reconfiguring a tree that
14469         has already been installed.
14470
14471         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
14472
14473         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14474         pick up the machine and system specific header files.
14475
14476         * Makefile.in: added AS_FOR_TARGET, passed down in
14477         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14478         the C compiler to use to create programs which are run in the
14479         build environment, set it to default to $(CC), and passed it down
14480         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14481
14482         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
14483
14484         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14485         We need them for unusual native builds, like systems without
14486         ranlib.
14487
14488         * configure: also define $(host_canonical) and
14489         $(target_canonical), which are the full, canonical names for the
14490         given host and target
14491
14492 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
14493
14494         * Makefile.in:  Added separate definitions for C++.
14495
14496 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
14497
14498         * configure.in (configdirs):  Add deja-gnu.
14499
14500 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
14501
14502         * README:  Update for configure.texi and gdb-4.7 release.
14503
14504 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
14505
14506         * Makefile.in:  Move "all" target to top of file.
14507         Previously, first target was ".PHONY" which caused BSD4.4 make
14508         to build .PHONY when make was run without arguments.
14509
14510 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
14511
14512         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
14513         Library-copylefted code in libiberty.
14514
14515 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
14516
14517         * config.sub:  Replace m68kmote with plain old m68k.
14518
14519 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
14520
14521         * Makefile.in:  Remove space from blank line, avoid Make complaints.
14522
14523 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
14524
14525         * config.sub: Complain if no argument is given.  Added support for
14526         386bsd as OS and target alias.
14527
14528 Thu Oct  8 15:07:22 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 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
14534
14535         * config.sub: recognize sparclite-wrs-vxworks.
14536
14537         * Makefile.in (install-xiberty): added *-xiberty make rules (from
14538         p3.) Added clean-xiberty to clean.
14539
14540 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14541
14542         * configure.in: use *-*-* instead of nested cases for host and target
14543
14544 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
14545
14546         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14547         from the same source tree and not building a cross-compiler.  This
14548         matters for the libg++ configuration if reconfiguring a tree that
14549         has already been installed.
14550
14551 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
14552
14553         * config.sub (i486v/i486v4):  Merge in from FSF version.
14554
14555 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
14556
14557         * configure: only set PWD if it is already set.
14558
14559 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
14560
14561         * configure: just set PWD=`pwd` at the top, since Ultrix sh
14562         doesn't have unset and all success paths (and most error paths)
14563         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14564         to just ${PWD} to avoid confusion.)
14565
14566 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
14567
14568         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14569         even for a native compilation.
14570
14571 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
14572
14573         Changes to make the gdb.tar.Z rule work better.
14574
14575         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
14576         (DEVO_SUPPORT):  Add configure.texi.
14577         (bfd-ilrt.tar.Z):  Remove ancient rule.
14578
14579 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
14580
14581         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14582         pick up the machine and system specific header files.
14583
14584         * configure.in, config.sub: added new target m68010-adobe-scout,
14585         with alias of adobe68k.  Changed configure.in to check for
14586         -scout before -sco* to avoid a false match.
14587
14588         * Makefile.in: added AS_FOR_TARGET, passed down in
14589         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
14590         the C compiler to use to create programs which are run in the
14591         build environment, set it to default to $(CC), and passed it down
14592         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14593
14594 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14595
14596         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14597         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
14598         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14599         FOR_TARGET variants, to newlib and libg++.
14600
14601 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14602
14603         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14604         first.
14605
14606 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
14607
14608         * config.sub:  Accept `elf' as an environment.
14609
14610 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14611
14612         * Makefile.in (all-opcodes):  cd into the right directory
14613
14614 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
14615
14616         * configure: added -program_transform_name option, used as
14617         argument to sed when installing programs.
14618         configure.texi: added documentation for -program_prefix,
14619         -program_suffix and -program_transform_name.
14620
14621 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
14622
14623         * config.sub:  Accept i486 where i386 ok.
14624
14625 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
14626
14627         * config.sub: accept we32k
14628
14629 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
14630
14631         * config.sub, configure.in: accept OSE68000 and OSE68k.
14632
14633         * Makefile.in: don't create all directories for ``make install'';
14634         let the subdirectories create the ones they need.
14635
14636 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14637
14638         * COPYING: new file, GPL v2
14639
14640 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14641
14642         * Makefile.in: use the new gen-info-dir, which needs a template
14643         argument (which also lives in texinfo)
14644
14645         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14646
14647 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
14648
14649         * config.sub (ncr3000):  Change i386 to i486.
14650
14651 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14652
14653         * Makefile.in: add install-rcs, install-grep to
14654         install-no-fixedincludes, removed install-bison and install-libgcc
14655
14656 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
14657
14658         * configure.in: grab the HPUX makefile fragment if on HPUX
14659
14660 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14661
14662         * Makefile.in: eradicate bison spoor (ditto libgcc).
14663          configure.in: recognise m68{k,000}-ericsson-OSE.
14664          es1800 is alias for m68k-ericsson-OSE
14665
14666 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14667
14668         * configure.in: rearrange the parts that remove programs from
14669         configdirs, based now on HOST==TARGET or by canonical triple.
14670
14671 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14672
14673         * test-build.mk: recurse explicitly with -f test-build.mk when
14674           appropriate.  predicate stage3 and comparison on the existence
14675           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14676           On very clean, also remove ...stamp-co.  Build in-place before
14677           doing other builds.
14678
14679 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14680
14681         * Makefile.in, configure.in: add tgas
14682
14683 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14684
14685         * Makefile.in: a number of changes merged in from progressive.
14686
14687         * configure.in: add libm.
14688
14689         * .cvsignore: ignore some stuff that comes from test-build.mk.
14690
14691 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14692
14693         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14694
14695 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14696
14697         * configure: Add program_suffix (parallel to program_prefix)
14698         * Makefile.in: adjust directory-creating script for losing decstation
14699
14700 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14701
14702         * configure:  Minor $subdir-related fixes.
14703
14704 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14705
14706         * configure: fix various problems with propogating
14707         makefile_target_frag in subdirs.
14708         * configure.in: config libgcc if its there
14709
14710 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14711
14712         * config.sub:  HPPA merge.
14713
14714 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14715
14716         * Makefile.in:  Replace all-bison with all-byacc in all
14717         dependency lines for other tools (which now use byacc).
14718
14719 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14720
14721         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14722
14723 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14724
14725         * Makefile.in: make gprof rules similar to byacc rules (instead of
14726         vestigal $(unsubdir) that didn't work...)
14727
14728 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14729
14730         * config.sub:  Add support for Linux.
14731         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14732         (at least for libg++).
14733
14734 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14735
14736         * configure.texi: fix doc for the -nfp option to configure
14737
14738 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14739
14740         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14741
14742 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14743
14744         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14745         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14746         * configure.in: added solaris* host_makefile_frag hook.
14747
14748 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14749
14750         * config.sub: changed recognition of m68000 so that various
14751         m68k types can be specified via m680[01234]0
14752
14753 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14754
14755         * config.sub (basic_machine): fix sed so that '-foo' isn't
14756         completely substituted out while .+'-foo' loses the '-foo'
14757
14758 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14759
14760         * config.sub ($os): Add -aout.
14761
14762 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14763
14764         * configure:  If host_makefile_frag is absolute, don't
14765         prefix ${invsubdir} (relevant to libg++ auto-configure).
14766
14767 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14768
14769         * Makefile.in (tooldir): Define it.
14770         (all-ld): Depend on all-flex.
14771
14772 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14773
14774         * Makefile.in (check):  Fix libg++ special case.
14775
14776 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14777
14778         * configure: do not bury `pwd` into config.status, thus do fewer
14779           pwd's.
14780
14781         * configure: print the "Building in" message only when building in
14782           other than "." AND verbose.
14783
14784         * configure: remove -s, rework -v to better accomodate guested
14785           configures.
14786
14787         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14788
14789 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14790
14791         * Makefile.in: macroize flags passed on recursion.  remove
14792           fileutils.
14793
14794 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14795
14796         * configure: get makesrcdir right for subdirs deeper than 1.
14797
14798         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14799           install.
14800
14801 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14802
14803         * Makefile.in: don't print subdir_do or recursion lines.
14804
14805 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14806
14807         * standards.texi: added menu item.
14808
14809         * Makefile.in: build and install standards.info.
14810
14811         * standards.texi: new file.
14812
14813 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14814
14815         * configure: test for and move config.status pieces from
14816           ${subdir}/.
14817
14818 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14819
14820         * configure:  Test for existance of files before trying to mv
14821         them, to avoid numerous non-existance messages.
14822
14823 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14824
14825         * configure: correct final line of config.status.
14826
14827         * configure: patch from eggert.  Avoids a protection problem if
14828           the original Makefile.in is read only.
14829
14830         * configure: use move-if-change from gcc to create config.status.
14831           Some makefiles depend on config.status to tell if a directory
14832           has been reconfigured for a different host.  This change
14833           prevents those directories from remaking everything in the case
14834           where the reconfig was only intended to rebuild a Makefile.
14835
14836         * configure: test for config.sub with "config.sub sun4" rather
14837           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14838           host alias from a missing config.sub.
14839
14840 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14841
14842         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14843           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14844
14845 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14846
14847         * configure: mkdir ${subdir} as needed.
14848
14849 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14850
14851         * Makefile.in,configure.in: added autoconf.
14852
14853 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14854
14855         * Makefile.in: no longer pass against on recursion.
14856
14857         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14858           definitions are not inherited.
14859
14860         * configure: correct makesrcdir when subdir is .
14861
14862 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14863
14864         * configure:  Add support for 'subdirs' variable, which is
14865         like 'configdirs', except that configure doesn't re-invoke
14866         itself for subdirs, it just creates a Makefile for each subdir.
14867         * configure.texi:  Document subdirs.
14868
14869 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14870
14871         * configure.in: added flex to configdirs
14872
14873 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14874
14875         * Makefile.in: remove clean-stamps from clean.
14876
14877 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14878
14879         * configure.in:  Add gdbtest to configdirs.
14880
14881 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14882
14883         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14884         to recursive makes.
14885         * configure.in:  Recognize new ncr3000 config.
14886
14887 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14888
14889         * Makefile.in, configure.in: removed references to gdbm.
14890
14891 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14892
14893         * config.sub:  Don't canonicalize os value
14894         newsos* to bsd (readline needs to check for newsos).
14895         (This fix was earlier made Jan 31, but got re-broken.)
14896
14897 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14898
14899         * configure.in:  sco is an os, not a vendor!
14900
14901         * configure:  Quote $( better.  Keep various shells happy.
14902
14903 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14904
14905         * Makefile.in: eliminate stamp-files.
14906
14907 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14908
14909         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14910           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14911
14912 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14913
14914         * config.sub:  fix iris/iris3.
14915
14916 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14917
14918         * configure: re-add -rm.
14919
14920 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14921
14922         * Maskefile.in: add .stmp-rcs to all.
14923
14924         * configure.in: remove gas from rs6000 build, use aix host fragment.
14925
14926 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14927
14928         * configure: pass down site_option during recursion.
14929
14930 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14931
14932         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14933
14934 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14935
14936         * configure: Change exec_prefix so that it really defaults to prefix.
14937
14938 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14939
14940         * Makefile.in, configure.in:  Add support for mmalloc library.
14941
14942 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14943
14944         * Makefile.in: add stmp dependencies for a few more things.
14945
14946 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14947
14948         * configure: adjusted error message on objdir/srcdir configure
14949           collision, per john's suggestion.
14950
14951         * Makefile.in: add libiberty stmp to all and all.cross.
14952
14953 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14954
14955         * Makefile.in: remove force dependencies, add grep to all.
14956
14957 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14958
14959         * Makefile.in: drop flex.  make stamp files work.
14960
14961         * configure: added test for conflicting configuration in srcdir,
14962           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14963           gets cranky.  use relative paths for configure and srcdir
14964           whenever possible.  Send some error messages to stderr that were
14965           going to stdout.
14966
14967 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14968
14969         * Makefile.in:  Fix libg++ rule to check for gcc directory
14970         before using gcc/gcc.  Also pass XTRAFLAGS.
14971
14972 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14973
14974         * Makefile.in: added stmp-files so that directories aren't polled
14975           when they are already built.
14976
14977         * configure.texi: fixed a node pointer problem.
14978
14979 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14980
14981         * config.sub configure.in gdb/configure.in
14982         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14983         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14984         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14985
14986 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14987
14988         * configure: -recurring becomes -silent.  corrected help message
14989           for -site= option.
14990
14991         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14992
14993 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14994
14995         * configure: when building Makefile for crosses, replace
14996           tooldir and program_prefix.  default srcdir from location of
14997           config.sub.  remove "for host in hosts" and "for target in
14998           targets" loops.
14999
15000 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
15001
15002         * Makefile.in: Do not pass bindir or mandir to cvs.
15003
15004 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
15005
15006         * Makefile.in, configure.in: removed traces of namesubdir,
15007           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
15008           copyrights to '92, changed some from Cygnus to FSF.
15009
15010         * configure.texi: remove most references to multiple hosts,
15011           multiple targets, subdirs, etc.
15012
15013         * configure.man: removed rcsid. reference config.sub not
15014           config.subr.
15015
15016         * Makefile.in: mkdir $(infodir) on install-info.
15017
15018 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
15019
15020         * configure.texi:  Explain better about .gdbinit and about
15021         the environment that configure.in sections run in.
15022
15023 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
15024
15025         * configure.in:  Ultrix is only a decstation if it's a MIPS.
15026
15027 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
15028
15029         * README:  DOC.configure => cfg-paper.texi.
15030
15031 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
15032
15033         * config.sub (near case $os):  Don't convert newsos* to bsd!
15034
15035 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
15036
15037         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
15038         the number of copies of COPYING that go into the GDB tar file.
15039
15040 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
15041
15042         * bfd/configure.in, gdb/config/mh-i386sco,
15043         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15044         Fix SCO configuration stuff.
15045
15046 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
15047
15048         * Makefile.in:  For libg++, make sure the -I pointing
15049         to the gcc directory goes *after* all the libg++-local -I flags.
15050         Also, move just-gcc dependency from just-libg++ to all-libg++.
15051
15052 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
15053
15054         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
15055
15056 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
15057
15058         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
15059
15060 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
15061
15062         * config.sub:  Add stratus configuration frags.  Also
15063         submitted to FSF.
15064
15065 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
15066
15067         * Makefile.in (DEV_SUPPORT):  add configure.man.
15068
15069         * config.sub(Decode manufacturer-specific):  add -none*.
15070
15071 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
15072
15073         * Makefile.in:  remove form feeds to make Sun's make happy.
15074         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
15075
15076 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
15077
15078         * Makefile.in (AR_FLAGS):  Make quieter.
15079
15080 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
15081
15082         * configure.in:  Add libg++.
15083         * configure:  When verbose, don't output the command line at each
15084         level; it will be unremarkably the same as the previous version,
15085         which will be the same as what the user typed.
15086
15087 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
15088
15089         * configure.in, Makefile.in: fix clean-info, add flex.  add
15090           fileutils.
15091
15092         * configure: be less sensitive to spaces in Makefile.in.  Do not
15093           look for sources in "..".  Doing so breaks subdirectories that
15094           might have their own configure.  If a subdir has it's own
15095           configure script, use it.
15096
15097 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
15098
15099         * cfg-paper.texi: some changes suggested by rms.
15100
15101 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
15102
15103         * config.sub:  Merge in some small additions from the FSF version,
15104         taken from the gcc distribution, to bring the Cygnus and FSF
15105         versions into closer sync.
15106
15107 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
15108
15109         * configure.in:  Changed svr4 references to sysv4.
15110
15111 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
15112
15113         * configure: added -V for version number option.
15114
15115 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
15116
15117         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15118           renamed from DOC.configure to cfg-paper.texi.
15119
15120 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
15121
15122         * configure, config.subr, config.sub: config.subr is now
15123           config.sub again.
15124
15125 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
15126
15127         * configure.texi: new file, in progress.
15128
15129         * Makefile.in: build info file and install the man page for
15130           configure.
15131
15132         * configure.man: new file, first cut.
15133
15134         * configure: find config.subr again now that configuration "none"
15135           has gone.  removed all traces of the -ansi option.  removed all
15136           traces of the -languages option.
15137
15138         * config.subr: resync from rms.
15139
15140 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
15141
15142         * configure, config.sub, config.subr: merge config.sub into
15143           config.subr, call the result config.subr, remove config.sub, use
15144           config.subr.
15145
15146         * Makefile.in: revised install for dir.info.
15147
15148 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
15149
15150         * configure.in: add decstation host makefile frag.
15151
15152         * Makefile.in: BISON now bison -y again.  also install-gcc on
15153           install.  clean-gdbm on clean.  infodir belongs in datadir.
15154           Make directories for info install.  Build dir.info here then
15155           install it.
15156
15157 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
15158
15159         * Makefile.in: fix for bad directory tests.
15160
15161 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
15162
15163         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
15164           regexp.  -srcdir relative was being handled incorrectly.
15165
15166         * Makefile.in: unwrapped some for loops so that parallel makes
15167           work again and so one can focus one's attention on a particular
15168           package.
15169
15170 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
15171
15172         * configure: added PWD as a stand in for `pwd` (for speed). use
15173           elif wherever possible.  make -srcdir work without -objdir.
15174           -objdir= commented out.
15175
15176 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
15177
15178         * configure: +options become --options.  -subdirs commented out.
15179           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
15180           Makefile now at top of generated Makefile.  Removed cvs log
15181           entries.  added -srcdir.  create .gdbinit only if there is one
15182           in ${srcdir}.
15183
15184         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
15185           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
15186           and mandir now keyed off datadir by default.
15187
15188 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
15189
15190         * Freshly created ChangeLog.
15191
15192 \f
15193 Local Variables:
15194 mode: change-log
15195 left-margin: 8
15196 fill-column: 76
15197 version-control: never
15198 End: