]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/binutils/ChangeLog
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / binutils / ChangeLog
1 2007-06-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2
3         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4         uclinux and linux-uclibc targets.
5         * configure: Regenerate.
6
7 2007-06-28  DJ Delorie  <dj@redhat.com>
8
9         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
10         not building newlib.
11         * configure: Regenerated.
12         
13 2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
14
15         * src-release (DEVO_SUPPORT): Correct typos.
16
17 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
18
19         * Makefile.def: Add dependency from configure-gdb to all-bfd.
20         * Makefile.in: Regenerated.
21
22 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
23
24         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
25         (distclean-stage[+id+]): Possibly delete stage_last.
26         * Makefile.in: Regenerate.
27
28 2007-06-07  Ben Elliston  <bje@au.ibm.com>
29
30         * config.sub, config.guess: Update from upstream sources.
31
32 2007-06-07  Ben Elliston  <bje@au.ibm.com>
33
34         * Makefile.tpl: Fix spelling error.
35         * Makefile.in: Regenerate.
36
37 2007-06-04  Paolo Bonzini  <bonzini@gnu.org>
38
39         Sync with gcc:
40         2007-05-30  Jakub Jelinek  <jakub@redhat.com>
41
42         PR bootstrap/29382
43         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
44         * configure: Rebuilt.
45
46 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
47
48         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
49         lt_cv_sys_max_cmd_len.
50
51 2007-05-31  Paolo Bonzini  <bonzini@gnu.org>
52
53         * ltgcc.m4: Update from GCC.
54
55 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
56
57         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
58
59 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
60
61         * ltmain.sh: Update from GCC.
62         * libtool.m4: Update from GCC.
63         * ltsugar.m4: New. Update from GCC.
64         * ltversion.m4: New. Update from GCC.
65         * ltoptions.m4: New. Update from GCC.
66         * ltconfig: Remove.
67         * ltcf-c.sh: Remove.
68         * ltcf-cxx.sh: Remove.
69         * ltcf-gcj.sh: Remove.
70         * src-release: Update with new libtool file list.
71
72 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
73
74         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
75         stage_cflags.
76         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
77         Remove CFLAGS/LIBCFLAGS.
78         (configure-stage[+id+]-[+prefix+][+module+],
79         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
80         * Makefile.in: Regenerate.
81
82 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
83
84         * config-ml.in: Update from GCC.
85
86 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
87
88         * src-release (do-proto-toplev): Process the support directories before
89         the tool directory.
90
91 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
92
93         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
94         of glob.  Quote arguments with single quotes too.
95         * configure: Regenerate.
96
97 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
98
99         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
100         * Makefile.in: Regenerate
101
102 2007-03-07  Andreas Schwab  <schwab@suse.de>
103
104         * configure: Regenerate.
105
106 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
107
108         * configure.ac: Add "--with-pdfdir" configure option,
109         which defines pdfdir variable.
110         * Makefile.def (target=fixincludes): Add install-pdf to
111         missing targets.
112         (recursive_targets): Add install-pdf target.
113         (flags_to_pass): Add pdfdir.
114         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
115         target.
116         * configure: Regenerate
117         * Makefile.in: Regenerate
118
119 2007-02-28  Eric Christopher  <echristo@apple.com>
120
121         Revert:
122         2006-12-07  Mike Stump  <mrs@apple.com>
123
124         * Makefile.def (dependencies): Add dependency for
125         install-target-libssp and install-target-libgomp on
126         install-gcc.
127         * Makefile.in: Regenerate.
128
129 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
130
131         * configure: Regenerate.
132         * configure.ac: Move statements after variable declarations.
133
134 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
135
136         * configure.ac: Adjust for loop syntax.
137         * configure: Regenerate.
138
139 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
140
141         * configure: Rebuilt.
142
143 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
144
145         * configure.ac: Drop multiple occurrences of --enable-languages,
146         and fix its quoting.
147         * configure: Rebuilt.
148
149 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
150             Nathan Sidwell  <nathan@codesourcery.com>
151             Vladimir Prus  <vladimir@codesourcery.com
152             Joseph Myers  <joseph@codesourcery.com>
153
154         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
155         * configure: Regenerate.
156
157 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
158
159         * configure.ac (target_libraries): Move libgcc before libiberty.
160         * configure: Regenerated.
161
162 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
163
164         * configure: Regenerate again?
165
166 2007-02-13  Paolo Bonzini  <bonzini@gnu.org>
167
168         * configure: Reapply PR30748 fix which was lost in the previous commit.
169
170 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
171             Paolo Bonzini  <bonzini@gnu.org>
172
173         PR bootstrap/30753
174         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
175         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
176         * configure: Regenerated.
177
178 2007-02-10  Paolo Bonzini  <bonzini@gnu.org>
179
180         * configure: Regenerate.
181
182 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
183
184         PR bootstrap/30748
185         * configure.ac: Correct syntax for Solaris ksh.
186         * configure: Regenerated.
187
188 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
189
190         * Makefile.def: Sync with GCC.
191         * Makefile.tpl: Sync with GCC.
192         * Makefile.in: Regenerate.
193         * configure: Regenerate.
194
195 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
196
197         * Makefile.tpl (build_alias, host_alias, target_alias): Use
198         noncanonical equivalents.
199         * configure.in: Rename to...
200         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
201         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
202         target_noncanonical.  Use them.  Rewrite removal of configure
203         arguments for autoconf 2.59.  Discard variable settings.  Force
204         program_transform_name for native tools.
205
206         * Makefile.in: Regenerated.
207         * configure: Regenerated with autoconf 2.59.
208
209         * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
210
211 2007-02-08  Jeff Johnston  <jjohnstn@redhat.com>
212
213         * COPYING.LIBGLOSS: Reformat default Red Hat
214         license to fit within 80 columns.
215         * COPYING.NEWLIB: Ditto.
216
217 2007-02-05  Dave Brolley  <brolley@redhat.com>
218
219         * Contribute the following changes:
220         2006-11-28  DJ Delorie  <dj@redhat.com>
221
222         * configure.in: Fix typo for mep's target_makefile_frag.
223         * configure: Regenerated.
224
225         2005-04-22  Richard Sandiford  <rsandifo@redhat.com>
226
227         * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
228         * configure: Regenerate.
229
230         2001-09-19  DJ Delorie  <dj@redhat.com>
231
232         * configure.in (target_makefile_frag): use mt-mep
233
234         2001-06-12  Don Howard  <dhoward@redhat.com>
235
236         * configure.in: Remove gdb from MeP skip list.
237
238         2001-04-05  DJ Delorie  <dj@redhat.com>
239
240         * configure.in (noconfigdirs): Remove gcc from MeP skip list.
241
242         2001-03-20  Ben Elliston  <bje@redhat.com>
243
244         * configure.in (noconfigdirs): Add gcc and gdb for MeP.
245
246         2001-03-19  Ben Elliston  <bje@redhat.com>
247
248         * config.sub (mep, mep-*): Add.
249
250 2007-01-31  Andreas Schwab  <schwab@suse.de>
251
252         * Makefile.tpl (LDFLAGS): Substitute it.
253         * Makefile.in: Regenerate.
254
255 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
256
257         * configure.in: Change == to = in test command.
258         * configure: Regenerate.
259
260 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
261             Nick Clifton  <nickc@redhat.com>
262             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
263
264         * configure.in (build_configargs, host_configargs, target_configargs):
265         Remove build/host/target parameters.
266         (host_libs): Add gmp and mpfr.
267         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
268         * Makefile.def (gmp, mpfr): New.
269         (gcc): Remove target.
270         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
271         target_os, target_vendor): New.
272         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
273         * configure: Regenerate.
274         * Makefile.in: Regenerate.
275
276 2007-01-11  Matt Fago  <fago@earthlink.net>
277
278         * configure.in: Try to link to functions only in mpfr 2.2.x
279         to improve robustness of configure tests.
280         * configure: Regenerate.
281
282 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
283
284         * configure.in: Add support for an x86_64-mingw* target.
285         * configure: Regenerate.
286
287 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
288
289         * Makefile.tpl (all-target): Correct @if conditional for target
290         modules.
291         * configure.in: Omit libiberty if building only target libgcc.
292         * configure, Makefile.in: Regenerated.
293
294 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
295
296         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
297         * configure: Regenerate.
298
299 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
300
301         * Makefile.def (target_modules): Add libgcc.
302         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
303         * Makefile.tpl (clean-target-libgcc): Delete.
304         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
305         on gcc even for bootstrapped modules.  Rewrite handling of
306         lang_env_dependencies to loop over target_modules.
307         * configure.in (target_libraries): Add target-libgcc.
308         * Makefile.in, configure: Regenerated.
309
310 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
311
312         Sync with gcc:
313         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
314
315         * configure.in: Reorganize recognition of languages.  Add
316         --enable-stage1-languages.  Show supported languages for the chosen
317         target rather than all recognized languages.
318         * configure: Regenerate.
319
320         2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
321
322         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
323         * Makefile.in: Regenerate.
324
325         2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
326
327         * configure.in: Warn that MPFR 2.2.0 is buggy.
328         * configure: Regenerate.
329
330 2006-12-27  Ian Lance Taylor  <iant@google.com>
331
332         * configure.in: When removing Makefiles to force a reconfigure, also
333         remove prev-DIR*/Makefile.
334         * configure: Regenerate.
335
336 2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
337
338         * config.bfd: Recognize fido.
339
340 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
341
342         Sync with gcc:
343
344         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
345
346         * configure.in: Remove "$build" case for powerpc-*-darwin* since
347         it only affects bootstrap and could be tested on "$host" as well.
348         * configure: Regenerate.
349         * config/mh-ppc-darwin: Add to the stage1 cflags here.
350
351         2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
352
353         PR bootstrap/29544
354         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
355         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
356         move here comment from Makefile.tpl.
357         * Makefile.tpl: Move some definitions higher in the file.
358         (STAGE1_CHECKING): New.
359         * configure.in: Add --enable-stage1-checking.
360         * configure: Regenerate.
361         * Makefile.in: Regenerate.
362
363         2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
364
365         * configure.in: Update error message for missing GMP/MPFR.
366
367         * configure: Regenerate.
368
369         2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
370
371         * configure.in: Update MPFR version in error message.
372
373         * configure: Regenerate.
374
375         2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
376
377         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
378         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
379         --with-gmp-lib): New flags.
380
381         * configure: Regenerate.
382
383 2006-12-12  Andreas Tobler  <a.tobler@schweiz.org>
384
385         PR bootstrap/30134
386         * configure.in: Correct x86 darwin support for libjava to powerpc
387         and i?86 only.
388         * configure: Regenerate.
389
390 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
391
392         * configure.in:  Handle spu makefile frag.
393         * Makefile.tpl (MAINT): Define
394         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
395         * configure: Regenerate.
396         * Makefile.in: Regenerate.
397
398 2006-12-11  Ben Elliston  <bje@au.ibm.com>
399
400         * config.sub, config.guess: Update from upstream sources.
401
402 2006-12-11  Ben Elliston  <bje@au.ibm.com>
403
404         * configure.in: Sync with GCC (spu-*-*).
405         * configure: Sync with GCC.
406
407 2006-12-07  Mike Stump  <mrs@apple.com>
408
409         * Makefile.def (dependencies): Add dependency for
410         install-target-libssp and install-target-libgomp on
411         install-gcc.
412         * Makefile.in: Regenerate.
413
414 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
415
416         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
417         (unstage): Test for stage_last presence.
418
419         PR bootstrap/29802
420         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
421         * Makefile.in: Regenerate.
422
423 2006-11-14  DJ Delorie  <dj@redhat.com>
424
425         * Makefile.tpl (clean-stage*): Sync with GCC (clean).
426         * Makefile.in: Sync with GCC.
427         * configure.in: Sync with GCC (mpfr, gmp).
428         * configure: Sync with GCC.
429
430 2006-11-08  Jie Zhang  <jie.zhang@analog.com>
431
432         * configure.in: Remove target-libgloss from noconfigdirs for
433         bfin-*-*.
434         * configure: Regenerated.
435
436 2006-10-27  Jeff Johnston  <jjohnstn@redhat.com>
437
438         * COPYING.NEWLIB: Add spu license.
439         * COPYING.LIBGLOSS: Ditto.
440
441 2006-10-17  Brooks Moses  <bmoses@stanford.edu>
442
443         * Makefile.def: Added pdf target handling.
444         * Makefile.tpl: Added pdf target handling.
445         * Makefile.in: Regenerated.
446
447 2006-10-11  Jeff Johnston  <jjohnstn@redhat.com>
448
449         * COPYING.NEWLIB: Updated.
450         * COPYING.LIBGLOSS: Ditto.
451
452 2006-09-27  Dave Brolley  <brolley@redhat.com>
453
454         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
455         $s instead of $r.
456         * configure: Regenerated.
457
458 2006-09-26  Ben Elliston  <bje@au.ibm.com>
459
460         * config.sub, config.guess: Update from upstream sources.
461
462 2006-09-20  Thiemo Seufer  <ths@mips.com>
463
464         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
465         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
466         * configure: Regenerate.
467
468 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
469
470         * configure.in: Never build newlib for a Mingw host.
471         Never build newlib as Mingw target library.
472         Test the existence of winsup/cygwin for building a Cygwin newlib,
473         rather than just winsup.
474         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
475         building a Mingw target.
476         * configure: Regenerate.
477
478 2006-08-15  Thiemo Seufer  <ths@mips.com>
479             Nigel Stephens  <nigel@mips.com>
480             David Ung  <davidu@mips.com>
481
482         * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
483
484 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
485
486         Sync from GCC:
487         2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
488
489         PR bootstrap/18058
490         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
491         if the bootstrap compiler is a GCC version that supports it.
492         * configure: Regenerate.
493
494 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
495
496         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
497         * configure: Regenerated.
498
499 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
500
501         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
502         for stages after the first.
503
504 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
505
506         * Makefile.def: Add dependencies for configure-opcodes
507         on configure-intl and all-opcodes on all-intl.
508         * Makefile.in: Regenerated.
509
510 2006-07-04  Peter O'Gorman  <peter@pogma.com>
511
512         * ltconfig: chmod 644 before ranlib during install.
513
514 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
515
516         * configure.in: Fix thinkos in previous check-in.
517         * configure: Regenerate.
518
519 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
520
521         Sync from gcc:
522
523         2007-07-03  Paolo Bonzini  <bonzini@gnu.org>
524
525         PR other/27063
526         * configure.in: Test subdir_requires and give an appropriate
527         error message.
528         * configure: Regenerate.
529
530         2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
531
532         PR target/27540
533         * configure.in: Only enable libgomp on IRIX 6.
534         * configure: Regenerate.
535
536 2006-06-20  David Ayers  <d.ayers@inode.at>
537
538         PR bootstrap/28072
539         * configure.in: Add target-boehm-gc to noconfigdirs depending on
540         whether target-libjava is being configured instead of whether the
541         java front end is enabled.
542         * configure: Regenerate.
543
544 2006-06-15  Mark Shinwell  <shinwell@codesourcery.com>
545
546         * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
547         to R_ARM_LDC_SB_G{0,1,2} respectively.
548
549 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
550
551         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
552         too.
553         * Makefile.in: Regenerate.
554
555 2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
556
557         Sync from gcc:
558
559         2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
560         * configure.in: Don't enable libgomp on hpux10.
561         * configure: Rebuilt.
562
563 2006-06-13  David Ayers  <d.ayers@inode.at>
564
565         Sync from gcc:
566
567         2006-06-12  David Ayers  <d.ayers@inode.at>
568
569         PR bootstrap/27963
570         PR target/19970
571         * configure.in: Remove target-boehm-gc from noconfigdirs where
572         ${libgcj} is specified.
573         * configure: Regenerate.
574
575 2006-06-08  Jeff Johnston  <jjohnstn@redhat.com>
576
577         Sync from gcc:
578
579         2005-01-12  David Edelsohn  <edelsohn@gnu.org>
580                     Andreas Schwab  <schwab@suse.de>
581
582         PR bootstrap/18033
583         * config-ml.in: Eval option if surrounded by single quotes.
584
585 2006-06-07  Carlos O'Donell  <carlos@codesourcery.com>
586
587         Sync from gcc:
588
589         2006-06-06  David Ayers  <d.ayers@inode.at>
590
591         PR libobjc/13946
592         * Makefile.def: Add dependencies for libobjc which boehm-gc.
593         * Makefile.in: Regenerate.
594         * configure.in: Add --enable-objc-gc at toplevel and have it
595         enable boehm-gc for Objective-C.
596         Remove target-boehm-gc from libgcj.
597         Add target-boehm-gc to target_libraries.
598         Add target-boehm-gc to noconfigdirs where ${libgcj}
599         is specified.
600         Assert that boehm-gc is supported when requested for Objective-C.
601         Only build boehm-gc if needed either for Java or Objective-C.
602         * configure: Regenerate.
603
604         2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
605
606         PR 27674
607         * Makefile.tpl (configure-[+prefix+][+module+],
608         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
609         Remove rule to unstage bootstrapped modules.
610         (stage_current): New.
611         * Makefile.in: Regenerate.
612
613         2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
614         Andreas Tobler  <a.tobler@schweiz.ch>
615
616         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
617         * configure: Rebuilt.
618
619         Revert
620         2006-01-31  Richard Guenther  <rguenther@suse.de>
621         Paolo Bonzini  <bonzini@gnu.org>
622
623         * Makefile.def (target_modules): Add libgcc-math target module.
624         * configure.in (target_libraries): Add libgcc-math target library.
625         (--enable-libgcc-math): New configure switch.
626         * Makefile.in: Re-generate.
627         * configure: Re-generate.
628
629 2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
630
631         * config-ml.in: Alter CCASFLAGS to include special
632         multilib options the same as is done for CFLAGS.
633
634 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
635
636         * Makefile.def: Added dependencies from sim and gdb on intl, and
637         added configure dependencies to everything with an all dependency
638         on intl.
639         * gettext.m4: Removed.
640         * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
641         (GDB_SUPPORT_DIRS): Add intl.
642         * Makefile.in: Regenerated.
643
644 2006-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
645
646         * src-release (DEVO_SUPPORT): Add config.rpath.
647
648 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
649
650         * Makefile.def (bfd, opcodes): Fix lib_path.
651         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
652         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
653         * Makefile.in: Regenerate.
654
655 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
656
657         * configure.in: Enable gprof for cross builds.
658         * configure: Regenerate.
659
660 2006-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
661
662         * src-release (MAKEINFOFLAGS): Define.
663         (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
664
665 2006-05-14  Ben Elliston  <bje@au.ibm.com>
666
667         * config.sub, config.guess: Update from upstream sources.
668
669 2006-05-12  Ben Elliston  <bje@au.ibm.com>
670
671         * config.sub, config.guess: Update from upstream sources.
672
673 2006-05-04  Steve Ellcey  <sje@cup.hp.com>
674
675         * blt, iwidgets, mmalloc: Remove directories.
676
677 2006-05-01  DJ Delorie  <dj@redhat.com>
678
679         * configure.in: Restore CFLAGS if GMP isn't present.
680         * configure: Regenerate.
681
682 2006-04-18  DJ Delorie  <dj@redhat.com>
683
684         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
685         reference libgloss so that libssp can be built in a combined
686         tree.
687         * configure: Regenerate.
688
689 2006-04-10  Ben Elliston  <bje@au.ibm.com>
690
691         * contrib: Remove directory.
692
693 2006-04-06  Carlos O'Donell <carlos@codesourcery.com>
694
695         * Makefile.tpl: Add install-html target.
696         * Makefile.def: Add install-html target.
697         * Makefile.in: Regenerate.
698         * configure.in: Add --with-datarootdir, --with-docdir,
699         and --with-htmldir options.
700         * configure: Regenerate.
701
702 2006-03-31  Ben Elliston  <bje@au.ibm.com>
703
704         PR binutils/1860
705         * configure.in: Require makeinfo 4.4 or higher.
706         * configure: Regenerate.
707
708 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
709
710         * Makefile.in: Regenerate.
711
712 2006-03-14  Paolo Bonzini  <bonzini@gnu.org>
713
714         Sync with gcc:
715         2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
716
717         * configure.in: Handle --disable-<component> generically.
718         * configure: Regenerate.
719
720         2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
721
722         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
723         (TARGET_CONFIGDIRS): Remove.
724         * configure.in: Remove AC_SUBST(target_configdirs).
725         * Makefile.in, configure: Regenerated.
726
727
728 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
729
730         PR libgcj/17311
731         * ltmain.sh: Don't use "$finalize_rpath" for compile.
732
733 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
734
735         PR bootstrap/25670
736
737         * Makefile.tpl ([+compare-target+]): Print explanation messages.
738
739         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
740         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
741         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
742         BUILD_PREFIX, BUILD_PREFIX_1.
743         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
744
745         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
746         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
747
748         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
749         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
750         of `cat stage_current`.  Always provide the `r' and `s' variables.
751         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
752         a single shell execution.
753         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
754         bootstrapped modules, make the stage1 module if the build was not
755         started yet, else build the current stage.
756         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
757         (all-build, all-host, all-target, [+make_target+]-host,
758         [+make_target+]-target): Do not use \-continued lines.
759         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
760         (current_stage, restrap, stage_last): New.
761
762         * Makefile.in: Regenerate.
763         * configure: Regenerate.
764
765 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
766
767         Sync from gcc:
768
769         2006-01-31  Richard Guenther  <rguenther@suse.de>
770                     Paolo Bonzini  <bonzini@gnu.org>
771
772         * Makefile.def (target_modules): Add libgcc-math target module.
773         * configure.in (target_libraries): Add libgcc-math target library.
774         (--enable-libgcc-math): New configure switch.
775         * Makefile.in: Re-generate.
776         * configure: Re-generate.
777         * libgcc-math: New toplevel directory.
778
779         2006-01-18  Richard Henderson  <rth@redhat.com>
780                     Jakub Jelinek  <jakub@redhat.com>
781                     Diego Novillo  <dnovillo@redhat.com>
782
783         * libgomp: New directory.
784         * Makefile.def: Add target_module libgomp.
785         * Makefile.in: Regenerate.
786         * configure.in (target_libraries): Add target-libgomp.
787         * configure: Regenerate.
788
789 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
790             Andreas Schwab  <schwab@suse.de>
791
792         * configure: Regenerate.
793
794 2006-01-16  Paolo Bonzini  <bonzini@gnu.org>
795
796         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
797         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
798         the assembler, linker and binutils.
799         * configure: Regenerate.
800
801 2006-01-16  Nick Clifton  <nickc@redhat.com>
802
803         * config.sub, config.guess: Sync from config repository.
804
805 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
806
807         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
808         @ from continuation.
809         * Makefile.in: Rebuilt.
810
811 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
812
813         Sync from gcc:
814
815         2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
816
817         PR bootstrap/24252
818
819         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
820         * Makefile.tpl (OBJDUMP): New.
821         (EXTRA_HOST_FLAGS): Add it.
822         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
823
824         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
825         to use symbolic links between directories.  Avoid race conditions
826         or make them harmless.
827         * configure.in: Do not try to use symbolic links between directories.
828
829         * Makefile.def (LEAN): Pass.
830         * Makefile.tpl (LEAN): Define.
831         (stage[+id+]-start): Accept that the previous directory does not
832         exist, if the bootstrap is lean.
833         (stage[+id+]-bubble): Invoke lean bootstrap commands after
834         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
835         configure substitution.
836         ([+compare-target+]): Likewise.
837         ([+bootstrap-target+]-lean): New.
838         * configure.in: Remove lean bootstrap support from here.
839
840         * Makefile.in: Regenerate.
841         * configure: Regenerate.
842
843         2006-01-02  Andreas Schwab  <schwab@suse.de>
844
845         * configure.in: When reconfiguring remove Makefile in
846         all stage directories.
847         * configure: Regenerate.
848
849 2005-12-27  Leif Ekblad  <leif@rdos.net>
850
851         * configure.in: Add support for RDOS target.
852         * configure: Regenerate.
853
854 2005-12-27  Nick Clifton  <nickc@redhat.com>
855
856         PR binutils/1990
857         * libtool.m4: Synchronize with version in GCC sources.
858
859 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
860
861         Revert Ada-related part of the previous change.
862
863         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
864         Do not pass.
865         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
866         * Makefile.in: Regenerate.
867         * configure.in: Do not include mt-ppc-aix target fragment.
868         * configure: Regenerate.
869
870 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
871
872         * configure.in: Select appropriate fragments for PowerPC/AIX.
873         * configure: Regenerate.
874
875         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
876         BOOT_CFLAGS, BOOT_LDFLAGS.
877         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
878         BOOT_CFLAGS, BOOT_LDFLAGS.
879         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
880         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
881         (stage): Fail if we cannot complete the work.
882         * Makefile.in: Regenerate.
883
884 2005-12-16  Jeff Johnston  <jjohnstn@redhat.com>
885
886         * COPYING.NEWLIB: Update copyright year for default
887         copyright.
888
889 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
890
891         * Makefile.tpl (all, do-[+make_target+], do-check, install,
892         install-host-nogcc): Don't invoke $(stage) at the end.
893         * Makefile.in: Regenerate.
894
895 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
896
897         * configure.in: Flip the top-level bootstrap switch.
898         * configure: Regenerate.
899
900         Merge from gcc:
901
902         2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
903
904         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
905         $(stage) and $(unstage).
906         (EXTRA_TARGET_FLAGS): Correct double-quoting.
907         (all): Remove stray semicolon.
908         (local-distclean): Don't handle multilib.tmp and multilib.out.
909         (install.all): Set $s for consistency.
910         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
911         check_multilibs setting.  Always make the install directory.
912         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
913         Correct @if/@endif.
914         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
915         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
916         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
917         (multilib.out): Remove.
918         * Makefile.in: Regenerated.
919
920 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
921
922         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
923         * configure.in: Replace ms1 arch with mt.
924         * configure: Rebuilt.
925
926 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
927
928         Sync with gcc:
929
930 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
931
932         * config.sub: Replace ms1 arch with mt.  Allow ms1 as alias.
933         * configure.in: Replace ms1 arch with mt.
934         * configure: Rebuilt.
935
936 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
937
938         Sync with gcc:
939
940         2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
941
942         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
943         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
944         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
945         Find in-tree tools if available.
946         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
947         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
948         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
949         (COMPILER_*_FOR_TARGET): New.
950         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
951         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
952         (CONFIGURED_*, USUAL_*): Remove.
953         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
954         STRIP): Use autoconf substitutions.
955         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
956         COMPILER_NM_FOR_TARGET): New.
957         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
958
959         (all): Make all-host and all-target in parallel.
960         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
961         that $$r and $$s are set before invoking a recursive make.
962         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
963         ([+bootstrap-target+]): Inline most of the `all' target.
964
965         2005-11-29  Ben Elliston  <bje@au.ibm.com>
966
967         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
968         from the gcc build directory.
969         * Makefile.in: Regenerate.
970
971         2005-11-29  Ben Elliston  <bje@au.ibm.com>
972
973         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
974         depend on all-libdecnumber.
975         * configure.in (host_libs): Include libdecnumber.
976         * Makefile.in: Regenerate.
977         * configure: Likewise.
978
979         2005-11-21  Kean Johnston  <jkj@sco.com>
980
981         * config.sub, config.guess: Sync from upstream sources.
982
983 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
984
985         * Makefile.def: Remove gdb dependencies for gdbtk.
986         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
987         (configure-gdb, install-gdb): New rules.
988         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
989         * Makefile.in, configure: Regenerated.
990
991 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
992
993         PR bootstrap/24297
994         * Makefile.tpl (do-[+make-target+], do-check, install,
995         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
996         are set before recursing.
997         * Makefile.in: Regenerate.
998
999 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
1000
1001         PR bootstrap/18939
1002         * Makefile.def (gcc) <target>: Fix thinko.
1003         * Makefile.in: Regenerate.
1004
1005 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1006
1007         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
1008         * configure: Regenerate.
1009
1010 2005-10-09  Kazu Hirata  <kazu@codesourcery.com>
1011
1012         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
1013         target-libffi, target-qthreads, target-libjava, and
1014         targetlibobjc.
1015         * configure: Regenerate.
1016
1017 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
1018
1019         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
1020         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
1021         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
1022         (USUAL_OBJDUMP_FOR_TARGET): New.
1023         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
1024         * configure.in: Check for $OBJDUMP_FOR_TARGET.
1025         * configure, Makefile.in: Regenerated.
1026
1027 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1028
1029         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
1030         before other host packages.
1031
1032 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
1033
1034         PR bootstrap/22340
1035
1036         * configure.in (default_target): Remove.
1037         * Makefile.tpl (all): Do not use prerequisites as subroutines
1038         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
1039         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
1040         use prerequisites as subroutines.
1041         (check-host, check-target): New.
1042         (bootstrap configure & all targets): Do not use stage*-start
1043         if the directory layout is already ok.
1044         (non-bootstrap configure & all targets): Prepend a $(unstage).
1045         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
1046         (NOTPARALLEL): Remove.
1047         (unstage, stage variables): New variables.
1048         (unstage, stage targets): Simply expand to those variables.
1049
1050         * configure: Regenerate.
1051         * Makefile.in: Regenerate.
1052
1053 2005-10-04  James E Wilson  <wilson@specifix.com>
1054
1055         * Makefile.def (lang_env_dependencies): Add libmudflap.
1056         * Makefile.in: Regenerate.
1057
1058 2005-10-03  Catherine Moore  <clm@cm00re.com>
1059
1060         * configure.in (bfin-*-*): Support bfin.
1061         * configure: Regenerated.
1062
1063 2005-09-30  H.J. Lu  <hongjiu.lu@intel.com>
1064
1065         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
1066         * configure: Regenerated.
1067
1068 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
1069
1070         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
1071         (LIPO_FOR_TARGET): New.
1072         (CONFIGURED_LIPO_FOR_TARGET): New.
1073         (USUAL_LIPO_FOR_TARGET): New.
1074         (STRIP_FOR_TARGET): New.
1075         (CONFIGURED_STRIP_FOR_TARGET): New.
1076         (USUAL_STRIP_FOR_TARGET): New.
1077         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
1078         STRIP_FOR_TARGET.
1079         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
1080         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
1081         * Makefile.in: Regenerate.
1082         * configure: Regenerate.
1083
1084 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
1085
1086         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
1087         (rs6000-*-aix*): Same.
1088         * configure: Regenerate.
1089
1090 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1091
1092         * configure.in: Recognize f95 in the --enable-languages option,
1093         and substitute it for fortran, issuing a warning.
1094         * configure: Regenerate.
1095
1096 2005-09-07  Ben Elliston  <bje@au.ibm.com>
1097
1098         Import from Autoconf sources:
1099
1100         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1101         * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
1102         Elliston.  Handle weird characters correctly.
1103
1104 2005-08-30  Phil Edwards  <phil@codesourcery.com>
1105
1106         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
1107         * configure:  Regenerated.
1108
1109 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
1110
1111         * Makefile.def (libssp): Add to lang_env_dependencies.
1112         * Makefile.in: Regenerate.
1113
1114 2005-08-17  Christian Groessler  <chris@groessler.org>
1115
1116         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
1117         * Makefile.in: Regenerate.
1118
1119 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
1120
1121         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
1122         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
1123         Look for alternate names of the target cc and c++
1124         * configure: Regenerate.
1125
1126 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
1127
1128         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1129         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
1130         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
1131         tools; remove code to manually set them.
1132         (Target tools): Look in the environment for them.
1133         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
1134         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
1135         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
1136         build directory.
1137         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
1138         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
1139         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
1140         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1141         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
1142         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
1143         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
1144         * configure: Regenerate.
1145         * Makefile.in: Regenerate.
1146
1147 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
1148
1149         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
1150         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
1151         * Makefile.in: Regenerated.
1152
1153 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1154
1155         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
1156         (CFLAGS_FOR_TARGET): Use it.
1157         (CXXFLAGS_FOR_TARGET): Likewise.
1158         * Makefile.in: Regenerated.
1159         * configure.in (--with-build-sysroot): New option.
1160         * configure: Regenerated.
1161
1162 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
1163
1164         * Makefile.tpl: Wrap install between unstage and stage
1165         * Makefile.in: Regenerate.
1166
1167 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
1168
1169         * all files: Update FSF address.
1170
1171 2005-07-14  Jim Blandy  <jimb@redhat.com>
1172
1173         * configure.in: Add cases for Renesas m32c.
1174         * configure: Regenerated.
1175
1176 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
1177
1178         * COPYING, compile, config-ml.in, config.guess,
1179         config.sub, install-sh, missing, mkinstalldirs,
1180         symlink-tree, ylwrap: Sync from upstream sources.
1181
1182 2005-07-13  Eric Christopher  <echristo@redhat.com>
1183
1184         * configure.in: Add toplevel noconfigdir support for tpf.
1185         * configure: Regenerate.
1186
1187 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
1188
1189         * Makefile.def (target_modules): Add libssp.
1190         * configure.in (target_libraries): Add target-libssp.
1191         * configure: Rebuilt.
1192         * Makefile.in: Rebuilt.
1193
1194 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
1195
1196         PR ada/22340
1197
1198         * Makefile.def: Sync with gcc.
1199         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
1200         * Makefile.in: Regenerate.
1201
1202 2005-07-07  Andreas Schwab  <schwab@suse.de>
1203
1204         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
1205         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
1206         * Makefile.in: Regenerated.
1207
1208 2005-07-07  Kazu Hirata  <kazu@codesourcery.com>
1209
1210         * configure.in: Add --enable-libssp and --disable-libssp.
1211         * configure: Regenerate with autoconf-2.13.
1212
1213 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
1214
1215         * configure.in: Don't build sim or rda when targetting darwin.
1216         * configure: Regenerate.
1217
1218 2005-07-04  Ben Elliston  <bje@gnu.org>
1219
1220         * src-release (do-proto-toplev): Remove dejagnu bits.
1221         (DEJAGNU_SUPPORT_DIRS): Remove.
1222         (dejagnu.tar.bz2, dejagnu.tar): Likewise.
1223         (GDBD_SUPPORT_DIRS): Likewise.
1224         (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
1225         (INSIGHTD_SUPPORT_DIRS): Likewise.
1226         (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
1227
1228 2005-06-30  Ben Elliston  <bje@gnu.org>
1229
1230         * setup.com (mpw): Remove unused directive.
1231
1232 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
1233
1234         * Makefile.def (stagefeedback): Come after profile.
1235         Define profiledbootstrap target.
1236         * Makefile.tpl (profiledbootstrap): Remove.
1237         (stageprofile-end): Zap stagefeedback.
1238         (stagefeedback-start): Copy all .gcda files, not only GCC's.
1239         * Makefile.in: Regenerate.
1240
1241 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
1242
1243         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
1244         In 'cpp' stanza, support '#line' as well as '# '.
1245
1246 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
1247
1248         * configure.in (unsupported_languages): New macro.
1249         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
1250         non-ported target libraries in noconfigdirs.
1251         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1252         non-linux-gnu.  Remove libgcj_ex_libffi.
1253         <lang_frag loop>: Set add_this_lang=no if the language is in
1254         unsupported_languages.
1255         * configure: Regenerate.
1256
1257 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1258
1259         * configure.in: Fix typo in handling of --with-mpfr-dir.
1260         * configure: Regenerate.
1261
1262 2005-06-02  Jim Blandy  <jimb@redhat.com>
1263
1264         * config.sub: Add cases for the Renesas m32c.  (This patch has been
1265         accepted into the master sources.)
1266
1267 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
1268             Michael Snyder  <msnyder@redhat.com>
1269             Stan Cox  <scox@redhat.com>
1270
1271         * configure.in: Set noconfigdirs for ms1.
1272
1273         * configure: Regenerate.
1274
1275 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
1276
1277         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1278         (Dependencies): Consider target modules for bootstrap dependencies.
1279         Make target bootstrap modules depend on each stage's gcc.
1280         * Makefile.in: Regenerate.
1281
1282 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
1283
1284         * Makefile.def (configure-gcc): Depend on binutils having been built.
1285         (all-gcc): No need to do it here.
1286         * Makefile.in: Regenerate.
1287
1288 2005-05-19  Paul Brook  <paul@codesourcery.com>
1289
1290         * configure.in: Rewrite misleading error message when requested
1291         language cannot be built.
1292         * configure: Regenerate.
1293
1294 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
1295
1296         * ylwrap: Import from Automake 1.9.5.
1297
1298 2005-05-04  Mike Stump  <mrs@apple.com>
1299
1300         * configure.in: Always pass --target to target configures as
1301         otherwise rebuilds that do --recheck will fail.
1302         * configure: Rebuilt.
1303
1304 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
1305
1306         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1307         STAGE_HOST_EXPORTS.
1308         (configure, all): Add bootstrap support.
1309         (Host modules, target modules): Pass post-stage1 flags and exports.
1310         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1311         * Makefile.in: Regenerate.
1312
1313 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
1314
1315         Sync from gcc:
1316
1317         2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
1318
1319         * config.sub: Update from master copy.
1320
1321         2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
1322
1323         * configure.in <crisv32-*-*, cris-*-*>: New local variable
1324         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
1325         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
1326         "*-*-elf" and "*-*-linux*".
1327         * configure: Regenerate.
1328
1329 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
1330
1331         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
1332         (TARGET_CONFIGARGS): Include --with-target-subdir.
1333         (configure, all): New macros.  Use them throughout.
1334
1335 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
1336
1337         * Makefile.tpl: Sync with gcc.
1338         * Makefile.in: Regenerate.
1339
1340 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
1341
1342         * config/mh-mingw32: Delete.
1343         * configure.in: Don't use it.
1344         * configure: Regenerate.
1345
1346 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
1347
1348         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1349         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1350         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1351         (HOST_LIB_PATH): Generate from Makefile.def.
1352         (TARGET_LIB_PATH): Likewise.
1353         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1354         * Makefile.in: Regenerate.
1355         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1356         (RPATH_ENVVAR): Include Darwin case.
1357         * configure: Regenerate.
1358
1359 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
1360
1361         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1362         * configure: Regenerate.
1363
1364 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1365
1366         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1367         gcc_version, and gcc_version_trigger from set of flags to pass.
1368         * Makefile.tpl: Remove definitions of above variables.
1369         (config.status): Remove dependency on $(gcc_version_trigger).
1370         * Makefile.in: Regenerate.
1371         * configure.in: Do not reference config/gcc-version.m4 nor
1372         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
1373         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
1374         * configure: Regenerate.
1375
1376 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
1377             Andrew Pinski <pinskia@physics.uc.edu>
1378
1379         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1380         * Makefile.in: Regenerate.
1381
1382 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
1383
1384         PR libgcj/20160
1385         * ltmain.sh: Avoid creating archives with components that have
1386         duplicate basenames.
1387
1388 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
1389
1390         PR bootstrap/20250
1391         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1392         instead of check.
1393         * Makefile.in: Regenerate.
1394
1395 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1396
1397         Sync from gcc.
1398
1399         2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
1400
1401         PR bootstrap/17383
1402         * Makefile.def (target_modules): Remove "stage", now unnecessary.
1403         * Makefile.tpl (HOST_SUBDIR): New substitution.
1404         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1405         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1406         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1407         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1408         (Host modules, Bootstrapped modules): Use it.
1409         (Build modules, Target modules): Do not create symlink trees,
1410         always configure out-of-srcdir.
1411         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1412         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1413         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1414         $(HOST_SUBDIR).  Create a symlink for host_subdir.
1415
1416         * Makefile.in: Regenerate.
1417         * configure: Regenerate.
1418
1419         Merged from libada-gnattools-branch:
1420         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1421
1422         * Makefile.def: Add gnattools as a module, depending on target-libada.
1423         * Makefile.in: Regenerate.
1424         * configure.in: Include gnattools in host_tools; disable it if ada
1425         is disabled.
1426         * configure: Regenerate.
1427
1428 2005-02-23  Nick Clifton  <nickc@redhat.com>
1429
1430         * configure: Regenerate.
1431
1432 2005-02-22  Paul Schlie  <schlie@comcast.net>
1433
1434         * configure.in: Allow darwin targeted ports to build tk, itcl and
1435         libgui.
1436
1437 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1438
1439         PR libgcj/10353
1440         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1441         * configure: Regenerate.
1442
1443 2005-02-08  Andrew Cagney  <cagney@gnu.org>
1444
1445         * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
1446         gdb/ section.  Update GDB's URL.
1447
1448 2005-01-31  Andrew Cagney  <cagney@gnu.org>
1449
1450         * gettext.m4: Only set ENABLE_NLS when gettext is present.
1451
1452 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1453
1454         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1455         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1456         target-libgloss when not *-*-elf and *-*-aout.
1457         * configure: Regenerate.
1458
1459 2005-01-27  Andrew Cagney  <cagney@gnu.org>
1460
1461         * gettext.m4: Don't use NONE as a default for CATOBJEXT.
1462
1463 2005-01-24  Andrew Cagney  <cagney@gnu.org>
1464
1465         * gettext.m4: Only fall back to ../intl/ when it's present.
1466
1467 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1468
1469         * install-sh, config.sub: Import from upstream.
1470
1471 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
1472
1473         PR bootstrap/18222
1474         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1475         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1476         * Makefile.in: Regenerate.
1477
1478 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
1479
1480         Revert 2004-12-28 Makefile changes, a better fix will be
1481         applied to mainline and src after GCC 4.0 branches.
1482
1483 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
1484
1485         PR bootstrap/17383
1486
1487         * Makefile.def (target_modules): Remove stage parameter,
1488         it is always true now.
1489         * Makefile.tpl (configure-build-[+module+],
1490         configure-target-[+module+]): Always build symlink tree
1491         for the directory and for include.  BUILD_SUBDIR and
1492         TARGET_SUBDIR cannot be . anymore.
1493         * Makefile.in: Regenerate.
1494
1495 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
1496
1497         Revert 2004-12-08 Makefile changes.
1498
1499 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
1500
1501         * configure.in (sh64-*-*): Reenable gprof.
1502         * configure: Regenerate.
1503
1504 2004-12-09  Jim Blandy  <jimb@redhat.com>
1505
1506         * MAINTAINERS: List 'depcomp' as part of automake.
1507
1508 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1509
1510         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1511         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1512         (EXTRA_TARGET_FLAGS): Add PICFLAG.
1513         * Makefile.in: Regenerate.
1514
1515 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
1516
1517         * Makefile.tpl: Generate normal dependencies if the LHS module is
1518         not bootstrapped.
1519         * Makefile.in: Regenerate.
1520
1521 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1522
1523         * configure.in: Include config/gxx-include-dir.m4.  Use
1524         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
1525         * configure: Regenerate.
1526
1527 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
1528
1529         * config.if: Delete.
1530         * configure.in: Set libstdcxx_incdir directly.
1531         * configure: Regenerate.
1532         * MAINTAINERS: Remove mention of config.if.
1533         * src-release (DEVO_SUPPORT): Remove config.if.
1534
1535 2004-12-02  Eric Christopher  <echristo@redhat.com>
1536
1537         * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
1538         of things to remove.
1539         * Makefile.in: Regenerate.
1540
1541 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1542
1543         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1544         * configure: Regenerate.
1545
1546 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1547
1548         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
1549         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
1550         * configure: Regenerate.
1551
1552 2004-11-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1553
1554         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1555         (hppa*64*-*-*): Delete incorrect comment.
1556         * configure: Rebuilt.
1557
1558 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1559
1560         * install-sh, compile: Import from automake.
1561
1562 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
1563
1564         * config.guess, config.sub:  Import from savannnah.
1565
1566 2004-11-12  Mike Stump  <mrs@apple.com>
1567
1568         * Makefile.def: Add html support.
1569         * Makefile.tpl: Likewise.
1570         * Makefile.in: Regenerate.
1571
1572 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
1573
1574         PR 18423
1575         * configure.in: Remove all instances of build-fixincludes from
1576         noconfigdirs.
1577         (build_configargs): Supply --target to subdirectories.
1578         * configure: Regenerate.
1579
1580         * Makefile.def: Make gcc install depend on fixincludes install.
1581         * Makefile.in: Regenerate.
1582
1583 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
1584
1585         * configure.in (noconfigdirs) [mmix-*-*]: Disable
1586         target-libgfortran.
1587         * configure: Regenerate.
1588
1589 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
1590
1591         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1592         like CC.
1593
1594 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
1595
1596         * Makefile.def (host fixincludes): Specify missing targets.
1597         * Makefile.in: Regenerate.
1598
1599 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
1600
1601         PR other/17783
1602         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1603         * configure: Regenerated.
1604
1605 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
1606
1607         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1608         * configure: Regenerated.
1609
1610 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
1611
1612         PR target/18151
1613         * configure.in (case ${target}): Do not build fixincludes for avr.
1614         * configure: Regenerated.
1615
1616 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
1617
1618         * configure.in (case ${target}): Do not build fixincludes
1619         on platforms where it is not used.
1620         * configure: Regenerated.
1621
1622 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
1623
1624         * configure.in: Use an absolute path to install-sh.
1625         * configure: Regenerated.
1626
1627 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1628
1629         * src-release (do-djunpack, do-md5sum): Install the generated file
1630         directly into the proto-toplev/ directory.
1631
1632 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1633
1634         * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
1635
1636 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1637
1638         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1639         * configure: Regenerate.
1640
1641 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
1642
1643         Fix wrong conflict resolution in:
1644
1645         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
1646
1647         * Makefile.in: Regenerate.
1648         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1649         in the recursive `make', instead of hardwiring `all'.
1650         (Autogenerated TARGET-* variables): New.
1651
1652 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
1653
1654         Merged from GCC / libtool upstream:
1655         2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
1656         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1657         * ltcf-cxx.sh (tpf*): Likewise.
1658         * ltconfig (tpf*): Add TPF OS configuration support.
1659
1660 2004-09-30  Tomer Levi  <Tomer.Levi@nsc.com>
1661
1662         * configure.in: Enable target-libgloss for crx-*-*.
1663         * configure: Regenerate.
1664
1665 2004-09-24  Michael Roth  <mroth@nessie.de>
1666
1667         * configure.in (--without-headers): Add missing double quotes.
1668         * configure: Regenerate.
1669
1670 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
1671
1672         * ylwrap: Revert to previous version.
1673
1674 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
1675
1676         PR bootstrap/17369
1677         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1678         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1679         SET_GCC_LIB_PATH_CMD.
1680         (BASE_TARGET_EXPORTS): Likewise.
1681         * Makefile.in: Regenerated.
1682
1683         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1684         * configure: Regenerated.
1685
1686 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
1687
1688         * config.guess: New upstream version
1689         * compile, depcomp, install-sh, ylwrap: Likewise.
1690
1691 2004-09-19  Roger Sayle  <roger@eyesopen.com>
1692
1693         * config/mh-x86omitfp: New host makefile fragment.  Add
1694         -fomit-frame-pointer to the default BOOT_CFLAGS.
1695         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1696         * configure: Regenerate.
1697
1698 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
1699
1700         PR target/11572
1701         * configure.in (*-*-darwin*): Renable libobjc.
1702         * configure: Regenerate.
1703
1704 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
1705
1706         * Makefile.def: Remove libbanshee.
1707         * Makefile.tpl: Ditto.
1708         * configure.in: Ditto.
1709         * Makefile.in: Regen.
1710         * configure: Ditto.
1711
1712 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
1713
1714         * missing: Import latest version from master repository.
1715
1716 2004-09-04  Nick Clifton  <nickc@redhat.com>
1717
1718         * config.sub: Import latest version from master repository.
1719         * config.guess: Likewise.
1720         This includes these changes:
1721
1722         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
1723
1724         * config.sub: Handle crisv32, alias etraxfs.
1725         * config.guess (crisv32:Linux:*:*): Handle.
1726
1727         2004-08-13  Brad Smith  <brad@comstyle.com>
1728
1729         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1730         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1731
1732         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1733
1734         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1735         assume the processor is a powerpc.  This is because coreutils
1736         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1737         in this case, due to a MacOS X bug that causes
1738         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1739         to return a negative number.
1740         Problem reported by Petter Reinholdtsen in:
1741         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1742
1743         2004-07-19  Ben Elliston  <bje@gnu.org>
1744
1745         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1746
1747         2004-06-24  Ben Elliston  <bje@gnu.org>
1748
1749         * config.guess: Update copyright years.
1750         * config.sub: Likewise.
1751
1752         2004-06-22  Robert Millan  <robertmh@gnu.org>
1753
1754         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1755         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1756
1757         2004-06-22  Stanley F. Quayle <stan@stanq.com>
1758
1759         * config.guess (*:*VMS:*:*): New entry. Replaces
1760         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1761         manufacturer.
1762
1763         2004-06-22  Ben Elliston  <bje@gnu.org>
1764
1765         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1766         * config.sub: Likewise.
1767
1768         2004-06-22  Ben Elliston  <bje@gnu.org>
1769
1770         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1771         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1772
1773         2004-06-11  Ben Elliston  <bje@gnu.org>
1774
1775         * config.guess (pegasos:OpenBSD:*:*): Remove.
1776
1777         2004-06-11  Ben Elliston  <bje@gnu.org>
1778
1779         From Wouter Verhelst <wouter@grep.be>:
1780         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1781
1782         2004-06-11  Ben Elliston  <bje@gnu.org>
1783
1784         * config.guess (luna88k:OpenBSD:*:*): New.
1785
1786         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1787
1788         * config.guess (m32r*:Linux:*:*): New case.
1789         * config.sub: Handle m32rle.
1790
1791         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
1792
1793         From Jens Petersen  <petersen@redhat.com>:
1794         * config.sub: Handle sparcv8.
1795
1796         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
1797
1798         From Tom Smith <smith@cag.lkg.hp.com>:
1799         * config.guess: Version suffixes are equally significant on Tru64
1800         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
1801         prefix of "P" (patched kernel).
1802
1803         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
1804
1805         * config.sub: Add support for National Semiconductor CRX target.
1806
1807 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1808
1809         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1810         *-*-netware, but add target-libmudflap.
1811         Consolidate *-*-netware targets (of which really only i?86 exists)
1812         into a single entry.
1813         * configure: Likewise.
1814
1815 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
1816
1817         * Makefile.tpl (sorry): Remove.
1818         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1819         (cleanstrap targets): Depend on distclean, not distclean-stage1.
1820         (do-clean): Clean per-stage directories too.
1821         (do-distclean): Run distclean-stage1 too.
1822         (.NOTPARALLEL): Enable during toplevel bootstrap.
1823         (stage[+id+]-bubble): Enable parallel execution during
1824         the recursive invocation.
1825         * Makefile.in: Regenerate.
1826
1827         Sync from gcc (moving the Makefile.in change to Makefile.tpl):
1828
1829         2004-08-31  Robert Bowdidge <bowdidge@apple.com>
1830
1831         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1832         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1833         * configure: regenerate
1834         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
1835         -mdynamic-no-pic
1836
1837 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1838
1839         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1840         include.
1841         * configure.in: Fix indentation.
1842         * configure: Regenerate.
1843
1844 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
1845
1846         * Makefile.def (build_modules): Add fixincludes.
1847         (dependencies): Make gcc depend on fixincludes.
1848         * configure.in (build_tools): Add fixincludes.
1849         (build_configdirs): Always include build_libs.
1850         * Makefile.in: Regenerate.
1851         * configure: Regenerate.
1852
1853 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
1854
1855         * Makefile.def (bootstrap stages): Add 'lean' parameter.
1856         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1857         phony targets; do not generate timestamp files.
1858         (distclean-stageN): Remove references to their timestamp files.
1859         (restageN, touch-stageN): Remove.
1860         (stageN-bubble): Rewritten.
1861         (compare): Support lean bootstraps.
1862         * Makefile.in: Regenerate.
1863
1864         * configure.in: Only warn when bootstrapping but
1865         build != host or build != target.  Support lean bootstraps.
1866         * configure: Regenerate.
1867
1868         Sync from gcc:
1869         2004-08-26  Phil Edwards  <phil@codesourcery.com>
1870
1871         * configure.in:  Give a better error message if GMP/MPFR are missing
1872         and a language needing them has been requested.
1873         * configure:  Regenerated.
1874
1875         2004-08-25  Phil Edwards  <phil@codesourcery.com>
1876
1877         * configure.in:  Print a list of available language front-ends if
1878         a requested one is missing.  Tidy stray tab characters.
1879         * configure:  Regenerated.
1880
1881 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
1882
1883         * Makefile.in: Regenerate.
1884         * configure: Regenerate.
1885
1886         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1887         stage_*_flags.
1888         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1889         for bootstrapped modules if toplevel bootstrap is going.
1890         (GCC bootstrap): Generate per-stage targets for all bootstrapped
1891         modules.  Adjust for changes in Makefile.def.  Enable several
1892         rules even in non-bootstrap mode, just to avoid peppering the
1893         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1894         (stage-[+prev+]-bubble): Remove.
1895
1896         * Makefile.def (Dependencies): Depend on all-build-bison,
1897         all-build-flex, all-build-byacc, all-build-texinfo, rather
1898         than the host variations.
1899         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
1900         with BUILD_SUBDIR.
1901         (BISON): Update for recent Bisons.
1902         (YACC): Fix typo.
1903         (cross): Depend on all-build.
1904         (all): Do not depend on all-build.
1905         (prebootstrap): Remove.
1906         (dep-kind): Accept separate prefixes for MODULE and ON variables.
1907         (Prebootstrap dependencies): Add them to the per-stage targets
1908         and to all-prebootstrap.
1909         * configure.in (build_configdirs): Always enable build_tools.
1910         (BUILD_DIR_PREFIX): Remove.
1911
1912         * Makefile.def (gcc): Add target variable.
1913         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1914         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1915         in the recursive `make', instead of hardwiring `all'.
1916         (Autogenerated TARGET-* variables): New.
1917
1918 2004-08-17  Robert Millan  <robertmh@gnu.org>
1919
1920         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1921         (instead of FreeBSD).
1922         * configure: Regenerate.
1923
1924 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
1925
1926         * Makefile.def, configure.in, src-release: Remove useless, bogus
1927         references to tix.
1928         * Makefile.in, configure: Regenerate.
1929
1930         * src-release: Stop distributing mmalloc with gdb (which doesn't
1931         use it).
1932         * Makefile.def: GDB doesn't depend on mmalloc anymore.
1933         * Makefile.in: Regenerate.
1934
1935 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
1936
1937         * configure.in (arm*-*-eabi*): New target.
1938         * configure: Regenerate.
1939
1940 2004-08-01  Robert Millan  <robertmh@gnu.org>
1941
1942         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1943         libmudflap for all GNU-based systems (with Glibc).
1944         * configure: Regenerate.
1945
1946 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1947
1948         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1949         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1950         (Dependencies): New section.
1951         * Makefile.tpl (Dependencies): Generate from Makefile.def.
1952         (configure-target-[+module+]): Depend on maybe-all-gcc
1953         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
1954         (toplevel profiledbootstrap): Fix dependencies.
1955         * Makefile.in: Regenerate.
1956
1957 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1958
1959         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1960         target-libiberty to noconfigdirs.
1961
1962 2004-08-03  Paul Brook  <paul@codesourcery.com>
1963
1964         * configure.in: Check for MPFR as well as GMP.
1965         * configure: Regenerate.
1966
1967 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
1968
1969         * Makefile.def (host-modules): Add gcc.
1970         * Makefile.in: Regenerate.
1971         * Makefile.tpl (sorry): New rule.
1972         (configure-host, all-host, [+make_target+]-host, do-check,
1973         install-host): Do not add gcc as a special case.
1974         (host modules): Add a small special-casing for gcc.  Export
1975         extra_make_flags through the environment.
1976         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1977         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1978         other recursive targets for gcc): Remove.
1979
1980         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1981         (stage, unstage): New rules.
1982         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1983         distclean-stage[+id+]): Use stage_current.
1984         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1985         the stage*-start rules.
1986
1987 2004-07-19  Robert Millan  <robertmh@gnu.org>
1988
1989         Synced from gcc:
1990
1991         2004-04-26  Robert Millan  <robertmh@gnu.org>
1992
1993         Add patches from libtool CVS.
1994         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
1995         * ltconfig: Likewise.
1996         * ltcf-c.sh: Likewise.
1997         * ltcf-cxx.sh: Likewise.
1998         * ltcf-gcj.sh: Likewise.
1999
2000 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2001
2002         * configure.in: Add noconfigdirs for crx-*-*.
2003         * configure: Regenerate.
2004
2005 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2006
2007         Synced from gcc:
2008
2009         2004-07-09  Loren J. Rittle <ljrittle@acm.org>
2010
2011         * configure.in: Build libmudflap by default on FreeBSD.
2012         * configure: Regenerated.
2013
2014         2004-07-09  Mark Mitchell  <mark@codesourcery.com>
2015
2016         * configure.in: Do not build libmudflap by default on non-GNU/Linux
2017         systems.
2018         * configure: Regenerated.
2019
2020         2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2021
2022         PR target/16344
2023         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2024         feedback based compiler.
2025         * Makefile.in: Rebuilt.
2026
2027         2004-07-05  Phil Edwards  <phil@codesourcery.com>
2028
2029         * configure.in:  Do not prepend $srcdir to /dev/null in
2030         makefile fragments.
2031         * configure:  Regenerate.
2032
2033 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
2034
2035         * Makefile.def (host_modules): Set bootstrap=true for flex.
2036         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2037         * Makefile.in: Rebuilt.
2038
2039 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
2040
2041         * Makefile.def (build_modules): Add bison, byacc, flex,
2042         m4, texinfo.
2043         (flags_to_pass): Add FLEX.
2044         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2045         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2046         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2047         DEFAULT_MAKEINFO): Remove.
2048         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2049         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2050         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2051         objdir or else use configured tool.
2052         (all-build): New.
2053         (all): Depend on it.
2054         (Build module dependencies): Add.
2055         * Makefile.in: Regenerate.
2056         * configure.in: Better support for multiple build modules,
2057         matching what is done for host/target modules.  Do not look
2058         for "plausible" locations of build tools if Canadian cross.
2059         Use autoconf's AC_PROG_CC to find a C compiler.  Define
2060         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
2061         * configure: Regenerate.
2062
2063 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2064
2065         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2066         * Makefile.in: Regenerate.
2067
2068 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
2069
2070         * Makefile.tpl (configure-build-[+module+],
2071         configure-[+module+], configure-target-[+module+]): Pass
2072         [+extra_configure_args+].
2073         (all-build-[+module+], all-[+module+], check-[+module+],
2074         install-[+module+], [+make_target+]-[+module+],
2075         all-target-[+module+], check-target-[+module+],
2076         install-target-[+module+], [+make_target+]-target-[+module+]):
2077         Pass [+extra_make_args+].
2078         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2079         (GCC_HOST_EXPORTS): Remove.
2080         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2081         cross, check-gcc, check-gcc-c++, install-gcc,
2082         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2083         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2084         * Makefile.in: Regenerate.
2085
2086 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
2087
2088         * configure.in: Check for srcdir/winsup rather than build directory
2089         winsup.
2090         * configure: Regenerate.
2091
2092 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
2093
2094         * configure.in: Don't build Cygwin native newlib if winsup
2095         directory is missing.  Emit warning instead.
2096         * configure: Regenerate.
2097
2098 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2099
2100         * Makefile.tpl (touch-stage[+id+]): New.
2101         (restage[+prev+]): Depend on touch-stage[+id+].
2102
2103         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2104         Use it throughout.
2105
2106         * Makefile.def: Add profile and feedback bootstrap stages.
2107         Remove next field from bootstrap stages.
2108         * Makefile.tpl (LN, LN_S): Substitute.
2109         (stageN-start, stageN-end): Use double-colon rules, to
2110         provide a hook for additional setup commands.
2111         (distclean-stageN-gcc, restageN): Create dependencies from
2112         [+prev+], not from [+next+].
2113         (stageN-bubble): Add commands for successive stages from
2114         [+prev+], using double-colon rules.
2115         (all-stageN-gcc): Fix typo.
2116         (stagefeedback-start, profiledbootstrap): New.
2117         * Makefile.in: Regenerate.
2118         * configure.in: Call ACX_PROG_LN.
2119         * configure: Regenerate.
2120
2121 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
2122
2123         * configure.in: Fix --enable-bootstrap breakage introduced in trees
2124         without gcc.
2125         * configure: Regenerate.
2126
2127 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2128
2129         * Makefile.tpl: Fix typo.
2130         * Makefile.in: Regenerate.
2131
2132 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2133
2134         * configure.in: Remove new- prefix from toplevel
2135         bootstrap targets.
2136         * configure: Regenerate.
2137
2138 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
2139
2140         Merge this patch from the gcc tree:
2141
2142         2004-05-30  Andreas Jaeger  <aj@suse.de>
2143                     Jim Wilson <wilson@specifixinc.com>
2144
2145         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2146         like CC.
2147
2148 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
2149
2150         * Makefile.tpl (all.normal): Rename to all.
2151         (all): Replace with a rule to pick the default
2152         target from configure.
2153         (all-gcc, configure-gcc): Use conditionals to
2154         do nothing when toplevel bootstrap is going on.
2155         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2156         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2157         * configure.in: Support --enable-bootstrap.
2158
2159         * Makefile.def: Remove new- prefix from toplevel
2160         bootstrap targets.
2161         * Makefile.tpl: Likewise.
2162
2163         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
2164         target.
2165
2166         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2167         $(RECURSE_FLAGS) to recursive invocation of make.
2168
2169         * Makefile.in: Regenerate.
2170         * configure: Regenerate.
2171
2172 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
2173
2174         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2175         * configure: Regenerate.
2176
2177 2004-05-25  Daniel Jacobowitz  <drow@false.org>
2178
2179         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2180         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2181         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
2182         targets.
2183         * Makefile.in: Regenerate.
2184
2185 2005-05-24  Paolo Bonzini <bonzini@gnu.org>
2186
2187         * configure.in: Test the ability to symlink directories.
2188         * configure: Regenerate.
2189
2190         * Makefile.def (bootstrap-stage): New definitions.
2191         * Makefile.tpl (configure-stage1-gcc,
2192         configure-stage2-gcc, configure-stage3-gcc,
2193         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2194         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2195         new-restage3, compare): Autogenerate, see Makefile.in
2196         entry for behavioral changes.
2197         (distclean-stage1, new-stage1-start, new-stage1-end,
2198         new-stage1-bubble, distclean-stage2, new-stage2-start,
2199         new-stage2-end, new-stage2-bubble, distclean-stage3,
2200         new-stage3-start, new-stage3-end): New autogenerated targets.
2201         (objext, prebootstrap, BOOT_CFLAGS,
2202         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2203         targets.
2204
2205         * Makefile.in: Regenerate.
2206         (distclean-stage1, new-stage1-start, new-stage1-end,
2207         new-stage1-bubble, distclean-stage2, new-stage2-start,
2208         new-stage2-end, new-stage2-bubble, distclean-stage3,
2209         new-stage3-start, new-stage3-end): New targets.
2210         (all-stage1-gcc): Move prebootstrap dependency from here...
2211         (configure-stage1-gcc): ...to here.
2212         (new-bootstrap): Use bubble targets.
2213         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2214         Use per-stage distclean targets.
2215         (configure-stage1-gcc, configure-stage2-gcc,
2216         configure-stage3-gcc, all-stage1-gcc,
2217         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2218         Use new-stageN-start to prepare the tree.
2219
2220 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
2221
2222         * Makefile.def (host_modules): add libcpp.
2223         * Makefile.tpl: Add dependencies on and for libcpp.
2224         * Makefile.in: Regenerate.
2225         * configure.in: Add libcpp host module.
2226         * configure: Regenerate.
2227
2228 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
2229
2230         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2231         of libf2c.
2232         * configure, Makefile.in: Regenerate.
2233
2234 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2235
2236         Merge from tree-ssa-20020619-branch.
2237
2238         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2239         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2240         (HOST_GMPLIBS): Define.
2241         (HOST_GMPINC): Define.
2242         (TARGET_LIB_PATH): Add libmudflap.
2243         (GFORTRAN_FOR_TARGET): Define.
2244         (configure-build*): Export GFORTRAN.
2245         (configure-gcc): Export GMPLIBS and GMPINC.
2246         (all-gcc): Add maybe-all-libbanshee.
2247         (configure-target-libgfortran): Define.
2248         * Makefile.in: Regenerate.
2249         * configure.in (host_libs): Add libbanshee.
2250         (target_libraries): Add target-libmudflap and target-libgfortran.
2251         Add --with-libbanshee.
2252         Handle --disable-libmudflap.
2253         (*-*-freebsd*): Use with_gmp.
2254         Add $(libgcj) to noconfigdirs.
2255         * configure: Regenerate.
2256         * depcomp: New file.
2257         * MAINTAINERS: Add tree-ssa maintainers.
2258
2259 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
2260
2261         * config/acx.m4: Fix fastcompare support for new-bootstrap.
2262         * configure: Regenerate.
2263
2264 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
2265
2266         Revert:
2267         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2268
2269         * Makefile.def (flags_to_pass): Remove *dir variables that
2270         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2271         as well as prefix and exec_prefix.
2272         * Makefile.in: Regenerate.
2273
2274 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2275
2276         * Makefile.def (host_modules): Mark with the bootstrap
2277         flag packages on which gcc depends.
2278         * Makefile.tpl (all-bootstrap): Use it.
2279         * Makefile.in: Regenerate.
2280
2281 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2282
2283         * Makefile.def (flags_to_pass): Remove *dir variables that
2284         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2285         as well as prefix and exec_prefix.
2286         * Makefile.in: Regenerate.
2287
2288 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
2289
2290         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2291         * configure: Regenerate.
2292         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2293         * gcc/Makefile.tpl (compare): Use the result of the test.
2294         * gcc/Makefile.in: Regenerate.
2295
2296 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
2297
2298         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2299         Always relocate gcc and prev-gcc to the original names, even
2300         if the build fails.
2301         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2302         New targets.
2303
2304 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2305
2306         * configure.in (mips*-*-irix5*): Enable ld.
2307         * configure: Regenerate.
2308
2309 2004-04-15  James E Wilson  <wilson@specifixinc.com>
2310
2311         * Makefile.tpl (configure-[+module+], configure-gcc,
2312         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2313         Set and export LDFLAGS.
2314         * Makefile.in: Regenerate.
2315
2316 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2317
2318         PR bootstrap/14871
2319         * Makefile.tpl: If we don't have built-in-tree target tools,
2320         use the ones found by configure rather than hacking around with
2321         program_transform_name.
2322         * configure.in: Give Makefile.tpl the information necessary
2323         to do that.
2324         * Makefile.in: Regenerate.
2325         * configure: Regenerate.
2326
2327 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
2328
2329         PR bootstrap/14760
2330         * configure.in: When computing baseargs, strip *all* copies of
2331         offending options.  Also, don't match/substitute the trailing space,
2332         so that this actually works when two similar options are separated by
2333         only one space.
2334         * configure: Regenerate.
2335
2336 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
2337
2338         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2339         (rs6000-*-aix*): Same.
2340         * configure: Regenerate.
2341
2342 2004-03-25  Stan Shebs  <shebs@apple.com>
2343
2344         Remove MPW support, no longer used.
2345         * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
2346         mpw-install: Remove files.
2347         * src-release (DEVO_SUPPORT): Remove names of removed files.
2348         * MAINTAINERS: Likewise.
2349
2350 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2351
2352         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2353         STRICT_WARN, WARN_CFLAGS flags passed down to make.
2354         * Makefile.in: Regenerate.
2355
2356         * configure.in (top level bootstrap support): Rework --enable-werror
2357         to set @stage2_werror_flag@.
2358         * configure: Regenerate.
2359         * Makefile.tpl (top level bootstrap support): Pass
2360         @stage2_werror_flag@ down to configure in stages 2 and 3.
2361         * Makefile.in: Regenerate.
2362
2363 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2364
2365         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2366         for stages 2 and 3 as well as in make.  As a consequence, remove
2367         OUTPUT_OPTION (now detected by configure) from the flags passed down
2368         to make.
2369         * Makefile.in: Regenerate.
2370
2371         * Makefile.tpl (new-bootstrap): Fix typo.
2372         * Makefile.in: Regenerate.
2373
2374 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
2375
2376         * Makefile.tpl: Rearrange by moving recursive_targets rules
2377         into their proper sections.
2378         * Makefile.tpl (top level bootstrap support): Move disabling
2379         of coverage flags from 'make' to 'configure'; improve comments.
2380         * Makefile.in: Regenerate.
2381
2382         * Makefile.tpl (experimental top level bootstrap) Move stage1
2383         language setting from all- target to configure- target; disable
2384         intermodule optimization in stage 1; prevent gratuitous rebuilds
2385         of stage 1.
2386         * Makefile.in: Regenerate.
2387         * configure.in: Comma-separate stage 1 language list for top
2388         level bootstrap.
2389         * configure: Regenerate.
2390
2391         * Makefile.tpl: Clean up experimental top level bootstrap support:
2392         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2393         prev-gcc in configure- targets as well as all- targets.
2394         * Makefile.in: Regenerate.
2395
2396 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
2397
2398         * configure.in: Remove symbolic link section.
2399         * configure: Regenerate.
2400         * Makefile.tpl (links): Remove.
2401         * Makefile.in: Regenerate.
2402
2403 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
2404             Nathanael Nerode  <neroden@gcc.gnu.org>
2405
2406         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
2407         Set with AC_CHECK_PROGS.
2408         * configure.in: Fix comment typo from last patch.
2409         * configure: Regenerate.
2410
2411 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
2412
2413         * Makefile.tpl: Introduce experimental top level bootstrap support.
2414         * Makefile.in: Regenerate.
2415         * configure.in: Introduce support for top level bootstrap.
2416         * configure: Regenerate.
2417
2418 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2419             Paolo Bonzini  <bonzini@gnu.org>
2420
2421         PR bootstrap/14522
2422         * configure.in: Cope with shells that do not support unquoted ^
2423         * configure: Regenerate.
2424
2425 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
2426             Paolo Bonzini  <bonzini@gnu.org>
2427
2428         PR bootstrap/14522
2429         * configure.in: Cope with shell that do not support nesting
2430         quotes inside quoted backquote substitutions.
2431         * configure: Regenerate.
2432
2433 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
2434
2435         PR bootstrap/14522
2436         * configure.in: Fix escaping of $.
2437         * configure: Regenerate.
2438
2439 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
2440
2441         * configure: Regenerate.
2442
2443 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
2444
2445         PR ada/14131
2446         Move language detection to the top level.
2447         * configure.in: Find default values for the tools as
2448         soon as possible.  Disable ada if GNAT is not found.
2449         Emit error message about missing languages.  Expand
2450         --enable-languages=all for the gcc subdirectory.
2451
2452 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
2453
2454         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2455         and disable libgcj.
2456         * configure: Regenerated.
2457
2458 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2459
2460         PR bootstrap/7087
2461         * Makefile.tpl: Guard XFOO sed statements better.
2462         * Makefile.tpl: Add dependency for configure-target-libada.
2463         * Makefile.in: Regenerate (incidentally fixes broken
2464         commit when libada-branch was merged).
2465
2466 2004-02-28  Andrew Cagney  <cagney@redhat.com>
2467
2468         * src-release (CVS_NAMES): Define.
2469         (do-tar, do-tar): Prune $(CVS_NAMES).
2470
2471 2004-02-23  Andrew Cagney  <cagney@redhat.com>
2472
2473         * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
2474         2004-02-19.09.
2475
2476 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2477
2478         PR bootstrap/11932
2479         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2480
2481 2004-02-19  Andrew Cagney  <cagney@redhat.com>
2482
2483         * config.guess: Update from version 2003-06-12 to 2004-02-16.
2484         * config.sub: Update from version 2003-06-13 to 2004-02-16.
2485
2486 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
2487
2488         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2489         (rs6000-*-aix*): Same.
2490         * configure: Regenerate.
2491
2492 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
2493
2494         * configure.in (host): Add in missing $noconfigdirs to defines.
2495         * configure: Regenerate.
2496
2497 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
2498             Nathanael Nerode  <neroden@gcc.gnu.org>
2499
2500         PR ada/6637, PR ada/5911
2501         Merge with libada-branch:
2502         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2503         with appropriate dependencies. Add --enable-libada configure switch.
2504         * configure, Makefile.in: Regenerate.
2505
2506 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2507
2508         * configure.in: Don't pass --with-stabs on IRIX 5 either.
2509         * configure: Regenerate.
2510
2511 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
2512
2513         * COPYING.NEWLIB: Update Red Hat license to 2004.
2514
2515 2004-01-23  DJ Delorie  <dj@redhat.com>
2516
2517         * Makefile.def (target_modules) [libiberty]: Don't stage.
2518         * Makefile.in: Rebuilt.
2519
2520 2004-01-23  Jeff Johnston  <jjohnstn@redhat.com>
2521
2522         * COPYING.NEWLIB: Update to include copyrights for new
2523         iconv code.
2524
2525 2004-01-15  Andrew Cagney  <cagney@redhat.com>
2526
2527         * src-release: Update copyright year.
2528         (do-proto-toplev): Configure using i686-pc-linux-gnu.
2529         (NEWLIB_SUPPORT_DIRS): Delete macro.
2530         (newlib.tar.bz2): Delete rule.
2531
2532 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
2533
2534         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2535         * Makefile.tpl (configure-target-[+module+]): Support stage.
2536         * Makefile.in: Rebuilt.
2537
2538 2003-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2539
2540         * gettext.m4: Quote names of macros to be defined by AC_DEFUN
2541         throughout.
2542
2543 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2544
2545         * configure.in: Use ./config.cache, not config.cache.
2546         * configure: Regenerate.
2547         * Makefile.tpl: Special-casing not needed for GCC any more.
2548         * Makefile.in: Regenerate.
2549
2550         * configure.in: Don't share a cache file for host dirs.
2551         * configure: Regenerate.
2552
2553         * config-ml.in: Don't mess with the cache file.
2554
2555 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2556
2557         * Makefile.tpl: Make GCC use a separate config.cache.
2558         * Makefile.in: Regenerate.
2559
2560         PR bootstrap/11932, PR bootstrap/11933
2561         (I don't know if it will fix either of them, but it relates
2562         to them.)
2563         * configure.in: Don't use shared config.cache for target
2564         directories.
2565         * configure: Regenerate.
2566
2567 2003-12-31  Roger Sayle  <roger@eyesopen.com>
2568
2569         * configure.in (ia64*-*-hpux*): Disable building java libraries.
2570         * configure: Regenerated.
2571
2572 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
2573
2574         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2575         * configure: Regenerated.
2576
2577 2003-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2578
2579         Port change over from GCC:
2580         2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
2581         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2582         (configure-build-[+module+], configure-[+module+]): Likewise.
2583         (configure-target-[+module+], configure-gcc, config.status): Likewise.
2584         * Makefile.in: Regenerate.
2585
2586 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
2587
2588         * configure.in (raw_libstdcxx_flags): Remove the leading space.
2589         * configure: Regenerate.
2590
2591 2003-11-27  Jeff Johnston  <jjohnstn@redhat.com>
2592
2593         * COPYING.NEWLIB: Add license info for long long routines added to
2594         stdlib.
2595
2596 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2597
2598         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2599         * Makefile.in: Regenerate.
2600
2601 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2602
2603         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
2604         * configure:  Regenerate.
2605
2606 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2607
2608         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2609         HOST_FLAGS_TO_PASS.
2610         * Makefile.in: Regenerate.
2611
2612 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
2613
2614         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2615         * configure: Rebuilt
2616         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2617         * Makefile.in: Rebuilt
2618
2619 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2620
2621         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2622
2623 2003-10-01  Phil Edwards  <pme@gcc.gnu.org>
2624
2625         * config-ml.in:  Use ac_configure_args directly instead of
2626         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
2627         actually seen.
2628
2629 2003-10-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2630
2631         * config-ml.in: Propagate INSTALL variables.
2632
2633 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
2634
2635         * configure.in: Pass a computed --program-transform-name
2636         to subconfigures.
2637         * configure: Regenerated.
2638
2639 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
2640
2641         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2642         * Makefile.in: Regenerate.
2643
2644         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2645         * Makefile.in: Regenerate.
2646
2647 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
2648
2649         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2650         quoting.
2651         * configure: Regenerated.
2652
2653 2003-09-12  Michael Chastain  <mec@shout.net>
2654
2655         Fix PR gdb/857.
2656         * src-release (do-proto-topleve): Remove junk files
2657         intl/config.cache, intl/config.status,
2658         intl/config.h, intl/stamp-h.
2659
2660 2003-09-14  Andrew Cagney  <cagney@redhat.com>
2661
2662         * src-release (dejagnu.tar): New target.
2663         (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
2664         (do-djunpack): Use $(PACKAGE) for the package name.
2665
2666 2003-09-04  DJ Delorie  <dj@redhat.com>
2667
2668         * configure: Regenerate.
2669
2670 2003-09-04  Robert Millan  <robertmh@gnu.org>
2671
2672         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
2673
2674 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2675
2676         * configure.in: Ensure arguments to sed are properly spaced.
2677         * configure: Regenerate.
2678
2679 2003-08-28  Daniel Jacobowitz  <drow@mvista.com>
2680
2681         Merge from gcc:
2682         2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
2683         * install-sh:  Update to newer upstream versions (associated with
2684         aclocal 1.7).
2685         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
2686
2687 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
2688
2689         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2690         * configure: Regenerated.
2691
2692 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
2693
2694         * configure.in:  Use newline instead of semicolon when assuming
2695         shell arguments in a for loop.
2696         * configure:  Regenerated.
2697
2698 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
2699
2700         PR 8180
2701         * configure.in: When testing with_libs and with_headers, treat
2702         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
2703         * configure: Regenerate.
2704
2705         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2706         make, shell, etc.
2707         (baseargs): Likewise.
2708         * configure: Regenerate.
2709
2710 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2711
2712         * configure.in: Disable libgcj for darwin not on powerpc.
2713         * configure: Rebuild.
2714
2715 2003-08-15  Michael Chastain  <mec@shout.net>
2716
2717         * src-release (do-proto-toplev): Remove junk files
2718         dejagnu/example/calc/config.status,
2719         dejagnu/example/calc/config.log.
2720
2721 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
2722
2723         * config-ml.in, symlink-tree: Add license.
2724
2725 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
2726
2727         Merge from gcc:
2728
2729         2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
2730         * Makefile.tpl (check, check-c++): Express dependencies using
2731         dependencies rather than commands.
2732         * Makefile.in: Regenerate.
2733
2734         2003-07-31  Geoffrey Keating  <geoffk@apple.com>
2735         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
2736         * Makefile.in: Update.
2737
2738 2003-08-01  Andrew Cagney  <cagney@redhat.com>
2739
2740         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2741         * configure: Ditto.
2742
2743 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
2744
2745         * configure.in: Enable libgcj for darwin.
2746         * configure: Rebuild.
2747
2748 2003-07-29  Nathanael Nerode  <neroden@gcc.gnu.org>
2749
2750         * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
2751
2752 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2753
2754         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2755         creating target and build subdirs to build all parent dirs as needed.
2756         * Makefile.in: Rebuild.
2757         * configure.in: Don't build dirs explicitly here.
2758         * configure: Rebuild.
2759
2760 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
2761
2762         * Makefile.tpl (all-make): Depend on intl.
2763         * Makefile.in: Rebuilt.
2764
2765 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
2766
2767         * config.if: Remove unused libc_interface determination.
2768
2769 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
2770
2771         * Makefile.in: Regenerate, correctly this time.
2772
2773 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
2774
2775         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
2776         unused INSTALL_PROGRAM_ARGS.
2777         * configure.in: Use AC_PROG_INSTALL.
2778         * Makefile.in: Regenerate.
2779         * configure: Regenerate.
2780
2781 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
2782
2783         * configure: Rebuilt.
2784         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
2785         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2786         newlib nor libgloss.
2787         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
2788         * configure.in (am33_2.0-*-linux*): Added.
2789
2790 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
2791
2792         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2793         * configure: Regenerate.
2794
2795 2003-07-06  H.J. Lu <hongjiu.lu@intel.com>
2796
2797         * config-ml.in: Replace PWD with PWD_COMMAND.
2798         * Makefile.tpl: Likewise.
2799         * Makefile.in: Regenerated.
2800
2801 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
2802
2803         * configure.in: Clean up config-lang.in handling.  Delete
2804         useless assignment to "subdirs".
2805         * configure: Regenerate.
2806
2807 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2808
2809         * configure.in: Rename 'target_libs' to 'target_libraries'.
2810         Remove useless reference to 'target_libs'.
2811         * configure: Regenerate.
2812
2813 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
2814
2815         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
2816         * Makefile.in: Regenerate.
2817
2818 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2819
2820         * Makefile.def: Introduce flags_to_pass.
2821         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
2822         * Makefile.in: Regenerate.
2823
2824 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2825
2826         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
2827         and target-libgloss.
2828         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
2829         <h8300*-*-*>: Disable libf2c and ${libgcj}.
2830         * configure: Regenerate.
2831
2832 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2833
2834         * configure.in: Update testsuite_flags to new location.
2835         * configure. Regenerate.
2836
2837 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2838
2839         * Makefile.tpl: Remove BUILD_CC stuff.
2840         * Makefile.in: Regenerate.
2841
2842 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
2843
2844         * config.guess: Update to 2003-06-12 version.
2845         * config.sub: Update to 2003-06-13 version.
2846
2847 2003-06-12  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2848
2849         * MAINTAINERS: Add myself as MIPS co-maintainer.
2850
2851 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
2852
2853         * config.guess: Update to 2003-06-06 version.
2854         * config.sub: Update to 2003-06-06 version.
2855
2856 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2857
2858         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
2859         * configure. Regenerate.
2860
2861 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
2862
2863         * configure.in: Disable serial configure by default.
2864         * configure: Regenerate.
2865         * Makefile.tpl: Abolish .NOTPARALLEL.
2866         * Makefile.in: Regenerate.
2867
2868         * Makefile.tpl: Replace {build,host,target}_canonical by
2869         {build,host,target}.
2870         * Makefile.in: Regenerate.
2871
2872         * Makefile.tpl: Fix stupid pasto.
2873         * Makefile.in: Regenerate.
2874
2875 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
2876
2877         * Makefile.tpl: Remove bogus conditional.
2878         * Makefile.in: Regenerate.
2879
2880 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
2881
2882         * Makefile.tpl: Make 'recursive targets' using autogen rather
2883         than shell loop.  Remove duplicate 'clean' targets and false
2884         comments.
2885         * Makefile.def: Add systematic dependencies to 'recursive' targets.
2886         Add systematic method of specifying missing targets in subdirs.
2887         Add copyright boilerplate.
2888         * Makefile.in: Regenerate.
2889         * configure.in: Add 'recursive targets' to maybe list.
2890         * configure: Regenerate.
2891
2892         * Makefile.tpl: Rename [+target+] to [+make_target+].
2893         * Makefile.def: Rename 'target' to 'make_target'.
2894
2895 2003-05-30  Nick Clifton  <nickc@redhat.com>
2896
2897         * README-maintainer-mode: Update URL for locating blessed config
2898         tools.
2899
2900 2003-05-29  Robert Millan  <rmh@debian.org>
2901
2902         * ltconfig: Import this patch and modify for use with current
2903         version of ltconfig:
2904
2905         2003-05-21  Bruno Haible  <bruno@clisp.org>
2906
2907         * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
2908         GNU/FreeBSD.
2909
2910 2003-05-28  DJ Delorie  <dj@redhat.com>
2911
2912         * Makefile.tpl: Make maybe-check-gcc .PHONY.
2913         * Makefile.in: Regenerate.
2914
2915 2003-05-28  Jeff Johnston  <jjohnstn@redhat.com>
2916
2917         * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2918
2919 2003-05-21  DJ Delorie  <dj@redhat.com>
2920
2921         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
2922         newlib or libgloss.
2923         * Makefile.in: Regenerate.
2924
2925 2003-05-21  DJ Delorie  <dj@redhat.com>
2926
2927         * Makefile.tpl: Add missing empty maybe-check-gcc target.
2928         * Makefile.in: Regenerate.
2929
2930 2003-05-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2931
2932         * configure.in: Use curly braces in the definition of tooldir.
2933         * configure: Regenerate.
2934
2935 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2936
2937         * configure.in: Switch more things to use maybe dependencies.
2938         * Makefile.tpl: Switch more things to use maybe dependencies.
2939         Factor out common code from autogen IF statements.
2940         * configure: Regenerate.
2941         * Makefile.in: Regenerate.
2942
2943 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
2944
2945         * configure.in: Accept i[3456789]86 for machine type.
2946         * configure: Regenerate.
2947
2948 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
2949
2950         * configure.in: Switch more things to use maybe dependencies.
2951         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
2952         * configure: Regenerate.
2953         * Makefile.tpl: Switch more things to use maybe dependencies.
2954         * Makefile.in: Regenerate.
2955
2956 2003-05-16  Andreas Schwab  <schwab@suse.de>
2957
2958         * Makefile.tpl (install-opcodes): Define.
2959         * Makefile.in: Rebuild.
2960
2961 2003-05-13  Andreas Jaeger  <aj@suse.de>
2962
2963         * config.guess: Update to 2003-05-09 version.
2964         * config.sub: Update to 2003-05-09 version.
2965
2966 2003-05-13  Michael Eager <eager@mvista.com>
2967
2968         * configure.in: Correct sed script so that options in quotes are not
2969         deleted.
2970         * configure: Rebuild.
2971
2972 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
2973
2974         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
2975         and $$s/newlib/libc/sys/cygwin32 include paths.
2976         * configure: Ditto.
2977
2978 2003-05-05  H.J. Lu <hjl@gnu.org>
2979
2980         * config-ml.in: Restored from gcc repository.
2981
2982 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
2983
2984         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
2985         * Makefile.in: Regenerate.
2986
2987 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2988
2989         * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
2990         and Makefile.def.
2991
2992 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2993
2994         * Makefile.tpl: Clean $(BUILD_SUBDIR).
2995         * Makefile.in: Regenerated.
2996
2997 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2998
2999         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3000         * Makefile.in: Regenerate.
3001
3002 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
3003
3004         * configure.in (powerpc64*-*-linux*): Remove.
3005         * configure: Rebuilt.
3006
3007 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
3008
3009         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
3010         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3011         and restrap.
3012         * Makefile.in:  Regenerate.
3013
3014 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
3015
3016         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3017         * configure: Regenerated.
3018
3019 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
3020
3021         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3022         * */configure: Rebuilt.
3023
3024 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
3025
3026         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3027         * Makefile.in: Regenerate.
3028
3029 2003-03-14  Michael Chastain  <mec@shout.net>
3030
3031         * Makefile.in: Regenerate with correct Makefile.def.
3032
3033 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3034
3035         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
3036         Make macro.
3037         * Makefile.in: Regenerate.
3038         * configure.in: Clean up gxx_include_dir logic.
3039         * configure: Regenerate.
3040
3041 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3042
3043         * configure.in (gxx_include_dir): Fix typo.
3044         * configure: Regenerated.
3045
3046 2003-03-06  Andrew Cagney  <cagney@redhat.com>
3047
3048         * texinfo/texinfo.tex: Import version 2003-02-03.16.
3049
3050 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
3051
3052         * configure.in: Include $(build_tooldir)/sys-include in
3053         FLAGS_FOR_TARGET.
3054         * configure: Regenerated.
3055
3056 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
3057
3058         * Makefile.tpl: Reindent.
3059         * Makefile.in: Regenerate.
3060         * configure.in: Reindent.  Don't set unused variables.
3061         * configure: Regenerate.
3062
3063         * Makefile.tpl: Always pass down RANLIB.
3064         * Makefile.in: Regenerate.
3065
3066         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3067         * Makefile.in: Regenerate.
3068         * configure.in: Remove unused logic relating to --enable-shared
3069         and --enable-threads.  Remove bogus comments.  Remove redundant
3070         noconfigdirs.
3071         * configure: Regenerate.
3072
3073         * configure.in: Replace ${libstdcxx_version} by its value.
3074         Remove reference to mh-dgux.
3075         * configure: Regenerate.
3076
3077 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3078
3079         * Makefile.tpl: Rearrange.
3080         * Makefile.in: Regenerate.
3081
3082 2003-02-25  Nick Clifton  <nickc@redhat.com>
3083
3084         * configure: Remove site-file supprot - it is obsolete.
3085
3086 2003-02-24  Uwe Stieber <uwe@wwws.de>
3087
3088         * configure.in: Add support for kaOS as cross build target system.
3089         * configure: Regenerated.
3090
3091 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
3092
3093         * Makefile.tpl: Add definition of CPPFLAGS to pass into
3094         configure-target-* as some target builds may require additional
3095         flags for preprocessor tests.
3096         * Makefile.in: Regenerated.
3097
3098 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3099
3100         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3101         * ltconfig: Handle it.
3102         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3103         auto-detecting it.
3104
3105 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3106
3107         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3108         it is used as argument to $CC.
3109         * ltcf-gcj.sh: Likewise.
3110
3111 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
3112
3113         * configure.in: Introduce --enable-maintainer-mode.
3114         * configure: Rebuilt.
3115         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3116         for maintainer mode.
3117         * Makefile.in: Rebuilt.
3118
3119 2003-02-19  Andrew Cagney <ac131313@redhat.com>
3120
3121         * configure: Regenerate using autoconf 2.13.
3122
3123 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
3124
3125         * config.guess: Import latest version.
3126         * config.sub: Import latest version.
3127
3128 2003-02-18  Jason Merrill  <jason@redhat.com>
3129
3130         * Makefile.tpl (check-c++): Allow parallelism.
3131
3132 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
3133
3134         * configure: Regenerate using autoconf 000227.
3135
3136 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
3137
3138         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3139         don't configure target-libobjc.
3140         * configure: Regenerate.
3141
3142 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3143
3144         * Makefile.tpl (RANLIB): Define.
3145         * Makefile.in: Regenerate.
3146
3147 2003-02-06  Keith R Seitz  <keiths@redhat.com>
3148
3149         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3150         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3151         * Makefile.in: Regenerated.
3152         * configure.in: Remove all traces of snavigator, db, and grep.
3153         * configure: Regenerated.
3154
3155 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
3156
3157         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3158         * Makefile.in: Regenerated.
3159
3160 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
3161
3162         * config.if: Copy from GCC.
3163
3164 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
3165
3166         * configure.in:  Revert 24Jan change.
3167         * configure:  Regenerate.
3168
3169 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3170
3171         * configure.in: Revert previous change.
3172         * configure: Regenerate.
3173
3174 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3175
3176         * configure.in: Make rda native-only.
3177         * configure: Regenerate.
3178
3179 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3180
3181         * configure.in: Add missing \.
3182         * configure: Rebuilt.
3183
3184 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
3185
3186         * configure.in (baseargs): Avoid using \| in sed regular
3187         expressions.
3188         * configure: Rebuilt.
3189
3190 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
3191
3192         * configure.in (baseargs): Remove all supported forms of
3193         --cache-file, --srcdir, --host, --build and --target options
3194         from argument lists.
3195         * configure: Rebuilt.
3196
3197 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
3198
3199         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3200         * configure: Rebuilt.
3201
3202 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3203
3204         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3205         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3206         * Makefile.in: Regenerate.
3207         * configure: Regenerate.
3208
3209 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
3210
3211         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3212         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3213         * Makefile.in: Regenerate.
3214
3215 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
3216
3217         * configure.in: Remove Makefile in build, host and target modules
3218         unless configure was run with --no-recursion.
3219         * configure: Rebuilt.
3220
3221 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
3222
3223         * config.guess: Update to 2003-01-03 version.
3224         * config.sub: Update to 2003-01-03 version.
3225
3226 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3227
3228         * configure: Regenerate with proper autoconf 2.13.
3229
3230 2003-01-07  Christopher Faylor  <cgf@redhat.com>
3231
3232         * configure.in: Add AC_PREREQ for consistency.
3233         * configure: Regenerate.
3234
3235 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
3236
3237         * configure.in (GDB_TK): Add tcl directories conditional on
3238         gdb/gdbtk directory being present.
3239         * configure: Regenerate.
3240
3241 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
3242
3243         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
3244         by gcc if LD is not defined and we are not doing a Canadian Cross.
3245         * configure: Rebuilt.
3246
3247 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
3248
3249         * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
3250
3251 2002-12-31  Tom Tromey  <tromey@redhat.com>
3252
3253         * Makefile.in: Rebuilt.
3254         * Makefile.def (target_modules) [libffi]: Allow installation.
3255
3256 2002-12-31  Andreas Schwab  <schwab@suse.de>
3257
3258         * configure.in: Fix use of $program_transform_name.
3259         * configure: Regenerated.
3260
3261 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3262
3263         * configure.in (baseargs): Don't remove first configure argument.
3264         * configure: Regenerated.
3265
3266 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
3267
3268         * Makefile.tpl (local-distclean): Don't remove...
3269         (multilib.ts): ... this.  Moved into...
3270         (multilib.out): ... this.  Don't use sub-make.
3271         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3272         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3273         (configure-build-[+module+], configure-[+module+],
3274         configure-target-[+module+], configure-gcc): ... these.  Test
3275         for Makefile existence.  Drop config.status from dependencies.
3276         * Makefile.in: Rebuilt.
3277         * configure.in: Move gcc-version-trigger to the end of
3278         ac_configure_args.  Add comments to maybedep.tmp and
3279         serdep.tmp.  Introduce --disable-serial-configure.  Remove
3280         nonopt from baseargs, matching and removing corresponding
3281         whitespace while at it.
3282         * configure: Rebuilt.
3283
3284 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3285
3286         * configure.in (host_configargs): Replace reference to
3287         no-longer-defined buildopts with --build=${build_alias}.
3288         * configure: Rebuilt.
3289
3290 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
3291
3292         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
3293         program_transform_name to standard idiom.
3294         (AUTOGEN, AUTOCONF): Define.
3295         (Makefile.in): Use $(AUTOGEN).
3296         (Makefile): Depend on config.status, and use autoconf-style rule to
3297         build it.  Move original commands to...
3298         (config.status): ... this new target.
3299         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
3300         $(AUTOCONF).
3301         * Makefile.in: Rebuilt.
3302
3303 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
3304
3305         * Makefile.tpl: Fix dramatic bustage due to change in
3306         program_transform_name.
3307         * Makefile.in: Regenerate.
3308
3309         * configure.in: Remove unnecessary PATH setting.
3310         * configure: Regnerate.
3311
3312         * configure.in: Don't default to unprefixed tools unless
3313         the native tools will work.
3314         * configure: Regenerate.
3315
3316         * configure.in: Convert to autoconf script.  Blow away lots
3317         of now-redundant Makefile fragments.
3318         * configure: Generate using Autoconf.
3319         * Makefile.tpl: Rewrite to reflect autoconfiscation.
3320         * Makefile.in: Regenerate.
3321
3322 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
3323
3324         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
3325         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3326
3327         * ChangeLog: Move a couple of entries from here to winsup/cygwin,
3328         where they belong.
3329
3330 2002-12-24  Andreas Schwab  <schwab@suse.de>
3331
3332         * Makefile.tpl (multilib.out): Fix missing space.
3333         * Makefile.in: Regenerate.
3334
3335 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
3336
3337         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
3338         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
3339         * Makefile.in: Regenerate.
3340         * configure.in: Remove unnecessary leftovers.
3341
3342 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
3343
3344         * configure.in (extra_ranlibflags_for_target): New variable.
3345         (*-*-darwin): Add -c to ranlib commands.
3346         * configure (tooldir): Handle extra_ranlibflags_for_target.
3347
3348 2002-12-20  Jeff Johnston  <jjohnstn@redhat.com>
3349
3350         * COPYING.NEWLIB: Updated.
3351         * COPYING.LIBGLOSS: Ditto.
3352
3353 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3354
3355         * Makefile.tpl: Revert HJL's change.
3356         * Makefile.in: Regenerated.
3357         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3358         always.
3359
3360 2002-12-19  Andreas Schwab  <schwab@suse.de>
3361
3362         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3363         * Makefile.in: Regenerate.
3364
3365 2002-12-18  H.J. Lu <hjl@gnu.org>
3366
3367         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3368         * Makefile.in: Regenerated.
3369
3370         * configure.in (build_prefix): New. Substitute.
3371
3372 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3373
3374         * Makefile.tpl: Don't let real targets depend on phony targets.
3375         * Makefile.in: Regenerate.
3376
3377         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3378         * Makefile.in: Regenerate.
3379
3380 2002-12-16  Jason Merrill  <jason@redhat.com>
3381
3382         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3383         previous 'make bootstrap'.
3384         * Makefile.in: Regenerate.
3385
3386 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
3387
3388         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3389
3390 2002-12-13  Jason Merrill  <jason@redhat.com>
3391
3392         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
3393         library tests.
3394         (check-c++): Just depend on it and check-target-libstdc++-v3.
3395         * Makefile.in: Regenerate.
3396
3397 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
3398
3399         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3400         * Makefile.in: Regenerate.
3401
3402 2002-12-12  Jeff Johnston  <jjohnstn@redhat.com>
3403
3404         * COPYING.NEWLIB: Update list of alternate Regent of California
3405         licenses and discuss official revoking of advertising clause.
3406         * COPYING.LIBGLOSS: Ditto.
3407
3408 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
3409
3410         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3411         * Makefile.in: Rebuilt.
3412
3413 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
3414
3415         * configure: Fix bug put in by gremlins.
3416
3417         * Makefile.tpl: Substitute more autoconfily.
3418         * configure: Substitute more autoconfily.
3419         * Makefile.in: Regenerate.
3420
3421 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
3422
3423         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3424         * Makefile.in (all-sim): Ditto.
3425
3426 2002-12-06  DJ Delorie  <dj@redhat.com>
3427
3428         * Makefile.tpl: Change configure dependencies to not have real
3429         targets depend on phony targets.
3430
3431 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
3432
3433         * configure.in: Revert unintentional change.
3434
3435         * src-release: Configure host subdirs.
3436
3437         * Makefile.tpl: Change dependency for */multilib.out so that
3438         it works when gcc isn't in the tree.
3439
3440         * configure.in: Substitute more.
3441         * configure: Run subconfigures from the Makefile.
3442         * Makefile.tpl: Run subconfigures from the Makefile; add a few
3443         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
3444
3445 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3446
3447         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3448         and corresponding dependencies.
3449         * Makefile.in: Regenerate.
3450
3451         * configure.in (host_tools): Order binutils, gas and ld for
3452         convenience in running the testsuites.
3453
3454         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3455         * Makefile.in: Regenerate.
3456         * configure.in: Introduce rules to serialize subconfigure runs.
3457
3458         * configure.in: Introduce BASE_CC_FOR_TARGET.
3459         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
3460         Realize configure-build-* targets.  Realize configure-target-* targets.
3461         * Makefile.in: Regenerate.
3462
3463 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3464
3465         * configure: Move gcc_version_trigger stuff from here...
3466         * configure.in: ...to here.
3467
3468         * configure.in: Separate subconfigure options added by this file from
3469         options given by the user.  Add machinery to put args for host
3470         subconfigures into the Makefile.
3471
3472         * Makefile.tpl: Remove 'vault' targets.
3473         * Makefile.tpl: Reorder and comment dependencies.
3474         * Makefile.in: Regenerate.
3475
3476 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
3477
3478         * configure.in: Move host-specific darwin noconfigdirs into
3479         the host-specific section.
3480
3481 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3482
3483         * Makefile.tpl: Restore bkorb's style patch, accidentally lost
3484         during replay.
3485         * Makefile.in: Regenerate.
3486
3487         (finishing slow-motion replay)
3488         * configure: Remove skip-this-dir support.
3489         * Makefile.tpl: Remove skip-this-dir support.
3490
3491         * Makefile.tpl: Remove leftover support for non-autoconfiscated
3492         subdirectories.
3493         * Makefile.in: Regenerate.
3494
3495         * Makefile.tpl: Strip out useless setting of 'dir'.
3496         * Makefile.in: Regenerate.
3497
3498 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3499
3500         (finishing slow-motion replay)
3501         * configure.in: Fix deeply stupid bug.
3502
3503         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3504         shell code in CXX_FOR_TARGET
3505         * Makefile.def: Introduce raw_cxx.
3506         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3507         RAW_CXX_FOR_TARGET.
3508         * Makefile.in: Regenerate.
3509
3510 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3511
3512         (finishing slow-motion replay)
3513         * Makefile.tpl: Remove unnecessary ifs.
3514         * Makefile.in: Regenerate.
3515
3516         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
3517         dependencies.  Maybe-ize build-libiberty.  Create dummy install
3518         targets for 'no_install' modules.
3519         * configure: Move GDB_TK substitution to configure.in.  Move
3520         build_modules stuff to configure.in.
3521         * configure.in: Implement soft dependency machinery.  Maybe-ize
3522         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
3523         * Makefile.in: Regenerate.
3524
3525 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3526
3527         (continuing slow-motion replay)
3528         * Makefile.tpl: Make all-target, install-target behave similarly
3529         to all, install (only hitting configured targets).  Eliminate
3530         unused macro defintions.
3531
3532         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3533         build != host.
3534
3535         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3536
3537         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3538
3539         * configure.in: Produce lists of subdir targets we're actually
3540         configuring.  Remove references to "dosrel".
3541         * Makefile.tpl: Let configure set which subdir targets are hit.
3542         Remove install-cross; clean up install; remove ALL.  Remove
3543         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
3544         Autogenerate host module targets.  Remove empty dependency lines
3545         and redundant dependency; rearrange slightly.
3546         * Makefile.def: Add host-side libtermcap, utils.
3547
3548         * Makefile.in: Regenerate.
3549
3550 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3551
3552         (Continuing slow-motion replay)
3553         * Makefile.def: Add list of recursive targets to autogenerate.
3554         Add build_modules.
3555         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
3556         targets.  Autogenerate *-build-* targets.
3557         * Makefile.in: Regenerate.
3558
3559 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
3560
3561         (Continuing slow-motion replay)
3562         * configure: More autoconf-style substitutions.
3563         * Makefile.tpl: More autoconf-style substitutions.
3564         * Makefile.in: Regenerate.
3565
3566 2002-11-30  Nathanael Nerode  <neroden@gcc.gnu.org>
3567
3568         (Continuing slow-motion replay)
3569         * configure: Substitute more variables in a more autoconf-friendly
3570         way.  Simplify slightly.
3571         * Makefile.tpl: Make more variables substitutable in an
3572         autoconf-friendly way.
3573         * Makefile.in: Regenerate.
3574
3575 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3576
3577         (Continuing slow-motion replay)
3578         * configure.in (v810*): Remove special setting of tools.
3579
3580         * configure: Add support for extra required flags for ar or nm.
3581         * configure.in (aix4.3+): Use above support for target-specific
3582         issues, rather than using config/mt-aix43.
3583
3584 2002-11-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3585
3586         (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
3587         * configure: Remove 'removing', which doesn't work.  Replace $subdir
3588         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
3589         with $srcdir.  Reformat indentation.  Substitute some variables
3590         formerly hard-coded in the Makefile for build=host.
3591         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3592         * Makefile.def: Autogenerate more.
3593         * Makefile.in: Regenerate.
3594
3595 2002-11-13  Bruce Korb  <bkorb@gnu.org>
3596
3597         * Makefile.tpl: syntactic cleanup
3598
3599 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
3600
3601         * Makefile.def (host_modules): Add rda.
3602         * Makefile.in: Regenerate.
3603         * configure.in (target_tool): Add target-rda to list.
3604
3605 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
3606
3607         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
3608         and restrap targets to this rule.
3609         * Makefile.in:  Regenerate.
3610
3611 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
3612
3613         * configure.in (i[3456]86-*-linux*): Add check to disable
3614         ${libgcj} for glibc1.
3615
3616 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
3617
3618         * configure.in: Add tic4x target.
3619
3620 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3621
3622         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3623         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3624         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3625         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3626         * Makefile.in: Regenerate.
3627
3628 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3629
3630         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3631         * Makefile.in: Regenerate.
3632
3633         * Makefile.def: Remove order dependency comments.
3634         * Makefile.tpl: Add explicit install-install dependencies.
3635         * Makefile.in: Regenerate.
3636
3637         * Makefile.tpl: Remove material now in src-release.  (Finally!)
3638         * Makefile.in: Regenerate.
3639
3640         * configure: Restore my original patch by syncing with gcc version.
3641
3642         * Bring following over from gcc:
3643
3644 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3645
3646         * configure.in (s390*-*-linux*): Enable libgcj.
3647
3648 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3649
3650         * Makefile.in: Regenerate.  This really ought to fix things. :sigh:
3651
3652 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
3653
3654         * configure: Move stray lines back to where they belong.
3655
3656 2002-10-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3657
3658         * Makefile.tpl: Insert configure-target target, for src-release.
3659
3660         * configure: Finish reverting change which Andrew Cagney started
3661         reverting.  Should fix bustage.
3662
3663         * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3664         * src-release: New file.  Contains material for making net
3665         releases for gdb, binutils, et al., formerly in Makefile.in.
3666
3667 2002-09-30  Nick Clifton  <nickc@redhat.com>
3668
3669         * cpu: New top level directory.  Intended to hold input files for
3670         CGEN which have FSF copyright assignment.
3671         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
3672
3673 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
3674
3675         Revert below (note that src does not contain Makefile.tpl):
3676         * Makefile.tpl: Make subsituted variables more autoconfy.
3677         * Makefile.in: Regenerate.
3678
3679 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3680
3681         * configure: Revert accidentally applied changes.
3682
3683         * Makefile.tpl: Make more autoconf-friendly.
3684         * Makefile.in: Regenerate.
3685         * configure: Make substitution more autoconf-like.
3686
3687 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3688
3689         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
3690         single entry to handle all these.
3691         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
3692         libjava on arm-*-elf.
3693
3694 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
3695
3696         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
3697         things that depend on them.
3698
3699 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3700
3701         * Makefile.tpl: Make subsituted variables more autoconfy.
3702         * Makefile.in: Regenerate.
3703         * configure: Make seds more autoconfy.
3704
3705 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
3706
3707         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
3708         * Makefile.in: Regenerate.
3709         * configure.in: Rewrite sed statements to look autoconfy.
3710
3711         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
3712         all-target-foo on configure-target-foo.
3713         * Makefile.def: Ditto.
3714         * Makefile.in: Rebuild.
3715
3716 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
3717
3718         * Makefile.def: New file.
3719         * Makefile.tpl: New file.
3720         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
3721
3722         * configure.in: Minor rearrangement.  Simplify tests.
3723
3724 2002-09-23  Jason Thorpe  <thorpej@wasabisystems.com>
3725
3726         * configure.in (with_headers): Skip copy if value is "yes".
3727         (with_libs): Likewise.
3728
3729 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
3730
3731         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
3732         * configure.in (sh*-*-pe*): Ditto.
3733         * configure.in (mips*-*-pe*): Ditto.
3734         * configure.in (*arm-wince-pe): Ditto.
3735
3736         * configure.in: Rearrange.
3737
3738 2002-09-12  Nick Clifton  <nickc@redhat.com>
3739
3740         * Import these changes from the config master repository:
3741
3742         2002-09-05  Svein E. Seldal  <Svein.Seldal@solidas.com>
3743
3744                 * config.sub: Add tic4x target.
3745
3746         2002-09-03  Ben Elliston  <bje@redhat.com>
3747
3748                 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
3749                 Reported by <Duncan_Stodart@insession.com>.
3750
3751 2002-09-10  Jeff Johnston  <jjohnstn@redhat.com>
3752
3753         * COPYING.NEWLIB: More updates.
3754
3755 2002-09-09  Jeff Johnston  <jjohnstn@redhat.com>
3756
3757         * COPYING.NEWLIB: Update.
3758
3759 2002-08-23  Andrew Cagney  <ac131313@redhat.com>
3760
3761         * texinfo/texinfo.tex: Import version 2002-06-04.06.
3762
3763         * config.guess: Import version 2002-08-23.
3764         * config.sub: Import version 2002-08-22.
3765
3766 2002-08-20  Alexandre Oliva  <aoliva@redhat.com>
3767
3768         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3769         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
3770         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
3771
3772 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
3773
3774         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
3775
3776 2002-08-04  H.J. Lu  (hjl@gnu.org)
3777
3778         * configure.in (mips*-*-linux*): Don't skip target-libffi.
3779
3780 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
3781
3782         * configure.in: Move generic linux case to end.  Copy generic
3783         linux noconfigdirs to mips*-*-linux* entry and new
3784         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
3785
3786 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
3787
3788         * MAINTAINERS: Clarify on config.guess and config.sub, and add
3789         one instance of them which was missed to the list to update.
3790
3791 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
3792
3793         * config.guess: Update to 2002-07-09 version.
3794         * config.sub: Update to 2002-07-03 version.
3795
3796 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
3797
3798         * configure.in: Remove two redundant tests.
3799
3800 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3801
3802         * configure.in (mips*-*-irix6*o32): Enable stabs.
3803
3804 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
3805
3806         * configure.in: Don't build grez.
3807         * Makefile.in: Ditto.
3808
3809         * Makefile.in: Remove references to bsp, cygmon, libstub.
3810         * configure.in: Ditto.
3811
3812         * configure.in: Remove leftover reference to gdbtest.
3813
3814 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
3815
3816         * configure.in (gxx_include_dir):  Change to match versioned
3817         C++ headers if --enable-version-specific-runtime-libs is used.
3818
3819 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
3820
3821         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
3822
3823 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3824
3825         * configure.in: Make --without-x work.
3826
3827 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
3828
3829         * contrib: New directory.  Created to contain a copy of the
3830         texi2pod.pl script so that it is in the same place as the version in
3831         the FSF GCC sources.
3832
3833 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3834
3835         * configure.in: Rearrange target Makefile fragment collection.
3836
3837         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
3838         cvs[src].
3839         * configure.in: Ditto.
3840
3841 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
3842
3843         * Makefile.in: Eliminate 'apache' targets.
3844         * configure.in: Eliminate 'apache' targets.
3845
3846         * configure.in: Eliminate redundant tests.  Reorganize.
3847
3848         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
3849
3850         * config-ml.in: Eliminate references to Cygnus configure.
3851
3852         * Makefile.in: Eliminate references to building emacs.
3853
3854 2002-07-01  Denis Chertykov  <denisc@overta.ru>
3855
3856         * configure.in: Add support for ip2k.
3857
3858 2002-06-24  Ben Elliston  <bje@redhat.com>
3859
3860         * configure.in (host_tools): Remove cgen.
3861
3862         * Makefile.in (all-cgen): Remove; runs from its source directory.
3863         (check-cgen, install-cgen, clean-cgen): Likewise.
3864         (all-opcodes): No not depend on all-cgen.
3865         (all-sim): Likewise.
3866
3867 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
3868
3869         * configure.in: Fix AIX configury bug.
3870
3871 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3872
3873         * configure.in: Replace ${topsrcdir} with ${srcdir}.
3874
3875         * configure.in: Move definition of libstdcxx_flags right above
3876         usage, rather than way earlier.
3877
3878         * configure.in: Pull definition of is_cross_compiler earlier.
3879
3880         * configure.in: Rearrange a little.
3881
3882         * configure.in: Remove references to librx.
3883         * Makefile.in: Remove references to librx.
3884
3885 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
3886
3887         * configure.in: Eliminate ${gasdir} variable.
3888
3889 2002-06-18  Dave Brolley  <brolley@redhat.com>
3890
3891         * configure.in: Add support for frv.
3892         * config.sub: Add support for frv.
3893
3894 2002-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3895
3896         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
3897
3898 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
3899
3900         * configure.in (vax-*-netbsd*): Re-enable gas.
3901
3902 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
3903
3904         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
3905         BUILD_PREFIX_1, to correct nomenclature.
3906         * configure: Likewise.
3907
3908         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
3909         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
3910
3911 2002-05-31  Olaf Hering  <olh@suse.de>
3912
3913         * config-ml.in: Propogate DESTDIR also.
3914
3915 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3916
3917         * configure.in (vax-*-netbsd*): Don't build gas for this
3918         platform.
3919
3920 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3921
3922         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
3923         and libgcj for AVR.
3924
3925 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
3926
3927         * config.sub: Add DLX target.
3928
3929 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
3930
3931         * config.guess: Update to 2002-05-22 version.
3932         * config.sub: Likewise.
3933
3934 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3935
3936         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
3937         * config-ml.in: Likewise.
3938         * configure: Likewise.
3939         * configure.in: Likewise.
3940
3941 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
3942
3943         * configure.in: Simplify makefile fragment collection.
3944
3945         * configure.in: Remove code to build emacs.
3946
3947         * configure.in : Remove --srcdir argument from targargs and buildargs
3948         (it's always overridden in the Makefile anyway).  Rearrange a bit.
3949
3950         * configure: Move some logic to configure.in.
3951         * configure.in: Move some logic from configure.
3952
3953 2002-05-07  Jeff Johnston  <jjohnstn@redhat.com>
3954
3955         * COPYING.LIBGLOSS: New file.
3956
3957 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
3958
3959         * Makefile.in: Honour DESTDIR.
3960
3961 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
3962
3963         * configure.in (noconfigdirs): Don't disable libgcj on
3964         sparc64-*-solaris* and sparcv9-*-solaris*.
3965
3966 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
3967
3968         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
3969
3970 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
3971
3972         * configure.in (FLAGS_FOR_TARGET): Do not add
3973         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
3974         on i[3456]86-*-linux*.
3975
3976 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
3977
3978         * configure.in (noconfigdirs): Replace [ ] with test.
3979
3980         * configure.in (noconfigdirs): Do not add target-newlib if
3981         target == i[3456]86-*-linux*, and host == target.
3982
3983 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
3984
3985         * config.guess: Updated to 2002-04-26's version.
3986         * config.sub: Updated to 2002-04-26's version.
3987
3988 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
3989
3990         * configure.in: delete reference to absent file
3991
3992         * configure.in: replace '[' with 'test'
3993
3994         * configure.in: Eliminate references to gash.
3995         * Makefile.in: Eliminate references to gash.
3996
3997         * configure.in: remove useless references to 'pic' makefile fragments.
3998
3999         * configure.in: (*-*-windows*) Finish removing.
4000
4001         * configure.in: Eliminate redundant test for libgui.
4002
4003 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
4004
4005         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4006         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4007
4008 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
4009
4010         * configure.in: remove references to dead files
4011
4012 2002-04-18  Tom Tromey  <tromey@redhat.com>
4013
4014         * configure.in: Disallow configuring libgcj when it is already
4015         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
4016         Solaris 2.8 by default.  For PR libgcj/6158.
4017
4018 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4019
4020         * configure.in:  Move default CC setting out of config/mh-* fragments
4021         directly into here.
4022
4023 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
4024
4025         * configure.in: don't even try to configure or make a subdirectory
4026         if there's no configure script for it.
4027
4028 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
4029
4030         * MAINTAINERS: Remove chill maintainers.
4031         * Makefile.in (CHILLFLAGS): Remove.
4032         (CHILL_LIB): Remove.
4033         (TARGET_CONFIGDIRS): Remove libchill.
4034         (CHILL_FOR_TARGET): Remove.
4035         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4036         CHILL_LIB.
4037         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4038         (CHECK_TARGET_MODULES): Likewise.
4039         (INSTALL_TARGET_MODULES): Likewise.
4040         (CLEAN_TARGET_MODULES): Likewise.
4041         (configure-target-libchill): Remove.
4042         (all-target-libchill): Remove.
4043         * configure.in (target_libs): Remove target-libchill.
4044         Do not compute CHILL_FOR_TARGET.
4045         * libchill: Remove directory.
4046
4047 2002-04-15  DJ Delorie  <dj@redhat.com>
4048
4049         * Makefile.in, configure.in, configure: Sync with gcc, entries
4050         follow...
4051
4052 2002-04-08  Tom Tromey  <tromey@redhat.com>
4053
4054         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4055         Fixes PR libgcj/6068.
4056
4057 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
4058
4059         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4060
4061 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4062
4063         * configure.in (alpha*-dec-osf*): Enable libgcj.
4064
4065 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
4066
4067         Fix for: PR bootstrap/3591, target/5676
4068         * configure.in (mcore-pe): Disable the configuration of
4069         libstdc++-v3 since exceptions are not supported.
4070
4071 2002-03-20  Anthony Green  <green@redhat.com>
4072
4073         * configure.in: Enable libgcj for xscale-elf target.
4074
4075 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4076
4077         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4078         libjava.
4079         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4080
4081 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
4082
4083         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4084         libstdc++-v3 and libjava.
4085
4086 2002-02-11  Adam Megacz <adam@xwt.org>
4087
4088         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4089         boehm-gc
4090
4091 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4092
4093         * config.guess: Updated to 2002-01-30's version.
4094         * config.sub: Updated to 2002-02-01's version.
4095         Contribute sh64-elf.
4096         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4097         * configure.in: Added sh64-*-*.
4098
4099 2002-01-17  H.J. Lu <hjl@gnu.org>
4100
4101         * Makefile.in (all-fastjar): Also depend on all-libiberty.
4102         (all-target-fastjar): Also depend on all-target-libiberty.
4103
4104 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
4105
4106         * configure, configure.in: Use temp file for long sed commands.
4107
4108 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4109
4110         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4111         libf2c.
4112
4113 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4114
4115         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4116
4117 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
4118
4119         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
4120
4121 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4122
4123         * configure: Handle temporary files securely using mkdir.
4124
4125 2001-09-26  Will Cohen <wcohen@redhat.com>
4126
4127         * configure.in (*-*-linux*): Disable configuration of target-newlib
4128         and target-libgloss.
4129
4130 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4131
4132         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4133         RANLIB.
4134
4135 2001-08-11  Graham Stott  <grahams@redhat.com>
4136
4137         * Makefile.in (check-c++): Add missing semicolon.
4138
4139 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
4140
4141         * configure.in (sh-*-linux*): New.
4142
4143 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4144
4145         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4146         and libgcj on m68hc11/m68hc12.
4147
4148 2001-06-27  H.J. Lu  (hjl@gnu.org)
4149
4150         * Makefile (CFLAGS_FOR_BUILD): New.
4151         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4152
4153 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
4154
4155         * configure.in (libstdcxx_flags): Do not try to execute
4156         libstdc++-v3/testsuite_flags until it exists.
4157
4158 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
4159
4160         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
4161
4162 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
4163
4164         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
4165
4166 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
4167
4168         * configure.in: Move *-chorusos target case to the proper switch.
4169         Disable libgcj.
4170
4171 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4172
4173         * Makefile.in (STAGE1_CFLAGS): Pass down.
4174
4175 2001-04-13  Alan Modra  <amodra@one.net.au>
4176
4177         * config.guess: Add hppa64-linux support.  Note for next import that
4178         this is already in the master file.
4179         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
4180
4181 2001-03-22  Colin Howell  <chowell@redhat.com>
4182
4183         * Makefile.in (DO_X): Do not backslash single-quotes in
4184         backquotes (two places).
4185
4186 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
4187
4188         * Makefile.in (DO_X): Quote nested quotes.
4189
4190 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
4191
4192         * Makefile.in (DO_X): Use double quotes for quoting
4193         "RANLIB=$${RANLIB}".
4194
4195 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
4196
4197         * configure.in: Only use `lang_requires' for languages athat are
4198         actually enabled.
4199
4200 2001-03-07  Tom Tromey  <tromey@redhat.com>
4201
4202         * configure.in: Allow config-lang.in to set `lang_requires' to list
4203         of other required languages.
4204
4205 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
4206
4207         * Makefile.in: Remove RANLIB definition. Use RANLIB
4208         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
4209         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
4210
4211 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4212             Alexandre Oliva  <aoliva@redhat.com>
4213
4214         * Makefile.in (check-c++): Use tabs, not spaces.
4215
4216 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4217
4218         * Makefile.in (check-c++): New rule.
4219
4220         * configure.in (target_libs): Remove libg++.
4221         (noconfigdirs): Remove libg++.
4222         (noconfigdirs): Same.
4223         (noconfigdirs): Same.
4224         (noconfigdirs): Same.
4225
4226         * config-ml.in: Remove libg++ references.
4227
4228         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
4229         (ALL_TARGET_MODULES): Same.
4230         (configure-target-libg++): Remove.
4231         (all-target-libg++): Remove.
4232         (configure-target-libio): Remove.
4233         (all-target-libio): Remove.
4234         (check-target-libio): Remove.
4235         (.PHONY): Remove.
4236         (libg++.tar.bz2): Remove.
4237         (all-target-cygmon): Remove libio.
4238         (all-target-libstdc++): Remove.
4239         (configure-target-libstdc++): Remove.
4240         (TARGET_LIB_PATH): Remove libstdc++.
4241         (ALL_GCC_CXX): Remove libstdc++.
4242         (all-target-gperf): Correct.
4243
4244 2001-02-15  Anthony Green  <green@redhat.com>
4245
4246         * configure: Introduce GCJ_FOR_TARGET.
4247         * configure.in: Ditto.
4248         * Makefile.in: Ditto.
4249
4250 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
4251
4252         * configure.in: for *-chorusos, don't config target-newlib and
4253         target-libgloss.
4254
4255 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
4256
4257         Remove V2 C++ library.
4258         * configure.in: Remove --enable-libstdcxx_v3 support.
4259
4260 2001-01-27  Richard Henderson  <rth@redhat.com>
4261
4262         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
4263
4264 2001-01-26  Tom Tromey  <tromey@redhat.com>
4265
4266         * configure.in: Allow libgcj to be built on Sparc Solaris.
4267
4268 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4269
4270         * configure.in: Enable libgcj on several additional platforms.
4271
4272 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
4273
4274         * configure.in: Enable libgcj for linux targets.
4275
4276 2001-01-09  Mike Stump  <mrs@wrs.com>
4277
4278         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
4279         failures of subdirectories.
4280
4281 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4282
4283         * configure: handle DOS-style absolute paths.
4284
4285 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4286
4287         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
4288
4289 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
4290
4291         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
4292         (libstdcxx_incdir): Pass down.
4293         * config.if: Remove expired bits for cxx_interface, add stub.
4294         (libstdcxx_incdir): Add variable for g++ include directory.
4295         * configure.in (gxx_include_dir): Use it.
4296
4297 2000-12-15  Andreas Jaeger  <aj@suse.de>
4298
4299         * configure.in: Handle lang_dirs.
4300
4301 2000-12-13  Anthony Green  <green@redhat.com>
4302
4303         * configure.in: Disable libgcj for any target not specifically
4304         listed.  Disable libgcj for x86 and Alpha Linux until compatible
4305         with g++ abi.
4306
4307 2000-12-13  Mike Stump  <mrs@wrs.com>
4308
4309         * Makefile.in (local-distclean): Also remove fastjar.
4310
4311 2000-12-10  Anthony Green  <green@redhat.com>
4312
4313         * configure.in: Define libgcj.  Disable libgcj target libraries for
4314         most targets.
4315
4316 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4317
4318         * configure.in (target_libs): Revert 2000-12-08 patch.
4319         (noconfigdirs): Added target-libjava.
4320
4321 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4322
4323         * Makefile.in: handle DOS-style absolute paths.
4324
4325 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4326
4327         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
4328         libjava.
4329         * configure.in (target_libs): Removed `target-libjava'.
4330
4331 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4332
4333         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
4334         (ALL_MODULES): Added fastjar.
4335         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
4336         (all-target-libjava): all-fastjar replaces all-zip.
4337         (all-fastjar): Added.
4338         (configure-target-fastjar, all-target-fastjar): Likewise.
4339         * configure.in (host_tools): Added fastjar.
4340
4341 2000-12-07  Mike Stump  <mrs@wrs.com>
4342
4343         * Makefile.in (local-distclean): Remove leftover built files.
4344
4345 2000-11-16  Fred Fish  <fnf@be.com>
4346
4347         * configure.in (enable_libstdcxx_v3): Fix typo,
4348         libstd++ -> libstdc++.
4349
4350 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4351
4352         * configure: Provide the original toplevel configure arguments
4353         (including $0) to subprocesses in the environment rather than
4354         through gcc/configargs.h.
4355
4356 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
4357
4358         * configure: Turn on libstdc++ V3 by default.
4359
4360 2000-10-16  Michael Meissner  <meissner@redhat.com>
4361
4362         * configure (gcc/configargs.h): Only create if there is a build GCC
4363         directory created.
4364
4365 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
4366
4367         * configure: Save configure arguments to gcc/configargs.h.
4368
4369 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
4370
4371         * Makefile.in (bootstrap): avoid recursion if subdir missing
4372         (cross): ditto
4373         (do-proto-toplev): ditto
4374
4375 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
4376
4377         * configure.in: Do not build byacc for hppa64.  Provide paths to the
4378         X11 libraries for hppa64.
4379
4380 2000-09-02  Anthony Green  <green@cygnus.com>
4381
4382         * Makefile.in (all-gcc): Depend on all-zlib.
4383         (CLEAN_MODULES): Add clean-zlib.
4384         (ALL_MODULES): Add all-zlib.
4385         * configure.in (host_libs): Add zlib.
4386
4387 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
4388
4389         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
4390         $targargs to tell whether newlib is going to be built.
4391
4392         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
4393         $$r/TARGET_SUBDIR/libio for _G_config.h.
4394
4395 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
4396
4397         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
4398
4399         * configure: Make enable_threads and enable_shared defaults
4400         explicit.  Substitute enable_threads into generated Makefiles.
4401         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4402         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
4403
4404 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
4405
4406         * configure.in: Re-enable all references to libg++ and librx.
4407
4408 2002-04-09  Loren James Rittle  <rittle@labs.mot.com>
4409
4410         * configure.in: Add *-*-freebsd* configurations.
4411
4412 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4413
4414         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
4415         (do-tar, do-bz2): New rules.
4416         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
4417         (gdb-tar): New rule.
4418         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
4419         (insight_dejagnu.tar): New rule.
4420         (insight.tar): New rule.
4421         (gdb+dejagnu.tar): New rule.
4422         (gdb.tar): New rule.
4423
4424 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
4425
4426         * MAINTAINERS: Update dejagnu/
4427
4428 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
4429
4430         * ltmain.sh (relink_command): Fix typo in previous change.
4431
4432 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
4433
4434         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
4435         (relink_command): Added --tag flags.
4436         (mode=install): If relinking fails; error out.
4437
4438 2002-03-12  Richard Henderson  <rth@redhat.com>
4439
4440         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
4441         .NOTPARALLEL tag.
4442         (do-check): Rename from check.
4443         (check): Allow parallel check.
4444
4445 2002-03-11  Richard Henderson  <rth@redhat.com>
4446
4447         * Makefile.in (.NOTPARALLEL): Add fake tag.
4448
4449 2002-03-07  H.J. Lu  (hjl@gnu.org)
4450
4451         * configure.in: Enable gprof for mips*-*-linux*.
4452
4453 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
4454
4455         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4456         libjava.
4457         (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
4458
4459 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
4460
4461         * texinfo/texinfo.tex: Update to version 2002-02-14.08.
4462
4463 2002-02-23  Daniel Jacobowitz  <drow@mvista.com>
4464
4465         * config.guess: Import from master sources, rev 1.232.
4466         * config.sub: Import from master sources, rev 1.246.
4467
4468 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
4469
4470         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4471         because its Makefile is there; test for the executable instead.
4472
4473 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
4474
4475         Contribute sh64-elf.
4476         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
4477         * configure.in: Added sh64-*-*.
4478
4479 2002-02-04  Jeff Johnston  <jjohnstn@redhat.com>
4480
4481         * COPYING.NEWLIB: Remove advertising clause from
4482         Berkeley and Red Hat licenses.
4483
4484 2002-02-01  Mo DeJong  <supermo@bayarea.net>
4485
4486         * Makefile.in: Add all-tix to deps for all-snavigator
4487         so that tix is built when building snavigator.
4488
4489 2002-02-01  Ben Elliston  <bje@redhat.com>
4490
4491         * config.guess: Import from master sources, rev 1.229.
4492         * config.sub: Import from master sources, rev 1.240.
4493
4494 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4495
4496         From Steve Ellcey <sje@cup.hp.com>:
4497         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4498         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4499         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4500         IA64.
4501         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4502         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4503         soname_spec, sys_lib_search_path_spec): Ditto.
4504
4505 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
4506
4507         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
4508         target-libiberty, and target-libgloss.  Skip Java-related
4509         libraries if not supported for NetBSD on target CPU.
4510
4511 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
4512
4513         * configure.in: Import StrongARM and XScale target_configdirs from
4514         FSF GCC version.
4515
4516 2002-01-16  H.J. Lu  (hjl@gnu.org)
4517
4518         * config.guess: Import from master sources, rev 1.225.
4519         * config.sub: Import from master sources, rev 1.238.
4520
4521         * MAINTAINERS: Updated notes on config.guess and config.sub.
4522
4523 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
4524
4525         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4526         ld and gdb are not supported.
4527
4528 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
4529
4530         * Change reference to Cygnus Solutions to be Red Hat.
4531
4532 2002-01-07  Jeff Johnston  <jjohnstn@redhat.com>
4533
4534         * COPYING.NEWLIB: Update generic copyright date.
4535
4536 2002-01-07  Mark Salter  <msalter@redhat.com>
4537
4538         * configure.in: Remove target-bsp and target-cygmon from arm builds.
4539           Allow target-libgloss to be built for arm, strongarm, and xscale.
4540
4541 2002-01-03  Ben Elliston  <bje@redhat.com>
4542
4543         * MAINTAINERS: Update URL for config.* scripts.
4544
4545 2001-12-18  Alan Modra  <amodra@bigpond.net.au>
4546
4547         * config.sub: Import latest version.
4548         * config.guess: Likewise.
4549
4550 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
4551
4552         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4553         options for i[3456]86-pc-linux* native builds.
4554
4555 2001-12-05  Laurent Guerby  <guerby@acm.org>
4556
4557         * MAINTAINERS: gcc adopts symlink-tree, refer more to
4558         libiberty.
4559
4560         Import this patch from gcc:
4561
4562         2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
4563
4564             * symlink-tree: handle DOS-style absolute paths.
4565
4566 2001-11-28  DJ Delorie <dj@redhat.com>
4567             Zack Weinberg  <zack@codesourcery.com>
4568
4569         When build != host, create libiberty for the build machine.
4570
4571         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4572         CONFIG_ARGUMENTS.
4573         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4574         New variables.
4575         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4576         and rules.
4577         (all.normal): Depend on ALL_BUILD_MODULES.
4578         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4579         (all-build-libiberty): Depend on configure-build-libiberty.
4580
4581         * configure: Calculate and substitute proper value for
4582         ALL_BUILD_MODULES.
4583         * configure.in: Create the build subdirectory.
4584         Calculate and substitute TARGET_CONFIGARGS (formerly
4585         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4586
4587 2001-11-26  Geoffrey Keating  <geoffk@redhat.com>
4588
4589         * config.sub: Update to version 1.232 on subversion.
4590
4591 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4592
4593         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4594         files from .po files for a distribution.
4595
4596 2001-11-19  Hans-Peter Nilsson  <hp@bitrange.com>
4597
4598         * COPYING.NEWLIB: Mention preserved notice in specific parts.
4599
4600 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
4601
4602         Merged from net gcc:
4603         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
4604         * ltcf-c.sh: Use $objext, not $ac_objext.
4605         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
4606         * ltcf-cxx.sh: Add support for GNU.
4607         2001-07-22  Timothy Wall  <twall@redhat.com>
4608         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
4609         default settings if using GNU tools with that configuration.
4610         * ltcf-cxx.sh: Ditto.
4611         * ltcf-gcj.sh: Ditto.
4612         2001-07-21  Michael Chastain  <chastain@redhat.com>
4613         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4614         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
4615         * ltmain.sh: Mark as gcc-local.
4616
4617 2001-11-13  Jeff Holcomb  <jeffh@redhat.com>
4618
4619         * Makefile.in (all-bison): Revert 2001-10-24.
4620         Don't depend on texinfo.
4621
4622 2001-11-12  Hans-Peter Nilsson  <hp@bitrange.com>
4623
4624         * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
4625
4626 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
4627
4628         * configure.in (--enable-languages): Be more permissive about
4629         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
4630
4631 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
4632
4633         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4634
4635 2001-10-24  Jeff Holcomb  <jeffh@redhat.com>
4636
4637         Makefile.in (all-bison): Don't depend on texinfo.
4638
4639 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
4640
4641         * gettext.m4: Test po/POTFILES.in exists before trying to read.
4642
4643 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
4644
4645         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4646
4647 2001-09-28  Hans-Peter Nilsson  <hp@axis.com>
4648
4649         * config.sub, config.guess: Import latest from subversions.
4650
4651 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
4652
4653         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4654         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4655         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4656         avoid quotes nesting problems.
4657         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4658         (DO_X): Export only variables that are set.
4659
4660 2001-09-19  Ben Elliston  <bje@redhat.com>
4661
4662         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4663         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4664         semantics.  Use the shell built-in "type" command instead.
4665
4666 2001-09-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4667
4668         * config.sub: Reverted the earlier change, this version is not the
4669         master file.
4670
4671 2001-09-14  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4672
4673         * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
4674         Add support for mips64.
4675
4676 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
4677
4678         * configure.in: Enable libstdc++-v3 for h8300 targets.
4679
4680 2001-08-30  Eric Christopher  <echristo@redhat.com>
4681             Jason Eckhardt  <jle@redhat.com>
4682
4683         * config.sub: Add support for mipsisa32.
4684
4685 2001-08-30  Eric Christopher  <echristo@redhat.com>
4686
4687         * config.sub, config.guess: Import latest from subversions.
4688
4689 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
4690
4691         * config.sub, config.guess: Import latest from subversions.
4692
4693 2001-07-26  DJ Delorie  <dj@redhat.com>
4694
4695         * MAINTAINERS: Clarify libiberty merge rules and procedures.
4696
4697 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
4698
4699         * Makefile.in: Revert 2001-06-17.
4700         (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
4701
4702 2001-06-17  H.J. Lu <hjl@gnu.org>
4703
4704         * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
4705         (gas+binutils.tar.bz2): Likewise.
4706         (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
4707
4708 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4709
4710         * Makefile.in (VER): When present, extract the version number from
4711         the file version.in.
4712
4713 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
4714
4715         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
4716         gcc/xgcc is built, use -print-prog-name to find out the program
4717         name to use.
4718
4719 2001-06-04  Mark Mitchell  <mark@codesourcery.com>
4720
4721         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
4722         with_gcc]: Use `gcc -shared' to build a shared library.
4723
4724 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4725
4726         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
4727         archives.
4728
4729 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
4730
4731         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
4732         libraries when using g++ with native linker.
4733
4734 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
4735
4736         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
4737
4738 2001-05-24  Tom Rix <trix@redhat.com>
4739
4740         * configure.in : enable ld for aix
4741
4742 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4743
4744         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
4745         [aix4*|aix5*]: Prepend blank.
4746
4747 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
4748
4749         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4750         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
4751         of subdir/configure scripts to use the new libtool.m4.
4752
4753 2001-05-14  H.J. Lu <hjl@gnu.org>
4754
4755         * config.if (libc_interface): Set to -libc6.2- for cross
4756         compiling to Linux/glibc 2.2.
4757
4758 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
4759
4760         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
4761         libgcj.
4762
4763 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4764
4765         * configure.in (noconfigdirs): Don't reset it from scratch in the
4766         target case; only append to it.
4767
4768 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
4769
4770         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
4771         sparc-*-solaris2.8]: Disable ${libgcj}.
4772
4773 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
4774
4775         * configure.in (libgcj_saved): Copy from $libgcj.
4776         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
4777         --disable-libgcj.
4778
4779 2001-04-20  Alexandre Oliva  <aoliva@redhat.com>
4780
4781         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
4782         1.641.2.228.
4783
4784 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
4785
4786         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4787         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
4788
4789 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
4790
4791         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
4792         New macros.
4793         (bootstrap, cross): Use RECURSE_FLAGS.
4794         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
4795
4796 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
4797
4798         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
4799
4800 2001-03-23  Nick Clifton  <nickc@redhat.com>
4801
4802         * README-maintainer-mode: Add note about inability to use "make
4803         distclean" in maintainer mode.
4804
4805 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4806
4807         Re-installed:
4808         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
4809         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
4810         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
4811         * ltcf-cxx.sh: Likewise.
4812         * ltcf-gcj.sh: Likewise.
4813
4814 2001-03-22  Philip Blundell  <philb@gnu.org>
4815
4816         * config.sub, config.guess: Import latest from subversions.
4817
4818 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
4819
4820         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
4821         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
4822
4823 2001-03-20  Michael Chastain  <chastain@redhat.com>
4824
4825         * Makefile.in: all-m4 depends on all-texinfo.
4826
4827 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
4828
4829         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
4830
4831 2001-02-22  Jeff Johnston <jjohnstn@redhat.com>
4832
4833         * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
4834         longer valid.
4835
4836 2001-02-16  Nick Clifton  <nickc@redhat.com>
4837
4838         * configure.in (noconfigdirs): Allow configuration of texinfo
4839         for Cygwin hosts.
4840
4841 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4842
4843         * config.guess: Add linux target for S/390.
4844         * config.sub: Likewise.
4845         * configure.in: Likewise.
4846
4847 2001-02-06  Ben Elliston  <bje@redhat.com>
4848
4849         * configure: Output host type to stdout, not stderr.
4850
4851 2001-02-04  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4852
4853         * config.guess: Import from subversions.gnu.org (revision 1.181).
4854         * config.sub: Import from subversions.gnu.org (revision 1.199).
4855
4856 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
4857
4858         * config.guess: Handle hppa64-linux systems.
4859
4860 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4861
4862         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
4863         Don't unset, it's non-portable and no longer necessary, set to empty
4864         instead.
4865
4866 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4867
4868         * ltconfig: Shell portability fix for the tagname validity check.
4869
4870 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4871
4872         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
4873
4874 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
4875
4876         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
4877         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
4878
4879 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4880
4881         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
4882         keep at least one of build_libtool_libs or build_old_libs set to
4883         yes.
4884
4885 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
4886
4887         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
4888         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
4889
4890 2000-11-07  Philip Blundell  <pb@futuretv.com>
4891
4892         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4893
4894 2000-11-03  Philip Blundell  <pb@futuretv.com>
4895
4896         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4897         files.
4898
4899 2001-01-15  Jeff Johnston  <jjohnstn@redhat.com>
4900
4901         * COPYING.NEWLIB: Put into source repository.
4902
4903 2001-01-15  Ben Elliston  <bje@redhat.com>
4904
4905         * configure.in (host_tools): Add sid.
4906         Always configure cgen.
4907         * Makefile.in (all-sid): New target.
4908         (check-sid, clean-sid, install-sid): Likewise.
4909
4910 2001-01-07  Andreas Jaeger  <aj@suse.de>
4911
4912         * config.sub, config.guess: Update from subversions.
4913
4914 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
4915
4916         * configure.in: Disable language-specific target libraries for
4917         languages that aren't enabled.
4918
4919 2000-11-24  Nick Clifton  <nickc@redhat.com>
4920
4921         * configure.in (xscale-elf): Add target.
4922         (xscale-coff): Add target.
4923         (c4x, c5x, tic54x): Move after ARM targets.
4924
4925 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
4926
4927         * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
4928
4929 2000-11-20  Ian Lance Taylor  <ian@zembu.com>
4930
4931         * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
4932
4933 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
4934
4935         * Makefile.in: Merge with GCC and libgcj.
4936         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
4937         configure-target-<library> when their configure scripts need the C
4938         or C++ library to have already been built to work properly.
4939         (do_proto_toplev): Set them to an empty string.
4940
4941 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
4942
4943         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
4944         (REALLY_SET_LIB_PATH): Use them.
4945
4946 2000-11-06  Christopher Faylor <cgf@cygnus.com>
4947
4948         * config.sub: Add support for Sun Chorus
4949
4950 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
4951
4952         * config.sub: Add support for the *-storm-chaos OS.
4953
4954 2000-10-30  Stephane Carrez  <stcarrez@worldnet.fr>
4955
4956         * configure.in (noconfigdirs): Don't compile some
4957         of the libraries for 68HC11 & 68hc12 targets.
4958
4959 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
4960
4961         * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
4962         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
4963         all affected `configure' scripts.
4964
4965 2000-09-25  Alexandre Oliva  <aoliva@redhat.com>
4966
4967         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
4968         ltcf-c.sh.
4969
4970 2000-09-12  Philip Blundell  <philb@gnu.org>
4971
4972         * config.sub, config.guess: Update from subversions.
4973
4974 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
4975
4976         * Makefile.in (all-zlib): Added dummy target.
4977
4978         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
4979         multi-language branch.
4980
4981 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
4982
4983         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
4984         (bootstrap*): Depend on all-bootstrap.
4985
4986 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
4987
4988         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
4989         crosses, but add gcc/include to the header search path for them.
4990
4991 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
4992
4993         * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
4994         * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
4995         * gettext.m4: New file, extracted from aclocal.m4.
4996
4997 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
4998
4999         * config-ml.in (CC, CXX): Avoid trailing whitespace.
5000         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5001         sub-configures.
5002
5003 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
5004
5005         * Makefile.in (ALL_MODULES): Add all-cgen.
5006         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
5007         (all-cgen): New target.
5008         (all-opcodes,all-sim): Depend on all-cgen.
5009         * configure.in (host_tools): Add cgen.
5010         Only configure cgen if --enable-cgen-maint.
5011
5012 2000-08-17  Alexandre Oliva  <aoliva@redhat.com>
5013
5014         * config-ml.in (CC, CXX): Don't introduce a leading space.
5015
5016 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
5017
5018         * configure.in (libstdcxx_flags): Use
5019         libstdc++-v3/src/libstdc++.INC.
5020
5021 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
5022
5023         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5024
5025 2000-08-11  Jason Merrill  <jason@redhat.com>
5026
5027         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5028         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5029         (FLAGS_FOR_TARGET): Not here.
5030         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
5031
5032 2000-08-07  DJ Delorie  <dj@redhat.com>
5033
5034         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5035         "if we're also building gcc, and it's a gcc that will run on the
5036         build machine, we want to use its includes instead of the system's
5037         default includes".
5038
5039 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
5040
5041         * configure.in (libstdcxx_flags): Don't use `"'.
5042
5043         * config-ml.in: Adjust multilib search paths to the
5044         appropriate multilib tree.
5045
5046 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
5047
5048         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5049         commas in $LANGUAGES.
5050
5051 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
5052
5053         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5054
5055 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
5056
5057         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5058         CXX_FOR_TARGET for sed.
5059
5060 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
5061
5062         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5063         Do not override if already set in the environment or in configure.
5064         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5065         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5066
5067 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
5068
5069         * Makefile.in (FLAGS_FOR_TARGET): New macro.
5070         (GCC_FOR_TARGET): Use it.
5071         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5072         * configure.in: ... here.
5073         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
5074         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5075
5076 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
5077
5078         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5079         (configure-target-libchill, configure-target-libobjc): Likewise.
5080
5081         * configure.in: Use the same cache file for all target libs.
5082         * config-ml.in: But different cache files per multilib variant.
5083
5084 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5085
5086         * configure (topsrcdir): Don't use dirname.
5087
5088 2000-07-20  Jason Merrill  <jason@redhat.com>
5089
5090         * configure.in: Remove all references to libg++ and librx.
5091
5092         * configure, configure.in, Makefile.in: Unify gcc and binutils.
5093
5094 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5095
5096         * config.sub: Update to subversions version 2000-07-06.
5097
5098 2000-07-12  Andrew Haley  <aph@cygnus.com>
5099
5100         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5101         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5102
5103 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
5104
5105         * symlink-tree:  Check number of arguments.
5106
5107 2000-06-06  Andrew Cagney  <cagney@b1.cygnus.com>
5108
5109         * texinfo/texinfo.tex: Update to version 2000-05-28.15.
5110
5111 2000-07-05  Jim Wilson  <wilson@cygnus.com>
5112
5113         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5114         search path for a g++ extracted from the build tree.  This
5115         will allow link tests run by configure scripts in
5116         subdirectories to succeed.
5117
5118 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5119
5120         * ltconfig: Add support for mips-dde-sysv4.2MP
5121
5122 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
5123
5124         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5125         `os2'. Force ac_cv_exeext to be ".exe" in that case.
5126
5127 2000-06-19  Timothy Wall  <twall@cygnus.com>
5128
5129         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5130         * config.sub: Add tic54x target.
5131
5132 2000-06-07  Phillip Thomas  <pthomas@suse.de>
5133
5134         * README-maintainer-mode: New file: Contains notes on using
5135         --enable-maintainer-mode with binutils.
5136
5137 2000-05-29  Andrew Cagney  <cagney@b1.cygnus.com>
5138
5139         * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
5140
5141 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
5142
5143         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5144         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
5145
5146 20000-05-21  H.J. Lu  (hjl@gnu.org)
5147
5148         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5149         directory are used if they exist. Make sure
5150         $(build_tooldir)/include is searched for header files,
5151         $(build_tooldir)/lib/ for library files.
5152         (GCC_FOR_TARGET): Likewise.
5153         (CXX_FOR_TARGET): Likewise.
5154
5155 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5156
5157         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5158
5159 2000-05-17  Alexandre Oliva  <aoliva@cygnus.com>
5160
5161         * Makefile.in (configure-target-libiberty): Depend on
5162         configure-target-newlib.
5163
5164 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
5165
5166         * configure.in, Makefile.in: Merge all libffi-related
5167         configury stuff from the libgcj tree.
5168
5169 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5170
5171         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5172         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5173
5174 2000-05-16  Andrew Cagney  <cagney@b1.cygnus.com>
5175
5176         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5177         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
5178         current version information.  Add to proto-toplev directory.
5179         (gdb-taz): Build do-djunpack.
5180
5181 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
5182
5183         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5184
5185 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5186
5187         * ltmain.sh: Preserve in relink_command any environment
5188         variables that may affect the linker behavior.
5189
5190 2000-05-12  Jeffrey A Law  (law@cygnus.com)
5191
5192         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5193
5194 2000-05-10  Jim Wilson  <wilson@cygnus.com>
5195
5196         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
5197
5198 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
5199
5200         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
5201         with the version name.
5202
5203 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
5204
5205         * config.if: Tweak.
5206
5207 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
5208
5209         * djunpack.bat: New file.
5210
5211 2000-04-19  Andrew Cagney  <cagney@b1.cygnus.com>
5212
5213         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
5214         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
5215         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
5216         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
5217
5218 2000-04-16  Dave Pitts  <dpitts@cozx.com>
5219
5220         * config.sub (case $basic_machine): Change default for "ibm-*"
5221         to "openedition".
5222
5223 2000-04-12  Andrew Cagney  <cagney@b1.cygnus.com>
5224
5225         * Makefile.in (gdb-taz): New target.  GDB specific archive.
5226         (do-md5sum): New target.
5227         (MD5PROG): Define.
5228         (PACKAGE): Default to TOOL.
5229         (VER): Default to a shell script.
5230         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
5231         md5 checksum generation.
5232         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
5233         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
5234         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
5235         insight.tar.bz2): Use gdb-taz to create archive.
5236
5237 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5238
5239         * configure (warn_cflags): Delete.
5240
5241 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
5242             Martin v. Loewis  <martin@loewis.home.cs.tu-berlin.de>
5243
5244         * configure.in (enable_libstdcxx_v3): Add.
5245         (target_libs): Add bits here to switch between libstdc++-v2 and
5246         libstdc++-v3.
5247         * config.if: And this file too.
5248         * Makefile.in: Add libstdc++-v3 targets.
5249
5250 2000-04-05  Michael Meissner  <meissner@redhat.com>
5251
5252         * config.sub (d30v): Add d30v as a basic machine type.
5253
5254 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
5255
5256         * configure.in: -linux-gnu*, not -linux-gnu.
5257
5258 2000-03-03  Andrew Cagney  <cagney@b1.cygnus.com>
5259
5260         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
5261         (do-tar-bz2): Replace TOOL with PACKAGE.
5262         (gdb.tar.bz2): Remove GDBTK from GDB package.
5263         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
5264         dejagnu.tar.bz2): New packages.
5265
5266 2000-02-27  Andreas Jaeger  <aj@suse.de>
5267
5268         * configure.in: Add entry for mips*-*-linux*, move catch all
5269         *-*-*linux* entry below this one.
5270
5271 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5272
5273         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
5274
5275 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5276
5277         * config.sub: Support an OS of "wince".
5278
5279 2000-02-24  Andrew Cagney  <cagney@b1.cygnus.com>
5280
5281         * config.guess, config.sub: Updated to match config's 2000-02-15
5282         version.
5283
5284 2000-02-23  Linas Vepstas <linas@linas.org>
5285
5286         * config.sub: Add support for Linux/IBM 370.
5287         * configure.in: Likewise.
5288
5289 2000-02-22  Nick Clifton  <nickc@cygnus.com>
5290
5291         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
5292
5293 2000-02-20  Christopher Faylor <cgf@cygnus.com>
5294
5295         * config.guess: Guess "cygwin" rather than "cygwin32".
5296
5297 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5298
5299         * configure (gcc_version): When setting, narrow search to
5300         lines containing `version_string'.
5301
5302 2000-02-15  Denis Chertykov  <denisc@overta.ru>
5303
5304         * config.sub: Add support for avr target.
5305
5306 2000-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
5307
5308         * config.sub: Add mmix-knuth-mmixware.
5309
5310 2000-01-27  Christopher Faylor <cgf@redhat.com>
5311
5312         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
5313         structure stuff to -L library search.
5314         (CXX_FOR_TARGET): Ditto.
5315         (CROSS_CHECK_MODULES): Fix spelling mistake.
5316
5317 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5318
5319         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
5320         the C++ compiler.
5321
5322 2000-01-12  Richard Henderson  <rth@cygnus.com>
5323
5324         * configure.in: Don't build some bits for beos.
5325
5326 2000-01-12  Joel Sherrill (joel@OARcorp.com)
5327
5328         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
5329         as include files.
5330
5331 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
5332
5333         * configure.in: Use mt-aix43 to handle *_TARGET defs,
5334         not mh-aix43.
5335
5336 1999-12-14  Richard Henderson  <rth@cygnus.com>
5337
5338         * config.guess (alpha-osf, alpha-linux): Detect ev67.
5339         * config.sub: Accept alphaev[78], alphaev8.
5340
5341 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5342
5343         * config.guess, config.sub: Update from autoconf.
5344
5345 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5346
5347         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
5348         necessary libraries are missing.
5349
5350 1999-10-25  Andreas Schwab  <schwab@suse.de>
5351
5352         * configure: Fix quoting inside arguments of eval.
5353
5354 1999-10-21  Nick Clifton  <nickc@cygnus.com>
5355
5356         * config-ml.in: Allow suppression of some ARM multilibs.
5357
5358 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
5359
5360         * config.guess: Add OS/390 match pattern.
5361         * config.sub: Add mvs, openedition targets.
5362         * configure.in (i370-ibm-opened*): New.
5363
5364 1999-09-04  Steve Chamberlain  <sac@pobox.com>
5365
5366         * config.sub: Add support for configuring for pj.
5367
5368 1999-08-31  Nick Clifton  <nickc@cygnus.com>
5369
5370         * config.sub (maybe_os): Add support for configuring for fr30.
5371
5372 1999-08-25  Nick Clifton  <nickc@cygnus.com>
5373
5374         * configure.in: Do not configure or build ld for AIX
5375         platforms.  ld is known to be broken on these platforms.
5376
5377 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5378
5379         * config-ml.in: Pass compiler flag corresponding to multidirs to
5380         subdir configures.
5381
5382 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
5383
5384         * Makefile.in (LDFLAGS): Define.
5385
5386 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
5387
5388         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
5389         noconfigdirs.
5390         (*-*-cygwin*): Likewise.
5391
5392 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
5393
5394         * mkdep: New file.
5395         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
5396         (BINUTILS_SUPPORT_DIRS): Add mkdep.
5397
5398         From Eli Zaretskii <eliz@is.elta.co.il>:
5399         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
5400         long file name when using DJGPP on MS-DOS.
5401
5402 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
5403
5404         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
5405
5406 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
5407
5408         * Makefile.in (check-target-libio): Remove all-target-libstdc++
5409         dependency as this causes "make check" to globally "make all"
5410
5411 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
5412
5413         * configure.in (target_libs): Added target-zlib.
5414         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
5415         (CONFIGURE_TARGET_MODULES): Likewise.
5416         (CHECK_TARGET_MODULES): Likewise.
5417         (INSTALL_TARGET_MODULES): Likewise.
5418         (CLEAN_TARGET_MODULES): Likewise.
5419         (configure-target-zlib): New target.
5420         (all-target-zlib): Likewise.
5421         (all-target-libjava): Depend on all-target-zlib.
5422         (configure-target-libjava): Depend on configure-target-zlib.
5423
5424         * Makefile.in (configure-target-libjava): Depend on
5425         configure-target-newlib.
5426         (configure-target-boehm-gc): New target.
5427         (configure-target-qthreads): New target.
5428
5429         * configure.in (target_libs): Added target-qthreads.
5430         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
5431         (CONFIGURE_TARGET_MODULES): Likewise.
5432         (CHECK_TARGET_MODULES): Likewise.
5433         (INSTALL_TARGET_MODULES): Likewise.
5434         (CLEAN_TARGET_MODULES): Likewise.
5435         (all-target-qthreads): New target.
5436         (configure-target-libjava): Depend on configure-target-qthreads.
5437         (all-target-libjava): Depend on all-target-qthreads.
5438
5439         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
5440         (CONFIGURE_TARGET_MODULES): Likewise.
5441         (CHECK_TARGET_MODULES): Likewise.
5442         (INSTALL_TARGET_MODULES): Likewise.
5443         (CLEAN_TARGET_MODULES): Likewise.
5444         (all-target-libjava): New target.
5445         (all-target-boehm-gc): Likewise.
5446         * configure.in (target_libs): Added libjava, boehm-gc.
5447
5448 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
5449
5450         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
5451         configure.bat in SUPPORT_FILES.
5452         (gas+binutils.tar.bz2): Likewise.
5453
5454         * makeall.bat: Remove; obsolete.
5455
5456 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
5457
5458         From Mark Elbrecht:
5459         * configure.bat: Remove; obsolete.
5460
5461 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
5462
5463         * configure: Add -W -Wall to the default CFLAGS when compiling with
5464         gcc.
5465
5466 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
5467
5468         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
5469
5470 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
5471
5472         * configure.in: Build ld on IRIX6.
5473
5474 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
5475
5476         * Makefile.in: Change distribution targets to use bzip2 instead of
5477         gzip.
5478         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
5479         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
5480
5481 1999-06-04  Nick Clifton  <nickc@cygnus.com>
5482
5483         * config.sub: Add mcore target.
5484
5485 1999-05-30  Cort Dougan  <cort@cs.nmt.edu>
5486
5487         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
5488
5489 1999-05-25  H.J. Lu  (hjl@gnu.org)
5490
5491         * config.guess (dummy): Changed to $dummy.
5492
5493 1999-05-24  Nick Clifton  <nickc@cygnus.com>
5494
5495         * config.sub: Tidied up case statements.
5496
5497 1999-05-22  Ben Elliston  <bje@cygnus.com>
5498
5499         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
5500         <jiro@din.or.jp>.
5501
5502         * config.guess: Merge with FSF version. Future changes will be
5503         more accurately recorded in this ChangeLog.
5504         * config.sub: Likewise.
5505
5506 1999-05-20   Stephen L Moshier  <moshier@world.std.com>
5507
5508          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
5509
5510 1999-04-30  Tom Tromey  <tromey@cygnus.com>
5511
5512         * ltmain.sh: [mode link] Always use CC given by ltconfig.
5513
5514 1999-04-23  Tom Tromey  <tromey@cygnus.com>
5515
5516         * ltconfig, ltmain.sh: Update to libtool 1.2f.
5517
5518 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
5519
5520         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
5521         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
5522         Bad merge removed these two changes.
5523
5524 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
5525                           Martin Heller (Ing.-Buero_Heller@t-online.de)
5526
5527         * config.guess (interix Alpha): Add.
5528
5529 1999-04-11  Richard Henderson  <rth@cygnus.com>
5530
5531         * configure.in (i?86-*-beos*): Do config gperf; don't config
5532         gdb, newlib, or libgloss.
5533
5534 1999-04-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
5535
5536         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
5537         link a trivial program with -mabi=64.  If it fails, remove mabi=64
5538         from multidirs.
5539
5540 1999-04-10  Philipp Thomas  (kthomas@gwdg.de)
5541
5542         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
5543
5544 1999-04-08  Nick Clifton  <nickc@cygnus.com>
5545
5546         * config.sub: Add support for mcore targets.
5547
5548 1999-04-07  Michael Meissner  <meissner@cygnus.com>
5549
5550         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
5551         not mt-ospace, in order to shut up assembler warning about using
5552         symbols that are named the same as registers.
5553
5554 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
5555
5556         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
5557         dependency list for all-target-cygmon.
5558
5559 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
5560
5561         * config-ml.in: Check $host, not $target, for selective multilibs.
5562         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
5563         thumb interworking, and underscore prefix multilibs.
5564
5565 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
5566
5567         * missing: Update to version from current automake.
5568
5569 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
5570
5571         * configure (gxx_include_dir): Removed.
5572
5573         * configure.in (gxx_include_dir): Handle it.
5574         * Makefile.in: Likewise.
5575
5576 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
5577
5578         * config.sub (mips64vr4111,mips64vr4111el) Add.
5579
5580 1999-03-21  Ben Elliston  <bje@cygnus.com>
5581
5582         * config.guess: Correct typo for detecting ELF on FreeBSD.
5583
5584 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
5585
5586         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
5587         config/mh-djgpp.
5588
5589 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
5590
5591         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
5592         all-target-newlib to dependency list for all-target-bsp.
5593
5594 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5595
5596         * config.sub: Add i386-uwin support.
5597         * config.guess: Likewise.
5598
5599 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5600
5601         * configure.in: cleanup, add mh-*pic handling for arm, special
5602         case powerpc*-*-aix*
5603
5604 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
5605
5606         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
5607         can be built.
5608
5609 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
5610
5611         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
5612         targets.
5613
5614 1999-03-02  Nick Clifton  <nickc@cygnus.com>
5615
5616         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
5617
5618 1999-02-28  Geoffrey Noer  <noer@cygnus.com>
5619
5620         * config.sub: Check for "cygwin*" rather than "cygwin32*"
5621
5622 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5623
5624         * config.sub: Fix typo in arm recognition.
5625
5626 1999-02-24  Drew Moseley  <dmoseley@cygnus.com>
5627
5628         * configure.in (noconfigdirs): Changed target_configdirs to
5629         include target-bsp only for m68k-*-elf* and m68k-*-coff*
5630         rather than m68k-*-* since it is not known to work on
5631         m68k-aout. Ditto for arm-*-*oabi.
5632
5633 1999-02-24  Stan Shebs  <shebs@andros.cygnus.com>
5634
5635         * configure.in (*-*-windows*): Remove, no longer used.
5636
5637 1999-02-19  Ben Elliston <bje@cygnus.com>
5638
5639         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
5640         Smart and improved by Andrew Cagney.
5641
5642 1999-02-18  Marc Espie <espie@cvs.openbsd.org>
5643
5644         * config.guess: Recognize openbsd-*-hppa.
5645
5646 1999-02-17  H.J. Lu  (hjl@gnu.org)
5647
5648         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
5649         only if it is not empty.
5650
5651 1999-02-17  Nick Clifton  <nickc@cygnus.com>
5652
5653         Patch from: Scott Bambrough <scottb@corelcomputer.com>
5654
5655         * config.guess: Modified to recognize uname's armv* syntax.
5656
5657         * config.sub: Modified to recognize uname's armv* syntax.
5658
5659 1999-02-17  Mark Salter  <msalter@cygnus.com>
5660
5661         * configure.in: Added target-bsp for sparclite.
5662
5663 1999-02-08  Richard Henderson  <rth@cygnus.com>
5664
5665         * config.sub: Recognize alphapca5[67] and up to alphaev8.
5666
5667 1999-02-08  Nick Clifton  <nickc@cygnus.com>
5668
5669         * configure.in: Add support for strongarm port.
5670         * config.sub: Add support for strongarm target.
5671
5672 1999-02-07  Mumit Khan  <khan@xraylith.wisc.edu>
5673
5674         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
5675         the old name config/mh-cygwin32.
5676         Enable texinfo.
5677
5678 1999-02-04  Ian Lance Taylor  <ian@cygnus.com>
5679
5680         * configure.in: Do build ld for ix86 Solaris.
5681
5682 1999-02-02  Jim Wilson  <wilson@cygnus.com>
5683
5684         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
5685         $AR_FOR_TARGET.  Likewise for RANLIB.
5686
5687 1999-02-02  Catherine Moore  <clm@cygnus.com>
5688
5689         * config.sub (oabi):  Recognize.
5690         * configure.in (arm-*-oabi):  Handle.
5691
5692 1999-01-30  Robert Lipe  (robertlipe@usa.net)
5693
5694         * config.guess: Improve detection of i686 on UnixWare 7.
5695
5696 1999-01-30  Mumit Khan  <khan@xraylith.wisc.edu>
5697
5698         * config.guess: Add support for i386-pc-interix.
5699         * config.sub: Likewise.
5700         * configure.in: Likewise.
5701
5702 1999-01-18  Christopher Faylor <cgf@cygnus.com>
5703
5704         * Makefile.in: Remove unneeded all-target-libio from
5705         from all-target-winsup target since it is now unneeded.
5706         Add all-target-libtermcap in its place since it is now
5707         needed.
5708
5709 1998-12-30  Christopher Faylor <cgf@cygnus.com>
5710
5711         * configure.in: makefile stub for cygwin target is probably
5712         unnecessary.  Remove it for now.
5713
5714 1998-12-30  Christopher Faylor <cgf@cygnus.com>
5715
5716         * configure.in: libtermcap.a should be built when cygwin is the
5717         target as well as the host.
5718         * config.guess: Allow mixed case in cygwin uname output.
5719         * Makefile.in: Add libtermcap target.
5720
5721 1998-12-23  Jeffrey A Law  (law@cygnus.com)
5722
5723         * config.sub: Clean up handling of hppa2.0.
5724
5725 1998-12-22  Rodney Brown  (rodneybrown@pmsc.com)
5726
5727         * config.guess: Use C code to identify more HP machines.
5728
5729 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
5730
5731         * config.sub: Handle hppa2.0.
5732
5733 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
5734
5735         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
5736         cygmon for all sparclite targets, regardless of object format.
5737
5738 1998-12-15  Mark Salter  <msalter@cygnus.com>
5739
5740         * configure.in: Added target-bsp for several target architectures.
5741
5742         * Makefile.in: Added rules for bsp.
5743
5744 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
5745
5746         * config.guess: Improve detection of hppa2.0 processors.
5747
5748 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
5749
5750         * config.guess: Recognize FreeBSD using ELF automatically.
5751
5752 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
5753
5754         * configure (skip-this-dir): Add handling for new shell script, which
5755         might be created by a sub-directory's configure to indicate, this particular
5756         directory is "unwanted".
5757         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
5758
5759 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
5760
5761         * ltconfig: import from libtool, after changing libtool to
5762         account for the cygwin name change.
5763
5764 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
5765
5766         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
5767         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
5768
5769 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
5770
5771         * configure.in: Add libtermcap to list of cygwin dependencies.
5772
5773 1998-11-17  Geoffrey Noer  <noer@cygnus.com>
5774
5775         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
5776         they include winsup/include when it's a cygwin target.
5777
5778 1998-11-12  Tom Tromey  <tromey@cygnus.com>
5779
5780         * configure.in (host_tools): Added zip.
5781         * Makefile.in (all-target-libjava): Depend on all-zip.
5782         (all-zip): New target.
5783         (ALL_MODULES): Added all-zip.
5784         (NATIVE_CHECK_MODULES): Added check-zip.
5785         (INSTALL_MODULES): Added install-zip.
5786         (CLEAN_MODULES): Added clean-zip.
5787
5788 1998-11-12  Geoffrey Noer  <noer@cygnus.com>
5789
5790         * Makefile.in: lose "32" from comment about cygwin.
5791
5792 1998-11-05  Nick Clifton  <nickc@cygnus.com>
5793
5794         * configure.in: Use -Os to build target libraries for the fr30.
5795
5796 1998-11-04  Dave Brolley  <brolley@cygnus.com>
5797
5798         * config.sub: Add fr30.
5799
5800 1998-11-02  Geoffrey Noer  <noer@cygnus.com>
5801
5802         * configure.in: drop "32" from config/mh-cygwin32.  Check
5803         cygwin* instead of cygwin32*.
5804         * config.sub: Check cygwin* instead of cygwin32*.
5805
5806 1998-10-22  Robert Lipe  <robertl@dgii.com>
5807
5808         * config.guess: Match any version of Unixware7.
5809
5810 1998-10-20  Syd Polk  <spolk@cygnus.com>
5811
5812         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
5813         if desired.
5814
5815 1998-10-18  Jeffrey A Law  (law@cygnus.com)
5816
5817         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
5818         these if the appropriate directories and files to not exist.
5819
5820 1998-10-14  Jeffrey A Law  (law@cygnus.com)
5821
5822         * Makefile.in (DEVO_SUPPORT): Add config.if.
5823
5824 1998-10-13  Manfred Hollstein  <manfred@s-direktnet.de>
5825
5826         * configure: Add pattern to replace "build_tooldir"'s
5827         definition in the generated Makefile with "tooldir"'s
5828         actual value.
5829
5830 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
5831
5832         * config.sub: Bring back lost sparcv9.
5833
5834         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
5835
5836 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
5837
5838         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
5839         CC_FOR_TARGET and friends.
5840
5841 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
5842
5843         * Makefile.in (build_tooldir): New variable, same as tooldir.
5844         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
5845         -B$(build_tooldir)/bin/.
5846         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5847
5848 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
5849
5850         * config.sub: Add support for i[34567]86-pc-udk.
5851         * configure.in: Likewise.
5852
5853 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
5854
5855         * Makefile.in: add bzip2 package building bits for user
5856         tools module
5857         * configure.in: ditto
5858
5859 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
5860
5861         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
5862         (ALL_TARGET_MODULES): Add all-target-libobjc.
5863         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5864         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5865         (all-target-libchill): Add dependencies.
5866         * configure.in (target_libs): Add libchill.
5867
5868 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
5869
5870         * configure.in (target_subdir): Remove duplicate line.
5871
5872 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
5873
5874         * Makefile.in (all-automake): fix dependencies.
5875
5876 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
5877
5878         * configure.in: Minor cleanups for building in the $(target_alias)
5879         subdir.
5880
5881 1998-09-22  Jim Wilson  <wilson@cygnus.com>
5882
5883         * Makefile.in (bootstrap): Set r and s before make all.  Use
5884         BASE_FLAGS_TO_PASS in make all.
5885         (cross): Likewise.
5886
5887 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
5888
5889         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
5890
5891 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
5892
5893         * config.sub: Fix typo in last change.
5894
5895 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5896
5897         * config.sub: Add support for C4x target.
5898         * configure.in: Likewise.
5899
5900 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
5901
5902         * config.sub: Recognize sparcv9 just like sparc64.
5903
5904 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
5905
5906         * config.guess: Match "Pent II" or "PentII" for OpenServer.
5907
5908 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
5909
5910         * config.guess: Correctly identify Pentium II sco boxes.
5911
5912         * config.guess: Fix "tr" code.  From Weiwen Liu.
5913
5914 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
5915
5916         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
5917         stabs.
5918
5919 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
5920
5921         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
5922         (ALL_TARGET_MODULES): Add all-target-libchill.
5923         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
5924         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
5925         (all-target-libchill): Add dependencies.
5926         * configure.in (target_libs): Add libchill.
5927
5928 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
5929
5930         * config.guess: Avoid assumptions about "tr" behaves when
5931         LANG is set to something other than English.
5932
5933 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
5934
5935         * configure (gxx_include_dir): Changed to
5936         '${prefix}/include/g++'-${libstdcxx_interface}.
5937
5938         * config.if: New to determine the interfaces.
5939
5940 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
5941
5942         * config.guess: Detect and handle MPE/IX.
5943         * config.sub: Deal with MPE/IX.
5944
5945 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
5946
5947         * configure.in: Use mh-aix43.
5948
5949 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
5950
5951         * configure: Fix --without/--disable cases for gxx-include-dir.
5952
5953 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
5954
5955         * mdata-sh:  Imported.  Needed for automake support.
5956
5957 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
5958
5959         * Makefile.in (taz): Try "chmod -R og=u ." before
5960         "chmod og=u `find . -print`".
5961
5962 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
5963
5964         * configure.in: Add arm-elf and thumb-elf support.
5965
5966 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
5967
5968         * Makefile.in: Undo previous patch.
5969
5970 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
5971
5972         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
5973         to here ...
5974         (install-no-fixedincludes): and here
5975         (INSTALL_MODULES): ... from here.
5976
5977 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
5978
5979         * config.sub: Merge with FSF.
5980
5981         * config.guess: Merge with FSF.
5982
5983 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
5984
5985         * configure (extraconfigdirs): New variable.
5986         (SUBDIRS): Add extraconfigdirs and recurse on them too.
5987         * Makefile.in (all): Move higher in file.
5988         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
5989         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
5990         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
5991         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
5992         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
5993
5994 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
5995
5996         * Makefile.in (all-target-libjava): Depend on all-gcc and
5997         all-target-newlib.
5998         (configure-target-libjava): Depend on $(ALL_GCC).
5999
6000 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
6001
6002         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6003         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6004
6005 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6006
6007         * ylwrap: Change absolute path checks to check for DOS style path
6008         names.
6009
6010         * ylwrap: Don't use a full path name if the source file is in the
6011         same directory.  From hjl@lucon.org (H.J. Lu).
6012
6013         * config-ml.in: Default to being verbose, to match Feb 18 change to
6014         configure.
6015
6016 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
6017
6018         Brought over from egcs:
6019
6020         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6021
6022         * configure.in (target_subdir): Set to ${target_alias} instead
6023         of "libraries".
6024
6025         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6026
6027         * configure.in (target_subdir): Set to libraries if enable_multilib.
6028
6029 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
6030
6031         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6032         multilibs, force reconfiguration the first time we create
6033         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6034
6035 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
6036
6037         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6038         avoid confusion with --no-recursion.
6039
6040 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
6041
6042         * configure.in: Win32 hosts shouldn't use install -x
6043         * install-sh: remove -x option, and special .exe-handling
6044         hack.
6045
6046 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
6047
6048         * config.guess: Recognize i586-pc-beos.
6049         * configure.in: Don't build some bits for beos.
6050
6051 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6052
6053         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6054         CFLAGS default to -O2.
6055
6056         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6057         when using GNU ld.
6058
6059 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
6060
6061         * ltmain.sh: Correct install when using a different shell.
6062
6063 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6064
6065         * ltconfig, ltmain.sh: Update to libtool 1.2b.
6066
6067 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
6068
6069         * makefile.vms: Update to build binutils/makefile.vms.  Add install
6070         target.
6071
6072 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
6073
6074         * ltconfig: Update to correct AIX handling.
6075
6076 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
6077
6078         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6079
6080         * configure.in (target_subdir): Set to ${target_alias} instead
6081         of "libraries".
6082
6083 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
6084
6085         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6086         (Makefile): Depend on $(gcc_version_trigger).
6087
6088         * configure (gcc_version): Change default initializer to empty
6089         string.
6090         (gcc_version_trigger): New variable; pass this variable down
6091         to subdir configures to enable them checking gcc's version
6092         themselves. Emit make macros for both gcc_version vars.
6093         (topsrcdir): Initialize reliably.
6094         (recursion line): Remove --with-gcc-version=${gcc_version}.
6095
6096 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6097
6098         * configure (enable_version_specific_runtime_libs): Implement new flag
6099         --enable-version-specific-runtime-libs which installs C++ runtime stuff
6100         in $(libsubdir); emit definition in each generated Makefile.
6101         (gxx_include_dir): Initialize depending on
6102         $enable_version_specific_runtime_libs.
6103
6104 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
6105
6106         * configure (gcc_version): Initialize properly depending on
6107         how and where configure is started.
6108         (recursion line): Pass a --with-gcc-version=${gcc_version}
6109         to configures in subdirs.
6110
6111 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
6112
6113         * configure.in (noconfigdirs): Add configure pattern for mips tx39
6114         cygmon
6115
6116 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
6117
6118         * configure.in: Add cygmon and libstub support for mn10200.
6119
6120 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
6121
6122         * configure (gcc_version): Add new variable describing the
6123         particular gcc version we're building.
6124         * Makefile.in (libsubdir): Add new macro for the directory
6125         in which the compiler finds executables, libraries, etc.
6126         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6127         and libsubdir.
6128
6129 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6130
6131         * Makefile.in (local-clean): Remove *.log.
6132         (warning.log): Built with warn_summary from build.log.
6133         (mail-report.log): Run test_summary.
6134         (mail-report-with-warnings.log): Run test_summary including
6135         warning.log in the report.
6136
6137 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
6138
6139         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
6140
6141 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
6142
6143         * Makefile.in (grep): Grep no longer depends on libiberty.
6144
6145 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
6146
6147         * Makefile.in: all-snavigator needs all-libgui.
6148
6149 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
6150
6151         * configure.in: Add cygmon and libstub support for mn10300.
6152
6153 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
6154
6155         * missing: Update to version from automake 1.3.
6156
6157         * ltmain.sh: On installation, don't get confused if the same name
6158         appears more than once in the list of library names.
6159
6160 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6161
6162         * config.sub: Accept m68060 and m5200 as CPU names.
6163
6164 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
6165
6166         * configure: Use && rather than using -a in test, because odd
6167         strings can confuse test.
6168         * configure.in: Likewise.
6169
6170 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6171
6172         * ltconfig, ltmain.sh: Bring in Visual C++ support.
6173
6174 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6175
6176         * Makefile.in (boostrap2-lean, bootstrap3-lean,
6177         bootstrap4-lean): New targets.
6178
6179 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
6180
6181         * mpw-* Delete.  Not used.
6182
6183 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
6184
6185         * COPYING.LIB: Update FSF address.
6186
6187 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
6188
6189         * ltconfig, ltmain.sh: Update to libtool 1.2a.
6190
6191         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
6192         GAS_SUPPORT_DIRS.
6193
6194 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
6195
6196         * ltconfig, ltmain.sh: Avoid producing a version number if
6197         -version-info was not used.
6198
6199 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6200
6201         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
6202         building with newlib.
6203
6204 1998-04-30  Paul Eggert  <eggert@twinsun.com>
6205
6206         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
6207         Solaris `make' causes it to continue to next definition.
6208
6209 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6210
6211         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
6212         the right GUI libraries and files are installed along with GDB.
6213
6214 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6215
6216         * configure.in: Change alpha to alpha* in several places.
6217
6218 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
6219
6220         * config.sub: Recognize sparc86x.
6221
6222 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
6223
6224         * configure.in (--enable-target-optspace): Remove debug echo.
6225
6226 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
6227
6228         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
6229
6230 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
6231
6232         * ltconfig: Update cygwin32 support.
6233
6234         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
6235         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
6236         (GDB_SUPPORT_DIRS): Likewise.
6237
6238 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
6239
6240         * configure.in (target_makefile_frag): If --enable-target-optspace,
6241         use -Os to compile target libraries rather than -O2.  Default to
6242         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
6243         not used.
6244         * configure.in (target_cflags): Ditto for d30v.
6245
6246 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
6247
6248         * Makefile.in (all-bfd): Depend on all-intl.
6249         (all-binutils): Likewise.
6250         (all-gas): Likewise.
6251         (all-gprof): Likewise.
6252         (all-ld): Likewise.
6253
6254 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
6255
6256         * configure.in (host_tools): Fix typo, lbtool -> libtool.
6257
6258 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
6259
6260         * Makefile.in (all-bfd): Depend upon all-libiberty.
6261
6262         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
6263
6264 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
6265
6266         * Makefile.in: Add libstub.
6267
6268         * configure.in: Ditto. Build libstub for targets that have cygmon
6269         support.
6270
6271 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
6272
6273         * configure.in: Don't set PICFLAG on ix86-cygwin32.
6274
6275 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
6276
6277         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
6278         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
6279
6280 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
6281
6282         * configure: Define DEFAULT_M4 by searching PATH.
6283         * Makfile.in: Use DEFAULT_M4.
6284
6285 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
6286
6287         * ltconfig: Add cygwin32 support.
6288
6289         * Makefile.in, configure.in: Add libtool as a native only directory
6290         to configure and build.
6291
6292 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
6293
6294         * Makefile.in (INSTALL_MODULES): Remove texinfo.
6295
6296 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
6297
6298         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
6299
6300 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
6301
6302         * Makefile.in: add ash make rules
6303         * configure.in: add ash to native_only and host_tools lists
6304
6305 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
6306
6307         * Makefile.in (all-gettext, all-intl): New targets.
6308         (ALL_MODULES): Added all-gettext, all-intl.
6309         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
6310         (INSTALL_MODULES): Added install-gettext, install-intl.
6311         (CLEAN_MODULES): Added clean-gettext, clean-intl.
6312
6313         * configure.in (host_tools): Added gettext.
6314         (native_only): Likewise.
6315         (noconfigdirs) [various cases]: Likewise.
6316         (host_libs): Added intl.
6317
6318 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
6319
6320         * configure: Do not disable building gdbtk for cygwin32 hosts.
6321
6322 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
6323
6324         * configure.in: Add thumb-coff target.
6325         * config.sub: Add thumb-coff target.
6326
6327 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6328
6329         * Makefile.in: Revert yesterday's change.
6330         (all-target-winsup):  all-target-librx stays out of here.
6331
6332 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6333
6334         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
6335         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
6336         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
6337         Remove references to librx and libg++.
6338
6339 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
6340
6341         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
6342         recursive makes
6343
6344 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
6345
6346         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
6347         for newlib directory.
6348         (CXX_FOR_TARGET): Likewise.
6349
6350 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
6351
6352         * ltconfig: Update after libtool/ltconfig.in change for
6353         hpux11.
6354
6355 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
6356
6357         * ltconfig, ltmain.sh: Update to libtool 1.2.
6358
6359 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6360
6361         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
6362         (install-gcc-cross): Instead, override LANGUAGES here.
6363
6364 1998-03-18  Dave Love  <d.love@dl.ac.uk>
6365
6366         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
6367         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
6368
6369 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
6370
6371         * configure.in: Add Thumb-pe target.
6372
6373 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
6374
6375         * Makefile.in - changed sn targets to snavigator
6376         * configure.in - changed sn targets to snavigator
6377
6378 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6379
6380         * config-ml.in: After building symlink tree call make distclean
6381         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
6382         to be the case for libiberty.
6383
6384 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
6385
6386         * configure: When making link, also check the current
6387         directory. The configure scripts may create one.
6388
6389 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
6390
6391         * config.sub: Accept alphapca56 and alphaev6 properly.
6392
6393 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6394
6395         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
6396
6397 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
6398
6399         * config.sub (sco5): Fix typo.
6400
6401 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
6402
6403         * Makefile.in (INSTALL_MODULES): Move install-tcl before
6404         install-itcl.
6405         (install-itcl): Remove dependency on install-tcl.
6406
6407 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
6408
6409         * configure.in: Remove libgloss from noconfigdirs for MN10300.
6410
6411 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
6412
6413         * configure.in: Don't build libgui for a cygwin32 target when not on
6414         a cygwin32 host.
6415
6416 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6417
6418         * configure (redirect): Set to null, so default behavior of
6419         configure is now --verbose.
6420
6421 1998-02-16  Dave Love  <d.love@dl.ac.uk>
6422
6423         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
6424         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
6425
6426 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
6427
6428         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
6429         this change to sync Makefile.in with its ChangeLog entries.
6430
6431 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
6432
6433         * ltmain.sh (mkdir): Check that the directory doesn't exist
6434         before we exit with error, so that we don't get races during
6435         parallel builds.
6436
6437 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
6438
6439         * ltconfig, ltmain.sh: Update from libtool 1.0i.
6440
6441 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6442
6443         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
6444         PICFLAG_FOR_TARGET.
6445         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
6446
6447         * configure: Emit a definition for the new macro enable_shared
6448         into each Makefile.
6449
6450 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
6451
6452         * configure.in (host_tools, native_only): Add libtool.
6453
6454 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
6455
6456         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
6457         Fix typo in ming config comment.
6458
6459 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
6460
6461         * ltconfig, ltmain.sh: Update from libtool 1.0h.
6462
6463 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
6464
6465         * config.sub: Add tic30 cases, and map c30 to tic30.
6466
6467 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
6468
6469         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
6470         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
6471         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
6472         (CLEAN_TARGET_MODULES): Similarly
6473         (all-target-libf2c): Add dependences.
6474         * configure.in (target_libs): Add libf2c.
6475
6476 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
6477
6478         * configure.in: Remove expect from noconfigdirs when target
6479         is cygwin32.  OK to build expect and dejagnu with Canadian
6480         Cross.
6481
6482 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
6483
6484         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
6485         host.
6486
6487         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
6488         and mingw32.
6489
6490 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6491
6492         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
6493         here as it is not defined in the toplevel Makefile.
6494
6495 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6496
6497         * configure (package_makefile_rules_frag): New variable, which names
6498         a file with generic rules, ...
6499         Change comment to mention we now have FIVE parts.
6500         * configure: Undo last change.
6501
6502 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
6503
6504         * config.guess: More accurate determination of HP processor types.
6505         * config.sub: More accurate determination of HP processor types.
6506
6507 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6508
6509         * configure (package_makefile_frag): Move inserting the
6510         ${package_makefile_frag} to where it should be according
6511         to the comment.
6512
6513 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
6514
6515         * config.guess: Add support for Linux/ARM.
6516
6517 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
6518
6519         * .cvsignore: Remove *-info and *-install since they match
6520         release-info and mpw-install, which we don't want to just ignore.
6521
6522 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
6523
6524         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
6525
6526 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
6527
6528         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
6529         local_prefix to sub-make invocations.
6530
6531 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
6532
6533         * configure.in: Check makefile fragments in the source
6534         directory.
6535
6536 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
6537
6538         * configure.in: Check whether host and target makefile
6539         fragments exist before adding them to *_makefile_frag.
6540
6541 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
6542
6543         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
6544
6545 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
6546
6547         * configure.in: Make sure we only replace RPATH_ENVVAR on
6548         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
6549         regexp to sed.
6550
6551         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
6552         to sub-makes.
6553
6554 1998-01-13  Lee Iverson   (leei@ai.sri.com)
6555
6556         * config-ml.in (multi-do): LDFLAGS must include multilib
6557         designator.
6558
6559 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
6560
6561         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
6562
6563 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6564
6565         * config.sub: Add mingw32 support.
6566         * configure.in: Likewise.
6567
6568 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
6569
6570         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
6571
6572 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
6573
6574         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6575         * configure (gxx_include_dir): Provide a definition for subdirs
6576         which do not use autoconf.
6577
6578 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
6579
6580         * config.guess: Sync with egcs.  Picks up new alpha support,
6581         BeOS & some additional linux support.
6582
6583 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
6584
6585         * config.guess: HP 9000/803 is a PA1.1 machine.
6586
6587 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
6588
6589         * configure.in: It's alpha*-...
6590
6591 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6592
6593         * configure.in (host_makefile_frag, target_makefile_frag):
6594         Handle multiple config files.
6595         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
6596         alpha-*-*.
6597
6598 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
6599
6600         * mkdep: New file.
6601
6602 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
6603
6604         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
6605
6606 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
6607
6608         * Makefile.in: Add libgui directory.
6609         (GDB_TK): Add all-libgui.
6610         * configure.in: Add libgui directory.
6611         * configure: Add all-libgui to GDB_TK.
6612
6613 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
6614
6615         * config-ml.in (multidirs): Add m32r to multilib list.
6616
6617 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
6618
6619         * Makefile.in (all-target-gperf): Change dependency to
6620         all-target-libstdc++.
6621
6622 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
6623
6624         * config.guess: Add BeOS support.
6625
6626 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
6627
6628         Source directory cvs renamed to cvssrc:
6629         * configure.in (host_tools): Change cvs to cvssrc.
6630         (native_only): Likewise.
6631         (noconfigdirs) [various cases]: Likewise.
6632         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
6633         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
6634         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
6635         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
6636         (all-cvssrc): Rename target from all-cvs.
6637
6638 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
6639
6640         * configure (gxx_include_dir): Fix thinko.
6641
6642 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
6643
6644         * Makefile.in (INSTALL_TARGET_CROSS): Define.
6645         (install-cross, install-gcc-cross): New targets.
6646
6647 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
6648
6649         * configure.in (noconfigdirs): Add support for Thumb target.
6650
6651         * config.sub (maybe_os): Add support for Thumb target.
6652
6653 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
6654
6655         * Makefile.in: Add rules for cygmon.
6656
6657         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
6658
6659 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
6660
6661         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
6662         * configure (gxx_include_dir): Provide a definition for subdirs
6663         which do not use autoconf.
6664
6665 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
6666
6667         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
6668         11/18/97 build
6669
6670 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
6671
6672         * From Franz Sirl.
6673         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
6674         found on RedHat Linux systems.
6675
6676 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
6677
6678         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
6679         guesses.
6680
6681 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
6682
6683         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
6684
6685 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
6686
6687         * ltmain.sh: If mkdir fails, check whether the directory was created
6688         anyhow by some other process.
6689
6690 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
6691
6692         * configure.in (d30v-*-*): Configure all directories.
6693
6694 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
6695
6696         * configure.in (d30v-*-*): Configure newlib, libiberty directories
6697         for the D30V.
6698
6699 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
6700
6701         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
6702
6703 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
6704
6705         * include/libiberty.h: Add extern "C" { so it can be used with C++
6706         progrms.
6707         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
6708         programs.
6709
6710 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
6711
6712         * configure.in (d30v-*-*): Configure GCC now.
6713
6714 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
6715
6716         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
6717         is no longer needed.
6718
6719 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
6720
6721         * Makefile.in: check-target-libio depends on all-target-libstdc++.
6722
6723 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
6724
6725         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
6726         targets using "$@" to provide support for similar but not identical
6727         targets without having to duplicate code.
6728
6729 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
6730
6731         * makefile.vms: Fix to work with DEC C.
6732
6733 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
6734
6735         * config.sub: Add mips-tx39-elf to marketing names.
6736
6737 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
6738
6739         * ltmain.sh: Handle symlinks in generated script.
6740
6741 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
6742
6743         * configure: Handle autoconf style directory options: --bindir,
6744         --datadir, --includedir, --infodir, --libdir, --libexecdir,
6745         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
6746         --sysconfdir.
6747         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
6748         (sharedstatedir, localstatedir, oldincludedir): New variables.
6749         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
6750         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
6751         sbindir, sharedstatedir, and sysconfdir.
6752
6753 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
6754
6755         * Makefile.in (bootstrap-lean): New target.
6756
6757 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
6758
6759         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
6760         sn, and gnuserv from noconfigdirs.
6761
6762 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
6763
6764         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
6765
6766 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
6767
6768         * Makefile.in (cross): New target.
6769
6770 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
6771                           Jeff Law         <law@cygnus.com>
6772
6773         * Makefile.in (bootstrap2, bootstrap3): New targets.
6774         (all-bootstrap): Remove outdated and confusing target.
6775         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
6776
6777 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6778
6779         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
6780         windows.  Consistent with gdb/configure.
6781
6782 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
6783
6784         * configure.in: Name Linux target fragment.
6785
6786         * configure: Rewrite so that project Makefile fragment is inserted
6787         first and appears last in the resulting Makefile.
6788
6789 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6790
6791         * Makefile.in (install-itcl): Install tcl first.
6792
6793 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
6794
6795         * configure.in: remove bison from noconfigdirs for Cygwin32 host
6796
6797 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
6798
6799         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
6800
6801         * configure.in (skipdirs): Add target-librx for Linux.
6802         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
6803
6804 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
6805
6806         * Makefile.in (bootstrap): New target.
6807
6808 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
6809
6810         * config.sub: Accept 'amigados' for backward compatability.
6811
6812 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
6813
6814         * config.guess: Merge with FSF.
6815
6816 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
6817
6818         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
6819
6820 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
6821
6822         * config.sub: Add "marketing-names" patch.
6823
6824 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
6825
6826         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
6827
6828 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
6829
6830         * config.sub: Handle v850-elf.
6831
6832 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
6833
6834         * .cvsignore (*-install): Remove.
6835
6836 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
6837
6838         * ltconfig: Set CONFIG_SHELL in libtool.
6839         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
6840
6841 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
6842
6843         * configure.in (target_subdir): Set to libraries if enable_multilib.
6844
6845 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
6846
6847         * config.guess: Update from gcc directory.
6848
6849 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6850
6851         * Makefile.in (all-sim): Depends on all-readline.
6852
6853 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
6854
6855         * Makefile.in (BISON, YACC): Use $$s.
6856         (all-bison): Depend on all-texinfo.
6857
6858 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
6859
6860         * Makefile.in (BISON): Add -L flag.
6861         (YACC): Likewise.
6862
6863 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
6864
6865         * configure.in (noconfigdirs): Add support for v850e target.
6866
6867         * config.sub (maybe_os): Add support for v850e target.
6868
6869 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
6870
6871         * configure.in (noconfigdirs): Add support for v850ea target.
6872
6873         * config.sub (maybe_os): Add support for v850ea target.
6874
6875 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
6876
6877         * config.sub: Add mipstx39.  Delete r3900.
6878
6879 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
6880
6881         * Makefile.in (all-autoconf): Depends on all-texinfo.
6882
6883 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
6884
6885         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
6886         eabi targets.
6887
6888 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
6889
6890         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
6891
6892         * configure: When handling a Canadian Cross, handle YACC as well as
6893         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
6894         * Makefile.in (all-bison): Depend upon all-texinfo.
6895
6896 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
6897
6898         * Makefile.in (BISON): bison, not byacc or bison -y.
6899         (YACC): bison -y or byacc or yacc.
6900         (various): Add *-bison as appropriate.
6901         (taz): No need to mess with BISON anymore.
6902
6903 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
6904
6905         * configure: If OSTYPE matches *win32*, try to find a good value for
6906         CONFIG_SHELL.
6907
6908 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
6909
6910         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
6911         configure.in if it is present.
6912
6913 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
6914
6915         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
6916
6917 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
6918
6919         * config.sub: Recognize `arc' cpu.
6920         * configure.in: Likewise.
6921         * config-ml.in: Likewise.
6922
6923 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
6924
6925         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
6926
6927 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
6928
6929         * configure: Changed sed delimiter from ':' to '|' when
6930         attempting to substitute ${config_shell} for SHELL. On
6931         NT ${config_shell} may contain a ':' in it.
6932
6933 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
6934
6935         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
6936
6937 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
6938
6939         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
6940
6941 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
6942
6943         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
6944
6945         * ylwrap: If the program is a relative path, force it to be
6946         absolute.
6947
6948 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6949
6950         * configure (tooldir): Set BISON to `bison -y' and not just bison.
6951
6952 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
6953
6954         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
6955         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
6956         for libraries.
6957
6958 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
6959
6960         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
6961         separated by spaces.
6962
6963 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
6964
6965         * ylwrap: New file.
6966         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
6967
6968         * ltmain.sh: Handle /bin/sh at start of install program.
6969
6970         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
6971
6972         * ltconfig, ltmain.sh: New files, from libtool 1.0.
6973         * missing: New file, from automake 1.2.
6974
6975 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
6976
6977         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
6978         check-tk to CHECK_X11_MODULES.
6979
6980 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
6981
6982         * config.sub: Merge with FSF.
6983
6984 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
6985
6986         * config.guess: Merge with FSF.
6987
6988 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
6989
6990         * configure: Treat msdosdjgpp like go32.
6991         * configure.in: Likewise.  Don't remove gprof for go32.
6992
6993         * configure: Change Makefile.tem2 to Makefile.tm2.
6994
6995 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
6996
6997         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
6998
6999 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7000
7001         * install-sh (chmodcmd): Set to null if the DST directory already
7002         exists.  Same as Nov 11th change.
7003
7004 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
7005
7006         * configure (GDB_TK): Needs itcl and tix.
7007
7008 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
7009
7010         * config.guess: Update from FSF.
7011
7012 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
7013
7014         * Makefile.in (GDB_TK): Depend on itcl and tix.
7015
7016 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7017
7018         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7019         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7020         (INSTALL_SCRIPT): New variable.
7021         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7022         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7023         to -x.
7024         * install-sh: Add support for -x option.
7025
7026 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
7027
7028         * configure.in, Makefile.in: Treat tix like itcl.
7029
7030 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
7031
7032         * Makefile.in (WINDRES): New variable.
7033         (WINDRES_FOR_TARGET): New variable.
7034         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7035         (EXTRA_HOST_FLAGS): Add WINDRES.
7036         (EXTRA_TARGET_FLAGS): Add WINDRES.
7037         (EXTRA_GCC_FLAGS): Add WINDRES.
7038         ($(DO_X)): Pass down WINDRES.
7039         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7040         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7041         DLLTOOL_FOR_TARGET.
7042
7043 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
7044
7045         * configure.in: configure sim before gdb for win32-x-ppc
7046
7047 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7048
7049         Move gperf into the toplevel, from libg++.
7050         * configure.in (target_tools): Add target-gperf.
7051         (native_only): Add target-gperf.
7052         * Makefile.in (all-target-gperf): New target, depend on
7053         all-target-libg++.
7054         (configure-target-gperf): Empty rule.
7055         (ALL_TARGET_MODULES): Add all-target-gperf.
7056         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7057         (CHECK_TARGET_MODULES): Add check-target-gperf.
7058         (INSTALL_TARGET_MODULES): Add install-target-gperf.
7059         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7060
7061 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
7062
7063         * config.sub (mn10200): Recognize new basic machine.
7064
7065 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7066
7067         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7068         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7069
7070 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
7071
7072         * configure.in: If we're building mips-sgi-irix6* native, turn on
7073         ENABLE_MULTILIB and set TARGET_SUBDIR.
7074
7075 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
7076
7077         * Makefile.in (all-sn): Depend on all-grep.
7078
7079 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
7080
7081         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7082
7083         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7084         Makefile.  From Jeff Makey <jeff@cts.com>.
7085         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7086
7087         * Makefile.in (DISTBISONFILES): Remove.
7088         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
7089         $(DEFAULT_YACC).
7090
7091         * configure.in: Build itl, db, sn, etc., when building for native
7092         cygwin32.
7093
7094         * Makefile.in (LD): New variable.
7095         (EXTRA_HOST_FLAGS): Pass down LD.
7096         ($(DO_X)): Likewise.
7097
7098 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
7099
7100         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7101
7102 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
7103
7104         * configure.in (targargs): Strip out any supplied --build argument
7105         before adding our own. Always add --build.
7106
7107 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
7108
7109         * configure.in (targargs): Pass --build if we're doing
7110         a cross-compile.
7111
7112 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
7113
7114         * configure: Use '|' instead of ":" as the separator in
7115         sed. Otherwise sed chokes on NT path names with drive
7116         designators. Also look for "?:*" as the leading characters in an
7117         absolute pathname.
7118
7119 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
7120
7121         * config.sub: Support for r3900.
7122
7123 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
7124
7125         * configure.in: Use install-sh, not install.sh.
7126
7127 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
7128
7129         * Makefile.in (taz): Improve check for BISON so it doesn't try to
7130         apply it twice.
7131
7132 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
7133
7134         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
7135         install-binutils.
7136
7137 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
7138
7139         * Makefile.in: Add automake targets.
7140         * configure.in (host_tools): Add automake.
7141
7142 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7143
7144         * configure: Default CXX to c++, not gcc.
7145         * Makefile.in (CXX): Set to c++, not gcc.
7146         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
7147
7148 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
7149
7150         * install-sh: try appending a .exe if source file doesn't
7151         exist
7152
7153 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
7154
7155         * configure.in: Turn on multilib by default.
7156         (cross_only): Remove target-libiberty.
7157
7158         * Makefile.in (all-gcc): Don't depend on libiberty.
7159
7160 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
7161
7162         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
7163
7164 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7165
7166         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
7167         (DISTBISONFILES): Add ld/Makefile.in
7168
7169 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
7170
7171         * configure.in: if target is cygwin32 but host isn't cygwin32,
7172         don't configure gdb tcl tk expect, not just gdb.
7173
7174 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
7175
7176         * configure.in: Added gnuserv everywhere sn appears.
7177
7178         * Makefile.in (ALL_MODULES): Added all-gnuserv.
7179         (CROSS_CHECK_MODULES): Added check-gnuserv.
7180         (INSTALL_MODULES): Added install-gnuserv.
7181         (CLEAN_MODULES): Added clean-gnuserv.
7182         (all-gnuserv): New target.
7183
7184 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
7185
7186         * config.guess: Fixes for MIPS OpenBSD systems.
7187
7188 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
7189
7190         * Makefile.in (INSTALL_XFORM): Remove.
7191         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
7192
7193         * mkinstalldirs: New file, copied from automake.
7194         * Makefile.in (installdirs): Rename from install-dirs.  Use
7195         mkinstalldirs.  Change all users.
7196         (DEVO_SUPPORT): Add mkinstalldirs.
7197
7198 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
7199
7200         * install-sh: Rename from install.sh.
7201         * Makefile.in (INSTALL): Change install.sh to install-sh.
7202         (DEVO_SUPPORT): Likewise.
7203
7204         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
7205         Graichen <graichen@rzpd.de>.
7206
7207 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
7208
7209         * config.guess: Recognize OpenBSD systems correctly.
7210
7211 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7212
7213         * README, Makefile.in (ETC_SUPPORT): Remove references to
7214         cfg-paper*, configure.{texi,man,info*}._
7215
7216 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
7217
7218         * Makefile.in (all.normal): Ensure that gcc is built after all
7219         the x11 - ie gdb - targets.
7220
7221 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
7222
7223         * makefile.vms: Don't run conf-a-gas.
7224
7225 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
7226
7227         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
7228
7229 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
7230
7231         * configure.in: Remove noconfigdirs case since gdb also
7232         configures and builds for tic80-coff.
7233
7234 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
7235
7236         * configure: Set cache_file to config.cache.
7237         * Makefile.in (local-distclean): Remove config.cache.
7238
7239 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7240
7241         * COPYING: Update FSF address.
7242
7243 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
7244
7245         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
7246         noconfigdirs.
7247
7248 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
7249
7250         * Makefile.in (install-dirs): Don't crash if prefix, and hence
7251         MAKEDIRS, is empty.
7252
7253 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
7254
7255         * config.sub: Tweak mn10300 entry.
7256
7257 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
7258
7259         * configure.in (host_tools): Put sim before gdb, so gdb's
7260         configure.tgt can determine if the simulator was configured.
7261
7262 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
7263
7264         * config.sub: Move BeOS $os case to be with other Cygnus
7265         local cases.
7266
7267 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
7268
7269         * config.sub: Remove misplaced comment that broke Linux.
7270
7271 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
7272
7273         * config.sub: Add BeOS support.
7274
7275 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
7276
7277         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
7278
7279 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
7280
7281         * configure.in (noconfigdirs): Remove tcl and tk from
7282         noconfigdirs for cygwin32 builds.
7283
7284 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
7285
7286         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
7287
7288 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
7289
7290         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
7291         make-all.com, use makefile.vms instead.
7292
7293 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
7294
7295         * config.sub: Accept -lnews*.
7296
7297 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
7298
7299         * configure.in (noconfigdirs): Disable target-newlib,
7300         target-examples and target-libiberty for d30v.
7301
7302 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7303
7304         * configure.in (noconfigdirs): Enable ld for d30v.
7305
7306 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
7307
7308         * configure.in (tic80-*-*): Build compiler.
7309
7310 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
7311
7312         * configure.in (d30v-*): Remove sim directory from list of
7313         unsupported d30v directories
7314
7315 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
7316
7317         * config.sub, configure.in: Add d30v target cpu.
7318
7319 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
7320
7321         * makefile.vms: New file.
7322         * make-all.com: Remove.
7323
7324 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
7325
7326         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
7327
7328 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
7329
7330         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
7331
7332 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
7333
7334         * Makefile.in (ALL_MODULES): Added all-db.
7335         (CROSS_CHECK_MODULES): Addec check-db.
7336         (INSTALL_MODULES): Added install-db.
7337         (CLEAN_MODULES): Added clean-db.
7338
7339 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
7340
7341         * config.guess: Merge with latest FSF sources.
7342
7343 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
7344
7345         * Makefile.in (ALL_MODULES): Added all-itcl.
7346         (CROSS_CHECK_MODULES): Added check-itcl.
7347         (INSTALL_MODULES): Added install-itcl.
7348         (CLEAN_MODULES): Added clean-itcl.
7349
7350 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
7351
7352         * configure.in: build gdb for mn10200
7353
7354 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
7355
7356         * Makefile.in (all-target-winsup): Depend on all-target-libio.
7357
7358 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
7359
7360         * configure.in (tic80-*-*): Turn off most targets right now.
7361
7362 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
7363
7364         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
7365         rather than the makeinfo program.
7366         (do-info): Depend upon all-texinfo.
7367
7368 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7369
7370         * configure.in: Remove uses of config/mh-linux.
7371
7372         * config.sub, config.guess: Merge with latest FSF sources.
7373
7374 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
7375
7376         * config.sub (case $basic_machine): Add tic80 entries.
7377
7378 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
7379
7380         * config.sub, config.guess: Merge with latest FSF sources.
7381
7382 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7383
7384         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
7385         * mpw-config.in: Test for NewFolderRecursive.
7386         * mpw-install: Use symbolic name for startup filename.
7387         * mpw-README: Add various additional details.
7388
7389 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
7390
7391         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
7392
7393 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
7394
7395         * configure.in: Do build gcc and the target libraries for
7396         the mn10200.
7397
7398 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
7399
7400         * configure.in: don't avoid building gdb for mn10300 any more
7401         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
7402         instead of single-quoting it.
7403
7404 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
7405
7406         * configure.in: Don't use --with-stabs on IRIX 6.
7407
7408 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
7409
7410         * configure.in (m32r): Build gdb, libg++ now.
7411
7412 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7413
7414         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
7415         directories from noconfigdirs.
7416
7417 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
7418
7419         * config.sub (basic_machine): added mips16 configuration
7420
7421 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7422
7423         * config.sub: Handle d10v-unknown.
7424
7425 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
7426
7427         * config.sub: Handle v850-unknown.
7428
7429 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
7430
7431         * Makefile.in: add findutils
7432         * configure.in: add findutils to list of host_tools
7433
7434 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
7435
7436         * config.sub: Handle mn10200 and mn10300.
7437
7438 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7439
7440         * configure.in (d10v-*): Do not build librx.
7441
7442 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
7443
7444         * configure.in (mn10300): Build everything except gdb & libgloss.
7445
7446 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
7447
7448         * config.guess:  Patch for Dansk Data Elektronik servers,
7449         from Niels Skou Olsen <nso@dde.dk>.
7450
7451         For ncr, use /bin/uname rather than uname, since GNU uname does not
7452         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
7453
7454         Patch for MIPS R4000 running System V,
7455         from Eric S. Raymond <esr@snark.thyrsus.com>.
7456
7457         Fix thinko for nextstep.
7458
7459         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
7460
7461         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
7462         * config.guess: Guess mips-dec-mach_bsd4.3.
7463
7464         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
7465         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
7466         release numbers.
7467         * config.guess (mips-mips-riscos*):  Emit just enough of the
7468         release number.
7469
7470         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
7471         * config.guess (sparc-auspex-sunos*):  Added.
7472         (f300-fujitsu-*): Added.
7473
7474         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
7475         * config.guess:  Recognize a Tadpole as a sparc.
7476
7477 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7478
7479         * config.guess: Don't assume that NextStep version is either 2 or
7480         3.  NextStep 4 (aka OpenStep 4) has come out now.
7481
7482 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
7483
7484         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
7485         From Rik Faith <faith@cs.unc.edu>.
7486
7487 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7488
7489         * config.sub: Contributions from bug-gnu-utils to:
7490         Support plain "hppa" (no version given) architecture, reported by
7491         OpenStep.
7492         OpenBSD like NetBSD.
7493         LynxOs is not a hardware supplier.
7494
7495         * config.guess: Contributions from bug-gnu-utils to add support for:
7496         OpenBSD like NetBSD.
7497         Stratus systems.
7498         More Pyramid systems.
7499         i[n>4]86 Intel chips.
7500         M680[n>4]0 Motorola chips.
7501         Use unknown instead of lynx for hardware manufacturer.
7502
7503 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7504
7505         * install.sh (chmodcmd): Set to null if the DST directory already
7506         exists.
7507
7508 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7509
7510         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
7511         not use mt-ppc target Makefile fragment any more.
7512
7513 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7514
7515         * configure.in (*-*-windows):  Exclude everything but those dirs
7516         needed to build windows.
7517
7518 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
7519
7520         * Makefile.in (all-target-winsup): Depend on all-target-librx.
7521
7522 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7523
7524         * configure.in:  Exclude mmalloc from i386-windows.
7525
7526 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
7527
7528         * Undo my previous change.
7529
7530 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
7531
7532         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
7533         unconditionally.
7534         (MAKEOVERRIDES): Define (revert this part of October 18 change).
7535
7536 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
7537
7538         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
7539         host to add it's own flags.
7540
7541 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
7542
7543         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
7544
7545 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
7546
7547         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
7548         (CXX_FOR_TARGET): Likewise.
7549         (GCC_FOR_TARGET): Define.
7550         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
7551         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
7552         CC_FOR_TARGET was specified on the command line.
7553         (MAKEOVERRIDES): Don't define.
7554
7555 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
7556
7557         * configure.in (m32r): Fix spelling of libg++ libs.
7558
7559 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
7560
7561         * config.sub (-apple*): Remove, now redundant.
7562
7563 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
7564
7565         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
7566
7567         * configure: Rework yesterday's sed script patch.
7568
7569         * config.sub: Merge with FSF.
7570
7571 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
7572
7573         * config.guess:  Merge from FSF.
7574
7575         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7576         * config.guess: Use pc instead of unknown, for pc clone systems.
7577         Change linux to linux-gnu.
7578
7579         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7580         * config.guess: Avoid non-portable tr syntax.
7581
7582 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
7583
7584         * test-build.mk (HOLES): Add "xargs" for gdb.
7585
7586         * configure: Avoid hpux10.20 sed bug.
7587
7588 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
7589
7590         * configure.in:  Add support for windows host
7591         (that is a build done under the Microsoft build environment).
7592
7593 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
7594
7595         * Makefile.in: Replace all uses of srcroot with s, to shrink
7596         command line lengths.
7597
7598         Patches from Geoffrey Noer <noer@cygnus.com>:
7599         * configure.in: If configuring for newlib, pass --with-newlib to
7600         subdirectories.
7601         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
7602         -Bnewlib/ and -Lwinsup to gcc.
7603         (CXX_FOR_TARGET): Likewise.
7604
7605 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
7606
7607         * Makefile.in (ETC_SUPPORT): Add configure.
7608
7609 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
7610
7611         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
7612         host configuration file.
7613
7614 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
7615
7616         * configure.in: Break mn10x00 support into separate
7617         mn10200 and mn10300 configurations.
7618         * config.sub: Likewise.
7619
7620 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
7621
7622         * configure.in: Add lots of stuff to noconfigdirs for
7623         the mn10x00 targets.
7624
7625         * config.sub, configure.in: Add mn10x00 support.
7626
7627 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
7628
7629         * make-all.com: Call conf-a-gas, not config-a-gas.
7630
7631 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
7632
7633         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
7634         targets.
7635
7636 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
7637
7638         * mpw-README: Add much more detail for native PowerMac.
7639         * mpw-install: New file.
7640         * mpw-configure: Add --norecursion and --help options.
7641         * mpw-config.in: Translate readme and install files when
7642         copying to objdir.
7643         * mpw-build.in: Don't always depend on byacc and flex.
7644         (install-only-top): New action.
7645
7646 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
7647
7648         * configure.in:  You can now configure GDB for the v850.
7649
7650 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
7651
7652         * configure.in (noconfigdirs): Don't configure any C++ dirs
7653         if targeting D10V.
7654
7655 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
7656
7657         * config.sub: Recognize mips64vr5000.
7658
7659 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
7660
7661         * configure.in: Use a single line for host_tools and native_only.
7662
7663 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
7664
7665         * config.sub, configure.in: Add entries for m32r.
7666
7667 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
7668
7669         * Makefile.in (inet-install): Don't run install-gzip.
7670
7671 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
7672
7673         * configure.in:  Don't config lots of things for *-*-windows*.
7674
7675 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
7676
7677         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
7678         (host_libs, host_tools): Copy from configure.in.
7679         * mpw-configure: Don't complain about directories not found.
7680
7681 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7682
7683         * configure.in (i[345]86): Recognize i686 for pentium pro.
7684         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
7685         file.
7686
7687         * config.guess (i[345]86): Ditto.
7688
7689 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7690
7691         * configure.in (noconfigdirs): Removed gdb for D10V.
7692
7693 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
7694
7695         * configure.in: Remove ld, target-libio, target-libg++, and
7696         target-libstdc++ from noconfigdirs.
7697
7698 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
7699
7700         * configure: Fix three locations where shell scripts were
7701         being run directly rather than with config_shell.
7702
7703 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
7704
7705         * configure.in (v850-*-*): Set up initial $noconfigdirs.
7706         * config.sub (basic_machine): Recognize v850.
7707
7708 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
7709
7710         * mpw-configure: Handle multiple enable/disable options and
7711         pass them down recursively, handle -c and -s flags appropriately
7712         depending on choice of compiler, add escape mechanism for
7713         quoted arguments to gC.
7714
7715 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7716
7717         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
7718         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
7719         so that -mrelocatable-lib and -mno-eabi are used.
7720
7721         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
7722         not support --print-multi-lib, don't abort.
7723
7724 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
7725
7726         * make-all.com: Run config-a-gas.
7727         * setup.com: Don't copy subdirectory files around.
7728
7729 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
7730
7731         * configure.in (*-*-ose): Remove exclusion of libgloss for this
7732         target, it now compiles correctly.
7733
7734 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
7735
7736         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
7737
7738 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7739
7740         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
7741
7742 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7743
7744         * configure.in (native_only): Add prms.
7745
7746 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
7747
7748         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
7749         (BINUTILS_SUPPORT_DIRS): Likewise.
7750
7751 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7752
7753         * configure.in (d10v-*-*): Don't configure ld or gdb until the
7754         d10v support is added.
7755
7756 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
7757
7758         * configure.in (d10v-*-*): New target.
7759
7760 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
7761
7762         * config.guess (HP 9000/811): Recognize this as a PA1.1
7763         machine.
7764
7765 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
7766
7767         * Makefile.in (do-tar-gz): New target, split out from tail end of
7768         taz target.  Run each command separately, don't use pipes.
7769         (taz): Use it.
7770
7771 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
7772
7773         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
7774         * mpw-build.in: No builds should depend on building byacc or flex,
7775         they are assumed to be installed already.
7776
7777 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7778
7779         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
7780         variable that CC_FOR_TARGET needs.
7781
7782 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7783
7784         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
7785         options have changed since the last time the subdirectory was
7786         configured, and if it has, reconfigure.
7787         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
7788         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
7789
7790 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
7791
7792         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
7793         CLEAN_MODULES): Add bash.
7794         (all-bash): New target.
7795
7796 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
7797
7798         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
7799
7800 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7801
7802         * config.sub (basic_machine): Recognize d10v as a valid processor.
7803
7804 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
7805
7806         * mpw-configure: Add support for --bindir.
7807         * mpw-build.in: Use a GCC-specific build script for GCC actions.
7808
7809 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
7810
7811         * configure.in: add bash, time, gawk to list of hosttools and things
7812         to only build for native toolchains
7813
7814 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7815
7816         * Makefile.in (docdir): Remove.
7817
7818 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
7819
7820         * Makefile.in (datadir): Set to $(prefix)/share.
7821
7822 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
7823
7824         * configure.in: build diff and patch for cygwin32-hosted
7825         toolchains.
7826
7827 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
7828
7829         * config.sub: Accept -rtems*.
7830
7831 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
7832
7833         * configure.in: enable dosrel for cygwin32-hosted builds,
7834                 remove diff from the list of things not buildable
7835                 via Canadian Cross
7836
7837 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
7838
7839         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
7840         don't get ". ".
7841
7842 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
7843
7844         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
7845
7846 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
7847
7848         * Makefile.in (taz): Handle case where tex3patch didn't even get
7849         checked out.  Also, if it was found, put the symlink in a new util
7850         subdirectory.
7851
7852 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7853
7854         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
7855
7856 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
7857
7858         * config.sub: Recognize -openvms.
7859         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
7860         * make-all.com, setup.com: New files.
7861
7862 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
7863
7864         * Makefile.in (taz): tex3patch moved to texinfo/util.
7865
7866 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
7867
7868         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
7869         * configure.in: remove make from disable-if-Can-Cross list
7870                 enable gdb if ${host} and ${target} are cygwin32
7871
7872 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
7873
7874         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
7875         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
7876
7877 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
7878
7879         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
7880         distinguish sysv/svr4/bsd variants.
7881         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
7882
7883 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
7884
7885         * configure.in: Added copyright notice.
7886         * move-if-change: Added copyright notice.
7887
7888 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7889
7890         * configure.in (powerpcle-*-solaris*): Until we get shared
7891         libraries working, don't build gdb, sim, make, tcl, tk, or
7892         expect.
7893
7894 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
7895
7896         * config.guess:  Merge with FSF:
7897
7898         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7899         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
7900
7901         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
7902         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
7903
7904         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
7905         * config.guess:  Combine two OSF1 rules.
7906         Also recognize field test versions.  From mjr@zk3.dec.com.
7907         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
7908         because GNU uname does not support -p.  From pmr@pajato.com.
7909
7910 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
7911
7912         * Makefile.in (MAKEDIRS): Removed $(tooldir).
7913
7914 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
7915
7916         * mpw-README: Document GCCIncludes.
7917
7918 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
7919
7920         * configure.in (alpha-*-linux*): Set enable_shared to yes.
7921
7922 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
7923
7924         * mpw-configure: Handle --enable-FOO and --disable-FOO.
7925
7926 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
7927
7928         * configure.in (*-*-cygwin32): Configure make.
7929
7930 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
7931
7932         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
7933
7934 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
7935
7936         * Makefile.in (all-inet): Depend on all-perl.
7937
7938         * Makefile.in (inet-install): New target.
7939
7940         * Makefile.in (all-inet): Depend on all-tcl.
7941         (all-inet): Depend on all-send-pr.
7942
7943 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7944
7945         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
7946         temporarily.
7947
7948 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
7949
7950         * configure.in: Don't configure --with-gnu-ld on AIX.
7951
7952 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
7953
7954         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
7955
7956 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
7957
7958         * Makefile.in (ALL_MODULES): Added all-inet.
7959         (CROSS_CHECK_MODULES): Added check-inet.
7960         (INSTALL_MODULES): Added install-inet.
7961         (CLEAN_MODULES): Added clean-inet.
7962         (all-indent): New target.
7963
7964         * configure.in (host_tools): Added inet.
7965         (native_only): Added inet.
7966         (noconfigdirs): Added inet.
7967
7968 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
7969
7970         * configure.in: Don't configure libgloss if we are not configuring
7971         newlib.
7972
7973 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
7974
7975         * configure.in: Don't configure libgloss for unsupported
7976         architectures.
7977
7978 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7979
7980         * Makefile.in (CLEAN_MODULES): Add clean-apache.
7981
7982 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
7983
7984         * Makefile.in (ALL_MODULES): Include all-apache.
7985         (CROSS_CHECK_MODULES): Include check-apache.
7986         (INSTALL_MODULES): Include install-apache.
7987         (all-apache): New target.
7988
7989         * configure.in: Added apache everywhere perl is seen.
7990
7991 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
7992
7993         * Makefile.in: Add support for clean-{module} and
7994         clean-target-{module} rules.
7995
7996 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
7997
7998         * configure.in (*-*-ose) do not build libgloss.
7999
8000 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8001
8002         * config.guess (prep*:SunOS:5.*:*): Turn into
8003         powerpele-unknown-solaris2.
8004
8005 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
8006
8007         * configure.in: Permit --enable-shared to specify a list of
8008         directories.
8009
8010 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8011
8012         * configure.in (host==solaris): Pass only the first word of $CC
8013         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8014
8015 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
8016
8017         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8018
8019 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
8020
8021         * Makefile.in (ALL_MODULES): Include all-perl.
8022         (CROSS_CHECK_MODULES): Include check-perl.
8023         (INSTALL_MODULES): Include install-perl.
8024         (ALL_X11_MODULES): Include all-guile.
8025         (CHECK_X11_MODULES): Include check-guile.
8026         (INSTALL_X11_MODULES): Include install-guile.
8027         (all-perl): New target.
8028         (all-guile): New target.
8029
8030         * configure.in (host_tools): Include perl and guile.
8031         (native_only): Include perl and guile.
8032         (noconfigdirs): Don't build guile and perl; no ports have been
8033         done.
8034
8035 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
8036
8037         * configure (--enable-*): Handle quoted option lists such as
8038         --enable-sim-cflags='-g0 -O' better.
8039
8040 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8041
8042         * Makefile.in ({,inst}all-target): New rule so we can make and
8043         install all of the target directories easily.
8044
8045 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8046
8047         * configure.in: Add missing global flag in sed substitution when
8048         deleting `target-' from ${configdirs}.
8049
8050 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
8051
8052         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8053         option.
8054
8055         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8056         config/mh-necv4.
8057
8058         * install.sh: Correct misspelling of transformbasename.
8059
8060         * config.guess: Recognize mips-*-sysv*.
8061
8062 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
8063
8064         * config.sub: Recognize mon960.
8065
8066 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
8067
8068         * configure: Restore Canadian Cross handling of BISON and LEX,
8069         removed in Feb 20 change.
8070
8071 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8072
8073         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8074         Mention make install.  Remove the old copyright date as well the
8075         clumsy and rather pointless copyright on the README file.
8076
8077 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8078
8079         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8080         Makefile after running symlink-tree, then run `make distclean' to
8081         avoid clobbering any generated files in srcdir.
8082
8083 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
8084
8085         * configure.in (m68k-*-netbsd*): Build everything now.
8086
8087 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
8088
8089         * Makefile.in (taz): Fix quoting.
8090
8091 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
8092
8093         * configure.in (sparclet-*-*): Build everything now.
8094
8095 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8096
8097         * configure.in (m68k-*-linux*): New host.
8098
8099 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
8100
8101         * configure: Check for bison before byacc.
8102
8103 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
8104
8105         * Makefile.in configure:  Change the way LEX and BISON/YACC are
8106         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
8107         searching PATH.  These are used as fallbacks by Makefile.in if
8108         flex/bison/byacc aren't in objdir.
8109
8110 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
8111
8112         * Makefile.in: Make everything which depends upon all-bfd also
8113         depend upon all-opcodes, in case --with-commonbfdlib is used.
8114
8115 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8116
8117         * configure.in (host *-*-cygwin32): Don't build gdb if we are
8118         building NT native compilers on Unix.
8119
8120 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
8121
8122         * configure.in: Don't get CC from the host Makefile fragment if we
8123         can find gcc in PATH, or if this is a Canadian Cross.  Move the
8124         Solaris test for /usr/ucb/cc to the post target script, just after
8125         the compiler sanity test.
8126
8127 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
8128
8129         * config.sub: Merge with FSF.
8130
8131 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
8132
8133         * Makefile.in (RPATH_ENVVAR): New variable.
8134         (REALLY_SET_LIB_PATH): Use it.
8135         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
8136
8137 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
8138
8139         * config.sub, configure.in: Recognize sparclet cpu.
8140
8141 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
8142
8143         * config.guess:  Support m68k-cbm-sysv4.
8144
8145 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8146
8147         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
8148         m68k-unknown-linuxaout from linker help string.  Put quotes around
8149         $ld_help_string.
8150
8151 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
8152
8153         * config.guess (powerpc-harris-powerunix): Add guess for port
8154         to new target.
8155
8156 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8157
8158         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
8159
8160 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
8161
8162         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
8163         $(REALLY_SET_LIB_PATH) in Makefile.
8164         * Makefile.in (SET_LIB_PATH): New variable.
8165         (REALLY_SET_LIB_PATH): New variable.
8166         ($(DO_X)): Use $(SET_LIB_PATH).
8167         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
8168         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
8169         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
8170         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
8171         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
8172         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
8173         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
8174         (install-dosrel): Likewise.
8175         (all-opcodes): Depend upon all-libiberty.
8176
8177 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8178
8179         * config.guess (*:CYGWIN*): New
8180
8181 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8182
8183         * Makefile.in (all-target-winsup): All all-target-libiberty.
8184
8185 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
8186
8187         * configure.in (noconfigdirs): Add missing # in front of comment.
8188
8189 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
8190
8191         * configure.in: add second pass to things added to noconfigdirs
8192         so *-gm-magic can exclude libgloss properly.
8193
8194 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
8195
8196         * mpw-configure (extralibs_name, rez_name): Set correctly
8197         for MWC68K compiler.
8198
8199         * mpw-README: Add more info on the necessary build tools.
8200
8201 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8202
8203         * configure.in, config.sub: Recognize cygwin32.
8204
8205 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
8206
8207         * config.guess, config.sub: Recognize A/UX.
8208
8209 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
8210
8211         * config.sub: Merge with gcc/config.sub.
8212
8213 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
8214
8215         * mpw-build.in (do-binutils): Add build of stamps.
8216
8217 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
8218
8219         * config.sub: Add recognition for mips64vr4100*-* targets.
8220
8221 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8222
8223         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
8224         Add creation of gconfigargs with `--enable-shared' turned on.
8225         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
8226         ($(host)-stamp-stage3-configured): Likewise.
8227         (HOLES): Add chatr and ldd.
8228         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
8229
8230 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
8231
8232         * configure: Pass --nfp to recursive configures.
8233
8234 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
8235
8236         * Makefile.in (DLLTOOL): New.
8237         (DLLTOOL_FOR_TARGET): New.
8238         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
8239         (EXTRA_TARGET_FLAGS): Ditto.
8240         (EXTRA_GCC_FLAGS): Ditto.
8241         (CONFIGURE_TARGET_MODULES): Ditto.
8242         (DO_X): Ditto.
8243         * configure: Add DLLTOOL.
8244
8245 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
8246
8247         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
8248         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
8249         mh-sco, since old workarounds no longer needed, and don't
8250         build ld, since libraries have weak symbols in COFF.
8251
8252 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
8253
8254         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
8255
8256 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
8257
8258         * configure.in: Make sure that ${CC} can be used to compile an
8259         executable.
8260
8261 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
8262
8263         * Makefile.in (all-gdb): Depend on $(GDB_TK).
8264         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
8265         nothing depending on whether gdbtk is being built.
8266
8267 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
8268
8269         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
8270
8271 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
8272
8273         * configure.in (noconfigdirs): Put ld or gas in this early, if the
8274         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
8275
8276 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
8277
8278         * config-ml.in: Add support for
8279         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
8280         Simplify setting of multidirs from --disable-foo.
8281
8282 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8283
8284         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
8285         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
8286         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
8287         non-empty, pass them on to the  GCC make.
8288         (all-bootstrap): New rule that is like all-gcc, except it executes
8289         the GCC bootstrap rule instead of the GCC all rule.
8290
8291 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
8292
8293         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
8294
8295 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8296
8297         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
8298         DG/UX support.
8299
8300 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
8301
8302         * config.sub (i*86*) Change [345] to [3456]
8303
8304 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8305
8306         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
8307         --with-gnu-ld=no.
8308
8309 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8310
8311         * config-ml.in (rs6000*, powerpc*): Add switches to control which
8312         AIX multilibs get built.
8313
8314 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8315
8316         * configure.in (i386-win32): Don't build expect if we're not
8317         building the tcl subdir.
8318
8319 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
8320
8321         * Makefile.in: (configure-target-examples, all-target-examples):
8322         New targets, configure and build example programs.
8323
8324 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8325
8326         * mpw-configure: If an mpw-config.in generated a file mk.sed,
8327         use it as input to sedit the generated MPW makefile.
8328         * mpw-README: Add a suggestion about Gestalt.h.
8329
8330 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
8331
8332         * config.sub: Accept *-*-ieee*.
8333
8334 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
8335
8336         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
8337         Ronald F. Guilmette <rfg@monkeys.com>.
8338
8339 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8340
8341         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
8342         for powerpc-pe native.
8343         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
8344         (target==powerpc-pe): duplicate i386-win32 entry.
8345
8346 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8347
8348         * configure.in (noconfigdirs): Exclude target-newlib for all versions
8349         of vxworks, not just vxworks5.1.
8350
8351 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
8352
8353         * mpw-configure: Add support for exec-prefix.
8354
8355 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8356
8357         * config.guess: Recognize HP model 816 machines as having
8358         a PA1.1 processor.
8359
8360 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8361
8362         * configure: Ignore new autoconf configure options.
8363
8364 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
8365
8366         * config.guess:  Recognize Pentium under SCO.
8367         From Robert Lipe <robertl@arnet.com>.
8368
8369 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8370
8371         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
8372
8373 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
8374
8375         * configure.in: Don't configure gas for alpha-dec-osf*.
8376
8377 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
8378
8379         * configure.in: Default to --with-stabs for some targets for which
8380         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
8381         i[345]86*-*-unixware*.
8382
8383 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
8384
8385         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
8386         rather than basing it on the target.  Simplify handling of options
8387         controlling which directories to configure.  Remove extraneous
8388         slash in multi-clean target.
8389
8390 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
8391
8392         * config-ml.in: Prefix more variables with ml_ so they don't collide
8393         with configure's.
8394
8395 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
8396
8397         * configure: Don't turn -v into --v.
8398
8399 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
8400
8401         * configure.in (targargs): Fix typo.
8402
8403         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
8404
8405 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
8406
8407         * configure.in: Strip --host and --target options from
8408         CONFIG_ARGUMENTS, and always configure for --host only.  Add
8409         --with-cross-host option when building with a cross-compiler.
8410         * configure: Canonicalize the arguments put into config.status by
8411         always using `=' for an option with an argument.  Pass a presumed
8412         --host or --target explicitly.
8413
8414 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
8415
8416         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
8417         into general OS recognition case.
8418
8419 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8420
8421         * configure.in (target_configdirs): add target-winsup only
8422         for win32 target systems.
8423
8424 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
8425
8426         * Makefile.in (all-target-libgloss): Depend upon
8427         configure-target-newlib, since when libgloss is built it looks to
8428         see if the newlib directory exists.
8429
8430 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
8431
8432         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
8433         cfg-ml-*.in.
8434
8435 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
8436
8437         * configure: Handle LD and LD_FOR_TARGET when configuring a
8438         Canadian Cross.
8439
8440 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8441
8442         * configure.in (target_libs): add target-winsup.
8443         (target==i386-win32): add patch diff flex make to $noconfigdirs.
8444         (target==ppcle-pe): remove ld from $noconfigdirs.
8445
8446 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8447
8448         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
8449         Preserve relative path names in $srcdir.  Build symlink tree if
8450         configuring cross target dir and srcdir=. (= no VPATH support).
8451         (configure-target-libg++): Depend on configure-target-librx.
8452         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
8453         * config-ml.in: New file.
8454         * symlink-tree: New file.
8455         * configure: Ensure srcdir="." if that's what it is.
8456
8457 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
8458
8459         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
8460         includes and FLEX_SKELETON setting.
8461         * mpw-configure (--with-gnu-ld): New option, controls whether
8462         to use PPCLink or ld with PowerMac GCC.
8463         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
8464         * mpw-config.in: Configure grez if targeting Mac.
8465
8466         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
8467         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
8468         just macos.
8469         * configure.in: Configure grez resource compiler if targeting Mac.
8470         * Makefile.in (all-grez, install-grez): New targets.
8471
8472 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
8473
8474         * configure: CXX defaults to gcc, not g++.  If we find
8475         gcc in the path, set CC to gcc -O2.
8476
8477 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
8478
8479         * configure: Default ${build} correctly.  Avoid picking up extra
8480         spaces when reading CC and CXX from Makefile.  When doing a
8481         Canadian Cross, use plausible default values for numerous
8482         variables.
8483         * configure.in: When doing a Canadian Cross, don't try to
8484         configure tools whose configure script can't handle it.
8485
8486 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8487
8488         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
8489
8490 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8491
8492         * configure:  Remove dubious bug reporting address.
8493
8494 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8495
8496         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
8497         configure script, run that instead of this directory's configure.
8498         In either case, print a message that we're configuring the sub-dir.
8499
8500 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8501
8502         * configure.in: Before checking for the existence of various files,
8503         use sed to filter out "target-".
8504
8505 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8506
8507         * Makefile.in (DO_X): Split rule to decrease command line length
8508         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
8509         (Philippe De Muyter).
8510
8511 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8512
8513         * Makefile.in (all-patch): depend on all-libiberty.
8514
8515 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
8516
8517         * configure.in: If the only directory in target_configdirs which
8518         actually exists is libiberty, then set target_configdirs to empty,
8519         to avoid trying to build a target libiberty in a gas or gdb
8520         distribution.
8521
8522 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
8523
8524         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
8525         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
8526         systems.
8527
8528 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8529
8530         * configure.in (copy_dirs): Use sys-include instead of include
8531         for --with-headers option.
8532
8533 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
8534
8535         * Makefile.in, configure.in: Make winsup builds work with
8536         new scheme.
8537
8538 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
8539
8540         * configure.in: Build the linker on AIX.
8541
8542 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8543
8544         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
8545         where needed.
8546
8547 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
8548
8549         * Makefile.in (all-gcc): Fix typo.
8550
8551 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8552
8553         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
8554
8555 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8556
8557         * configure.in:  Rename libFOO to target-libFOO, and xiberty
8558         to target-xiberty, to provide more flexibility.
8559         (target_subdir):  Define.  Create if cross.
8560         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
8561         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
8562         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
8563         check-libFOO -> check-target-libFOO, etc.
8564         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
8565         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
8566         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
8567         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
8568         allow ALL_GCC="" to only configure.
8569         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
8570         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
8571         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
8572
8573 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
8574
8575         * Makefile.in (taz): Build "info" in etc explicitly.
8576
8577 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
8578
8579         * configure.in:  Make sure that CC is undefined (as opposed to
8580         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
8581         problem with autoconf trying to configure on a host without GCC.
8582
8583 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8584
8585         * mpw-configure: Set host alias from choice of host compiler,
8586         only use generic MPW Makefile sed if present, edit a file
8587         named "hacked_Makefile.in" instead of "Makefile.in" if present.
8588         * mpw-README: Add problem notes about CW6 and CW7.
8589
8590 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
8591
8592         * Makefile.in (taz): Use ";" instead of ";;".
8593
8594 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8595
8596         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
8597         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
8598         DISTDOCDIRS.
8599         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
8600         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
8601
8602 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8603
8604         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
8605         and gnats, because they are now subsumed by DISTSTUFFDIRS.
8606         Move bfd to DISTSTUFFDIRS.
8607
8608 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8609
8610         * Makefile.in (X11_LIB): Removed.
8611         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
8612
8613         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
8614
8615 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8616
8617         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
8618         names.
8619
8620 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8621
8622         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
8623
8624 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
8625
8626         * configure.in (i[345]86-*-win32): Always build newlib.
8627         Don't configure cvs, autoconf or texinfo.
8628         * Makefile.in (LD_FOR_TARGET): New.
8629         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
8630         Pass down LD_FOR_TARGET.
8631
8632 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8633
8634         * winsup: New directory.
8635         * Makefile.in: Build winsup.
8636         * configure.in: Winsup is configured when target is win32.
8637         Can only build win32 target GDB when native.
8638
8639 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
8640
8641         * config.guess: Recognize HP model 819 machines as having
8642         a PA 1.1 processor.
8643
8644 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
8645
8646         * configure: Fix sed loop which substitutes for CC and CXX to
8647         avoid bug found in various sed implementations.
8648
8649 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8650
8651         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
8652         simulator.  Use standard powerpc-*-eabi*.
8653
8654 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
8655
8656         * configure.in: Stop putting gas and binutils in noconfigdirs for
8657         powerpc-*-aix* and rs6000-*-*.
8658
8659 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
8660
8661         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
8662         -mcall-aixdesc libraries.
8663
8664 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
8665
8666         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8667
8668         * config.sub (arm | armel | armeb): Fix shell syntax.
8669
8670 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8671
8672         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
8673         -msoft-float and -mcpu=common support.
8674         (powerpc*-*-eabisim*): Add support for building -mcall-aix
8675         libraries.
8676
8677 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8678
8679         * configure.in: Allow configuration and build of emacs19 for the alpha.
8680
8681 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8682
8683         * configure.in (CC): Get ^CC, not just any old CC, from
8684         ${host_makefile_frag}.
8685
8686 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8687
8688         * configure.in (CC): Try to get CC from
8689         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
8690
8691 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8692
8693         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
8694         only if it exists in $(srcdir).
8695
8696 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8697
8698         * configure: If CC and CXX are not set in the environment, set
8699         them, based on either an existing Makefile or on searching for gcc
8700         in PATH.  Substitute for CC and CXX in Makefile.
8701         * configure.in: Remove libm from target_libs.  Separate
8702         target_configdirs from configdirs.  If CC is not set in
8703         environment, try to get it from a host Makefile fragment.  Rewrite
8704         changes of configdirs to use skipdirs instead.  A few minor
8705         tweaks.  Take directories out of target_configdirs as they are
8706         taken out of configdirs.  Remove existing Makefile files from
8707         subdirectories.  Substitute for TARGET_CONFIGDIRS and
8708         CONFIG_ARGUMENTS in Makefile.
8709         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
8710         by configure.in.
8711         (CONFIG_ARGUMENTS): Likewise.
8712         (CONFIGURE_TARGET_MODULES): New variable.
8713         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
8714         ($(CONFIGURE_TARGET_MODULES)): New target.
8715         (configure-libg++, configure-libio): New targets.
8716         (all-libg++): Depend upon configure-libg++.
8717         (all-libio): Depend upon configure-libio.
8718         (configure-libgloss, all-libgloss): New targets.
8719         (configure-libstdc++): New target.
8720         (all-libstdc++): Depend upon configure-libstdc++.
8721         (configure-librx, all-librx): New targets.
8722         (configure-newlib): New target.
8723         (all-newlib): Depend upon configure-newlib
8724         (configure-xiberty): New target.
8725         (all-xiberty): Depend upon configure-xiberty.
8726
8727 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
8728
8729         * configure.in (host i[345]86-*-win32):  Expand the
8730         noconfigdirs again.
8731
8732 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
8733
8734         * mpw-configure: Fix sed command file name.
8735
8736 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
8737
8738         * configure.in (host i[345]86-*-win32): Reduce the
8739         noconfigdirs again.
8740
8741 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
8742
8743         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
8744         or powerpc*-*-pe*, since they are not yet supported.
8745
8746 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
8747
8748         Add PowerMac support and many other enhancements.
8749         * mpw-configure: New option --cc to select compiler to use,
8750         paste options set according to --cc into the generated
8751         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
8752         if mpw-make.sed is present.
8753         * mpw-config.in: Don't test for gC1, test for mpw-touch,
8754         add forward includes for PowerPC include files.
8755         * mpw-build.in: Build using Makefile.PPC if present.
8756         (do-byacc, etc): Remove separate version resource builds.
8757         (do-gas): Build "stamps" before "all".
8758         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
8759         * mpw-README: Update to reflect --cc option, PowerMac support,
8760         and recently-reported compatibility problems.
8761
8762 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8763
8764         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
8765         embedded m68k systems (-aout, -coff, -elf, -vxworks).
8766         (--with-multilib-top): Pass to recursive invocations.
8767
8768 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
8769
8770         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
8771         v810-*-*.
8772
8773 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8774
8775         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
8776         gdb, ld and opcodes on v810-*-*.
8777
8778 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
8779
8780         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
8781         (local-maintainer-clean): New target.
8782         (maintainer-clean): New target.
8783         (realclean): Just depend upon maintainer-clean.
8784
8785 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8786
8787         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
8788
8789 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
8790
8791         * configure.in: Build ld in mips*-*-bsd* case.
8792
8793 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
8794
8795         * config.sub: Accept -lites* OS.  From Ian Dall.
8796
8797 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
8798
8799         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
8800         targets.
8801
8802 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
8803
8804         * configure.in: treat i386-win32 canadian cross the same as
8805         i386-go32 canadian cross.
8806
8807 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8808
8809         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
8810         running under the simulator to build a reduced set of libraries.
8811         (powerpc-*-eabiaix): Add fine grained multilib support added to
8812         other powerpc targets yesterday.
8813
8814 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8815
8816         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
8817         -disable-softfloat, -disable-relocatable, -disable-aix, and
8818         -disable-sysv to control which multilib libraries get built.
8819
8820 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
8821
8822         * configure: Add Makefile.tem to list of files to remove in trap
8823         handler.
8824
8825 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8826
8827         * config.guess (*Linux*):  Add missing "exit"s.
8828         Also, need specific check for alpha-unknown-linux (uses COFF).
8829
8830 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8831
8832         * config.guess:  Merge with FSF:
8833
8834         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
8835         * config.guess (AIX4): More robust release numbering discovery.
8836
8837         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
8838         * config.guess (i386-sequent-ptx): Properly get version number.
8839
8840         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
8841         * config.guess (mips:*:4*:UMIPS): New case.
8842
8843 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8844
8845         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
8846         (i386-win32 host): Likewise.  Don't build readline.
8847
8848 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
8849
8850         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
8851         SUPPORT_FILES to submakes.
8852
8853 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
8854
8855         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
8856         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
8857         mpw-configure.
8858
8859 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
8860
8861         * configure.in (appdirs): Use =, not ==, in test expression when
8862         trying to build the text to print in the warning message for
8863         Solaris users.
8864
8865 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
8866
8867         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
8868
8869 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8870
8871         * config.guess: Recognize lynx-2.3.
8872
8873 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
8874
8875         * config.sub (z8ksim): Deleted
8876         (z8k-*-coff): New, this is the one true name of the target.
8877
8878 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
8879
8880         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
8881
8882 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
8883
8884         * config.guess (*:Linux:*:*): First try asking the linker what the
8885         default object file format is (elf, aout, or coff).  Then if this
8886         fails, try previous methods.
8887
8888 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8889
8890         * configure.in: Don't build newlib for *-*-vxworks5.1.
8891
8892 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8893
8894         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
8895         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
8896
8897 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
8898
8899         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
8900
8901 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
8902
8903         * cfg-ml-com.in: New file.
8904         * cfg-ml-pos.in: New file.
8905
8906 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8907
8908         * COPYING.NEWLIB: Add HP free copyright to list.
8909
8910 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
8911
8912         * config.sub: Recognize -eabi* for the system, not just -eabi.
8913
8914 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
8915
8916         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
8917         * config.sub, configure.in (win32): New target and host.
8918
8919 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
8920
8921         * configure.in: Add i386-pe configuration.
8922
8923 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
8924
8925         * mpw-build.in (install): Install GDB after LD.
8926
8927 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
8928
8929         * mpw-config.in (elf/mips.h): Always forward-include, needed
8930         for GDB to build.
8931
8932 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8933
8934         * testsuite: New directory for customer acceptance and whole tool
8935         chain tests.
8936
8937 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
8938
8939         * configure: If per-host line isn't found, but AC_OUTPUT is found
8940         and a configure script exists, run it instead.
8941
8942 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8943
8944         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
8945
8946 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8947
8948         * configure: Set build_{cpu,vendor,os,alias} to host values when
8949         --build isn't specified.
8950
8951 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8952
8953         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
8954         (FLAGS_TO_PASS): Pass them.
8955         (EXTRA_TARGET_FLAGS): Ditto.
8956
8957 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
8958
8959         * Makefile.in (all-libg++): Depend on all-libstdc++.
8960
8961 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8962
8963         * configure.in (noconfigdirs): Enable all packages for
8964           i386-unknown-netbsd.
8965
8966 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
8967
8968         * configure.in (noconfigdirs): Don't configure tk for i386-go32
8969         hosted builds (DOS builds)
8970
8971 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
8972
8973         Changes for ARM based on patches from Richard Earnshaw:
8974         * config.sub: Handle armeb and armel.
8975         * configure.in: Omit arm linker only for riscix.
8976
8977 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
8978
8979         * config.guess:  Update from FSF.
8980
8981 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
8982
8983         * config.sub: Recognize powerpcle as the little endian varient of
8984         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
8985         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
8986         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
8987         temporarily.
8988
8989 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
8990
8991         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
8992
8993 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
8994
8995         * config.sub: Accept -lites* as a basic system type.
8996
8997 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
8998
8999         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9000         installed, and if so return linuxoldld as the system name.
9001
9002 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
9003
9004         * config.guess: Add hppa1.1-hp-lites support.
9005
9006 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9007
9008         * configure.in: Don't build newlib for m68k-vxworks5.1.
9009
9010 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9011
9012         * configure.in (mips-sgi-irix6): Use mh-irix5.
9013
9014 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
9015
9016         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9017
9018 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9019
9020         * test-build.mk: Enable building of shared libraries on IRIX 5 and
9021         OSF/1.  Fix compiler flags.
9022         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
9023
9024 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9025
9026         * configure.in: Recognize --with-newlib.
9027         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9028
9029 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9030
9031         * Makefile.in: move {all,check,install}-gdb from *_MODULES
9032         to *_X11_MODULES due to gdbtk needing X include files et al.
9033
9034 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
9035
9036         Merge in support for Mac MPW as a host.
9037         (Old change descriptions retained for informational value.)
9038
9039         * mpw-config.in: Add generic include forwards for cpu-specific
9040         include files in aout and elf directories.
9041
9042         * mpw-configure: Added copyright.
9043         * mpw-config.in: Check for presence of required build tools.
9044         (target_libs): Add newlib.
9045         (target_tools): Add examples.
9046         (Read Me): Generate as "Read Me for MPW" instead.
9047         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9048         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9049         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9050
9051         * mpw-configure: Remove subdir-specific makefile hackery,
9052         delete mk.tmp after using it.
9053
9054         * mpw-build.in (all): Display start and end times.
9055
9056         * mpw-configure (host_canonical): Set.
9057         (target_cpu): Always add to makefiles.
9058         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9059         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9060         (mpw-mh-mpw): Look for in srcdir and srcroot.
9061         Use sed instead of mpw-edit-prefix to edit prefix definitions.
9062
9063         * mpw-build.in: (install-only): New target.
9064
9065         * mpw-configure (host_alias, target_alias): Rename from hostalias
9066         and targetalias, add into generated Makefile.
9067         (mk.tmp): If present, add into generated Makefile.
9068         * mpw-build.in (all-gas): Build config.h first before gas proper.
9069
9070         * mpw-configure (config.status): Write only if changed.
9071         * mpw-config.in (readline): Configure it (not built, just used for
9072         definitions).
9073
9074         * mpw-config.in (elf/mips.h): Add a forward include.
9075
9076         * mpw-config.in: Forward-include most .h files in include into
9077         extra-include.
9078         (readline): Don't build.
9079         mpw-build.in (install): Install GDB.
9080
9081         * mpw-configure (prefix, mpw_prefix): Handle it.
9082         * mpw-config.in (mmalloc, readline): Don't configure.
9083         * mpw-build.in (thisscript): Rename to ThisScript.
9084         Use mpw-build instead of BuildProgram everywhere.
9085         (mmalloc, readline): Don't build.
9086         * mpw-README: New file, basic documentation about the MPW port.
9087
9088         * mpw-config.in: Use forward-include to create include files.
9089
9090         * mpw-configure: Add more things to the top of each configured
9091         Makefile, including contents of config/mpw-mh-mpw.
9092         * mpw-config.in (extra-include): Create this directory and fill it
9093         with Posix-like include files when configuring.
9094
9095         * config.sub (apple, mac, mpw): Add various aliases.
9096
9097         * mpw-build.in: New file, top-level build script fragment for MPW.
9098         * mpw-configure: New file, configure script for MPW.
9099         * mpw-config.in: New file, config fragment for MPW.
9100
9101 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9102
9103         * configure.in (host_libs): Remove glob, since it is gone from the
9104         sources.
9105
9106 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
9107
9108         * Makefile.in: define empty GDB_NLM_DEPS var.
9109
9110         * configure.in(target_makefile_frag): use config/mt-netware
9111         for netware targets.
9112
9113 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
9114
9115         * config.sub: Merge in recent FSF changes.  Remove linux special
9116         cases.
9117
9118 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
9119
9120         Revert this change:
9121
9122         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
9123
9124                 * build-all.mk: Use CC=cc -Xs on Solaris.
9125
9126 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9127
9128         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
9129         stop using it.
9130         * Makefile.in: Nuke all references to glob subdirectory.
9131
9132 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9133
9134         * configure.in: Fix --enable-shared logic in per-host.
9135
9136 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
9137
9138         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
9139
9140 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
9141
9142         * configure.in (noconfigdirs): Don't build gas on AIX, for
9143         powerpc*-*-aix* as well as for rs6000*-*-aix*.
9144
9145 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
9146
9147         * configure: Fix --cache-file to work if the file argument is a
9148         relative path.
9149
9150 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
9151
9152         * configure: If the --cache-file is used, pass it down to
9153         configure in subdirectories.
9154
9155 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
9156
9157         * config.sub: add vxworks29k configuration.
9158
9159 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
9160
9161         * Makefile.in (taz): Do "diststuff" part quietly.
9162
9163 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9164
9165         * config.sub: Mini-merge with gcc/config.sub.
9166
9167 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
9168
9169         * config.guess (IRIX): Sed - to _.
9170
9171 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9172
9173         * Makefile.in (source-vault, binary-vault): New targets.
9174
9175 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
9176
9177         * config.sub: Recognize -eabi as a basic system type.
9178
9179 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9180
9181         * configure.in (enable_shared stuff): Fix typo.
9182
9183 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
9184
9185         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
9186
9187 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
9188
9189         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
9190
9191 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
9192
9193         * configure.in (rs6000-*-*): Don't build gas.
9194
9195 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
9196
9197         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
9198         reduce command line length.
9199         (AS_FOR_TARGET): Check for as.new, not Makefile.
9200         (NM_FOR_TARGET): Check for nm.new, not Makefile.
9201
9202 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
9203
9204         * config.guess:  Merge from FSF.
9205
9206 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9207
9208         * configure: Don't use $ when handling program_suffix.
9209
9210 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
9211
9212         * configure.in:  Configure tk for hppa/hpux.
9213
9214 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9215
9216         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
9217
9218 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9219
9220         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
9221         to LIBCXXFLAGS.  Tests are better run without it.
9222
9223 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
9224
9225         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
9226
9227 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9228
9229         * configure.in (*-*-netware*): Don't configure xiberty.
9230
9231 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
9232
9233         * configure.in:  Remove tk from native_only list.
9234
9235 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
9236
9237         * build-all.mk: Add mips-ncd-elf target to sun4 targets
9238           for special NCD build.
9239
9240 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9241
9242         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
9243         makeall.bat, they're only useful for binutils snapshots.
9244         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
9245         makeall.bat to specified SUPPORT_FILES.
9246
9247 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
9248
9249         * build-all.mk: Add Ericsson targets to sun4 and solaris
9250           hosts.  Add  BNR's sun4 target to solaris host, so their
9251           build-from-source will be tested in-house first.
9252
9253 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9254
9255         * Makefile.in (LIBCFLAGS): New variable.
9256         (CFLAGS_FOR_TARGET): Ditto.
9257         (LIBCFLAGS_FOR_TARGET): Ditto.
9258         (LIBCXXFLAGS): Ditto.
9259         (CXXFLAGS_FOR_TARGET): Ditto.
9260         (LIBCXXFLAGS_FOR_TARGET): Ditto.
9261         (BASE_FLAGS_TO_PASS): Pass them.
9262         (EXTRA_TARGET_FLAGS): Ditto.
9263
9264         * configure.in: Support --enable-shared.
9265
9266 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9267
9268         * configure.in (target_libs):  Include libstdc++ again.
9269         * config.guess:  Update from FSF (for FreeBSD).
9270
9271 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9272
9273         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
9274         makeall.bat.
9275         (DISTDOCDIRS): Add `etc'.
9276         (ETC_SUPPORT_PFX): New variable.
9277         (taz): Include anything from etc starting with a word in
9278         ETC_SUPPORT_PFX.
9279
9280 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9281
9282         * config.sub: Update for recent FSF changes.  Remove obsolete
9283         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
9284         spacing changes.
9285
9286 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
9287
9288         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
9289
9290         * config.guess:  Merge with FSF.
9291         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
9292
9293 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9294
9295         * configure: Since the "trap 0" handler will override the exit
9296         status on many systems, only use it for "exit 1", and make it set
9297         a non-zero exit status; reset it before "exit 0".  Also, check
9298         exit status of config.sub, and error out if it failed.
9299
9300 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
9301
9302         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
9303         and install libgloss.
9304
9305 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9306
9307         * Makefile.in (all-binutils): Depend upon all-byacc.
9308
9309         * configure.in: Don't build emacs on Irix 5.
9310
9311 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9312
9313         * configure.in (*-*-netware*): Add libio.
9314
9315 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9316
9317         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
9318         (CHECK_TARGET_MODULES): Ditto.
9319         (INSTALL_TARGET_MODULES): Ditto.
9320         (TARGET_LIBS): Ditto.
9321         (all-libstdc++): Note dependencies.
9322
9323 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9324
9325         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
9326
9327 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
9328
9329         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
9330         -fexternal-templates.
9331
9332         * configure.in (target_libs): Add libstdc++.
9333         (noconfigdirs): Add libstdc++ as appropriate.
9334
9335 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9336
9337         * config.guess:  Update from FSF.
9338
9339 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9340
9341         * configure: Use ${config_shell} when running ${configsub}.
9342
9343 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
9344
9345         * config.sub: No longer recognize h8300h.
9346
9347 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
9348
9349         * config.sub: Remove extraneous differences between config.sub and
9350         gcc/config.sub.
9351
9352 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
9353
9354         * Makefile.in (DISTSTUFFDIRS): Add gas.
9355
9356 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9357
9358         * COPYING.NEWLIB: New file.
9359
9360 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9361
9362         * config.guess (HP-UX):  Patch from Harlan Stenn
9363         <harlan@landmark.com> to also emit release level.
9364
9365 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9366
9367         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
9368
9369 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9370
9371         * config.sub:  Merge nextstep cleanup from FSF.
9372
9373 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9374
9375         * configure.in (arm-*-*): Don't configure ld for this target.
9376
9377 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9378
9379         * configure.in (*-*-netware): don't configure libg++, libio,
9380           librx, or newlib.
9381
9382 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9383
9384         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
9385         configure ld--it works, but it doesn't support shared libraries.
9386
9387 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9388
9389         * config.guess (*-unknown-freebsd*):  Get rid of possible
9390         trailing "(Release)" in version string.
9391         Patch from Paul Richards <paul@isl.cf.ac.uk>.
9392
9393 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9394
9395         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
9396         Fix type: *-next-neststep -> *-next-nextstep.
9397
9398         * config.guess:  Merge from FSF:
9399
9400         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
9401
9402         * config.guess: Recognize powerpc-ibm-aix3.2.5.
9403
9404         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
9405
9406         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
9407         instead of UNIX_SV for UnixWare 1.0).
9408
9409 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
9410
9411         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
9412         to make gdb/nlm/* build after the compiler and linker.
9413
9414 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9415
9416         * config.guess (netbsd, freebsd, linux):  Accept any machine,
9417         not just i[34]86.
9418         (m68k-atari-sysv4):  Relocate to match FSF version.
9419
9420         * config.guess:  More merges from the FSF:
9421
9422         Add a space before function call or macro invocation.
9423
9424         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9425
9426         * config.guess: Add trap cmd to remove dummy.c and dummy when
9427         interrupted.
9428
9429         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9430
9431         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
9432         (dummy): Redirect stderr from compilation of dummy.c.
9433
9434         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
9435
9436         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
9437
9438 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
9439
9440         * configure: Accept and ignore --cache*, for compatibility with
9441         new autoconf.
9442
9443 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9444
9445         * config.guess:  Merge from FSF:
9446
9447         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9448
9449         * config.guess (Pyramid*:OSx*:*:*): New case.
9450         (PATH): Add /.attbin at end for finding uname.
9451         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
9452
9453         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
9454
9455         * config.guess (M88*:DolphinOS:*:*): New case.
9456
9457         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
9458
9459         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
9460         to select whether to use ELF or COFF.
9461
9462         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9463
9464         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
9465
9466         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9467
9468         * config.guess: Guess the OS version for HPUX.
9469
9470         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
9471
9472         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
9473
9474 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9475
9476         * configure.in: Recognize --with-headers, --with-libs, and
9477         --without-newlib.
9478         * Makefile.in (all-xiberty): Depend upon all-ld.
9479
9480 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9481
9482         * configure.in: Change i[34]86 to i[345]86.
9483
9484 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9485
9486         * configure (version): A few more tweaks to help message.
9487
9488 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9489
9490         * Makefile.in:  Remove (for now) librx as a host library,
9491         now that we're building it for target.
9492
9493 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9494
9495         * configure: Fix up help message; from karl@owl.hq.ileaf.com
9496         (Karl Berry).
9497
9498 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9499
9500         * configure.in:  Also configure librx.
9501
9502 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9503
9504         * Makefile.in:  Update various rules to reflect that librx
9505         is now needed for libg++.
9506
9507 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9508
9509         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
9510
9511 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
9512
9513         * configure.in: Configure the examples directory.
9514
9515 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9516
9517         * configure: Simplify Jun 2 1994 change.
9518
9519 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9520
9521         * change CC to /usr/latest/bin/gcc for lynx host builds, since
9522         /bin/gcc isn't good enough to build gcc.
9523
9524 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
9525
9526         * Makefile.in (GDB_SUPPORT_FILES): Remove
9527         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
9528         (gdb.tar.gz): Add new rule to use standard distribution building
9529         mechanism.
9530
9531 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9532
9533         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
9534         Bill Cox <bill@cygnus.com>.
9535
9536 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9537
9538         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
9539
9540 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
9541
9542         * configure:  Search current dir first in .gdbinit.
9543
9544 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9545
9546         * config.sub:  Recognize freebsd (merged from gcc config.sub).
9547
9548 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9549
9550         * config.sub:  Refer to NeXT's operating system as nextstep.
9551
9552         * config.sub (case $basic_machine):  Re-order the cases, to match
9553         the order in the FSF version (which is mostly alphabethical).
9554         Merge in some additions and changes from the FSF.
9555
9556 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
9557
9558         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
9559         * config.sub: Recognize cxux7.
9560         * configure.in: Use mh-cxux for m88k-harris-cxux*.
9561
9562 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9563
9564         * config.sub:  Fix typo powerpc -> powerpc-*.
9565
9566 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
9567
9568         * Makefile.in: `all-emacs19' depends on `all-byacc'.
9569
9570         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
9571         parallel with all-emacs and install-emacs).  Top-level command
9572         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
9573
9574 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9575
9576         * test-build.mk ($(host)-stamp-stage2-installed): Remove
9577         $(relbindir)/make before doing ``make install'', and use
9578         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
9579         installing over running make binary.
9580         ($(host)-stamp-stage3-installed): Likewise.
9581
9582 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9583
9584         * config.guess: Recognize Mach.
9585
9586 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
9587
9588         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
9589         see whether --exec-prefix was used.
9590
9591 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9592
9593         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
9594
9595 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9596
9597         * Makefile.in: Add all-librx target similar to all-libproc.
9598
9599 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
9600
9601         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
9602         with post 1.2 uname bogosity.
9603
9604 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9605
9606         * configure: Remove temporary files on receipt of a signal.
9607
9608 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
9609
9610         * configure: If there is a package_makefile_frag, remove
9611         ${subdir}/Makefile.tem after copying it in.
9612
9613 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9614
9615         * build_all.mk: support rs6000 lynx identifies itself as
9616         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
9617         since /bin/gcc is too feeble to compile a modern gcc.
9618
9619 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9620
9621         * brought devo/test-build.mk update-to-date with progressive/
9622           test-build.mk. Add lynx targets and hppa flag info.
9623
9624 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9625
9626         * configure.in:  Use mh-ncrsvr43.  Patch from
9627         Tom McConnell <tmcconne@sedona.intel.com>.
9628
9629 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9630
9631         * config.guess (i386-unknown-bsdi):  No longer need to
9632         check #if defined(__bsdi__) && defined(__i386__).
9633
9634 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9635
9636         * configure: Set program_transform_nameoption correctly.
9637
9638 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
9639
9640         * brought build-all.mk update-to-date with progressive build-all.mk,
9641           added new targets and hppa info.
9642
9643 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9644
9645         * configure: If config.guess result is a prefix of the user
9646         specified target, assume a native build and use the user specified
9647         target as the host alias.  Remove SunOS patch suffix removal hack.
9648         * configure.in: Remove SunOS patch suffix removal hack.
9649
9650         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
9651         in NATIVE_CHECK_MODULES.
9652
9653 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
9654
9655         * Makefile.in: Rename HOST_ONLY to NATIVE.
9656         * configure: Delete SunOs patch suffix from host_canonical
9657           and build_canonical variables that are prepended to Makefiles.
9658         * configure.in: Add comments for easier maintenance.
9659
9660 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9661
9662         * Makefile.in: Add all-libproc target similar to all-gui.
9663
9664 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
9665
9666         * Makefile.in (CHECK_MODULES): split into
9667         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
9668
9669 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
9670
9671         * config.guess (i386-unknown-bsdi): New system to guess.
9672
9673 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9674
9675         * Makefile.in: Add all-gui target (but not yet build by "all").
9676
9677 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
9678
9679         * config.sub: Move deletion of patch suffix from here...
9680         * configure.in: To here, at Ian's suggestion.  The top-
9681           level scripts might need to know of a patch level.
9682
9683 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
9684
9685         * config.sub: Strip off patch suffix so rtl is recognized
9686           as a sunos4.1.3 machine, even though it's been patched.
9687
9688 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
9689
9690         * Makefile.in (INSTALL_LAST): Delete.
9691         (INSTALL_DOSREL): New.
9692
9693 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9694
9695         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
9696         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
9697         whether we pass down --with-gnu-ld anyhow.
9698
9699 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
9700
9701         * Makefile.in (INSTALL_LAST): Change operation so it works
9702         on more flavors of make.
9703         * configure.in (go32): Don't build libg++ or libio.
9704
9705 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
9706
9707         * Makefile.in (Move HOST_PREFIX_1 and friends up so
9708         they can be overriden by templates.
9709
9710 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
9711
9712         * configure.in (target==go32): Don't build gdb.
9713         * dosrel: New directory.
9714
9715 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
9716
9717         * configure.in (host==go32): Configure dosrel too.
9718         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
9719         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
9720         be set by incoming names or templates.
9721         (INSTALL_LAST): New rule.
9722
9723 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
9724
9725         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
9726
9727 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9728
9729         * configure.in (appdirs): New variable.  Currently empty, but will
9730         be used in gas distribution.  If nonempty, lists a set of
9731         directories at least one of which must get configured, or top
9732         level configuration is considered to have failed.
9733         (rs6000-*-lynxos*): Use new file name.
9734
9735 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9736
9737         Eliminate XTRAFLAGS.
9738         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
9739         newlib include files using -idirafter, and also use -nostdinc.
9740         (CXX_FOR_TARGET): Likewise.
9741         (XTRAFLAGS): Removed.
9742         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
9743         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
9744         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
9745         ($(DO_X)): Don't pass down XTRAFLAGS.
9746
9747 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9748
9749         * configure.in (mips*-dec-bsd*): New target; do build linker.
9750         (mips*-*-bsd*): New target; don't build linker.
9751
9752 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
9753
9754         * configure.in: support rs6000-*-lynxos* configuration.
9755         support sunos4 as a cross target.
9756
9757         * config.sub: look for lynx*, not lynx since the OS version may
9758         legitimately be part of the name.
9759
9760 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9761
9762         * configure.in (i[34]86-*-sco*): Move to be with other i386
9763         targets.
9764         (romp-*-*): New target.  Skip various binary utilities.
9765         (vax-*-*): New target.  Don't build newlib.
9766         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
9767
9768 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9769
9770         * configure.in: Only set host_makefile_frag if config
9771         directory exists.
9772
9773 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9774
9775         * install.sh: If $dstdir exists, don't check whether each
9776         component does.
9777
9778 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9779
9780         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
9781
9782 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
9783
9784         * configure.in (*-*-lynxos*): Don't configure newlib for either
9785         native or cross Lynx.
9786
9787 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
9788
9789         * config.sub (sparc64-elf): Fix os.
9790         (z8k): Remove duplicate.
9791
9792 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9793
9794         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
9795         gcc/stmp-fixproto, to try to prevent fixproto from being run.
9796
9797 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
9798
9799         * configure: Make file links cleanly even if Lynx fails on
9800           an NFS symlink (at least fail cleanly).
9801
9802 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9803
9804         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
9805         -XNh2000.
9806
9807 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9808
9809         * configure: Unknown options are fatal again.
9810
9811 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
9812
9813         * configure: Ignore --x-includes and --x-libraries, for Autoconf
9814         compatibility.
9815
9816 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9817
9818         * build-all.mk: Add `clean' target.
9819
9820 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9821
9822         * config.guess:  Add SINIX support.
9823         * configure.in:  Add mips-*-sysv4* support.
9824
9825 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
9826
9827         * build-all.mk: Document all useful targets.
9828         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
9829         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
9830
9831 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9832
9833         * configure: Support --silent, --quiet.
9834
9835 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9836
9837         * configure: Support --disable-FEATURE.
9838
9839 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9840
9841         * config.guess: Recognize NCR running SVR4.3.
9842
9843 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9844
9845         * config.guess:  Make BSDI generate i386-unknown-bsd386.
9846         Patch from Paul Eggert <eggert@twinsun.com>.
9847
9848 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9849
9850         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
9851
9852 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9853
9854         * configure: Make unrecognized options give nonfatal warnings
9855         instead of fatal errors, and pass them to any subdirectory
9856         configures in case they recognize them.
9857         Make --x equivalent to --with-x.
9858
9859 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
9860
9861         * configure: Add --enable-* options.  Clean up usage message and
9862         some comments.
9863
9864 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
9865
9866         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
9867
9868 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9869
9870         * configure.in (hppa*-*-*): Enable binutils.
9871
9872 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9873
9874         * config.sub: Recognize cisco.
9875
9876 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
9877
9878         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
9879
9880 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9881
9882         * config.guess: about target *-hitachi-hiuxwe2, don't print more
9883         than one configuration name.  Add comment.
9884
9885 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
9886
9887         * config.guess: about target *-hitachi-hiuxwe2, fixed
9888         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
9889         macro is incorrect.]
9890
9891 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9892
9893         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
9894         than the "make ls" stuff which used to be here.
9895
9896 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9897
9898         * config.guess:  Recognize i[34]86-unknown-freebsd.
9899         From Shawn M Carey <smcarey@rodan.syr.edu>.
9900
9901 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9902
9903         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
9904
9905 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
9906
9907         * config.guess: Check for ptx.
9908
9909 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
9910
9911         * config.sub: Add os9k checking.
9912
9913 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9914
9915         * config.guess: Handle OSF1 running on HPPA processors
9916
9917 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
9918
9919         * configure: If subdir configure fails, print out a message with
9920         subdirectory name, in case subdir's configure code didn't identify
9921         itself.
9922
9923 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
9924
9925         * configure.in: Remove embedded newlines from configdirs.
9926         Avoid mismatches of substrings.  Fix matching strings at end
9927         of configdirs.
9928
9929 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
9930
9931         * config.guess:  Add Lynx/rs6000 config support.
9932
9933 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
9934
9935         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
9936
9937 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
9938
9939         * configure.in (hppa*-*-osf*): Treat this just like most other
9940         PA configurations (eg no binutils or ld).
9941         (hppa*-*-*elf*): These configurations have binutils and ld.
9942
9943 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9944
9945         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
9946
9947 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9948
9949         * configure.in (rs6000-*-*): Build gas.
9950
9951 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9952
9953         * Makefile.in:  Avoid bug in losing hpux sed.
9954
9955 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9956
9957         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
9958         for GDB and GDB has been fixed to not need it.
9959
9960 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9961
9962         * config.guess: Recognize vax hosts.
9963
9964 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9965
9966         * configure (while loop): Don't use "break 2" inside case
9967         statement -- the case statement isn't an enclosing loop.
9968
9969 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
9970
9971         * config.guess:  Clean up NeXT support, to allow nextstep
9972         on Intel machines.  Make OS be nextstep.
9973
9974 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
9975
9976         * config.guess: Add alternate forms for Convex.
9977
9978 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
9979
9980         * configure:  Completely rewrite option processing.  Take
9981         advantage of pattern-matching to avoid invoking test frequently.
9982         Also clean up host and target defaulting logic.
9983
9984 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
9985
9986         * Makefile.in: Replace all occurrances of "rootme" with "r" and
9987         "$${rootme}" with "$$r", to increase the likelihood that the do-*
9988         commands (plus user environment) will fit SCO limits.
9989
9990 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9991
9992         * configure.in: Don't issue warnings about directories which are
9993         not being configured if -norecursion is set.  Correct test for
9994         --with-gnu-as and --with-gnu-ld to not get confused by substring
9995         matches.
9996
9997         * configure.in: Don't build gas for alpha-dec-osf1*.
9998
9999 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
10000
10001         * configure:  Back out Per's change of 12/19/1993.  It changes the
10002         behavior of configure in unexpected and confusing ways.
10003
10004         Also, use different delim char when calculating
10005         program_transform_name so that the name can contain slashes.
10006
10007 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10008
10009         * configure.in, config.sub: Add support for VSTa micro-kernel.
10010
10011 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10012
10013         * configure.in: Nuke hacks which were used to get a special
10014         version of GAS for HPPA configurations.
10015
10016 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10017
10018         * configure:  If only ${target_alias} is given, use that
10019         as the default for ${host_alias}.
10020         * configure:  Add missing back-slashes before nested quotes.
10021
10022 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10023
10024         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10025
10026 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
10027
10028         * config.guess:  Recognize some Tektronix configurations.
10029         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10030
10031 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10032
10033         * config.sub: Match any flavor of SH.
10034
10035 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
10036
10037         * configure.in: Don't try to configure newlib for Alpha.
10038
10039 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10040
10041         * configure.in: Don't build ld for Irix 5.  Don't build gas,
10042         libg++ or libio for any Alpha target.
10043
10044         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
10045
10046 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
10047
10048         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10049         default arguments -- so it tried to compress itself.
10050
10051 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
10052
10053         * configure.in (notsupp): ensure that a space is always at the end
10054           of the configdirs list, since the grep checks for an explicit space
10055
10056 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10057
10058         * configure.in (target i386-sysv4.2): don't build ld, since static
10059           versions of many libraries are not available.
10060
10061 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10062
10063         * config.guess: Recognize Apollos (using environment variables).
10064         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10065
10066 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10067
10068         * config.guess: Recognize Sony news mips running newsos.
10069
10070 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
10071
10072         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10073         "fi ; else" for bash.
10074
10075 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
10076
10077         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10078
10079 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
10080
10081         * config.sub: accept unixware as an alias for svr4.2.
10082         Fix some inconsistancies with the gcc version.
10083
10084 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10085
10086         * Makefile.in (DISTDOCDIRS):  Add gdb.
10087
10088 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10089
10090         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
10091
10092 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10093
10094         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10095         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10096         this now.
10097
10098 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10099
10100         * config.sub: Accept hiux* as an OS name.
10101
10102         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10103         etc/make-stds.texi.  The underscore came from gcc, and dje now
10104         agrees that RUNTESTFLAGS is the correct name.
10105
10106 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10107
10108         * install.sh:  Remove 'set -e'.  It makes any conditionals
10109         in the script useless.
10110
10111         * config.guess: Automatically recognize arm-acorn-riscix
10112         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10113
10114 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10115
10116         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10117
10118 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10119
10120         * Makefile.in (DISTDOCDIRS): New variable.
10121         (taz): Edit local Makefile.in sooner, instead of proto-toplev
10122         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
10123
10124 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10125
10126         * configure.in (hppa target): check the source directory for the
10127           pagas sub-directory
10128
10129 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
10130
10131         * config.sub: Allow -aout* and -elf*.
10132
10133 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10134
10135         * configure.in: Don't build ld on i386-solaris2, same as for
10136         sparc-solaris2.
10137
10138 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10139
10140         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
10141
10142 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10143
10144         * configure.in:  Configure gdb for alpha.
10145
10146 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10147
10148         * Makefile.in (CXXFLAGS): Add -O.
10149
10150 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10151
10152         * config.guess: added support for DG Aviion
10153
10154 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10155
10156         * configure.in: Produce warning message for subdirectories not
10157         configurable for this host/target combination.  Don't try to
10158         configure gdb for vms.
10159
10160 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
10161
10162         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
10163         appropriate files before making "diststuff".
10164         (DISTBISONFILES): New var: list of files to be edited.
10165         (DISTSTUFFDIRS): Add binutils.
10166
10167 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10168
10169         * config.sub: also handle mipsel and mips64el (for little endian mips)
10170
10171 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10172
10173         * configure.in: Add * to end of all OS names.
10174
10175 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
10176
10177         * configure.in: Build newlib for LynxOS native.
10178
10179 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10180
10181         * config.guess: Add support for delta 88k running SVR3.
10182
10183         * configure.in: Add comment about HP compiler vs. emacs.
10184
10185 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10186
10187         * configure.in: don't build ld on solaris2 (not a viable option
10188           due to bugs in getpwnam & getpwuid)
10189
10190 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
10191
10192         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
10193         config.guess will produce a full version number.
10194
10195 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10196
10197         * configure.in: Build linker and binutils for alpha-dec-osf1.
10198
10199 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10200
10201         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
10202         and gdb/testsuite/Makefile.in.
10203
10204 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10205
10206         * configure.in: recognize mips*- instead of mips-
10207
10208 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10209
10210         * config.sub: Accept linux*coff and linux*elf as operating
10211         systems.
10212
10213 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10214
10215         * config.sub: Recognize mips64, and mips3 as an alias for it.
10216
10217 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10218
10219         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
10220         gdb knows how to handle OSF/1 shared libraries.
10221
10222 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10223
10224         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
10225         * config.guess: Recognize Hitachi's HIUX.
10226         * config.sub: Recognize h3050r* and hppahitachi.
10227         Remove redundant cases for hp9k[23]*.
10228
10229 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10230
10231         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
10232         if gas and ld are in the source tree and are in ${configdirs}.
10233         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
10234         --with options (but still pass them down on the command line,
10235         if they were explicitly specified).
10236
10237 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10238
10239         * configure: substitute SHELL value in Makefile.in with
10240         ${CONFIG_SHELL}
10241
10242 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10243
10244         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
10245         *-*-solaris2* targets.
10246
10247 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10248
10249         * Makefile.in: define M4, and pass it down to sub-makes;
10250         all-autoconf now depends on all-m4
10251
10252 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10253
10254         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
10255         presence of {ar,ranlib} instead of a configured directory
10256
10257 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
10258
10259         * config.guess: Accept 34?? as well as 33?? for NCR.
10260
10261 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10262
10263         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
10264         of 'gas' in sed commands, since 'gash' is now in the tree as well.
10265
10266 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10267
10268         * configure: grab values for $(CC) and $(CXX) from the
10269         environment, so that someone can do "CC=gcc configure; make" and
10270         have it work right (matching the way that autoconf works now)
10271
10272         * configure.in, Makefile.in: add support for gash, the tcl
10273         interface to Galaxy
10274
10275         * config.guess: add NetBSD variants (hp300, x86)
10276
10277 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
10278
10279         * install.sh: Support -d option (in the manner of SunOS 4 install,
10280         as it is more deterministic than that of GNU install)
10281         (chmodcmd): Set file to mode 755 by default (should also do default
10282         chgrp and chown, but I don't feel like dealing with that now)
10283
10284 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
10285
10286         * config.sub: Remove h8300hhms alias.
10287
10288 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10289
10290         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
10291
10292 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10293
10294         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
10295         as stmp-fixinc
10296
10297 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10298
10299         * config.sub: recognize m88110-bug-coff.
10300
10301 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10302
10303         * Makefile.in (all-libio): all dependencies on the toolchain used
10304         to build this (gcc, gas, ld, etc)
10305
10306 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10307
10308         * config.guess: Deal with OSF/1 1.3 on alpha.
10309
10310 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10311
10312         * install.sh: add some 'else true' clauses for portability
10313
10314         * configure.in: don't build libio for h8[35]00-*-* targets
10315
10316 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10317
10318         * Makefile.in:  Add support for new libio.
10319
10320 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10321
10322         * install.sh: If one command fails, don't try the rest.  Don't try
10323         to remove $dsttmp (via trap) unless we have already created it.
10324         If $src doesn't exist, detect it and exit with an error.
10325
10326         * config.guess: Recognize BSD on hp300.
10327
10328 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10329
10330         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
10331         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
10332
10333 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
10334
10335         * Makefile.in (all-send-pr): depends on all-prms
10336
10337 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10338
10339         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
10340
10341 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10342
10343         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
10344         Added test for mips-mips-riscos5.
10345
10346 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10347
10348         * configure.in: use mh-hp300 for 68k HP hosts
10349
10350 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10351
10352         * configure: add support for CONFIG_SHELL, so that you can use
10353         some alternate shell for evaluating configure scripts
10354
10355 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
10356
10357         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
10358         in configure script to bug-gdb@prep.ai.mit.edu when building
10359         distribution archive.
10360         * Makefile.in (COMPRESS):  Remove def.
10361         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
10362         gdb.tar.Z and make-gdb.tar.Z respectively.
10363         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
10364         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
10365         to convergence with 'taz' target in Makefile.in.
10366
10367 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10368
10369         * install.sh (dsttmp): use trap to ensure that tmp files go
10370         away on error conditions
10371
10372 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10373
10374         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
10375
10376 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10377
10378         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
10379         its parent is '/' not ''.
10380
10381         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
10382
10383 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
10384
10385         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
10386         that ${newsrcdir}/configure.in does.
10387
10388 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
10389
10390         * test-build.mk: support for CONFIG_SHELL
10391
10392 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
10393
10394         * config.sub (netware):  Add as a basic system type.
10395
10396 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
10397
10398         * Makefile.in (Makefile): depend on configure.in.  Also drop the
10399           $(srcdir)/ from the dependency on Makefile.in.
10400
10401 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
10402
10403         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
10404         (h8300hhms is temporary until multi-libraries are implemented).
10405         * configure.in: Handle h8300h too.
10406
10407 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10408
10409         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
10410
10411 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
10412
10413         * configure:  Remove extraneous output when guessing host type.
10414         * config.guess:  Remove extraneous output when guessing using C
10415         compiler rather than uname, or when guessing fails.
10416
10417 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
10418
10419         * Makefile.in: remove all.cross and install.cross targets
10420
10421         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
10422           definitions
10423
10424 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
10425
10426         * configure.in (target sh): Build gprof.
10427
10428 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10429
10430         * config.sub: change -solaris to -solaris2
10431
10432 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10433
10434         * configure.in: Use config/mh-riscos for mips-*-sysv*.
10435
10436 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10437
10438         * configure: Correct error message for missing Makefile.in to
10439         print correct directory.
10440
10441 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10442
10443         * install.sh: kludge around 386BSD shell bug
10444
10445 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
10446
10447         * config.guess:  Recognize NeXT.
10448         * config.guess:  Recognize i486-ncr-sysv4.
10449         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
10450
10451 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
10452
10453         * Makefile.in (MAKEINFOFLAGS): New variable.
10454         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
10455         * build-all.mk, test-build.mk: Pass down --no-split as
10456         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
10457
10458 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
10459
10460         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
10461
10462 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
10463
10464         * Makefile.in (libg++.tar.z):  New rule.
10465         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
10466         * Makefile.in (taz):  Only do a single chmod.
10467
10468 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10469
10470         * install.sh: don't use dirname anymore (replaced with sed usage)
10471
10472 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
10473
10474         * Makefile.in:  Change extension for gzip'd files from '.z' to
10475         '.gz' per new FSF standard usage.
10476
10477 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
10478
10479         * configure: put quotes around the final value of program_transform_name
10480
10481 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10482
10483         * Makefile.in: new install.sh support; update install-info rules
10484
10485 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
10486
10487         * configure.in: Build diff for crosses, but not for go32 host.
10488
10489         * configure.in: Build gprof only for native, and don't build it
10490         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
10491
10492 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
10493
10494         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
10495
10496 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10497
10498         * configure.in (host_tools): Add prms.
10499
10500 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10501
10502         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
10503         with $(FLAGS_TO_PASS) on the command line
10504
10505         * config.sub: Recognize lynx and lynxos
10506
10507 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10508
10509         * config.sub: Accept -ecoff*, not just -ecoff.
10510
10511 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10512
10513         * Makefile.in (taz): Use .gz suffix instead of .z.
10514         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
10515         names.
10516
10517 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10518
10519         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
10520
10521 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10522
10523         * Makefile.in (install-no-fixedincludes):  install gcc last, so
10524         that rebuilds that might happen during 'make install' don't get
10525         bogus gcc include files
10526
10527 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10528
10529         Change from Utah for HPPA support:
10530         * config.guess: Recognize hppa1.x-hp-bsd.
10531
10532 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
10533
10534         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
10535         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
10536
10537 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10538
10539         * config.sub: Add support for rom68k and bug boot monitors.
10540
10541 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
10542
10543         * Makefile.in: Make all-opcodes depend on all-bfd.
10544
10545 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10546
10547         * config.guess: Added special check for i[34]86-univel-sysv4*.
10548
10549 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10550
10551         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
10552         the processor rather than assuming i486.
10553
10554 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
10555
10556         * config.guess: Recognize SunOS6 as Solaris3.
10557
10558 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
10559
10560         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
10561         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
10562
10563 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10564
10565         * build-all.mk (all-cross): New target for Canadian Cross.
10566         Added Q2 go32 targets.
10567         * test-build.mk: Configure go32 cross sparclite-aout and
10568         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
10569         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
10570
10571 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10572
10573         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
10574         GO32 hosted toolchains
10575
10576 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10577
10578         * configure: change  so "-exec-prefix" gets passed down rather
10579         than "-exec_prefix" so autoconf generated Makefiles get the
10580         exec_prefix set right.
10581
10582 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10583
10584         * config.guess: get the Solaris2 minor version number
10585
10586         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
10587
10588 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10589
10590         * config.guess: Recognize some Sequent platforms.
10591
10592 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10593
10594         * Makefile.in: added the vault-install target
10595
10596         * configure.in: actually use the Sun3 makefile fragment that's in
10597         config, also added the release dir to configdirs
10598
10599 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10600
10601         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
10602
10603 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10604
10605         * configure.in: remove some program from Alpha targetted toolchains
10606
10607 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
10608
10609         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
10610         gprof.
10611         (taz): Run "make diststuff" in those directories instead of "make
10612         proto-dir".  Look for "VERSION=" only at start of line in subdir
10613         Makefile.  Use "gzip -9" for compression.
10614         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
10615         (binutils.tar.z): New target.
10616
10617 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10618
10619         * Makefile.in (taz): Include gpl.texinfo.
10620
10621 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10622
10623         * Makefile.in (setup-dirs): Merged into "taz" target.
10624         (taz): Only do `proto-dir' stuff if a directory is actually needed
10625         for this target.
10626
10627 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10628
10629         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
10630         (FLAGS_TO_PASS): Pass down MUNCH_NM.
10631         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
10632         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
10633         (gcc-no-fixedincludes): Correct for current gcc Makefile.
10634
10635 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
10636
10637         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
10638         config.sub, and move-if-change to gdb testsuite distribution
10639         archive, so the testsuite can be extracted, configured, and
10640         run separately from the gdb distribution.  Blow away the Chill
10641         tests that require a Chill compiled executable, since GNU Chill
10642         is not yet publically available.
10643
10644 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10645
10646         * test-build.mk: set environment variables in a single command,
10647         instead of a list of assignments and exports
10648
10649         * config.guess: recognize Alpha/OSF1 systems
10650
10651 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10652
10653         * configure: Change help message to prefer --options rather than
10654           -options.
10655
10656 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10657
10658         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
10659         zippy@ecst.csuchico.edu.
10660         * config.guess: Recognize miniframe.
10661
10662 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10663
10664        * Makefile.in: Use srcroot to find runtest rather than rootme.
10665        Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
10666
10667 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
10668
10669         * test-build.mk: Extensive additions to support building on a
10670         machine other than the host.
10671
10672 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10673
10674         * configure (tooldir): Fix for i386-aix again.
10675
10676 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
10677
10678         * configure, Makefile.in:  Change definition of $(tooldir)
10679         to match the FSF.
10680
10681 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
10682
10683         * config.guess:  Recognize i[34]86/SVR4.
10684
10685 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10686
10687         * Makefile.in (all-gdb): gdb depends on sim.
10688
10689 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
10690
10691         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
10692         at the same time we make the prototype gdb directory.
10693         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
10694         files at the same time as the gdb base release distribution.
10695
10696 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
10697
10698         * Makefile.in (check): Use individual check targets rather than
10699         DO_X rule.
10700         (check-gcc): Added.
10701
10702 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
10703
10704         * config.sub: Use sysv3.2 not sysv32 for canonical OS
10705         for System V release 3.2.
10706
10707 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10708
10709         * config.sub: Recognize hppaosf.
10710         * configure.in: Do configure ld/binutils/gas for it.
10711
10712 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10713
10714         * configure (tooldir): Alter syntax used to set this, for systems
10715         where "\$" isn't handled right, like i386-aix.
10716
10717 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10718
10719         * configure: Pass program-transform-name, not
10720         program_transform_name, to recursive configures.
10721
10722 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
10723
10724         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
10725         of gas+ld+binutils.
10726
10727 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
10728
10729         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
10730
10731 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10732
10733         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
10734
10735 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10736
10737         * Makefile.in (PRMS): Set back to all-prms.
10738
10739 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
10740
10741         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
10742         targets, rather than for MIPS hosts.
10743
10744 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10745
10746         * configure.in: add comment for --with-x default values
10747
10748         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
10749
10750         * Makefile.in: add check-* targets for each of the directories in
10751         the tree.  Add a definition of RUNTEST that will use the one we
10752         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
10753
10754 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
10755
10756         * configure.in: Removed obsolete references to bfd_target and
10757         target_makefile_frag.
10758
10759         * build-all.mk: Set assorted targets for Q2.
10760         * config.sub: Recognize z8k-sim and h8300-hms.
10761         * test-build.mk: Really don't pass host to configure.
10762         (HOLES): Added uname.
10763
10764 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
10765
10766         * configure: Handle an empty program-prefix, program-suffix or
10767         program-transform-name correctly.
10768
10769 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
10770
10771         * build-all.mk: -G 8 no longer required for MIPS targets.
10772         * test-build.mk: Don't pass host argument to configure; make it
10773         guess.
10774
10775 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
10776
10777         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
10778         * Makefile.in (COMPRESS):  New macro, like GZIP.
10779
10780 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
10781
10782         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
10783
10784         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
10785         with gas currently defaults to -G 0.
10786
10787 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
10788
10789         * Makefile.in (all-flex): flex depends on byacc.
10790
10791         * build-all.mk: If host not specified, use config.guess.  Pass TAG
10792         to test-build.mk as RELEASE_TAG.
10793         * test-build.mk (configargs): New variable containing arguments to
10794         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
10795         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
10796
10797         * config.guess: Use /bin/uname when checking -X argument on SCO,
10798         to avoid invoking GNU uname which doesn't understand -X.
10799
10800         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
10801
10802         * configure.in: Build gas for mips-*-*.
10803
10804 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10805
10806         * Makefile.in (all.normal): insert missing backslash.
10807
10808 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10809
10810         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
10811
10812         * Makefile.in: Complete overhaul to merge many almost identical
10813         targets.
10814
10815 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10816
10817         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
10818         (gdb.tar.Z): Adjusted.
10819
10820         * Makefile.in (setup-dirs, taz): New targets; should be general
10821         enough to adapt for gdb sometime.  Build only .z file.
10822         (gas.tar.z): New target.
10823
10824 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
10825
10826         * build-all.mk: Use CC=cc -Xs on Solaris.
10827
10828 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
10829
10830         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
10831         for handling BISON for FSF releases.
10832
10833 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10834
10835         * configure: Actually implement the change zoo just documented.
10836
10837 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
10838
10839         * configure: when using config.guess, only set target_alias when
10840         it's not already been set (ie, on the command line)
10841
10842 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10843
10844         * Makefile.in: add installcheck target, set PRMS to install-prms
10845
10846 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10847
10848         * configure: add support for package_makefile_fragment, handle the
10849         case where a directory has a configure.in file but no Makefile.in
10850         more gracefully (with an actual understandable error message, even);
10851         add support for --without (and add this to the usage message); also
10852         explicitly add a --host=${host_alias} to the command line when
10853         config.guess is used
10854
10855 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
10856
10857         * configure: Must use both --host and --target in recursive calls.
10858
10859 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10860
10861         * Makefile.in: Change deja-gnu to dejagnu.
10862
10863 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10864
10865         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
10866
10867 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10868
10869         * configure.in: canonicalize all instances to *-*-solaris2*,
10870         also strip out a number of tools to not build for go32 host
10871
10872 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
10873
10874         * config.guess: add GPL.
10875
10876         * Makefile.in, config.guess, config.sub, configure: bump
10877           copyrights to 93.
10878
10879 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
10880
10881         * Makefile.in (do-info): Removed obsolete check for existence of
10882         localenv file.
10883
10884         * Makefile.in (MAKEOVERRIDES): Define to be empty.
10885
10886 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10887
10888         * Makefile.in: a couple of 'else true' for decstation,
10889         support for TclX
10890
10891         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
10892
10893 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
10894
10895         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
10896
10897 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
10898
10899         * config.guess: Recognize i386-ibm-aix (PS/2).
10900         * configure.in: Use config/mh-aix386 file for it.
10901
10902 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
10903
10904         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
10905         CC_FOR_TARGET instead.
10906         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
10907
10908 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
10909
10910         * Makefile.in: Add sim to list of directories sent with gdb
10911
10912 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
10913
10914         * configure.in: Put back mips-dec-bsd* case.
10915
10916 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
10917
10918         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
10919         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
10920         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
10921
10922 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10923
10924         * configure.in: remove no-op mips-dec-bsd* in "case $target"
10925
10926         * Makefile.in (dir.info): only run gen-info-dir if it exists,
10927         (install-info): install dir.info only if it exists,
10928         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
10929
10930 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
10931
10932         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
10933         gas for mips-dec-bsd.
10934
10935 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
10936
10937         * configure (makesrcdir): If ${srcdir} is relative and not ".",
10938         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
10939
10940 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
10941
10942         * configure.in: Added "dejagnu" to hosttools list.
10943
10944 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
10945
10946         * config.sub, configure.in, config.guess:  Add support
10947         for Bosx, an AIX variant from Bull.
10948         Patches from F.Pierresteguy@frcl.bull.fr.
10949
10950 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
10951
10952         * devo/dejagnu: Initial creation of devo/dejagnu.
10953         Migrated dejagnu testcases and support files for testing software
10954         tools to reside as subdirectories, currently called "testsuite",
10955         within the directory of the software tool.  Migrated all programs,
10956         support libraries, etc. beloging to dejagnu proper from
10957         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
10958         with no modifications.  The changes to these files which will
10959         allow them to configure, build, and execute properly will be made
10960         in a future update.
10961
10962 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10963
10964         * Makefile.in: Change send_pr to send-pr.
10965         * configure.in: Likewise.
10966         * send_pr: Renamed directory to send-pr.
10967
10968 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
10969
10970         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
10971
10972 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
10973
10974         * README:  Update for gdb-4.8 release.
10975         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
10976         gdb-xxx.tar.z (gzip'd) file also.
10977
10978 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10979
10980         * Makefile.in: make all-diff depend on all-libiberty
10981
10982 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
10983
10984         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
10985
10986 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10987
10988         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
10989
10990 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
10991
10992         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
10993         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
10994         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
10995
10996 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10997
10998         * Makefile.in:  makeinfo binary is in a new location
10999
11000 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
11001
11002         * config.sub: Accept -ecoff as an OS.
11003
11004         * Makefile.in: Various changes to eliminate a level of make
11005         recursion and reduce the required command line length.
11006         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11007         sub-makes.
11008         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11009         variables holding settings for specific sub-makes.
11010         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11011         in terms of BASE_FLAGS_TO_PASS.
11012         (TARGET_LIBS): New variable listing directories which use
11013         TARGET_FLAGS_TO_PASS.
11014         (subdir_do): Eliminated.
11015         (do-*): New set of targets to replace subdir_do.
11016         (various): All targets which used subdir_do now depend on do-*.
11017         (local-clean): Renamed from do_clean.
11018         (local-distclean): New target, dependency of distclean and
11019         realclean.
11020         (install-info): Don't create directories.  Depend on dir.info
11021         rather than calling make recursively.
11022         (install-dir.info): Eliminated.
11023         (install-info-dirs): Create all info directories here.
11024         (dir.info): Depend upon do-install-info.
11025
11026         * test-build.mk (HOLES): Added false.
11027
11028 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
11029
11030         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
11031
11032 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11033
11034         * Makefile.in (info): remove dependency on all-texinfo.  The
11035         problem was really in texinfo/C, not at this level.
11036
11037 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11038
11039         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11040
11041 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
11042
11043         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
11044         GDB releases.
11045
11046 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11047
11048         * configure: Include srcdir in message about target of link not
11049         being found.  Don't convert `-' to `_' in `with' options being
11050         passed to subdirs.
11051
11052 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11053
11054         * configure.in: add uudecode to host_tools
11055
11056         * Makefile.in: added {all,install}-uudecode targets, added them to
11057         the appropriate lists
11058
11059 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
11060
11061         * Makefile.in (all-gcc): Added dependency on all-gas.
11062
11063         * configure.in (mips-*-*): Build ld and binutils.
11064
11065 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
11066
11067         * configure: check return code from mkdir, print error message and
11068           exit on failure.
11069
11070 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
11071
11072         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
11073
11074 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
11075
11076         * test-build.mk (HOLES): Added tar, cpio and uudecode.
11077
11078 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11079
11080         * config.sub (h8500):  Recognize this as a cpu type.
11081
11082 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11083
11084         * configure: source directory missing is no longer a warning
11085
11086         * configure.in: recognize irix[34]* instead of irix[34]
11087
11088         * Makefile.in: define and pass down X11_LIB
11089
11090 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
11091
11092         * guess-systype: Renamed to ...
11093         * config.guess:  ... by popular request.
11094         * configure.in, Makefile.in:  Update accordingly.
11095
11096 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
11097
11098         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
11099         + Add Convex, Cray/Unicos, and Encore/Multimax support.
11100         + Execute ./dummy instead of assuming . is in PATH.
11101
11102 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
11103
11104         * guess-systype:  New shell script.  Attempts to guess the
11105         canonical host name of the executing host.
11106         Only a few hosts are supported so far.
11107         * configure:  Call guess-systype if no host is specified.
11108
11109 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
11110
11111         * Makefile.in (gcc-no-fixedincludes): Made to work with current
11112         gcc Makefile.
11113
11114
11115 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
11116
11117         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11118         (all-gcc, install-gcc, subdir_do): Use it.
11119
11120 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11121
11122         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11123
11124 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
11125
11126         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11127           set exclusively by configure, using configure.in .
11128
11129 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11130
11131         * test-build.mk: set $PATH for all builds
11132
11133         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11134
11135 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
11136
11137         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
11138         the one used in gcc/Makefile.in, so that a null expansion doesn't
11139         override the one needed to build gcc with a native cc.
11140
11141
11142 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11143
11144         * configure: Accept -with arguments.
11145
11146 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
11147
11148         * Makefile.in: added h8300sim
11149
11150 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
11151
11152         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
11153         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
11154         (all-cygnus, native, build-cygnus): Make
11155         $(canonhost)-stamp-3stage-done, not $(host)....
11156         * test-build.mk (stamp-3stage-compared): Use tail +10c for
11157         i386-sco3.2v4.  Added else true to if command.
11158
11159 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
11160
11161         * config.sub: (from FSF) Sequent uses a BSD-like OS.
11162
11163 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
11164
11165         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
11166
11167 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11168
11169         * configure.in: don't remove binutils from Solaris builds
11170
11171 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
11172
11173         * Makefile.in: get rid of earlier definitions for *clean,
11174         also handle the recursive info rule better
11175
11176 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
11177
11178         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
11179         do more-or-less the right thing.
11180
11181 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
11182
11183         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
11184         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
11185
11186 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11187
11188         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
11189         $(host_canonical).
11190
11191         * configure.in: split the configdirs list into 4 categories (native
11192         v. cross, library v. tool) and handle the cross-only and native-
11193         only in more reasonable (and correct!) way.
11194
11195 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
11196
11197         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
11198         configdirs anymore.
11199
11200 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11201
11202         * Makefile.in: extensive cleanup::  removed all of the explicit
11203         clean-* targets, collapsed many wrappers around subdir_do into
11204         one, added additional targets to satisfy standards.texi, deleted
11205         some old targets, some changes for consistency
11206
11207 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11208
11209         * configure.in: handle some programs as cross-only, and others as
11210         native only
11211
11212         * test-build.mk: handle partial holes in a more generic manner
11213
11214         * Makefile.in: m4 depends on libiberty
11215
11216 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11217
11218         * configure.in: add m4, textutils, fileutils, sed, shellutils,
11219         time, wdiff, and find to configdirs
11220
11221         * Makefile.in: all, clean, and install rules for the new programs
11222         added to configure.in
11223
11224 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11225
11226         * configure.in: use mh-sun for all *-sun-* hosts
11227
11228 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11229
11230         * Makefile.in: define flags for X11 include files and library file
11231         locations, pass them down to the programs that need this info
11232
11233         * build-all.mk: added a 'native' target, to 3stage the native toolchain
11234
11235 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11236
11237         * configure.in: start building libg++ for HP-UX targets
11238
11239 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
11240
11241         * README:  Update references to files moved into etc/.
11242
11243 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
11244
11245         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
11246         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
11247
11248 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11249
11250         * configure: accept dash as well as underscore in long option
11251         names for FSF compatibility.
11252
11253 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
11254
11255         * config.sub: added -sco3.2v4 support from FSF.
11256
11257 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11258
11259         * configure.in: expand the section that adds or removes
11260         directories from the list of programs to build, to handle native
11261         vs. cross in addition to host v. native
11262
11263 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
11264
11265         * Makefile.in:  Replace C++ in macro names with CXX.
11266         This is less likely to break ...
11267
11268 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11269
11270         * test-build.mk: add -w to GNU_MAKE
11271
11272 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11273
11274         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
11275         add 'sparc' to list of recognized cpus.  This needed to make
11276         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
11277         Delete some redundant ose68 variants.  Recognize -wrs as an os,
11278         then changes that into $CPU-wrs-vxworks.
11279
11280         * configure.in: remove most references to gdbtest, regularize
11281         target based program removal
11282
11283         * test-build.mk: import from p3 tree (many fixes and changes)
11284
11285 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
11286
11287         * Makefile.in: added rules to handle tcl, tk, and expect
11288
11289         * configure.in: handle those directories if they exist
11290
11291 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11292
11293         * config.sub: removed bogus hppabsd and hppahpux names, since
11294         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
11295
11296 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11297
11298         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
11299         depends upon all-xiberty
11300
11301         * Makefile.in: changes from p3, including:
11302
11303         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
11304
11305         * Makefile.in (XTRAFLAGS): include newlib directories if
11306         newlib/Makefile exists, rather than if host != target.
11307
11308         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
11309
11310         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11311         from the same source tree and not building a cross-compiler.  This
11312         matters for the libg++ configuration if reconfiguring a tree that
11313         has already been installed.
11314
11315         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
11316
11317         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11318         pick up the machine and system specific header files.
11319
11320         * Makefile.in: added AS_FOR_TARGET, passed down in
11321         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11322         the C compiler to use to create programs which are run in the
11323         build environment, set it to default to $(CC), and passed it down
11324         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11325
11326         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
11327
11328         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
11329         We need them for unusual native builds, like systems without
11330         ranlib.
11331
11332         * configure: also define $(host_canonical) and
11333         $(target_canonical), which are the full, canonical names for the
11334         given host and target
11335
11336 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
11337
11338         * Makefile.in:  Added separate definitions for C++.
11339
11340 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
11341
11342         * configure.in (configdirs):  Add deja-gnu.
11343
11344 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
11345
11346         * README:  Update for configure.texi and gdb-4.7 release.
11347
11348 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
11349
11350         * Makefile.in:  Move "all" target to top of file.
11351         Previously, first target was ".PHONY" which caused BSD4.4 make
11352         to build .PHONY when make was run without arguments.
11353
11354 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
11355
11356         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
11357         Library-copylefted code in libiberty.
11358
11359 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
11360
11361         * config.sub:  Replace m68kmote with plain old m68k.
11362
11363 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
11364
11365         * Makefile.in:  Remove space from blank line, avoid Make complaints.
11366
11367 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
11368
11369         * config.sub: Complain if no argument is given.  Added support for
11370         386bsd as OS and target alias.
11371
11372 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
11373
11374         * Makefile.in (XTRAFLAGS): include newlib directories if
11375         newlib/Makefile exists, rather than if host != target.
11376
11377 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
11378
11379         * config.sub: recognize sparclite-wrs-vxworks.
11380
11381         * Makefile.in (install-xiberty): added *-xiberty make rules (from
11382         p3.) Added clean-xiberty to clean.
11383
11384 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11385
11386         * configure.in: use *-*-* instead of nested cases for host and target
11387
11388 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
11389
11390         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
11391         from the same source tree and not building a cross-compiler.  This
11392         matters for the libg++ configuration if reconfiguring a tree that
11393         has already been installed.
11394
11395 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
11396
11397         * config.sub (i486v/i486v4):  Merge in from FSF version.
11398
11399 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
11400
11401         * configure: only set PWD if it is already set.
11402
11403 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
11404
11405         * configure: just set PWD=`pwd` at the top, since Ultrix sh
11406         doesn't have unset and all success paths (and most error paths)
11407         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
11408         to just ${PWD} to avoid confusion.)
11409
11410 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
11411
11412         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
11413         even for a native compilation.
11414
11415 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
11416
11417         Changes to make the gdb.tar.Z rule work better.
11418
11419         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
11420         (DEVO_SUPPORT):  Add configure.texi.
11421         (bfd-ilrt.tar.Z):  Remove ancient rule.
11422
11423 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
11424
11425         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
11426         pick up the machine and system specific header files.
11427
11428         * configure.in, config.sub: added new target m68010-adobe-scout,
11429         with alias of adobe68k.  Changed configure.in to check for
11430         -scout before -sco* to avoid a false match.
11431
11432         * Makefile.in: added AS_FOR_TARGET, passed down in
11433         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
11434         the C compiler to use to create programs which are run in the
11435         build environment, set it to default to $(CC), and passed it down
11436         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
11437
11438 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
11439
11440         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
11441         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
11442         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
11443         FOR_TARGET variants, to newlib and libg++.
11444
11445 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
11446
11447         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
11448         first.
11449
11450 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
11451
11452         * config.sub:  Accept `elf' as an environment.
11453
11454 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11455
11456         * Makefile.in (all-opcodes):  cd into the right directory
11457
11458 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
11459
11460         * configure: added -program_transform_name option, used as
11461         argument to sed when installing programs.
11462         configure.texi: added documentation for -program_prefix,
11463         -program_suffix and -program_transform_name.
11464
11465 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
11466
11467         * config.sub:  Accept i486 where i386 ok.
11468
11469 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
11470
11471         * config.sub: accept we32k
11472
11473 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
11474
11475         * config.sub, configure.in: accept OSE68000 and OSE68k.
11476
11477         * Makefile.in: don't create all directories for ``make install'';
11478         let the subdirectories create the ones they need.
11479
11480 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11481
11482         * COPYING: new file, GPL v2
11483
11484 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11485
11486         * Makefile.in: use the new gen-info-dir, which needs a template
11487         argument (which also lives in texinfo)
11488
11489         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
11490
11491 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
11492
11493         * config.sub (ncr3000):  Change i386 to i486.
11494
11495 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11496
11497         * Makefile.in: add install-rcs, install-grep to
11498         install-no-fixedincludes, removed install-bison and install-libgcc
11499
11500 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
11501
11502         * configure.in: grab the HPUX makefile fragment if on HPUX
11503
11504 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11505
11506         * Makefile.in: eradicate bison spoor (ditto libgcc).
11507          configure.in: recognise m68{k,000}-ericsson-OSE.
11508          es1800 is alias for m68k-ericsson-OSE
11509
11510 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11511
11512         * configure.in: rearrange the parts that remove programs from
11513         configdirs, based now on HOST==TARGET or by canonical triple.
11514
11515 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11516
11517         * test-build.mk: recurse explicitly with -f test-build.mk when
11518           appropriate.  predicate stage3 and comparison on the existence
11519           of gcc.  That is, if gcc isn't around, we aren't three-staging.
11520           On very clean, also remove ...stamp-co.  Build in-place before
11521           doing other builds.
11522
11523 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11524
11525         * Makefile.in, configure.in: add tgas
11526
11527 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11528
11529         * Makefile.in: a number of changes merged in from progressive.
11530
11531         * configure.in: add libm.
11532
11533         * .cvsignore: ignore some stuff that comes from test-build.mk.
11534
11535 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
11536
11537         * config.sub:  Add es1800 (m68k-ericsson-es1800).
11538
11539 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
11540
11541         * configure: Add program_suffix (parallel to program_prefix)
11542         * Makefile.in: adjust directory-creating script for losing decstation
11543
11544 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
11545
11546         * configure:  Minor $subdir-related fixes.
11547
11548 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
11549
11550         * configure: fix various problems with propogating
11551         makefile_target_frag in subdirs.
11552         * configure.in: config libgcc if its there
11553
11554 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
11555
11556         * config.sub:  HPPA merge.
11557
11558 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
11559
11560         * Makefile.in:  Replace all-bison with all-byacc in all
11561         dependency lines for other tools (which now use byacc).
11562
11563 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
11564
11565         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
11566
11567 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
11568
11569         * Makefile.in: make gprof rules similar to byacc rules (instead of
11570         vestigal $(unsubdir) that didn't work...)
11571
11572 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
11573
11574         * config.sub:  Add support for Linux.
11575         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
11576         (at least for libg++).
11577
11578 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
11579
11580         * configure.texi: fix doc for the -nfp option to configure
11581
11582 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
11583
11584         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
11585
11586 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
11587
11588         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
11589         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
11590         * configure.in: added solaris* host_makefile_frag hook.
11591
11592 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11593
11594         * config.sub: changed recognition of m68000 so that various
11595         m68k types can be specified via m680[01234]0
11596
11597 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11598
11599         * config.sub (basic_machine): fix sed so that '-foo' isn't
11600         completely substituted out while .+'-foo' loses the '-foo'
11601
11602 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11603
11604         * config.sub ($os): Add -aout.
11605
11606 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
11607
11608         * configure:  If host_makefile_frag is absolute, don't
11609         prefix ${invsubdir} (relevant to libg++ auto-configure).
11610
11611 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11612
11613         * Makefile.in (tooldir): Define it.
11614         (all-ld): Depend on all-flex.
11615
11616 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
11617
11618         * Makefile.in (check):  Fix libg++ special case.
11619
11620 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
11621
11622         * configure: do not bury `pwd` into config.status, thus do fewer
11623           pwd's.
11624
11625         * configure: print the "Building in" message only when building in
11626           other than "." AND verbose.
11627
11628         * configure: remove -s, rework -v to better accomodate guested
11629           configures.
11630
11631         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
11632
11633 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
11634
11635         * Makefile.in: macroize flags passed on recursion.  remove
11636           fileutils.
11637
11638 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
11639
11640         * configure: get makesrcdir right for subdirs deeper than 1.
11641
11642         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
11643           install.
11644
11645 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
11646
11647         * Makefile.in: don't print subdir_do or recursion lines.
11648
11649 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
11650
11651         * standards.texi: added menu item.
11652
11653         * Makefile.in: build and install standards.info.
11654
11655         * standards.texi: new file.
11656
11657 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11658
11659         * configure: test for and move config.status pieces from
11660           ${subdir}/.
11661
11662 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
11663
11664         * configure:  Test for existance of files before trying to mv
11665         them, to avoid numerous non-existance messages.
11666
11667 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
11668
11669         * configure: correct final line of config.status.
11670
11671         * configure: patch from eggert.  Avoids a protection problem if
11672           the original Makefile.in is read only.
11673
11674         * configure: use move-if-change from gcc to create config.status.
11675           Some makefiles depend on config.status to tell if a directory
11676           has been reconfigured for a different host.  This change
11677           prevents those directories from remaking everything in the case
11678           where the reconfig was only intended to rebuild a Makefile.
11679
11680         * configure: test for config.sub with "config.sub sun4" rather
11681           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
11682           host alias from a missing config.sub.
11683
11684 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11685
11686         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
11687           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
11688
11689 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
11690
11691         * configure: mkdir ${subdir} as needed.
11692
11693 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
11694
11695         * Makefile.in,configure.in: added autoconf.
11696
11697 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11698
11699         * Makefile.in: no longer pass against on recursion.
11700
11701         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
11702           definitions are not inherited.
11703
11704         * configure: correct makesrcdir when subdir is .
11705
11706 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
11707
11708         * configure:  Add support for 'subdirs' variable, which is
11709         like 'configdirs', except that configure doesn't re-invoke
11710         itself for subdirs, it just creates a Makefile for each subdir.
11711         * configure.texi:  Document subdirs.
11712
11713 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11714
11715         * configure.in: added flex to configdirs
11716
11717 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
11718
11719         * Makefile.in: remove clean-stamps from clean.
11720
11721 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
11722
11723         * configure.in:  Add gdbtest to configdirs.
11724
11725 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
11726
11727         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
11728         to recursive makes.
11729         * configure.in:  Recognize new ncr3000 config.
11730
11731 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
11732
11733         * Makefile.in, configure.in: removed references to gdbm.
11734
11735 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
11736
11737         * config.sub:  Don't canonicalize os value
11738         newsos* to bsd (readline needs to check for newsos).
11739         (This fix was earlier made Jan 31, but got re-broken.)
11740
11741 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
11742
11743         * configure.in:  sco is an os, not a vendor!
11744
11745         * configure:  Quote $( better.  Keep various shells happy.
11746
11747 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
11748
11749         * Makefile.in: eliminate stamp-files.
11750
11751 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
11752
11753         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
11754           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
11755
11756 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
11757
11758         * config.sub:  fix iris/iris3.
11759
11760 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
11761
11762         * configure: re-add -rm.
11763
11764 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
11765
11766         * Maskefile.in: add .stmp-rcs to all.
11767
11768         * configure.in: remove gas from rs6000 build, use aix host fragment.
11769
11770 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
11771
11772         * configure: pass down site_option during recursion.
11773
11774 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
11775
11776         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
11777
11778 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
11779
11780         * configure: Change exec_prefix so that it really defaults to prefix.
11781
11782 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
11783
11784         * Makefile.in, configure.in:  Add support for mmalloc library.
11785
11786 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
11787
11788         * Makefile.in: add stmp dependencies for a few more things.
11789
11790 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
11791
11792         * configure: adjusted error message on objdir/srcdir configure
11793           collision, per john's suggestion.
11794
11795         * Makefile.in: add libiberty stmp to all and all.cross.
11796
11797 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
11798
11799         * Makefile.in: remove force dependencies, add grep to all.
11800
11801 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
11802
11803         * Makefile.in: drop flex.  make stamp files work.
11804
11805         * configure: added test for conflicting configuration in srcdir,
11806           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
11807           gets cranky.  use relative paths for configure and srcdir
11808           whenever possible.  Send some error messages to stderr that were
11809           going to stdout.
11810
11811 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
11812
11813         * Makefile.in:  Fix libg++ rule to check for gcc directory
11814         before using gcc/gcc.  Also pass XTRAFLAGS.
11815
11816 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
11817
11818         * Makefile.in: added stmp-files so that directories aren't polled
11819           when they are already built.
11820
11821         * configure.texi: fixed a node pointer problem.
11822
11823 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
11824
11825         * config.sub configure.in gdb/configure.in
11826         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
11827         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
11828         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
11829
11830 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11831
11832         * configure: -recurring becomes -silent.  corrected help message
11833           for -site= option.
11834
11835         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
11836
11837 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11838
11839         * configure: when building Makefile for crosses, replace
11840           tooldir and program_prefix.  default srcdir from location of
11841           config.sub.  remove "for host in hosts" and "for target in
11842           targets" loops.
11843
11844 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
11845
11846         * Makefile.in: Do not pass bindir or mandir to cvs.
11847
11848 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
11849
11850         * Makefile.in, configure.in: removed traces of namesubdir,
11851           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
11852           copyrights to '92, changed some from Cygnus to FSF.
11853
11854         * configure.texi: remove most references to multiple hosts,
11855           multiple targets, subdirs, etc.
11856
11857         * configure.man: removed rcsid. reference config.sub not
11858           config.subr.
11859
11860         * Makefile.in: mkdir $(infodir) on install-info.
11861
11862 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
11863
11864         * configure.texi:  Explain better about .gdbinit and about
11865         the environment that configure.in sections run in.
11866
11867 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
11868
11869         * configure.in:  Ultrix is only a decstation if it's a MIPS.
11870
11871 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
11872
11873         * README:  DOC.configure => cfg-paper.texi.
11874
11875 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
11876
11877         * config.sub (near case $os):  Don't convert newsos* to bsd!
11878
11879 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
11880
11881         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
11882         the number of copies of COPYING that go into the GDB tar file.
11883
11884 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
11885
11886         * bfd/configure.in, gdb/config/mh-i386sco,
11887         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
11888         Fix SCO configuration stuff.
11889
11890 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
11891
11892         * Makefile.in:  For libg++, make sure the -I pointing
11893         to the gcc directory goes *after* all the libg++-local -I flags.
11894         Also, move just-gcc dependency from just-libg++ to all-libg++.
11895
11896 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
11897
11898         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
11899
11900 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
11901
11902         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
11903
11904 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
11905
11906         * config.sub:  Add stratus configuration frags.  Also
11907         submitted to FSF.
11908
11909 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
11910
11911         * Makefile.in (DEV_SUPPORT):  add configure.man.
11912
11913         * config.sub(Decode manufacturer-specific):  add -none*.
11914
11915 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
11916
11917         * Makefile.in:  remove form feeds to make Sun's make happy.
11918         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
11919
11920 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
11921
11922         * Makefile.in (AR_FLAGS):  Make quieter.
11923
11924 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
11925
11926         * configure.in:  Add libg++.
11927         * configure:  When verbose, don't output the command line at each
11928         level; it will be unremarkably the same as the previous version,
11929         which will be the same as what the user typed.
11930
11931 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
11932
11933         * configure.in, Makefile.in: fix clean-info, add flex.  add
11934           fileutils.
11935
11936         * configure: be less sensitive to spaces in Makefile.in.  Do not
11937           look for sources in "..".  Doing so breaks subdirectories that
11938           might have their own configure.  If a subdir has it's own
11939           configure script, use it.
11940
11941 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
11942
11943         * cfg-paper.texi: some changes suggested by rms.
11944
11945 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
11946
11947         * config.sub:  Merge in some small additions from the FSF version,
11948         taken from the gcc distribution, to bring the Cygnus and FSF
11949         versions into closer sync.
11950
11951 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
11952
11953         * configure.in:  Changed svr4 references to sysv4.
11954
11955 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
11956
11957         * configure: added -V for version number option.
11958
11959 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
11960
11961         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
11962           renamed from DOC.configure to cfg-paper.texi.
11963
11964 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11965
11966         * configure, config.subr, config.sub: config.subr is now
11967           config.sub again.
11968
11969 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
11970
11971         * configure.texi: new file, in progress.
11972
11973         * Makefile.in: build info file and install the man page for
11974           configure.
11975
11976         * configure.man: new file, first cut.
11977
11978         * configure: find config.subr again now that configuration "none"
11979           has gone.  removed all traces of the -ansi option.  removed all
11980           traces of the -languages option.
11981
11982         * config.subr: resync from rms.
11983
11984 1991-12-11  K. Richard Pixley  (rich at rtl.cygnus.com)
11985
11986         * configure, config.sub, config.subr: merge config.sub into
11987           config.subr, call the result config.subr, remove config.sub, use
11988           config.subr.
11989
11990         * Makefile.in: revised install for dir.info.
11991
11992 1991-12-10  K. Richard Pixley  (rich at rtl.cygnus.com)
11993
11994         * configure.in: add decstation host makefile frag.
11995
11996         * Makefile.in: BISON now bison -y again.  also install-gcc on
11997           install.  clean-gdbm on clean.  infodir belongs in datadir.
11998           Make directories for info install.  Build dir.info here then
11999           install it.
12000
12001 1991-12-09  K. Richard Pixley  (rich at rtl.cygnus.com)
12002
12003         * Makefile.in: fix for bad directory tests.
12004
12005 1991-12-07  K. Richard Pixley  (rich at rtl.cygnus.com)
12006
12007         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
12008           regexp.  -srcdir relative was being handled incorrectly.
12009
12010         * Makefile.in: unwrapped some for loops so that parallel makes
12011           work again and so one can focus one's attention on a particular
12012           package.
12013
12014 1991-12-06  K. Richard Pixley  (rich at rtl.cygnus.com)
12015
12016         * configure: added PWD as a stand in for `pwd` (for speed). use
12017           elif wherever possible.  make -srcdir work without -objdir.
12018           -objdir= commented out.
12019
12020 1991-12-05  K. Richard Pixley  (rich at rtl.cygnus.com)
12021
12022         * configure: +options become --options.  -subdirs commented out.
12023           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
12024           Makefile now at top of generated Makefile.  Removed cvs log
12025           entries.  added -srcdir.  create .gdbinit only if there is one
12026           in ${srcdir}.
12027
12028         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12029           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12030           and mandir now keyed off datadir by default.
12031
12032 1991-11-22  K. Richard Pixley  (rich at rtl.cygnus.com)
12033
12034         * Freshly created ChangeLog.
12035
12036 \f
12037 Local Variables:
12038 mode: change-log
12039 left-margin: 8
12040 fill-column: 76
12041 version-control: never
12042 End: